* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Poppins, san-seriff;
}


ul {
    list-style-type: none;
}


nav {

    background-color: #fff;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

nav ul {

    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav li {

    height: 50px;
}

nav a {
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: #000;
}

nav a:hover {
    background-color: #f0f0f0;

}

.logo img {

    width: 115px;
    margin-top: 135px;
    align-items: end;
}




.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;

}

.sidebar li {
    width: 100%;
}

.sidebar a {
    width: 100%;
}

.menu-button {

    display: none;
}

@media(max-width: 800px) {

    .hideOnMobile {
        display: none;
    }

    .menu-button {
        display: block;
    }
}

@media(max-width: 400px) {

    .sidebar {
        width: 100%;
    }
}


.container {
    max-width: 2100px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/*---Tablets and under---*/
@media(max-width: 768px) {

    .container .grid,
    .logo .grid {

        padding: 20px;
        grid-template-columns: 1fr;
        margin-top: 5px;

    }
}




/*---Mobile---*/
@media(max-width: 500px) {
    .logo .grid {
        margin-top: -5px;

    }

    .navbar {
        height: 110px;

    }

    .navbar .flex {
        flex-direction: column;

    }

    .navbar ul {
        padding: 9px;
        background-color: rgba(0, 0, 0, 0.1)
    }

    .contactForm .grid,
    .container .grid {

        flex-direction: column;
        height: auto;
        justify-self: center;
        margin: auto;
    }

    .inputBox {

        text-align: center;
        margin-top: 30px;

    }


    .add p {

        text-align: center;
    }




}




.hero {
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(rgba(12, 3, 51, 0.3), rgba(12, 3, 51, 0.3));
    position: relative;
    padding: 20px 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
}



.content {
    text-align: center;

}

.content h1 {

    font-size: 85px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
}


.content h1:hover {

    -webkit-text-stroke: 2px #fff;
    color: transparent;

}

.content a {

    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    padding: 14px 70px;
    border-radius: 50px;
    margin-top: 20px;

}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    flex-wrap: wrap;
}

@media(min-aspect-ratio: 16/9) {

    .back-video {
        width: 100%;
        height: auto;
    }

}

@media(max-aspect-ratio: 16/9) {

    .back-video {
        width: auto;
        height: 100%;
    }
}


body {

    margin: 340;
    padding: 0;
    background: #262626;

}

footer {
    width: 100%;
    position: absolute;
    margin-bottom: -0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 100px 0 30px;
    border-top-left-radius: 125px;
    font-size: 11px;
    line-height: 20px;

}

.logo {
    width: 80px;
    margin-bottom: 45px;
}


.row {
    width: 85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;

}

.col {
    flex-basis: 25%;
    padding: 28px;
}

.col h3 {
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}

.email-id {
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}

.info-916purps {
    margin-bottom: 35px;
}

form {
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;

}

form .far {
    font-size: 15px;
    margin-right: 10px;
}

form input {
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

.email-id {
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
}


form .far {
    font-size: 15px;
    margin-right: 10px;
}

form input {
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}

.social-icons .fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;



}

.social-icons li {
    text-decoration: none;
    display: inline;
}

.col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 15%;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;


}

.copyright {
    text-align: center;
}

links ul,
li {

    padding: 15px 0;
}

.underline {
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}


.social-icons .fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;

}

.col:nth-child(2),
.col:nth-child(3) {
    flex-basis: 15%;
}

hr {
    width: 90%;
    border: 0;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;


}

.copyright {
    text-align: center;
}

links ul,
li {
    padding: 15px 0;
}

.underline {
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;
}

.underline span {
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;


}


@keyframes moving {
    0% {
        left: -20px;
    }

    100% {
        left: 100%;
    }

}

@media (max-width:768px) {
    footer {
        bottom: unset;
    }

    .col {
        flex-basis: 100%;
    }

    .col:nth-child(2),
    .col:nth-child(3) {
        flex-basis: 100%;
    }
}

a {
    text-decoration: none;
    transition: .5s;
    color: #f0f0f0;
}



.box {

    position: relative;
    top: 50%;

    transform: translate(50%, 50%);
}

.box span {
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #fff;
    border-right: 5px solid #fff;
    margin: -10px;
    transform: rotate(45deg);
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
    animation-delay: -0.2s;
    transform: rotate(45deg) translate(-20px, -20px);
}

