*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* header{
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1000;
} */

.nav1{
    width: 100%;
    height: 7rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.nav1 img{
    width: 15rem;
    height: 5rem;
    margin-right: 33rem;
    object-fit: cover; 
    margin-top: 1.5rem;      
}
.name {
    display: flex;
    justify-content: center;
    align-items: center;
}
.name .register{
    display: flex;
}
.nav1 .cont{
    font-size: 14px;
    font-weight:500;
}
.nav1 .cont i{
    margin-right: 2px;
}
.nav1 .cont a{
    color: #000;
    text-decoration: none;
}
.nav1 .cont a:hover{
    color: rgb(255, 187, 0);
}
.nav1 .reg a{
    color: #000;
    text-decoration: none;
}

.nav1 .reg a:hover{
    color: rgb(255, 187, 0);
}
.nav1 .reg{
    margin-left: 20px;
    font-size: 14px;
    font-weight:500; 
}
.nav1 .reg i{
    margin-right: 2px;
}
.nav1 .cont i:hover{
    color: #000;
}
.nav1 .reg i:hover{
    color: #000;
}
.nav1 .mail i:hover{
    color: #000;
}
.nav1 .mail{
    margin-left: 20px;
    font-size: 14px;
    font-weight:500;
}
.nav1 i{
    color: rgb(255, 187, 0);
    font-size: 17px;
}
.nav1 span{
    color: #000;
}
.nav1 span:hover{
    color: #FFCD03;
}

.nav1 .icon i{
    margin:0 0.8rem;
}
.nav1 .icon i:hover{
    color: #000;
}
.checkbtn{
    font-size: 28px;
    color: #FFC000;
    display: none;
    cursor: pointer;
}
#check{
    display: none;
    cursor: pointer;
}


.nav2 {
    width: 100%;
    height: 4.8rem;
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* position: fixed;
    position: sticky;
    top: 0;
    z-index: 1000;  */
}
.nav2 ul {
    display: flex;
    align-items: center;
}
.nav2 ul li {
    margin-right: 3rem;
    list-style: none;
    position: relative; 
}
.nav2 ul li a {
    text-decoration: none;
    color: gray;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;

}
.nav2 ul li a:hover {
    color: #FFCD03;
}
.nav2 ul li a i{
    color: #FFCD03;
    font-size: 27px;
    display: none;
}
.cir {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FFCD03;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; 
    transition: opacity 0.3s ease, transform 0.3s ease; 
}
/* .nav2 ul li.active .cir {
    opacity: 1; 
} */
.nav2 ul li a:hover .cir {
    opacity: 1; 
    transform: translateX(-50%) scale(1.2);
}
.contact{
    margin-left: 25rem;
}
.contact span a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}
.contact i {
    color: #FFCD03;
    margin-right: 10px;
    font-size: 17px;
}
.contact span:hover {
    color: #FFCD03;
}
.contact i:hover {
    color: white;
}


/* section 1 */
.section1{
    width: 100%;
    height: 67vh;
}
.section1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* section 2 */

.section2{
    width: 100%;
    height:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7rem 6.4rem 7rem 6.4rem;
}
.section2 .sec1{
    width: 100%;
    height: auto;
    margin: 0 5.5rem 0 0;
}
.section2 .sec1 p{
    margin: 0;
    color: gray;
    font-size: 16px;
    font-weight: bold;
}
.section2 .sec1 h1{
    max-width: 100%;
    color: #000;
    font-size: 50px;
    font-weight: bold;
    margin-right: 1rem;
}
.section2 .sec1 .para{
    margin-top: 2rem;
    width: 100%;
    font-size:20px ;
    font-weight: 400;
    line-height: 30px;
}
.section2 .sec1 .btn{
    width: 15.5rem;
    height: 4.5rem;
    background-color: #FFC000;
    margin: 3rem 5rem 0 0;
    border-radius: 50px;
    font-size: 17px;
    font-weight: bold;
}
.section2 .sec1 .btn:hover{
    background-color: #000;
    color: #FFC000;
}
.section2 .sec2{
    width: 100%;
    height: auto;
}
.section2 .sec2 .img{
    width: 100%;
    height: 35rem;
    object-fit: cover;
    border-radius: 20px;
}

