@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body{
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}
html{
    scroll-behavior: smooth;
}
* {
    box-sizing: border-box;
    margin: 0;
}

/* for Each Section start*/
.container{
    max-width: 1240px;
    margin: auto;
}
.row{
    display: flex;
    flex-wrap: nowrap;
}
/* for Each Section end*/
/* header start*/
header{
    position: absolute;
    left: 0px;
    right: 0px;
    border-bottom: none;
    padding: 0px 15px;
    z-index: 10;
}
header.fixed {
    background-color: #ffffff;
    position: fixed;
    border-bottom: 1px solid #eeeeee;
}
header .row{
    justify-content: space-between;
    align-items: center;
}
header .brand-name a{
    text-decoration: none;
    font-size: 3vw;
    font-weight: 600;
    color: #ffc400;
    text-shadow: 1px 1px 3px black;
    text-transform: uppercase;
    display: none;
    position: relative;
    letter-spacing: 2.5px;
}
header.fixed .brand-name a{
    display: block;
    position: relative;
}
header .navbar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
header .navbar ul li{
    display: inline-block;
    margin-left: 35px;
}
header .navbar ul li a{
    font-size: 1.5vw;
    text-decoration: none;
    line-height: 72px;
    color: #000000;
    display: block;
    font-weight: 600;
    position: relative;
}
header .navbar ul li a:hover{
    text-shadow: 0px 0px 5px purple;
}
header.fixed .navbar ul li a{
    color: #000000;
}
header .navbar ul li a::before{
    content: '';
    height: 3px;
    background-color: purple;
    width: 0%;
    position: absolute;
    right: 0px;
    bottom: -1px;
    transition: all .5s ease;
}
header.fixed .navbar ul li a::before{
    background-color: purple;
}
header .navbar ul li a:hover::before{
    width: 100%;
    left: 0;
}
header.fixed .navbar ul li a.active:hover::before{
    width: 100%;
    left: 0;
}
header .navbar ul li a.active::before{
    width: 100%;
    left: 0;
}
header.fixed .navbar ul li a.active::before{
    width: 0%;
    left: 0;
}
/* header end */

/* home1 start */
.home1{
    background-image: url(/image/bg8.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}
.home1 .home1-content{
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 13%;
    justify-content: center;
}
.home1 .home1-content .hl1{
    width: 50%;
    border-left: 6px solid;
    padding-left: 30px;
}
.home1 .home1-content .hl1 h2{
    letter-spacing: 1.5px;
    font-size: 3.3vw;
    font-weight: 900;
}
.home1 .home1-content .hl1 p{
    font-size: 1.8vw;
    margin: 10px 0;
    font-weight: 500;
}
.home1 .home1-content .hl1 div{
    margin: 10px 0;
}
.home1 .home1-content .hl1 .dl-app{
    margin-top: 30px;
    width: 40%;
}
.home1 .home1-content .hl1 .dl-app a{
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: transparent;
    justify-content: center;
    border: 2px solid black;
    padding: 0px 10px;
    color: black;
    transition: .5s ease-in-out;
}
.home1 .home1-content .hl1 .dl-app a:hover{
    color: white;
    background-color: purple;
    border: 2px solid purple;
}
.home1 .home1-content .hl1 .dl-app a p{
    font-size: 15px;
    font-weight: 600;
}
.home1 .home1-content .hl1 .dl-app a img{
    width: 15%;
    height: 15%;
    margin-top: 6px;
    margin-left: 5px;
}

.home1 .home1-content .hl1 h3{
    font-size: 1.8vw;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-left: 20px;
}

.home1 .home1-content .hl1 .book-now{
    width: 40%;
}
.home1 .home1-content .hl1 .book-now a{
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid black;
    padding: 0px 10px;
    justify-content: center;
    color: black;
    transition: .5s ease-in-out;
}
.home1 .home1-content .hl1 .book-now a:hover{
    color: white;
    background-color: purple;
    border: 2px solid purple;
}
.home1 .home1-content .hl1 .book-now a p{
    font-size: 15px;
    font-weight: 600;
}

.home1 .home1-content .hr1{
    width: 50%;
    
}
.home1 .home1-content .hr1 img{
    width: 100%;
}
/* home1 end */
/* home2 start */
.home2{
    min-height: 100vh;
}
.home2 .home2-content{
    margin: 6% 0;
}
.home2 .home2-content > .top{
    /* margin-top: 6%; */
    text-align: center;
    color:rgb(255, 238, 0);
    text-shadow: 0px 0px 2px black;
}
.home2 .home2-content > .top h1{
    font-size: 3vw;
    font-weight: 700;
}
.home2 .home2-content .bot1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
}
.home2 .home2-content .service{
    flex: 0 0 30%;
    text-align: center;
    margin-top: 8%;
}
.home2 .home2-content .service img{
    width: 40%;
    height: 40%;
}
.home2 .home2-content .service h2{
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 2vw;
    text-transform: uppercase;
    margin: 25px 0;
    color:rgb(255, 217, 0);
    text-shadow: 0px 0px 2px black;
}
.home2 .home2-content .service h4{
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 1.29vw;
}
/* home2 end */

