*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
}
nav{
    position: sticky;
    top: 40px;
    height: 70px;
    width: 90%;
    margin: auto;
    /* border: 1px solid red; */
    z-index: 1;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px;
    border-radius: 10px;
    overflow: hidden;
}

nav>#logo{
    width: 8%;
    height: 70%;
}
nav>#links{
    width: 50%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
#links>a ,#links>a>i{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    font-weight: 900;

}
#logo>img{
    height: 100%;
    width: 100%;
}
nav>#icons{
    width: 13%;
    height: 70%;
    display: flex;
    align-items: center;
    gap: 10px;    
    /* border: 1px solid red; */

}
#icons>button{
    padding: 10px 10px;
    border-radius: 7px;
    background-color: #FAD600;
    font-size: 14px;
    font-weight: 900;
    outline: none;
    border: none;
    color: #334dcf;
}
#icons>i{
    font-size: 25px;
    color: #FAD600;
}
#content{
    position: absolute;
    overflow: hidden;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;

}
#content>h1{
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    color: #b39e22;
    -webkit-text-stroke: 2px #FAD600;
}
#content>p{
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
#cards{
    height: 250px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 18px;
    /* border: 1px solid palevioletred; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
 #cards>#card{
    height: 250px;
    width: 130px;
    /* background-color: red; */
 }
 #card>img{
    height: 75%;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
 }
 #card>h1{
    text-align: center;
    font-size: 19px;
    color: #fff;
 }
 #card>h1>span{
    font-size: 16px;
    color: #464444;
 }
#main{
    height: 600px;
    border: 1px solid green;
    position: relative;
    top: -70px;
    margin-bottom: 0px;
}
#main>video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#page1{
    overflow: hidden;
    margin-top: -70px;
    height: 700px;
    /* border: 1px solid saddlebrown; */
    background-color: #22304A;
    display: flex;
    align-items: center;
}
#page1>#left{
    margin-top: 150px;
    width: 28%;
    height: 100%;
    /* border: 1px solid red; */
}
#left>img{
    height: 80%;
    width: 90%;
}
#page1>#right{
    width: 72%;
    /* border: 1px solid red; */
    height: 100%;
    padding-top: 140px;
}
#right>#head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 15%;
}
#head>h1{
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}
#right>#cards-1{
    margin-top: 20px;
    height: 60%;
    /* width: 30%; */
    /* background-color: #FAD600; */
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: center;
    gap: 15px;
}
#cards-1>.card{
    height: 350px;
    width: auto;
    /* border: 1px solid green; */
    position: relative;
    
}
.card>video{
    height: 100%;
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    
}
#containr{
    position: absolute;
    top: 60%;
    height: 40%;
    width: 100%;
    /* background-color: aqua; */
}
#containr>h1{
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
}
#containr>h2,p{
    font-size: 12px;
    color: #fff;
    padding-left: 15px;

    margin: 5px 0px;
}
#containr>button{
    padding: 4% 12%;
    border-radius: 8px;
    border: none;
    outline: none;
    margin-left: 15px;
    background-color: #FAD600;
    font-size: 12px;
    color: rgb(51, 77, 207);
    text-transform: uppercase;
    font-weight: 900;
}
#right>button{
    margin-top: 70px;
    padding: 15px 100px;
    font-size: 16px;
    font-weight: 900;
    border-radius: 25px;
    background-color: #FAD600;
    color: rgb(51, 77, 207);
}
#Mark{
    height: 120px;
    /* background-color: #334dcf; */
}
#mark{
    background-color: #22304A;
    /* height: 80px; */
}
#mark>#mar{
    padding: 60px 0px 10px 0px;
    height: 100%;
    font-size: 90px;
    font-weight: 400;
    color: #fff;
}
#page-2{
    height: 550px;
    background-color: #FAD600;
    display: flex;
    overflow: hidden;
}
#page-2>#page-2-left{
    width: 35%;
    height: 100%;
    margin-left: 40px;

}
#page-2-left>img{
    margin: 120px;
    height: 100%;
    width: 100%;

}
#pg-right{
    margin-left: 50px;
    width: 60%;
    height: 100%;
    /* border: 1px solid red; */
    padding-top: 50px;
}
#pg-right>h1{
    font-size: 60px;
    font-weight: 900;
    color: #22304a;
    text-transform: uppercase;
}
#pg-right>#crds{
    /* overflow-x: hidden; */
    overflow: hidden;
    width: auto;
    height: 300px;
    /* background-color: #Fff; */
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: center;
    gap: 10px;
    /* overflow-y: hidden; */

}
#crds>.cards{
    width: 350px;
    height: 220px;
    /* background-color: #464444; */

}
.cards>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0px 0px;
}
#pg-right>button{
    padding: 15px 80px;
    background-color: #334dcf;
    font-size: 16px;
    color: #FAD600;
    border-radius: 25px;
    border: none;
    font-weight: 900;
    outline: none;
}
#pg-3{
    height: 500px;
    overflow: hidden;
    /* background-color: #334dcf; */
    display: flex;
}
#pg-3>#pg-left{
    width: 30%;
    height: 100%;
    padding-left: 60px;
}
#pg-left>h1{
    font-size: 60px;
    font-weight: 900;
    color: #22304A;
    padding: 100px 0px 50px 0px;
    text-transform: uppercase;
}
#pg-left>button{
    padding: 15px 60px;
    background-color: #FAD600;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 900;
    border: none;
    outline: none;
    color: #334dcf;
}
#pg-3>#pg-right{
    width: 70%;
    height: 100%;
    /* background-color: #334dcf; */
}
.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.marquee {
    display: flex;
    gap: 20px;
    animation: scroll 20s linear infinite;
}