/* section  */

.section{
    width: 100%;
    height: auto;
    display: flex;
    background-color: #272626;
    color: #fff;
    align-items: center;
    padding: 5.5rem ;
}
.section .sec2{
    width: 100%;
    height: auto;
    
}
.section .sec2 img{
    width: 100%;
    height: 37rem;
    object-fit: cover;
    border-radius: 20px;
}
.section .sec{
    margin: 0 4rem 0 3rem;
}
.section .sec h1{
    margin-bottom: 1.5rem;
    color: #ffae0d;
}
.section .sec ul{
    width: 100%;
    height: auto;
}
.section .sec ul li{
    font-size: 18px;
    margin: 0 0 1.4rem 0;
    color: #A4A4A4;
}
.section .sec ul li span{
    font-weight: bold;
}


/* section-last */

.section-last{
    width: 100%;
    height: auto;
    padding: 3.5rem 7rem;
}
.section-last h1{
    font-size: 35px;
    color: #C98702;
    font-weight: bold;
    margin: 0 0 2.5rem 0;
    text-align: center;
    font-family: 'fredoka one' Arial, Helvetica, sans-serif;
}
.section-last ul{
    width: 100%;
    height: auto;
    
}
.section-last ul li{
    width: 100%;
    height: auto;
    color: #5E5E5E;
    font-size: 18.5px;
    margin: 0 0 1.2rem 0;
}
.section-last ul li span{
    font-weight: bold;
    margin-right:5px ;
}
.section-last p{
    width: 100%;
    height: auto;
    color: #5E5E5E;
    font-size: 18.5px;
    font-weight: bold;
    text-align: center;
    margin: 2rem 0 0 0;
}


/* section 4 */

