*{
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

.main{
    min-height: 100vh;
    width: 100%;
    background-color:#252525;
    overflow: hidden;
}

.nav{
    height: 130px;
    width: 100%;
    background-color:#252525;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    /* position: fixed; */
    z-index: 9999999999999990;

}

.left_nav img{
    height: 130px;
}

.middle{
    width: 1900px;
    /* background-color: rgb(61, 57, 53); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.right_nav a{
    text-decoration: none;
    color: white;
    font-size: 13.5px;
    letter-spacing: 0.5px;
    font-weight: 500;
    /* padding: 0px 40px; */
    margin: 0px 30px;
    padding: 0px 10px;
    padding-bottom: 7px;
}


.under-hover-eff{
    display: inline-block;
    position: relative;
    
}

.under-hover-eff::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transition: width 0.45s ease-in-out;

}

.under-hover-eff:hover:before{
    width: 100%;
    left: 0;
    right: 0;
}


.get h4{
    padding: 7px 25px;
    border: 1px solid white;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}


.get h4::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    bottom: -104%;
    left: 0;
    border-radius: 50%;
    transition: all ease 0.5s;
}

.get h4:hover::after{
    bottom: 0;
    border-radius: 0;
}

.get h4 a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    position: relative;
    z-index: 10;
}

.get h4:hover a{
    color: black;
    transition: all ease 0.4s;

}

.bars{
    display: flex;
    margin: 10px;
}

.bars span{
    font-size: 48px;
    display: none;
}

.right_navv{
    display: none;
}

@media(max-width:1310px){
    .get{
        display: none;
    }

    #stay{
        display: block;
    }
}

@media(max-width:1100px){

   .middle{
    display: flex;
    justify-content: space-between;
    /* background-color: #161515; */
   }
    .right_nav{
        display: none;
        z-index: 9999999999999990;

    }

   .right_navv{
    position: absolute;
    display: none;
    top: 16%;
    left: 0;right: 0;
    background-color: #252525;
    z-index: 9999999999999990;
   }

   .right_navv a{
    display: block;
    padding: 10px 20px;
    margin: 0.5rem;
    font-size: 0.8rem;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    z-index: 9999999999999990;

   }

   
.bars span{
    font-size: 48px;
    display: block;
    cursor: pointer;
    padding: 0px 4px;
}

.bars a{
    color: white;
    text-decoration: none;
}


}
















/* page1 */


.page-1{
    height: 45vw;
    width: 100%;
    background-color: #252525;
    z-index: 0;
    /* margin-top: 80px; */
}



.swi{
    height: 100%;
    width: 100%;
    background-color: rgb(29, 29, 29);
    z-index: 9;
}






.swiper {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-button-next,.swiper-button-prev,.swiper-pagination{
    color: #ffffff;
  }

  .con{
    position: absolute;
    height: 50%;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .con h1{
    font-size: 2.2vw;
    font-weight: 600;
    margin: 10px 0px;
    margin-bottom: 20px;
    color: white;
  }

  .con h2{
    font-size: 1vw;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
  }

  #sm{
    font-size: 1vw;
    color: rgb(175, 175, 175);
    margin-bottom: 30px;
    font-weight: 500;
  }

 .con .line{
    height: 2.5px ;
    width: 60px;
    background-color: #fff;
    margin: 0px 20px;
 }



 .mySwiper [class^="swiper-button-prev"]::after{
    font-size: 25px;
}

.mySwiper [class^="swiper-button-next"]::after{
    font-size: 25px;
}


@media(max-width:630px){


.page-1{
    height: 75vw;
    width: 100%;
    z-index: 0;
    /* margin-top: 80px; */
}


.con h1{
    font-size: 3.2vw;
    font-weight: 600;
    margin: 10px 0px;
    color: white;
    width: 90vw;
    margin-bottom: 20px;

  }


  .con h2{
    font-size: 2.2vw;
    font-weight: 600;
    width: 98vw;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  #sm{
    font-size: 1.5vw;
    color: rgb(175, 175, 175);
    margin-bottom: 30px;
    font-weight: 500;
  }

  #stay h4{
    padding: 4px 10px;
    font-size: 2.9vw;
  }


  .mySwiper [class^="swiper-button-prev"]::after{
    font-size: 15px;
}

.mySwiper [class^="swiper-button-next"]::after{
    font-size: 15px;
}


.con .line{
    height: 1.9px ;
    width: 27px;
    background-color: #fff;
    margin: 0px 20px;
 }

}