.marquee-item {
    min-width: 150px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.marquee-item img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.marquee-item:hover {
    transform: scale(1.1);
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
#pg-4{
    height: 750px;
    background-color: #FAD600;
}
@media screen and (min-width:320px) and (max-width:642px) {
    nav{
        height: 50px;
    }
    nav>#logo{
        width: 22vw;
    }
    nav>#links{
        display: none;
    }
    #icons>button{
        display: none;
    }
    #icons>i{
        padding: 9px;
        font-size: 16px;
        text-align: center;
        border-radius: 50%;
        background-color: #334dcf;
    }
    #content{
        top:50%
    }
    #content>h1{
        font-size: 24px;
        font-weight: 800;
    }
    #content>p{
        /* border: 1px solid red; */
        font-size: 12px;
    }
    #cards{
        bottom: -70px;
        justify-content: center;
        overflow: scroll;
    }
    #cards>#card{
        height: 170px;
        width: 100px;
    }
    #card>h1{
        font-size: 11px;
    }
    #page1>#left{
        display: none;
    }
    #page1{
        background-color: #334dcf;
    }
    #page1>#right{
        width: 100%;
    }
    #head>h1{
        text-align: center;
        font-size: 40px;
    }
    #cards-1{
      display: block;

      animation: scroll 4s linear infinite;

    }
    #cards-1>.card{
        width: 220px;
        height: 350px;
    }
    #right>button{
        font-size: 14px;
        border: none;
        outline: none;
    }
    #mark>#mar{
        padding: 2px;
        background-color: #334dcf;
        font-size: 26px;
    }
    #page-2>#page-2-left{
        display: none;
    }
    
    #page-2>#pg-right>h1{
        font-size: 36px;
        text-align: center;  
              padding-left: 20px;

    }
  
    
    #pg-right>#crds{
        width: 280px;
        margin-left: -30px;
        /* border: 1px solid rebeccapurple; */
        overflow: scroll;
        
    }
    #crds>.cards{
        animation: scroll 4s linear infinite;

    }
}