/* home3 start */
.home3{
    min-height: 100vh;
    /* background-color: rgb(245, 245, 245); */
    
    background-image: url(/image/bg5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.home3 .home3-content{
    margin: 10% 20%;
}
.home3 .home3-content > .top{
    margin-bottom: 8%;
    text-align: center;
    color:rgb(255, 123, 0);
    text-shadow: 0px 0px 5px black;
}
.home3 .home3-content > .top h1{
    font-size: 3vw;
    font-weight: 700;
}
.home3 .home3-content .bot3{
    text-align: center;
}
.home3 .home3-content .bot3 h4{
    margin: 2% 0;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 1.29vw;
}
/* home3 end */

/* home4 start */
.home4{
    min-height: 100vh;
}
.home4 .home4-content{
    margin: 10% 0;
}
.home4 .home4-content > .top{
    margin-bottom: 8%;
    text-align: center;
    color:rgb(255, 145, 0);
    text-shadow: .5px .5px 2px black;
}
.home4 .home4-content > .top h1{
    font-size: 3vw;
    font-weight: 700;
}
.home4 .home4-content .content-home4 .list4{
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    justify-content: space-between;
    /* margin: 10% 0; */
}
.home4 .home4-content .content-home4 .left4{
    width: 65%;
}
.home4 .home4-content .content-home4 .left4 .txtMid{
    margin: 5% 0;
}
.home4 .home4-content .content-home4 .left4 .txtMid h3{
    font-size: 1.65vw;
    /* margin-bottom: 20%; */
}
.home4 .home4-content .content-home4 .left4 .txtMid h3 span{
    color: rgb(255, 145, 0);
    font-size: 1.70vw;
}
.home4 .home4-content .content-home4 .left4 .txtMid h4{
    margin: 2% 0;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.29vw;
    margin-right: 15%;
}
.home4 .home4-content .content-home4 .left4 .txtMid > .txtright4{
    margin-left: 15%;
    margin-right: 0;
}
.home4 .home4-content .content-home4 .right4{
    text-align: right;
    width: 35%;
}
.home4 .home4-content .content-home4 .right4 img{
    width: 80%;
}

.bg4-color{
    background-color: rgb(248, 248, 248);
}
.home4 .home4-content .content-home4 .r4-left{
    text-align: left;
}
/* home4 end */

/* home5 start */
.home5{
    min-height: 100vh;
    background-color: rgb(248, 248, 248);
}
.home5 .home5-content{
    margin: 10% 0;
}
.home5 .home5-content > .top{
    margin-bottom: 8%;
    text-align: center;
    color:rgb(255, 145, 0);
    text-shadow: .5px .5px 2px black;
}
.home5 .home5-content > .top h1{
    font-size: 3vw;
    font-weight: 700;
}
.home5 .home5-content .bottom5 h3{
    font-size: 1.65vw;
    margin: 5% 0;
    text-align: center;
}
.home5 .home5-content .bottom5 h4{
    margin: 2% 0;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 1.39vw;
}
.home5 .home5-content .bottom5 .text5c{
    text-align: center;
    font-size: 1.4vw;
}
.home5 .home5-content .bottom5 .list5{
    margin: 5% 0;
}
.home5 .home5-content .bottom5 .list5 .listing ul{
    display: flex;
    justify-content: space-between;
    margin: 0 20%;
}
.home5 .home5-content .bottom5 .list5 .listing ul li{
    font-size: 1.3vw;
}
.home5 .home5-content .bottom5 .list5 .listing ul .no-li{
    list-style: none;
}

.home5 .home5-content .bottom5 > .listing{
    margin: 4% 20%;
}
.home5 .home5-content .bottom5 > .listing ul li{
    margin: 5% 0;
}
.home5 .home5-content .bottom5 > .listing ul li p{
    font-size: 1.23vw;
}
.home5 .home5-content .bottom5 .marg5{
    margin: 5% 5%;
}
.home5 .home5-content .bottom5 > ul li{
    margin: 3% 10%;
    font-size: 1.4vw;
}

/* home5 end */

/* Footer start */
footer{
    width: 100%;
    padding: 0px 15px;
    background-color: rgb(255, 208, 0);
    display: block;
}
footer .logo{
    color: #ffffff;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
}
footer .logo img{
    width: 30%;
}
footer .social{
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
}
footer .social a{
    color: #000000;
    text-decoration: none;
    margin: 0 15px;
    transition: all .5s ease;
    padding: 2px 10px;
    text-decoration: none;
}
footer .social a:hover{
    color: #ffffff;
    border: 1 solid #000000;
    padding: 2px 10px;
    background-color: #000000;
    border-radius: 3px;
}
.copyright{
    background-color: rgb(25, 25, 29);
    border-top: 1px solid #ededf548;
    padding: 15px;
}
.copyright p{
    color: #ffffff;
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
}
/* Footer end */






/* resolutions start */
@media(max-width:1250px)
{

    .container{
        max-width: 1000px;
    }
    header.fixed .navbar ul li {
        margin: 0 4px;
    }
    header.fixed .sm-dev{
        text-align: center;
        justify-content: space-between;
    }
    .home1{
        min-height: 60vh;
    }
    .home2{
        min-height: 60vh;
    }
    .home3{
        min-height: 60vh;
    }
    .home4{
        min-height: 60vh;
    }
    .home5{
        min-height: 60vh;
    }
}
@media(max-width:1140px)
{
    .home1 .home1-content{
        margin-top: 13%;
        margin: 5% 0;
    }
    header .navbar ul li a {
        font-size: 2vw;
    }
    .home2 .home2-content .top h1 {
        font-size: 4vw;
    }
    .home2 .home2-content .service h2 {
        font-size: 2.5vw;
    }
    .home2 .home2-content .service h4 {
        font-size: 2.29vw;
    }
    .home3 .home3-content .top h1 {
        font-size: 4vw;
    }
    .home3 .home3-content .bot3 h4 {
        font-size: 2.29vw;
    }.home3 .home3-content {
        margin: 10% 10%;
    }
    .home4 .home4-content .top h1 {
        font-size: 4vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h3 {
        font-size: 2.65vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h3 span {
        font-size: 2.70vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h4 {
        font-size: 2vw;
    }
    .home5 .home5-content .top h1 {
        font-size: 4vw;
    }.home5 .home5-content .bottom5 h3 {
        font-size: 2.65vw;
    }
    .home5 .home5-content .bottom5 .list5 .listing ul li {
        font-size: 2.3vw;
    }
    .home5 .home5-content .bottom5 h4 {
        font-size: 2.39vw;
    }
    .home5 .home5-content .bottom5 .text5c {
        font-size: 2.4vw;
    }
    .home5 .home5-content .bottom5 > .listing ul li p {
        font-size: 2.23vw;
    }
    .home5 .home5-content .bottom5 > ul li {
        font-size: 2.4vw;
    }
    .copyright p {
        font-size: 2vw;
    }.home2 .home2-content {
        margin: 10% 0;
    }.home2 .home2-content .service {
        flex: 0 0 33%;
    }
}
@media(max-width:1100px)
{
    .container{
        max-width: 950px;
    }
}
@media(max-width:1050px)
{
    content .hl1 p {
        font-size: 1.4vw;
        margin: 10px 0;
        font-weight: 500;
    }
}
@media(max-width:1040px)
{
    .container{
        max-width: 900px;
    }
    .home1 .home1-content .hl1 .dl-app a {
        padding: 0px 5px;
    }
}
@media(max-width:1000px)
{
    .container{
        max-width: 850px;
    }
    .home1 .home1-content .hl1 .dl-app a {
        padding: 0px 5px;
    }
}
@media(max-width:920px)
{
    .container{
        max-width: 800px;
    }
}
@media(max-width:900px)
{
    .home1 .home1-content .hl1 .dl-app {
        width: 45%;
    }.home1 .home1-content .hl1 .book-now {
        width: 45%;
    }
}
@media(max-width:890px)
{
    .container{
        max-width: 780px;
    }
    .home1 .home1-content{
        margin-top: 23%;
        margin: 10% 0;
    }
    .home1 .home1-content .hl1 .dl-app {
        width: 50%;
    }.home1 .home1-content .hl1 .book-now {
        width: 50%;
    }
}
@media(max-width:870px)
{
    .container{
        max-width: 750px;
    }
}
@media(max-width:830px)
{
    .container{
        max-width: 700px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 55%;
    }.home1 .home1-content .hl1 .book-now {
        min-width: 55%;
    }
}
@media(max-width:800px)
{
    .container{
        max-width: 700px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 55%;
    }
    .home1 .home1-content .hl1 > h3{
        display: none;
    }
    .home1 .home1-content .hl1 .book-now {
        display: none;
    }
    .home1{
        min-height: 60vh;
    }
    .home2{
        min-height: 60vh;
    }
    .home3{
        min-height: 60vh;
    }
    .home4{
        min-height: 60vh;
    }
    .home5{
        min-height: 60vh;
    }
    .home2 .home2-content .top1 h1 {
        font-size: 10vw;
        font-weight: 700;
    }
    .home2 .home2-content .service h2 {
        font-size: 2.3vw;
    }
    .home2 .home2-content .service h4 {
        font-size: 1.8vw;
    }
    header.fixed .brand-name{
        display: none;
    }
    header.fixed .sm-dev{
        text-align: center;
        justify-content: center;
    }header .navbar ul li {
        margin: 0 10px;
    }header .row {
    justify-content: center;
    align-items: center;
}
}
@media(max-width:750px)
{
    .container{
        max-width: 650px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 60%;
    }
}
@media(max-width:700px)
{
    .container{
        max-width: 500px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 75%;
    }
    .home1 .home1-content .hl1 .dl-app a p {
        font-size: 2vw;
        font-weight: 600;
    }.home5 .home5-content .bottom5 > .listing {
        margin: 4% 10%;
    }.home5 .home5-content .bottom5 .list5 .listing ul {
        display: flex;
        justify-content: space-between;
        margin: 0 10%;
    }
}
@media(max-width:630px)
{
    .container{
        max-width: 550px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 70%;
    }
}
@media(max-width:620px)
{
    .container{
        max-width: 550px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 70%;
    }
    .home2 .home2-content .bot1 {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 100%;
    }
    .home2 .home2-content .service img {
        width: 25%;
        height: 25%;
    }
    .home2 .home2-content .service h4 {
        margin: 0 25%;
    }
    .home3 .home3-content .bot3 h4 {
        line-height: 13px;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h4 {
        line-height: 13px;
    }
}
@media(max-width:600px)
{
    header.fixed .brand-name{
        display: none;
    }
    header.fixed .navbar {
        text-align: center;
    }
    header.fixed .navbar ul li {
        margin: 0 7px;
    }
    header.fixed .sm-dev{
        text-align: center;
        justify-content: center;
    }
    .container{
        max-width: 500px;
    }
    .home1{
        min-height: 50vh;
    }
    .home1 .home1-content{
        margin-top: 13vh;
    }
    .home2{
        min-height: 50vh;
    }
    .home3{
        min-height: 50vh;
    }
    .home4{
        min-height: 50vh;
    }
    .home5{
        min-height: 50vh;
    }
}
@media(max-width:540px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 450px;
    }
    header .navbar ul li a {
        font-size: 2.5vw;
    }
    .home2 .home2-content .top h1 {
        font-size: 4.5vw;
    }
    .home2 .home2-content .service h2 {
        font-size: 3vw;
    }
    .home2 .home2-content .service h4 {
        font-size: 2.79vw;
    }
    .home3 .home3-content .top h1 {
        font-size: 4.5vw;
    }
    .home3 .home3-content .bot3 h4 {
        font-size: 2.79vw;
    }.home3 .home3-content {
        margin: 10% 10%;
    }
    .home4 .home4-content .top h1 {
        font-size: 4.5vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h3 {
        font-size: 3.15vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h3 span {
        font-size: 3.30vw;
    }
    .home4 .home4-content .content-home4 .left4 .txtMid h4 {
        font-size: 2.5vw;
    }
    .home5 .home5-content .top h1 {
        font-size: 4.5vw;
    }.home5 .home5-content .bottom5 h3 {
        font-size: 3.15vw;
    }
    .home5 .home5-content .bottom5 .list5 .listing ul li {
        font-size: 2.8vw;
    }
    .home5 .home5-content .bottom5 h4 {
        font-size: 2.89vw;
    }
    .home5 .home5-content .bottom5 .text5c {
        font-size: 2.9vw;
    }
    .home5 .home5-content .bottom5 > .listing ul li p {
        font-size: 2.53vw;
    }
    .home5 .home5-content .bottom5 > ul li {
        font-size: 2.9vw;
    }
    .copyright p {
        font-size: 2.5vw;
    }.home2 .home2-content {
        margin: 10% 0;
    }.home2 .home2-content .service {
        flex: 0 0 33%;
    }
    .home1 .home1-content .hl1 p {
        font-size: 2.3vw;
    }
    .home1 .home1-content .hl1 h2 {
        font-size: 3.6vw;
    }
}
@media(max-width:480px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 400px;
    }
}
@media(max-width:430px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 350px;
    }
    .home1 .home1-content{
        margin-top: 20vh;
    }
}
@media(max-width:380px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 340px;
    }
    .home1 .home1-content{
        margin-top: 15vh;
    }
}
@media(max-width:360px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 340px;
    }
    .home2{
        min-height: 40vh;
    }
    .home3{
        min-height: 40vh;
    }
    .home4{
        min-height: 40vh;
    }
    .home5{
        min-height: 40vh;
    }
}
@media(max-width:350px)
{
    .home1{
        min-height: 50vh;
    }
    .container{
        max-width: 300px;
    }
    .home1 .home1-content{
        margin-top: 15vh;
    }
}
@media(max-width:320px)
{
    .container{
        max-width: 290px;
    }
    .home1 .home1-content .hl1 .dl-app {
        min-width: 80%;
    }
}
/* resolutions end */