/* page2 */

.page-2{
    min-height: 30vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 30px;
}


.page2_con{
    min-height: 25vw;
    width: 1800px;
    /* background-color: rgb(61, 57, 51); */
    display: flex;
    align-items: center;
}

.page2_lef{
    min-height: 30vw;
    width: 50%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #706b6b; */
}

.page2_lef img{
    height: 50%;
    width: 65%;
}



.page2_rig{
    min-height: 25vw;
    width: 35%;
    /* background-color: rgb(88, 110, 70); */
    color: white;
}

.page2_rig h3{
    font-size: 0.4vw;
    font-weight: 500;
    margin-bottom: 1.4vw;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom:12px ;
} 


.page2_rig h1{
    font-size: 1vw;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 1.5vw;
    text-align: center;

}



.page2_rig p{
    font-size: 0.9vw;
}


@media(max-width:1900px){
   .page2_rig h3{
    font-size: 1.2vw;
    font-weight: 500;
    margin-bottom: 1.5vw;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom:12px ;
} 


.page2_rig h1{
    font-size: 2vw;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 1.5vw;
}



.page2_rig p{
    font-size: 1vw;
} 
}


@media(max-width:1200px){

.page2_rig h3{
    font-size: 1.4vw;
    font-weight: 500;
    margin-bottom: 1.2vw;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom:5px ;
} 


.page2_rig h1{
    font-size: 2.4vw;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1.5vw;
    text-align: center;

}



.page2_rig p{
    font-size: 1.4vw;
}
}


@media(max-width:900px){

.page2_rig h3{
    font-size: 2vw;
    font-weight: 500;
    margin-bottom: 1.4vw;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom:5px ;
} 


.page2_rig h1{
    font-size: 3.3vw;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 1.5vw;
    text-align: center;

}



.page2_rig p{
    font-size: 1.9vw;
}

.page2_lef img{
    height: 80%;
    width: 79%;
}

}



@media(max-width:630px){


.page2_rig{
    min-height: 25vw;
    width: 90%;
    /* background-color: rgb(88, 110, 70); */
    color: white;
}


    .page2_con{
        min-height: 25vw;
        width: 1800px;
        /* background-color: rgb(185, 141, 73); */
        display: flex;
        align-items: center;
        padding: 20px 0px;
        flex-direction: column;
    }


    .page2_lef{
        min-height: 40vw;
        width: 90%;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0px;
        /* background-color: #ffffff; */
    }
    
    .page2_lef img{
        height: 93vw;
        width: 90vw;
    }


.page2_rig h3{
    font-size: 3.6vw;
    font-weight: 500;
    margin-bottom: 2.3vw;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom:12px ;
} 


.page2_rig h1{
    font-size: 4.9vw;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 2.8vw;
    /* background-color: #252525; */
    width: 100%;
    text-align: center;

}



.page2_rig p{
    font-size: 3.2vw;
}

.page2_lef img{
    height: 77%;
    width: 89%;
}

}





































/* page3 */