.box span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {

    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }



    50% {
        opacity: 1;

    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }

}


.mark {

    color: #fff;
    text-decoration: solid;
    text-decoration-line: underline;
    text-decoration-thickness: 7px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 56px;
}

.head {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 7px;
}

/*------Cards--------*/

.container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card {

    background: #fff;
    width: 270px;
    height: 400px;
    margin: 20px;
    border-radius: 15px;

}

.card-image {
    height: 150px;
    margin-bottom: 15px;
    background-size: cover;
    border-radius: 15px 15px 0 0;
}

.car-1 {
    background-image: url('img/Larry\ Bird\ mint.jpg');

}

.car-2 {

    background-image: url('img/sweet-gas-0108-e1736465095866.jpg');


}

.car-3 {

    background-image: url('');

}

.car-4 {

    background-image: url('img/Animal\ Cookies.jpg');
}

.car-5 {
    background-image: url('img/marshmellow.jpg');
}

.car-6 {
    background-image: url('img/peanut\ butter.jpg');
}

.card h2 {
    padding: 10px;

}

.card p {
    padding: 10px;

}

.card a {

    background-color: black;
    color: #fff;
    padding: 15px 20px;
    display: block;
    text-align: center;
    margin: 20px 50px;
    text-decoration: none;
    flex-wrap: wrap;
}




.card:hover {

    background-color: rgba(62, 62, 62);
    color: white;
    cursor: pointer;
    transform: scale(1.03);
    transition: all 1s ease;
}

/* Anime Text*/

section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    background: #130e23;
}

section .text {
    position: relative;
    text-align: center;
    color: #00cefe;
    margin: 40px;
    max-width: 650px;
    font-size: 23px;
}

section .text span {

    position: relative;
    display: inline-block;


}

/*---  Contact form--- */

.contact {
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #222;

}

.contact .content {

    max-width: 800px;
    text-align: center;
}

.contact .content h2 {

    font-size: 3em;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.contact .content p {

    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}

/*--contact sec----*/

.container {

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}

.container .contactInfo {
    width: 50%;
    display: flex;
    flex-direction: column;



}

.container .contactInfo .box {
    position: relative;
    padding: 20px 0;
    display: flex;
    cursor: pointer;

}

.container .contactInfo .box .icon {

    min-width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75em;
    transition: 0.5s;
}

.container .contactInfo .box:hover .icon {

    background: #00bcd4;
    color: #fff;

}

.container .contactInfo .box .add {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    font-size: 1.1em;
    color: #fff;
    font-weight: 300;
}

.container .contactInfo .box .add h3 {
    font-weight: 500;
    color: #00bcd4;

}

.sci {
    position: relative;
    display: flex;
    gap: 30px;
    margin: 20px 0;

}

.sci li {
    list-style: none;

}

.sci li a {
    color: #fff;
    font-size: 2em;
    transition: 0.5s;
}

.sci li a:hover {

    color: #00bcd4;

}


.container .contactInfo .txt {

    color: #fff;
    margin-top: 50px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 50px solid #e91e63;
    line-height: 1em;

}

.container .contactForm {

    position: relative;
    width: 40%;
    min-height: 100px;
    padding: 60px;
}

.container .contactForm h2 {
    font-size: 2em;
    color: #333;
    font-weight: 500;
}

.container .contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.container .contactForm .inputBox input,
.container .contactForm .inputBox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 1.1em;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.container .contactForm .inputBox span {

    position: absolute;
    left: 0;
    pointer-events: none;
    padding: 5px 0;
    margin: 10px 0;
    font-size: 1.1em;
    color: #666;
    transition: 0.5s;

}

.container .contactForm .inputBox input:focus~span,
.container .contactForm .inputBox textarea:focus~span,
.container .contactForm .inputBox input:valid~span,
.container .contactForm .inputBox textarea:valid~span {
    color: #e91e63;
    font-size: 0.9em;
    transform: translateY(-20px);

}


.container .contactForm .inputBox input [type="subnit"] {

    width: 100px;
    background: #00bcd4;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 500;

}

.logo {
    width: 85px;
    display: flex;
    margin-top: -89px;
}

/*---Responsiveness---*/