@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
    --bg-angle: 0deg;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
}

/* .container-background {
    background: rgb(255, 193, 35);
    background: linear-gradient(0deg, rgba(255, 193, 35, 1) 0%, rgba(19, 184, 236, 1) 30%, rgba(190, 38, 235, 1) 60%, rgba(212, 3, 3, 1) 85%, rgba(0, 0, 0, 1) 100%);
} */

nav {
    position: fixed;
    top: 0%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.329);
    z-index: 1;
}

.nav-item .active {
    display: flex;
    justify-content: center;
    background: -webkit-linear-gradient(350deg, #d40404, #f10ccb, #00bbf9, #ffea00);
    background-size: 400% 400%;
    font-weight: bold;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: navText 15s ease infinite;
}

@keyframes navText {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.nav-link{
    display: flex;
    justify-content: center;
}

.button {
    display: flex;
    height: 50px;
    width: 150px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #ffea00;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
}

.type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background: -webkit-linear-gradient(350deg, #d40404, #f10ccb, #00bbf9, #ffea00);
    background-size: 400% 400%;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
    animation: navText 15s ease infinite;
}

.button:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
}

.type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* -----------------company----------------------- */

.about-gif {
    position: relative;
    left: 0%;
    top: 51px;
}

.about-gif img {
    width: 99.1vw;
}

.company {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    color: black;
}

.name {
    display: flex;
    justify-content: center;
    margin: 84px;
    font-size: 45PX;
    background: -webkit-linear-gradient(350deg, #d40404, #f10ccb, #00bbf9, #ffea00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.img {
    width: 100%;
    margin: 1rem 0rem 0rem 2rem;
    margin-bottom: -40%;
}

.img img {
    width: 65%;
    margin-left: 10%;
    margin-bottom: 8%;
}

.raminfo {
    align-items: center;
}

.ramzat img {
    width: 86%;
    position: relative;
    top: -49vh;
}

.company-info .rampara {
    display: inline-block;
    right: 98%;
    position: relative;
    top: 55px;
}

.company-info {
    width: 100%;
    margin-right: 4rem;
}

.company-info span {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #f01d3b;
    border-bottom: 4px solid #ff0081;
}

.company-info span .our {
    color: #00bbf9;
    border-bottom: none;
}

.company-info p {

    font-size: 20px;
}

.company-info p b {
    font-size: 26px;
    color: #f79121;
}

/* --------------------Our Team--------------------------- */

.team{
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.team span {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 4px solid #ff0081;
    color: #f31c3c;
}

.team span .ourtm {
    border-bottom: none;
    color: #f7d00e;
}

.teamcontainer,
.sponscontainer {
    width: 72%;
    margin: 15px auto;
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card,
.spons-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0.5rem;
    border: none;
}

.card-img {
    width: 212px;
    max-height: 300px;
    overflow: hidden;
    border-radius: 25px;
    color: #000;
}

.card span {
    margin-top: .4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #220cc9;
}

.head-name {
    margin-top: 1rem;
    font-size: 25px;
}


@keyframes loading {
    100% {
        transform: translateX(100%);
    }
}

/* --------------------Our Sponsor--------------------------- */
.sponsor {
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.sponsor span {
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 4px solid #ff0081;
    color: #220cc9;
}

.sponsor span .ourspons {
    border-bottom: none;
    color: #f7d60e;
}

.spons-card span {
    margin-top: .4rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #2a0499;
}

.spons-img {
    width: 190px;
    max-height: 100vh;
    overflow: hidden;
    color: #000;
    border-radius: 50%;
}


/* ------------------------------footer---------------------------------------- */
footer {
    background: #000;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

footer .content {
    max-width: 1250px;
    margin: auto;
    padding: 30px 40px 40px 40px;
}

footer .content .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.content .top .logo-details {
    color: #fdd166;
    font-size: 30px;
}

.content .top .logo-details img {
    width: 190px;
}

.content .top .media-icons {
    display: flex;
}

.content .top .media-icons a {
    height: 40px;
    width: 40px;
    margin: 0 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: all 0.4s ease;
}

.fa-brands,
.fab {
    font-size: 40px;
    font-weight: 400;
}

.top .media-icons a:nth-child(1) {
    background: #4267b2;
}

.top .media-icons a:nth-child(1):hover {
    color: #4267b2;
    background: #fff;
}

.top .media-icons a:nth-child(2) {
    background: #FD1D1D;
    background: linear-gradient(48deg, #f9ce34, #fa7e1e, #d62976, #962fbf);
    background-size: 40px;
    border-radius: 33%;
    height: 40px;
    width: 40px;
}

.top .media-icons a:nth-child(2):hover {
    color: #e1306c;
    background: #fff;
}

.top .media-icons a:nth-child(3) {
    background: #1ed760;
}

.top .media-icons a:nth-child(3):hover {
    color: #1ed760;
    background: #fff;
}

footer .content .link-boxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

footer .content .link-boxes .box {
    width: calc(100% / 5 - 10px);
}

.content .link-boxes .box .link_name {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
}

.link-boxes .box .link_name::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fdd166;
}

.content .link-boxes .box li {
    margin: 6px 0;
    list-style: none;
}

.content .link-boxes .box li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease;
}

.content .link-boxes .box li a:hover {
    opacity: 1;
    text-decoration: underline;
}

.content .link-boxes .input-box {
    margin-right: 55px;
}

.link-boxes .input-box input {
    height: 40px;
    width: calc(100% + 55px);
    outline: none;
    border: 2px solid #afafb6;
    background: #140b5c;
    border-radius: 4px;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.link-boxes .input-box input::placeholder {
    color: #afafb6;
    font-size: 16px;
}

.link-boxes .input-box input[type="button"] {
    background: #fff;
    color: #140b5c;
    border: none;
    font-size: 18px;
    font-weight: 500;
    margin: 4px 0;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.4s ease;
}

.input-box input[type="button"]:hover {
    opacity: 1;
}

footer .bottom-details {
    width: 100%;
    background: #000;
    border-top: 0.5px solid #fff;
}

footer .bottom-details .bottom_text {
    max-width: 1250px;
    margin: auto;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    opacity: 0.8;
    text-decoration: none;
}

.bottom-details .bottom_text a:hover {
    opacity: 1;
    text-decoration: underline;
}

.bottom-details .bottom_text a {
    margin-right: 10px;
}

/* ------------------------------------------media-footer------------------------------------------- */
@media (max-width: 900px) {
    .name{
        display: flex;
        justify-content: center;
        margin: 98px 5px;
        font-size: 44PX;
        font-weight: 700;
    }

    .img .about-img {
        width: 70%;
        margin: -3rem 0rem 0rem 10rem;
        margin-bottom: 59%;
    }

    .company-info span {
        display: inline;
        width: 96%;
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .company-info p {
        margin-top: 3%;
        margin-right: 2rem;
        text-align: center;
    }

    .about-gif img {
        width: 102.1vw;
        margin: -91px 0 37px;
    }

    .team span{
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .teamcontainer{
        width: 100%;
        margin: 15px auto;
        margin-top: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .company-info {
        width: 100%;
        margin-right: 0rem;
        margin-left: 1rem;
    }

    .company-info p {
        margin-right: 2rem;
        text-align: center;
    }

    footer {
        width: 102.3%;
    }

    .team {
        display: flex;
        justify-content: center;
    }

    .team span {
        font-size: 1.7rem;
        font-weight: bold;
    }

    .company {
        display: flex;
        flex-direction: column;
    }

    .img {
        margin-left: 0rem;
    }

    footer .content .link-boxes {
        flex-wrap: wrap;
    }

    footer .content .link-boxes .input-box {
        width: 40%;
        margin-top: 10px;
    }
}

@media (max-width: 700px) {
    .name{
        display: flex;
        justify-content: center;
        margin-top: 98px;
        font-size: 32PX;
    }


    footer {
        position: relative;
    }

    .content .top .logo-details {
        font-size: 26px;
    }

    .content .top .media-icons a {
        height: 40px;
        width: 40px;
        font-size: 14px;
        line-height: 35px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 3 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 60%;
    }

    .bottom-details .bottom_text span,
    .bottom-details .bottom_text a {
        font-size: 12px;
    }
} 

@media (max-width: 768px) {
    .name{
        display: flex;
        justify-content: center;
        margin: 98px 5px;
        font-size: 44PX;
        font-weight: 700;
    }

    .img .about-img {
        width: 70%;
        margin: -3rem 0rem 0rem 10rem;
        margin-bottom: 59%;
    }

    .company-info span {
        display: inline;
        width: 98%;
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .company-info p {
        margin-top: 3%;
        margin-right: 2rem;
        text-align: center;
    }

    .about-gif img {
        width: 102.1vw;
        margin: -91px 0 37px;
    }

    .team span{
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .teamcontainer{
        width: 100%;
        margin: 15px auto;
        margin-top: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    footer {
        background: #000;
        width: 102.2%;
        position: relative;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 520px) {
    
    h1{
        font-size: 34PX;
    }

    .name{
        display: flex;
        justify-content: center;
        margin: 98px 5px;
        font-weight: 700;
    }

    .img .about-img {
        width: 84%;
        margin: -3rem 0rem 0rem 4rem;
        margin-bottom: 59%;
    }

    .company-info span {
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .company-info p {
        margin-top: 6%;
        margin-right: 2rem;
        text-align: center;
    }

    .about-gif img {
        width: 104%;
        margin: -91px 0 41px;
    }

    .team span{
        font-size: 2.5rem;
        font-weight: bold;
        text-align: center;
    }

    .teamcontainer{
        width: 100%;
        margin: 15px auto;
        margin-top: 46px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .card-img {
        width: 150px;
        max-height: 100vh;
        overflow: hidden;
        color: #000;
    }

    footer {
        width: 104%;
    }

    footer::before {
        top: 145px;
    }

    footer .content .top {
        flex-direction: column;
    }

    .content .top .media-icons {
        margin-top: 16px;
    }

    footer .content .link-boxes .box {
        width: calc(100% / 2 - 10px);
    }

    footer .content .link-boxes .input-box {
        width: 100%;
    }
}

@media(max-width:320px) {
    .company-info p {
        margin-right: 0rem;
    }
}

/* ---------------------------------------------------------------------------- */