*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    max-width: 1470px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
body{
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.5;
}
section img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
img{
    max-width: 100%;
}
ul{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.cmn-btn{
    display: inline-flex;
    background-color: #30A8DE;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid black;
    border-radius: 100px;
    padding: 18px 37px 17px 38px;
    text-transform: uppercase;
}
.cmn-btn:hover{
    background-color: aqua;

}
h1,.heading-1{
    font-size: 80px;
    font-weight: 600;
    color: #02132F;
    line-height: 1.2;
    text-transform: uppercase;
    word-spacing: 48px;
    letter-spacing: 28px;
    margin-bottom: 48px;
}
h2,.heading-2{
    font-size: 37px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
}
h3,.heading-3{
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    color:#02132F;
    text-transform: uppercase;
    margin-bottom: 42px;
}
p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color:#FFFFFF;
    text-transform: capitalize;
    margin-bottom: 20px;
}
span{
    display: block;
    font-size: 27px;
    font-weight: 400;
    color: #02132F;
    text-transform: uppercase;
    line-height: 1.2;
    word-spacing: 48px;
    letter-spacing: 28px;
    margin-bottom: 36px;
}
/* header section start */
.header-section{
    background-color: #021C49;
    padding: 6px 0 5px 0;
}
.logo{
    display: block;
    width: 163px;
}
.nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.nav-links{
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
}
.nav-links li{
    margin-right: 55px;
}
.nav-links li:nth-child(5){
    margin-right: 40px;
}
.nav-links li a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}
/* header section end */
/* banner-section start */
.banner-section{
    background: linear-gradient(to left,rgba(145,208,253,0.5)),url(../image/banner_image.png) no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    background-position: center center;
    min-height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    padding: 100px 0;
}
.h1-span{
    display: block;
    font-size: 43px;
    font-weight: 400;
    line-height: 1.2;
    word-spacing: 14px;
    letter-spacing: 25px;
    color: #02132F;
    text-transform: uppercase;
}
.banner-btn{
    background-color: transparent;
    color: #02132F;
    margin-left: 17px;
}
/* banner-section end */
/* about section start */
.about-section{
    background:linear-gradient(to right,transparent 50%,rgba(255,255,255,0.5)),url(../image/aboutt_image.png) no-repeat;
    background-size: contain;
    background-size: 65% 100%;
    background-position: left center;
    padding: 100px 0;
    
}
.about-child{
    text-align: right;
    width: 60%;
    margin-left:auto;
}
.inner-card{
    text-align: left;
    margin-left: auto;
    background-color: #021C49;
    padding: 62px 48px 59px 71px;
    border-radius: 25px;
    width: 80%;
}
.inner-card span{
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.abt-btn{
    margin-top: 34px;
}
/* about section end */
/* service section start */
.service-section{
    background-color: #021C49;
    padding: 95px 0 101px 0;
}
.service-child{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-left,.service-right{
    padding: 0 15px;
}
.service-left{
    width: 40%;
}
.service-right{
    width: 60%;
    display: flex;
    align-items: center;
}
.service-card{
    background-color: #2863CA;
    padding: 32px 25px 36px 35px;
    margin-bottom: 29px;
    border-radius: 21px;
}
.card-text h3{
    color: #FFFFFF;
    margin-bottom: 10px;
}
.card-text p{
    margin-bottom: 24px;
}
.card-text a{
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}
.service-right span{
    color: #FFFFFF;
    word-spacing: normal;
    letter-spacing: normal;
    margin-bottom: 18px;
}
.service-right p{
    margin-bottom: 31px;
}

.card-image figure img{
    display: block;
    width: 52px;
    margin-bottom: 14px;
}
.service-btn{
    background-color: transparent;
    border: 1px solid #FFFFFF;
}
/* service section end */
/* review section start */
.review-section{
    padding: 100px 0 0 0;
}
.star-div span{
    display: inline-block;
    margin: 0 13px 18px 0;
}
.star{
    width: 24px;
    height: 23px;
}
.review-img-left img{
    width: 39px;
    height: 39px;
    margin-right: 13px;
}
.review-img-right .comma{
    width: 110px;
    height: 88px;
}
.review-text p{
    color: #02132F;
}
.review-child{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cmn-review-card{
    width: calc(33.33% - 30px);
    padding: 47px 30px 30px 31px;
    border: 1px solid gray;
    border-radius: 21px;
}
.cmn-review-card:hover{
    box-shadow: 5px 10px 20px grey;
}
.review-image{
    display: flex;
    align-items: center;
    justify-content:center ;
}
.review-img-right{
    margin-left: auto;
}
.review-img-left span{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    letter-spacing: normal;
    margin-top: 30px;
}
.review-img-left{
   display: flex;
   align-items: center;
   justify-content: center;
}
.review-bottom{
    margin-top: 74px;
    text-align: center;
}
.review-btn{
    margin-left: 29px;
    background-color: transparent;
    color: #02132F;
}
.review-upper{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.review-upper span{
    word-spacing: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.review-upper p{
    color: #02132F;
    margin-bottom: 50px;
}
.review-upper h2{
    color: #02132F;
}
/* booking section start */
.booking-section{
    padding: 79px 0 150px 0;
}
.booking-child{
    background: url(../image/booking-image.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 79px 59px 100px 0;
    border-radius: 30px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.booking-child .inner-text{
    width: 50%;
}
.booking-btn{
    border: 1px solid #FFFFFF;
    background-color: transparent;
}
.booking-child figure img{
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 21px;
    position: absolute;
    top: -10%;
    right: -1%;
    z-index: -1;

}
/* booking section end */



/* review section end */

/* footer section start */
.footer-section{
    background-color: black;
    padding: 112px 0 48px 0;
}
.footer-child{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #274C8E;
    padding-bottom: 35px;
}
.cmn-footer{
    width: 20%;
    padding: 0 20px;
}
.footer-logo{
    display: block;
    width: 150px;
    margin-bottom: 16px;
}
.footer-logo img{
    display: block;
}
.footer-links{
    display: flex;
    flex-wrap: wrap;
}
.footer-links li{
    margin-right: 16px;
}
.footer-links li:nth-child(5){
    margin-right: 0;
}
.cmn-footer-header{
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.cmn-footer ul li{
    margin-bottom: 20px;
}
.cmn-footer ul li:nth-last-child(1){
    margin-bottom: 0;
}
.cmn-footer ul li a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: capitalize;
}
.footer-bootom{
    text-align: center;
}
.footer-bootom a{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-top: 47px;
}

/* footer section end */

/* responsive */
@media (min-width: 320px) and (max-width: 575.98px) {
    .header-section .nav-links{
        display: none;
    }
    .logo{
        width: 100px;
    }
    .hambarger{
        font-size: 15px;
        color: #FFFFFF;
    }
       /* banner section */
    .banner-child h1{
        font-size: 30px;
        letter-spacing: 5px;
        word-spacing: 10px;
    }
    .banner-child .h1-span{
        font-size: 18px;
        letter-spacing: 5px;
    }
    .banner-child span{
        font-size: 15px;
        letter-spacing: 15px;
        word-spacing: 10px;
    }
        /* about section */
    .about-section{
        background-size: 100% 100%;
        background-size: cover;
        padding: 50px 0;
    }
    .about-child{
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .about-child h2{
        text-align: center;
        font-size: 22px;
    }
    .inner-card{
        width: 100%;
        padding: 25px;
    }
    .inner-card h3{
        font-size: 26px;
    }
    .inner-card span{
        font-size: 20px;
    }
    .inner-card p{
        font-size: 14px;
    }
    /* service section */
        .service-section {
            padding: 50px 0
        }
    
        .service-child {
            flex-direction: column-reverse;
        }
    
        .service-left {
            width: 100%;
        }
    
        .service-right {
            width: 100%;
            margin-bottom: 50px;
        }
    
        .service-right P {
            font-size: 14px;
        }
    
        .service-right h2 {
            font-size: 25px;
        }
    
        .service-right span {
            font-size: 20px;
        }


    /* review section */
    .review-section {
        padding: 50px 0 0 0;
    }

    .review-upper span {
        font-size: 18px;
    }

    .review-upper p {
        font-size: 14px;
    }

    .review-upper h2 {
        font-size: 22px;
    }

    .cmn-review-card {
        width: 100%;
        margin-bottom: 30px;

    }

    .review-img-right .comma {
        width: 55px;
        height: 44px;
    }

    .cmn-btn {
        font-size: 12px;
        padding: 12px 18px;
    }

    .review-bottom {
        margin-top: 24px;
    }

    .review-btn {
        margin-left: 10px;
    }

    /* booking section */
    .booking-section {
        padding: 50px 0;
    }

    .booking-child .inner-text h2 {
        font-size: 18px;
    }

    .booking-child .inner-text {
        width: 80%;
    }

    .booking-btn {
        padding: 15px 20px;
        font-size: 14px;
    }

    /* footer section */
    .footer-section {
        padding: 56px 0 24px 0;
    }

    .cmn-footer {
        width: 100%;
        padding: 20px;
    }

    .cmn-footer-header {
        font-size: 20px;
    }

    .footer-bootom a {
        font-size: 14px;
        margin-top: 30px;
    }

    .cmn-footer ul li {
        margin-bottom: 10px;
    }

    .cmn-footer ul li a {
        font-size: 14px;
    }

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-section .nav-links{
        display: none;
    }
      /* banner section */
    .banner-child h1{
        font-size: 40px;
        letter-spacing: 5px;
        word-spacing: 10px;
    }
    .banner-child .h1-span{
        font-size: 26px;
        letter-spacing: 15px;
    }
    /* about section */
    .about-section{
        background-size: 100% 100%;
        background-size: cover;
    }
    .about-child{
        text-align: center;
        margin: 0 auto;
        width: 80%;
    }
    .about-child h2{
        text-align: center;
        font-size: 22px;
    }
    .inner-card{
        width: 100%;
    }
    .inner-card h3{
        font-size: 26px;
    }
    .inner-card span{
        font-size: 20px;
    }
    .inner-card p{
        font-size: 14px;
    }
    /* service section */
    .service-child{
        flex-direction: column-reverse;
    }
    .service-left {
            width: 100%;
        }
        .service-right{
            width: 100%;
            margin-bottom: 50px;
        }

    /* review section */
    .review-upper span {
        font-size: 22px;
    }

    .review-upper p {
        font-size: 16px;
    }

    .review-upper h2 {
        font-size: 30px;
    }

    .cmn-review-card {
        width: 100%;
        margin-bottom: 30px;

    }

    .review-img-right .comma {
        width: 55px;
        height: 44px;
    }

    /* booking section */

    .booking-section {
        padding: 50px 0;
    }

    .booking-child .inner-text h2 {
        font-size: 26px;
    }

    .booking-child .inner-text {
        width: 80%;
    }

    /* footer section */
    .footer-section {
        padding: 56px 0 24px 0;
    }

    .cmn-footer {
        width: 50%;
        padding: 20px;
    }

    .cmn-footer-header {
        font-size: 22px;
    }

    .footer-bootom a {
        font-size: 16px;
        margin-top: 30px;
    }

    .cmn-footer ul li {
        margin-bottom: 10px;
    }

    .cmn-footer ul li a {
        font-size: 16px;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-section .nav-links{
        display: none;
    }
      /* banner section */
    .banner-child h1{
        font-size: 50px;
        letter-spacing: 15px;
        word-spacing: 20px;
    }
    .banner-child .h1-span{
        font-size: 30px;
        letter-spacing: 15px;
    }
     /* about section */
     .about-section{
        background-size: 100% 100%;
    }
    .about-child h2{
        text-align: left;
    }
    .inner-card{
        width: 100%;
    }
    /* review section */
    .cmn-review-card {
        width: calc(50% - 30px);
        margin-bottom: 30px;

    }

    .review-img-right .comma {
        width: 55px;
        height: 44px;
    }

    /* booking section */
    .booking-section {
        padding: 50px 0;
    }

    .booking-child .inner-text h2 {
        font-size: 30px;
    }

    .booking-child .inner-text {
        width: 70%;
    }

    /* footer section */
    .footer-section {
        padding: 56px 0 24px 0;
    }

    .cmn-footer {
        width: 33.33%;
        padding: 20px;
    }

    .cmn-footer-header {
        font-size: 22px;
    }

    .footer-bootom a {
        font-size: 16px;
        margin-top: 30px;
    }

    .cmn-footer ul li {
        margin-bottom: 10px;
    }

    .cmn-footer ul li a {
        font-size: 16px;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
     /* banner section */
    .banner-child h1{
        font-size: 50px;
        word-spacing: 20px;
        letter-spacing: 15px;
    }
     .banner-child .h1-span{
        font-size: 30px;
        letter-spacing: 15px;
    }
     /* about section */
    .about-child h2{
        text-align: left;
    }
    /* review section */
    .review-img-right .comma {
        width: 55px;
        height: 44px;
    }

    /* booking section */
    .booking-child .inner-text h2 {
        font-size: 32px;
    }

    .booking-child .inner-text {
        width: 60%;
    }

    /* footer section */
    .cmn-footer-header {
        font-size: 22px;
    }

    .footer-bootom a {
        font-size: 16px;
        margin-top: 35px;
    }

    .cmn-footer ul li {
        margin-bottom: 15px;
    }

    .cmn-footer ul li a {
        font-size: 16px;
    }

}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    /* banner section */
    .banner-child h1{
        font-size: 60px;
    }
    /* about section */
    .about-child h2{
        text-align: left;
    }

    /* footer section */
    .cmn-footer-header {
        font-size: 22px;
    }

    .footer-bootom a {
        font-size: 16px;
        margin-top: 35px;
    }

    .cmn-footer ul li {
        margin-bottom: 15px;
    }

    .cmn-footer ul li a {
        font-size: 16px;
    }

}
@media (min-width: 1400px){
    /* about section */
    .about-child h2{
        text-align: left;
    }
}
@media (min-width: 992px){
    .hambarger{
        display: none;
    }
}
@media (min-width:576px) and (max-width: 991.98px){
    .hambarger{
        color: #FFFFFF;
        font-size: 25px;
    }
}