.section4{
    width: 100%;
    height: 120vh;
    background:url(/images/about-img/feature-bg-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.section4 .div1{
    width: 100%;
    height: 120vh;
    background-color:rgba(0, 0, 0, 0.90 );
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 8rem 10rem;
}
.section4 .div1 p{
    color: gray;
    font-size: 15px;
    font-weight: bold;
}
.section4 .div1 h1{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}
.section4 .div1 .box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section4 .div1 .box .box1{
    width: 30rem;
    height: auto;
    text-align: center;
    padding: 0 3.5rem;
    border: 2px solid #fff;
    border: none;
    outline: none;
    margin: 0;
    margin-top: 2rem;
    border-right: 1px solid rgb(56, 56, 56);
}
.section4 .div1 .box .box3{
    width: 30rem;
    height: auto;
    text-align: center;
    padding: 0 3.5rem;
    border: 2px solid #fff;
    border: none;
    outline: none;
    margin: 0;
    margin-top: 2rem;
}

.section4 .div1 .box .icon-block{
    width: 105px;
    height: 105px;
    background-color:#FFCD03 ;
    place-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.section4 .div1 .box .box1 .icon-block img{
    width: 55px;
    height: 60px;
}
.section4 .div1 .box .box3 .icon-block img{
    width: 10px;
    height: 10px;
}
.section4 .div1 .box h1{
    font-size: 20px;
    margin: 2.5rem 0;
    transition: all .5s;
}
.section4 .div1 .box h1:hover{
    color: #FFC000;
}
.section4 .div1 .box p{
    font-size: 16px;
    font-weight: 500;
    color: rgb(184, 181, 181);
}
.section4 .div1 .box .btn{
    margin:1rem  2rem;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 4px;
    transition: all .5s;
}
.section4 .div1 .box .btn:hover{
    color: #FFC000;
}

/* section 5 */

.section6{
    width: 100%;
    height: auto;
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 8rem 3rem;
}
.section6 .images{
    width: 32rem;
    height: 32rem;
    background-image: url(../images/about-img/history-1-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 4rem;
}
.section6 .images i{
    font-size: 72px;
    color: #fff;
    margin: 0 4.5rem;
}
.section6 .images i:hover{
    color: #FFC000;
}
.section6 .sec5-content{
    width: 38rem;
    height: auto;
}
.section6 .sec5-content p{
    color: gray;
    font-size: 15px;
    font-weight: bold;
    margin-top: 1.5rem;
}
.section6 .sec5-content h1{
    font-size: 60px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0;
}

/* section6  */

.section3{
    max-width: 100%;
    height: auto;
    text-align: center;
    padding-top: 7rem;
    background-color: #f1efef;
}
.section3 p{
    color: rgb(107, 106, 106);
    font-weight: bold;
    font-size: 17px;
}
.section3 h1{
    font-size: 60px;
    font-weight: bold;
    color: #000;
}
.card1{
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 3rem;
    padding: 4rem 5rem;
    
}
.card1 .card{
    width: 100%;
    height: auto;
    border-top-right-radius:15px ;
    border-top-left-radius:15px ;  
    background-color: #fff;
    border: none;
    outline: none;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.card1 .card-img{
    width: 100%;
    height: auto;
}
.card1 .card img{
    width: 100%;
    height: auto;
    border-top-right-radius:10px ;
    border-top-left-radius:10px ;
}
.card1 .card .card-content{
    text-align: start;
    max-width: 100%;
    height: auto;
}
.card1 .card .card-content h1{
    font-size: 30px;
    font-weight: bold;
    margin: 2.5rem 2.5rem 0 4rem;

}
.card1 .card .card-content p{
    font-size: 17px;
    white-space: 10px;
    font-weight: 400;
    line-height: 30px;
    margin: 1.7rem 4rem;
}
.card-content button{
    margin-left: 4rem;
    font-size: 11px;
    margin-bottom: 3rem;
    border: none;
    outline: none;
    background-color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-shadow: 5rem black;
}
.card-content button:hover{
    color: #FFC000;
}
.div{
    position: absolute;
    width: 100%;
    height:48%;
    border-top-right-radius:10px ;
    border-top-left-radius:10px ;
    background-color: rgba(0, 0, 0, 0.8);
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 7.1rem 0;
   
}
.card .div i{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFC000;
    text-align: center;
    padding-top: 15px;
    
}
.card:hover .div{
    top: 0;
}
.card:hover {
    margin-top: -15px;
}
/* section7 */
.section7{
    width: 100%;
    height: auto;
    background-color: #FFCD03;
    text-align: center;
    padding: 7rem 2rem;
}
.section7 p{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.section7 h1{
    font-size: 58px;
    font-weight: 700;
    color: #000;
}
.section7 button{
    width: 21%;
    height: 4.8rem;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 60px;
    margin: 3.2rem 0 0 0;
    border: none;
    outline: none;
}.section7 button:hover{
    background-color: #fff;
    color: #000;
}

/* footer section  */


footer{
    width: 100%;
    height: auto;
    background-color: #000;
    color: #fff;
    padding: 10rem 4rem 7rem 4rem;
}
.footer-content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 6rem;
    /* align-items: center; */
}
.footer-content h1{
    font-size: 20px;
    margin-bottom: 3rem;
}
.footer-content p{
    font-size: 15px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.5px;
    color: gray;
}
.content1{
    width: 20rem;
    height: auto;
}
.footer-content .content1 .icons{
    width: 100%;
    height: auto;
}
.footer-content .content1 .icons i{
    margin: 1rem;
    font-size: 18px;
}
.footer-content .content1 .icons i:hover{
    color: #FFCD03;
}
.content2{
    width: 12rem;
    height: auto;
    text-align: start;
}
.content2 ul{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.content2 ul li{
    list-style: none;
    margin-bottom: 1.5rem;
}
.content2 ul li a{
    text-decoration: none;
    color: gray;
    font-size: 15px;
    font-weight: bold;
    transition: all .5s;
}
.content2 ul li #arrow{
    color: #FFCD03;
    font-size: 15px;
    font-weight: bold;
    display: none;
}
.content2 ul li a:hover {
    color: #FFCD03;
    margin-left: 1rem;
}
/* .content2 a:hover #arrow{
    display: block;
} */
.content3{
    width: 12rem;
    height: auto;
    text-align: start;
}
.content3 ul{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.content3 ul li{
    list-style: none;
    margin-bottom: 1.5rem;
}
.content3 ul li a{
    text-decoration: none;
    color: gray;
    font-size: 15px;
    font-weight: bold;  
    transition: all 0.5s;
}
.content3 ul li a:hover {
    color: #FFCD03;
    margin-left: 1.1rem;
}

.content4{
    width: 16rem;
    height: auto;
    text-align: start;
}
.content4 ul{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.content4 ul li{
    list-style: none;
    margin-bottom: 1.5rem;
}
.content4 ul li a{
    text-decoration: none;
    color: white;
    font-size: 15px;
    font-weight: bold;  
}
.content4 ul li a i{
    color: #FFC000;
    margin-right: 10px;
}

.content5{
    width: 18rem;
    height: auto;
}
.content5 .footer-btn{
    width: 100%;
    height: 4.2rem;
    background-color: #272626;
    margin-top: 3rem;
    border-radius: 55px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}
.content5 .footer-btn .small-btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #FFCD03;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.footer-content2{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0 0 0;
    /* background-color: #fff; */
}
.footer-content2-1{
    font-size: 20px;
    font-weight: bold;
    color: gray;
}
.footer-content2-1 span{
    color: #FFC000;
}
.footer-content2-1 img{
    width: 12rem;
    height: 4.3rem;
    margin: 0 20px 0 0;
    object-fit: cover;
}
.footer-content2-2 span{
    font-size: 14px;
    color: gray;
    font-weight: 600;
}




@media (max-width:786px) {
    header{
        width: 100%;
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    .nav1{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .nav1 img{
       
        margin: 1rem 0 -3.5rem 0;
    }
    .nav1.name {
        margin: 0;
    }
    .nav1 .name .register{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav1 .cont{
        margin: 1rem 0 1rem 0;

    }
      /* navbar2  */
    
    .nav2{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        padding: 1rem 2rem;
    }
    .checkbtn{
        display: block;
    }
    .nav2 ul{
        position: fixed;
        width: 100%;
        height: auto;
        text-align: start;
        display: block;
        /* line-height: 10px; */
        background-color: #000;
        left: -100%;
        top: 14.4rem;
        transition: all 0.5s;
        
    }
    .nav2 ul li{
        height: 3rem;
        width: 85%;
        place-self: center;
        background-color: #0e0d0d;
       
    }
    .nav2 ul li a{
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 15px;
    }
    .nav2 ul li a i{
        display: block;
        font-size: 19px;
    }
    .name{
        margin: 2rem;
    }
    .nav2 ul li{
        border-bottom: 1px solid rgb(49, 49, 49);
        padding: 1rem 2rem;
    }
    .nav2 ul li i{
        display: block;
    }
    .nav2 ul:last-child{
        border: none;
    }
    #check:checked ~ ul{
        left: 0;
        z-index: 1;
    }
    /* #check:checked ~.carousel{
        top: 10rem;
    } */
    .contact{
        margin: 0;
    }
    .cir{
        display: none;
    }
    /* section 1 */
    .section1 img{
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }

    /* section 2 */

    .section2{
        width: 100%;
        height:auto;
        display: block;
        padding: 7rem 5rem 0 2rem;
    }
    .section2 .sec1{
        width: 100%;
        height: auto;
        margin-bottom: 4rem;
    }
    .section2 .sec1 p{
        width: 100%;
    }
    .section2 .sec1 h1{
        width: 100%; 
        font-size: 42px;
    }
    .section2 .sec1 .btn{
        margin-bottom: 2.5rem;
    }
    .section2 .sec2{
        width: 100%;
        height: auto;
        padding:0;
        margin-bottom: 5rem;
    }
    .section2 .sec2 .img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }



    /* section  */

.section{
    width: 100%;
    height: auto;
    display: block;
    padding: 5rem 2rem ;
}
.section .sec2{
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
}
.section .sec2 img{
    width: 100%;
    height: 37rem;
}
.section .sec{
    margin: 0 2rem 0 0;
}

.section .sec ul{
    width: 100%;
    height: auto;
}

/* section-last */

.section-last{
    width: 100%;
    height: auto;
    padding: 4rem 3rem;
}
.section-last h1{
    font-size: 31px;
}
.section-last ul{
    width: 100%;
    height: auto;
}
.section-last ul li{
    width: 100%;
    height: auto;
    font-size: 18px;
}

    /* section 4 */

.section4{
    width: 100%;
    height: auto; 
}
.section4 .div1{
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
}
.section4 .div1 h1{
    font-size: 40px;
}
.section4 .div1 .box{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}
.section4 .div1 .box .box1{
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid rgb(56, 56, 56);
    padding: 0 8rem;
}
.section4 .div1 .box .box3{
    width: 100%;
    height: auto;
    padding: 0 8rem;
}
.section4 .div1 .box h1{
    font-size: 21px;
    margin: 2.5rem 0;
}
.section4 .div1 .box p{
    width: 60%;
    place-self: center;
}
.section4 .div1 .box .btn{
   font-size: 12px;
}

/* section5 */

.section6{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 4rem;
}
.section6 .images{
    width: 82%;
    height: 30rem;
    /* margin: 0; */
    margin-bottom: 4rem;
}
.section6 .sec5-content{
    width: 80%;
    height: auto;
}
.section6 .sec5-content p{
    font-size: 15px;
    margin-left: 4rem;
}
.section6 .sec5-content h1{
    font-size: 40px;
    margin-left: 4rem;
}
.section6 .images i{
    margin: 0 4rem;
}

/* section 6 */
.section3{
    width: 100%;
    height: auto;
    margin: 0;
}
.section3 h1{
    font-size: 48px;
}
.card1{
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.card1 .card{
    width: 100%;
    height: auto;
    margin-bottom: 2rem;
}
.card1 .card-img{
    width: 100%;
    height: auto;
}
.div{
    width: 100%;
    height: 27.2rem;
}
/* section7 */

.section7{
    width: 100%;
    height: auto;

}
.section7 h1{
    font-size: 40px;
    font-weight: bold;
}

.section7 button{
    width: 40%;
}

/* footer section  */


footer{
    width: 100%;
    height: auto;
}
.footer-content{
    width: 100%;
    height: auto;
    display: block;
}
.footer-content .content1,
.content2,
.content3,
.content4,
.content5{
    width: 100%;
    height: auto;
    margin-bottom: 12rem;
}
.footer-content .content4 p{
    margin-bottom: 2.5rem;
}
.content5 .footer-btn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}
.footer-content2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction:row;
}
.footer-content2 .footer-content2-1{
    margin-bottom: 1rem;
}
.content5 .footer-btn .small-btn:hover{
    background-color: #fff;
    cursor: pointer;
}

}


@media (max-width:576px) {
    .nav1{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row; 
    }
    .name {
        
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 0;
    }
    .name .register{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .name .icon{
        display: none;
    }
    .name .mail{
        display: none;
    }
    .nav1 img{
        width: 32rem;
        height: 4rem;
        object-fit: cover;
        margin: 0;
        margin-top: 1rem;
    }
    
    .nav1 .cont{
        width: 5.5rem;
        margin:0 ;
    }
    .nav1 .reg{
        width: 5.5rem;
        margin:0 ;
    }
    .nav1 .icon{
        margin-bottom: -1rem;
    }
     /* navbar2  */
    .nav2 ul{
        top: 9.5rem;
    }
    .name{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin: 2rem;
    }

    /* section 1 */
    .section1 img{
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }

    /* section 2 */

    .section2{
        width: 100%;
        height:auto;
        padding: 7rem 1rem 5rem 1rem;
    }
    .section2 .sec1{
        width: 100%;
        height: auto;
    }
    .section2 .sec2{
        width: 100%;
        height: auto;
    }
    .section2 .sec1 h1{ 
        font-size: 40px;
    }
    .section2 .sec1 .btn{
        margin: 4rem 0 0 0;
    }
    .section2 .sec2{
        width: 100%;
        height: auto;
        padding: 0;
        margin-top: 2rem;
    }
    .section2 .sec2 .img{
        width: 100%;
        height: auto;
        object-fit: contain;
    }


    /* section  */

.section{
    width: 100%;
    height: auto;
    padding: 5rem 1rem ;
}
.section .sec2{
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
}
.section .sec2 img{
    width: 100%;
    height: 28rem;
}
.section .sec{
    width: 100%;
    margin: 0 ;
}

.section .sec ul{
    width: 100%;
    height: auto;
}

/* section-last */

.section-last{
    width: 100%;
    height: auto;
    padding: 4rem 1rem;
}


    /* section 4 */

.section4{
    width: 100%;
    height: auto; 
}
.section4 .div1{
    width: 100%;
    height: auto;
    padding: 6rem 0;
}
.section4 .div1 h1{
    font-size:40px;
}
.section4 .div1 .box{
    width: 100%;
    height: auto;
    margin-top: 1rem;
    
}
.section4 .div1 .box .box1{
    width: 100%;
    height: auto;
    padding: 0 3rem;
}
.section4 .div1 .box .box3{
    width: 100%;
    height: auto;
    padding: 0 3rem;
}
/* section5 */

.section6{
    width: 100%;
    height: auto;
    padding: 6rem 1rem;
}
.section6 .images{
    width: 100%;
    height: 26rem;
    margin-bottom: 4rem;
    margin: 0;
}
.section6 .sec5-content{
    width: 100%;
    height: auto;
}
.section6 .sec5-content p{
    margin: 4rem 0 0 0;
}
.section6 .sec5-content h1{
    font-size: 40px;
    margin: 0;
}
.section6 .images i{
    margin: 0 3rem;
}

/* .section 6 */

.card1{
    width: 100%;
    height: auto;
    padding: 2rem;
}
.div{
    width: 100%;
    height: 22.7rem;
}

/* section7 */

.section7{
    width: 100%;
    height: auto;
}
.section7 p{
    margin: 0;
}
.section7 h1{
    font-size: 38px;
    font-weight: bold;
}

.section7 button{
    width: 100%;
}
/* footer section  */

footer{
    width: 100%;
    height: auto;
    padding: 10rem 1.5rem 1rem 1.5rem;
}
.footer-content{
    width: 100%;
    height: auto;
}
.footer-content .content1,
.content2,
.content3,
.content4,
.content5{
    width: 100%;
    height: auto;
}
.footer-content2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction:row;
    margin-bottom: 5rem;
    padding: 1rem;
}
.footer-content2 .footer-content2-1{
    margin-bottom: 1rem;
    font-size: 18px;
}  

}


@media (max-width:450px) {
    /* section 3 */

    .div{
        width: 100%;
        height: 17.5rem;
    }

    /* section5 */

.section6{
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
}
.section6 .images{
    width: 100%;
    height: 16rem;
    margin-bottom: 4rem;
}
.section6 .sec5-content{
    width: 100%;
    height: auto;
}
.section6 .sec5-content h1{
    font-size: 30px;
}
.section6 .images i{
    margin: 0 1rem;
}
}