.page3{
    min-height: 35vw;
    width: 100%;
    background-color: #161515;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}



.page3_con{
    min-height: 30vw;
    width: 1500px;
    color: white;   

}

.page3_top{
    min-height: 6vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.page3_top h2{
    font-size: 0.9vw;
    font-weight: 600;
    margin-bottom: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3_top h1{
    font-size: 1.7vw;
    font-weight: 600;
}


.li{
    height: 2px;
    width: 3vw;
    background-color: #fff;
    margin: 0px 15px;
}




.page3_bot{
    min-height:24vw ;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 0px;

}

.card{
    height: 420px;
    width: 22%;
    position: relative;
    padding: 15px 15px;
    border-radius: 15px;
    transition: all ease 0.4s;
    text-decoration: none;
    color: white;
    text-decoration: none;
    
}

.card a{
    text-decoration: none;
    color: white;
}

.img{
    height: 50%;
    width: 100%;
    background-color: #494949;
    border-radius: 15px;
    margin-bottom: 0.6vw;
    overflow: hidden;
    z-index: 9;
}

.img img{
    height: 100%;
    width: 100%;
}

.card h1{
    font-weight: 600;
    font-size: 1vw;
    display: flex;
    align-items: center;
    margin-bottom: 0.4vw;
    color: white;



}

.card span{
    font-size: 25px;
    text-align: center;
    margin: 20px 0px;
    cursor: pointer;
    color: white;

}



.card p{
    font-size: 0.9vw;
    font-weight: 400;
    color: white;
text-decoration: none;
}


.card:hover{
    background-color: #313030ab;
}




.lo{
    height: 2px;
    width: 32px;
    background-color: #fff;
    margin-right: 10px;

}

@media(max-width:1600px){

.card{
    height: 420px;
    width: 22%;
    position: relative;
    padding: 15px 15px;
    border-radius: 15px;
    transition: all ease 0.4s;
    
}


.card h1{
    font-weight: 600;
    font-size: 1.4vw;
    display: flex;
    align-items: center;
    margin-bottom: 0.4vw;


}

.card p{
    font-size: 1.1vw;
    font-weight: 400;
}

}




@media(max-width:1300px){


.page3_bot{
    min-height:24vw ;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 30px;
    flex-wrap: wrap;

}

.card{
    height: 400px;
    width: 350px;
    margin: 20px 20px;
}


.page3_top{
    min-height: 10vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.page3_top h2{
    font-size: 1.3vw;
    font-weight: 600;
    margin-bottom: 0.3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3_top h1{
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
}



.card h1{
    font-weight: 600;
    font-size: 1.8vw;
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;


}

.card p{
    font-size: 1.3vw;
    font-weight: 400;
}
.page3_con{
    padding-top: 30px;
}

}


@media(max-width:900px){

    .card h1{
        font-weight: 600;
        font-size: 2.2vw;
        display: flex;
        align-items: center;
        margin-bottom: 0.9vw;
    
    
    }
    
    .card p{
        font-size: 1.9vw;
        font-weight: 400;
    }

    .page3_con{
        padding-top: 40px;
    }

}


@media(max-width:600px){
    .card{
        height: 450px;
        width: 350px;
        margin: 20px 20px;
    }


    .card h1{
        font-weight: 600;
        font-size: 4.5vw;
        display: flex;
        align-items: center;
        margin-bottom: 1vw;
    
    
    }
    
    .card p{
        font-size: 3.3vw;
        font-weight: 400;
    }

    .img{
        height: 50%;
        width: 100%;
        background-color: #494949;
        border-radius: 15px;
        margin-bottom: 4vw;
        overflow: hidden;
        z-index: 9;
    }


.page3_top h2{
    font-size: 3vw;
    font-weight: 600;
    margin-bottom: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3_top h1{
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    width: 65%;
}

.page3_con{
    padding-top: 50px;
}
    
}


















/* page4 */
.page4{
    min-height: 35vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 30px;
}


.page4-con{
    min-height: 33vw;
    width: 65%;
    /* background-color: #494949; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    

}


.page4-lef{
   min-height: 33vw;
    width: 42%;
    /* background-color: #423434; */

}

.page4-lef h1{
    margin-bottom: 0.7vw;
    font-size: 2.2vw;
    font-weight: 600;
    width: 90%;
}

.immg{
    height: 27vw;
    width: 100%;
    /* background-color: #575656; */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.immg img{
    height: 110%;
   

}

.page4-rig{
    min-height: 34.5vw;
    width: 45%;
    /* background-color: aquamarine; */
    padding: 1vw 1vw;
}


.imgggg{
    height: 15vw;
    width: 100%;
    /* background-color: #857f7f; */
    overflow: hidden;
    margin-bottom: 1.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgggg img{
    height: 100%;
}

.page4-rig li{
    font-size: 0.9vw;
    margin-bottom: 0.3vw;
}


@media(max-width:900px){

.page4-con{
    min-height: 33vw;
    width: 65%;
    /* background-color: #494949; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    flex-direction: column;
}


.page4-lef{
    min-height: 63vw;
     width: 92%;
     /* background-color: #423434; */
    margin-bottom: 3vw;
 }


.page4-lef h1{
    margin-bottom: 0.7vw;
    font-size: 4.2vw;
    font-weight: 600;
    width: 90%;
}

.immg{
    height: 55vw;
    width: 100%;
    /* background-color: #575656; */
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
}

.immg img{
    height: 95%;
}


.page4-rig{
    min-height: 54.5vw;
    width: 92%;
    /* background-color: aquamarine; */
    padding: 1vw 1vw;
    margin-top: 2vw;
}


.imgggg{
    height: 30vw;
    width: 100%;
    /* background-color: #857f7f; */
    overflow: hidden;
    margin-bottom: 3.4vw;
}

.imgggg img{
    height: 100%;
}

.page4-rig li{
    font-size: 1.9vw;
    margin-bottom: 1vw;
}


}


@media(max-width:600px){

.page4-con{
    min-height: 33vw;
    width: 95%;
    /* background-color: #494949; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    flex-direction: column;
}


.page4-lef{
    min-height: 83vw;
     width: 92%;
     /* background-color: #423434; */
    margin-bottom: 3vw;
   
 }


.page4-lef h1{
    margin-bottom: 0.7vw;
    font-size: 5.8vw;
    font-weight: 600;
    width: 90%;
}

.immg{
    height: 75vw;
    width: 100%;
    /* background-color: #575656; */
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
}

.immg img{
    height: 95%;
}


.page4-rig{
    min-height: 94.5vw;
    width: 92%;
    /* background-color: aquamarine; */
    padding: 1vw 1vw;
    margin-top: 2vw;
}


.imgggg{
    height: 50vw;
    width: 100%;
    /* background-color: #857f7f; */
    overflow: hidden;
    margin-bottom: 6vw;
}

.imgggg img{
    height: 100%;
}

.page4-rig li{
    font-size: 2.9vw;
    margin-bottom: 0.9vw;
}
}







/* page5 */


.page5{
    min-height: 40vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
}


.page5-con{
    min-height: 20vw;
    width: 70%;
    /* background-color: rgb(56, 73, 68); */
    display: flex;
    color: white;
    justify-content: space-between;
}

.page5-lef{
    min-height:20vw ;
    width: 35%;
    /* background-color: #252525; */
}

.page5-lef h1{
    text-align: center;
    font-weight: 600;
    font-size: 1.2vw;
    border-bottom: 1.5px solid white;
    padding-bottom: 0.7vw;
    margin-bottom: 2vw;
}

.page5-lef p{
    font-size: 1vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 1vw 0vw;

}

.page5-lef p span{
    margin-right: 1vw;
    font-size: 1.8vw;
}

.page5-lef p a{
    text-decoration: none;
    color: white;
}

.page5-lef p i{
    margin-right: 1vw;
    font-size: 1.8vw;
}








.page5-rig{
    min-height: 20vw;
    width: 60%;
    /* background-color: #4d4242; */
}

.page5-rig h1{
    text-align: center;
    font-weight: 600;
    font-size: 1.2vw;
    border-bottom: 1.5px solid white;
    padding-bottom: 0.7vw;
    margin-bottom: 2vw;
}

.page5-rig form input{
    border: none;
    width: 45%;
    height: 2.5vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 0.5vw 0.5vw;
    padding: 0vw 0.3vw;

}

.page5-rig form textarea{
    border: none;
    width: 45%;
    height: 2.5vw;
    padding: 0.5vw 0.3vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 0.5vw 0.5vw;
}

.page5-rig form input::placeholder{
    color: rgb(255, 255, 255);
    font-weight: 500;
}

#mess{
    height: 5vw;
    width: 94%;
}

.page5-rig form button{
    padding: 0.3vw 1.5vw;
    font-size: 0.8vw;
    margin: 0.5vw 0.5vw;
}
.page5-rig form textarea::placeholder{
    color: white;
}


@media(max-width:1100px){


.page5-lef p{
    font-size: 1.5vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 1vw 0vw;

}


.page5-lef p span{
    margin-right: 1vw;
    font-size: 2vw;
}


.page5-lef p i{
    margin-right: 1vw;
    font-size: 2vw;
}


.page5-rig form button{
    padding: 0.3vw 1.5vw;
    font-size: 1vw;
    margin: 0.5vw 0.5vw;
}

.page5-rig form textarea::placeholder{
    color: white;
}




}


@media(max-width:900px){


    .page5-lef h1{
        text-align: center;
        font-weight: 600;
        font-size: 1.2vw;
        border-bottom: 1.5px solid white;
        padding-bottom: 0.7vw;
        margin-bottom: 2vw;
    }
    
    .page5-lef p{
        font-size: 1vw;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin: 1vw 0vw;
    
    }
    
    .page5-lef p span{
        margin-right: 1vw;
        font-size: 1.8vw;
    }


.page5-lef p i{
    margin-right: 1vw;
        font-size: 1.8vw;
}
    
.page5-con{
    min-height: 20vw;
    width: 93%;
    display: flex;
    color: white;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 2vw 2vw;
}


.page5-lef{
    min-height:20vw ;
    width: 85%;
    margin: 3vw 0vw;
    
}


.page5-lef h1{
    text-align: center;
    font-weight: 600;
    font-size: 2.7vw;
    border-bottom: 1.5px solid white;
    padding-bottom: 0.7vw;
    margin-bottom: 2vw;
}

.page5-lef p{
    font-size: 2.2vw;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin: 1vw 0vw;

}

.page5-lef p span{
    margin-right: 2vw;
    font-size: 3vw;
}


.page5-lef p i{
    margin-right: 2vw;
    font-size: 3vw;
}



.page5-rig{
    min-height: 20vw;
    width: 90%;
}


.page5-rig h1{
    text-align: center;
    font-weight: 600;
    font-size: 2.7vw;
    border-bottom: 1.5px solid white;
    padding-bottom: 0.7vw;
    margin-bottom: 2vw;
}


.page5-rig form input{
    border: none;
    width: 48%;
    height: 5.5vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 0.5vw 0.5vw;
    padding: 0vw 0.3vw;

}


.page5-rig form button{
    padding: 0.3vw 1.5vw;
    font-size: 1.8vw;
    margin: 0.5vw 0.5vw;
}



.page5-rig form textarea{
    border: none;

    padding: 0.5vw 0.3vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 0.5vw 0.5vw;
}

#mess{
    height: 10vw;
    width: 98%;
}

.page5-rig form textarea::placeholder{
    color: white;
}


}


@media(max-width:600px){


.page5{
    min-height: 40vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vw 0vw;
}


    .page5-lef p{
        font-size: 3vw;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin: 1vw 0vw;
    
    }

    .page5-lef h1{
        text-align: center;
        font-weight: 600;
        font-size: 3.5vw;
        border-bottom: 1.5px solid white;
        padding-bottom: 1vw;
        margin-bottom: 3vw;
    }

    .page5-lef p span{
        margin-right: 2vw;
        font-size: 5.2vw;
    }


.page5-lef p i{
    margin-right: 2vw;
    font-size: 5.2vw;
}


.page5-lef{
    min-height:40vw ;
    width: 100%;
    /* background-color: #252525; */
}


.page5-rig h1{
    text-align: center;
    font-weight: 600;
    font-size: 3.5vw;
    border-bottom: 1.5px solid white;
    padding-bottom: 1vw;
    margin-bottom: 3vw;
}


.page5-rig{
    min-height: 60vw;
    width: 100%;
    /* background-color: #4d4242; */
}


.page5-rig form input{
    border: none;
    width: 98%;
    height: 8.5vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 1.5vw 0.5vw;
    padding: 0vw 0.3vw;

}


.page5-rig form textarea{
    border: none;
    width: 45%;
    height: 14.5vw;
    padding: 0.5vw 0.3vw;
    outline: none;
    background-color: #252525;
    color: white;
    border-bottom: 0.5px solid white;
    margin: 1vw 0.5vw;
}
    
#mess{
    height: 20vw;
    width: 98%;
}

.page5-rig form textarea::placeholder{
    color: white;
}


.page5-rig form button{
    padding: 0.9vw 2.5vw;
    font-size: 2.9vw;
    margin: 0.5vw 0.5vw;
}

}





/* page6 */
.page6{
    min-height: 12vw;
    width: 100%;
    background-color: #161515;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    flex-direction: column;
}


.page6-con{
    min-height: 10vw;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: #464343; */
    margin-bottom: 2vw;

}

.page6-con2{
    min-height: 10vw;
    width: 70%;
    background-color: #6b696933;
    padding: 1vw 2vw;
    text-align: center;
    color: white;
    border-radius: 1.5rem;


}

.page6-con2 h2{
    margin-bottom: 1vw;
    font-size: 1.8vw;
    font-weight: 600;
    

}

.page6-con2 p{
    font-size: 0.95vw;
    margin-bottom: 1vw;

}

.box{
    height: 8vw;
    width: 20%;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
}

.box img{
  height: 3vw;
}

.box h1{
    font-size: 1.3vw;
    font-weight: 600;
    text-align: center;
}

.box p{
    font-size: 0.8vw;
    text-align: center;
}


@media(max-width:900px){

.page6-con{
    min-height: 10vw;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


.box{
    height: 13vw;
    width: 40%;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    background-color: #161515;
    margin: 2vw 0vw;
}


.box img{
    height: 5vw;
  }
  
  .box h1{
      font-size: 2vw;
      font-weight: 600;
      text-align: center;
  }
  
  .box p{
      font-size: 1.4vw;
      text-align: center;
  }


.page6-con2{
    min-height: 15vw;
    width: 80%;
    background-color: #6b696933;
    padding: 1vw 2vw;
    text-align: center;
    color: white;
    border-radius: 1.5rem;


}

.page6-con2 h2{
    margin-bottom: 2vw;
    font-size: 2.3vw;
    font-weight: 600;
    

}

.page6-con2 p{
    font-size: 1.6vw;
    margin-bottom: 2vw;

}
}



@media(max-width:600px){

.page6-con2{
    min-height: 20vw;
    width: 80%;
    background-color: #6b696933;
    padding: 1vw 2vw;
    text-align: center;
    color: white;
    border-radius: 1.5rem;
    margin-top: 3vw;


}

.page6-con2 h2{
    margin-bottom: 3vw;
    font-size: 4.3vw;
    font-weight: 600;
    

}

.page6-con2 p{
    font-size: 2.9vw;
    margin-bottom: 3vw;

}

.box{
    height: 28vw;
    width: 80%;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 5vw 0vw;
}


.box img{
    height: 12vw;
  }
  
  .box h1{
      font-size: 4vw;
      font-weight: 600;
      text-align: center;
  }
  
  .box p{
      font-size: 3vw;
      text-align: center;
  }

}







/* footer */
.footer{
    min-height: 20vw;
    width: 100%;
    background-color: #161515;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}



.footer-con{
    min-height: 18vw;
    width: 70%;
    color: white;
    display: flex;
}

.footer-lef{
    height: 18vw;
    width: 60%;
    /* background-color: #795858; */
    display: flex;
    align-items: center;

}

.footer-lef h1{
    font-size: 2.6vw;
    font-weight: 600;
}

.footer-rig{
    height: 18vw;
    width: 40%;
    /* background-color: #421717; */
    
}

.footer-rig p a{
    color: white;
    text-decoration: none;
    margin-left: 1vw;

}

.footer-rig h2{
   font-size: 1.4vw;
   font-weight: 600;
   text-align: center;
   border-bottom: 1px solid white;
   padding-bottom: 0.6vw;
}

.footer-rig p{
    font-size: 1.2vw;
    padding: 1vw;
    display: flex;
    align-items: center;
}

@media(max-width:600px){
    .footer{
        min-height: 22vw;
        width: 100%;
        background-color: #161515;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 150px;
    }
}

@media(max-width:900px){
    .footer{
        min-height: 22vw;
        width: 100%;
        background-color: #161515;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 4vw;
    }
.footer-con{
    min-height: 18vw;
    width: 90%;
    color: white;
    display: flex;
    flex-direction: column;
}


.footer-rig p{
    font-size: 2.5vw;
    padding: 1vw;
    display: flex;
    align-items: center;
}

.footer-lef{
    height: 25vw;
    width: 100%;
    /* background-color: #795858; */
    display: flex;
    align-items: center;
    margin-bottom: 1vw;

}


.footer-lef h1{
    font-size: 4.6vw;
    font-weight: 600;
    text-align: center;
}


.footer-rig{
    height: 30vw;
    width: 100%;
    /* background-color: #421717; */
    
}


.footer-rig h2{
    font-size: 2.8vw;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 0.6vw;
 }



}











/* slide page */


.sld-page1{
    min-height: 35vw;
    width: 100%;
    background-color: #706b6b;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}









/* slide page 2 */


.sld-page2{
    min-height: 38vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
}



.sld-page2-con{
    min-height: 32vw;
    width: 90%;
    /* background-color: #494949; */
    color: white;
    display: flex;
    flex-direction: column;
align-items: center;
}


.sld-page2-con h1{
     text-align: center;
     font-weight: 600;
     padding: 1vw;
     font-size: 1.8vw;
    
}


.con-con{
    min-height: 26vw;
    width: 90%;
    /* background-color: #645e5e; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.con-card{
    min-height: 24vw;
    width: 29%;
    background-color: #706b6b;
    border-radius: 1vw;
    overflow: hidden;


}


.con-card .imgz{
    height: 13vw;
    width: 100%;
    overflow: hidden;
    background-color: #464343;
    
}





@media(max-width:900px){


    .sld-page2-con h1{
        text-align: center;
        font-weight: 600;
        padding: 1vw;
        font-size: 2.8vw;
       
   }


.sld-page2{
    min-height: 38vw;
    width: 100%;
    background-color: #252525;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 0vw;
}


    .con-con{
        min-height: 26vw;
        width: 90%;
        /* background-color: #645e5e; */
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }
    


.con-card{
    min-height: 46vw;
    width: 60%;
    background-color: #706b6b;
    border-radius: 2vw;
    overflow: hidden;
    margin: 1.5vw;


}




.con-card .imgz{
    height: 25vw;
    width: 100%;
    overflow: hidden;
    background-color: #464343;
}




}




@media(max-width:600px){


.con-card{
    min-height: 56vw;
    width: 80%;
    background-color: #706b6b;
    border-radius: 2vw;
    overflow: hidden;
    margin: 1.8vw;


}


.sld-page2-con h1{
    text-align: center;
    font-weight: 600;
    padding: 2vw;
    font-size: 4vw;
   
}
}