

body {
    font-family: 'Nexa', sans-serif;
}
/* start first */
.about {
    color: #000000;
}
.first-sec {
    position: relative;
    background-image: url('img/calming-scene-with-photorealistic-idyllic-sea-landscape 1.svg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 0;
}
.first-sec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.933), rgba(0, 0, 0, 0));
    z-index: -1;
}
.first-sec {
    height: 700px;
    background-size: cover; 
}
.first-sec h1 {
    font-size: 45px;
    font-weight: 100;
    color: #fff;
}
.navbar ul li a {
    font-size: 12px;
    font-weight: 400; 
    color: #ffffffa1;
    position: relative;
    text-decoration: none; 
    padding-bottom: 5px;
}
.navbar ul .nav-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0092FF !important; 
    transform: scaleX(0);
    transition: transform 0.1s ease-in-out;
}
.navbar ul li a:hover {
    color: #fff;
}
.navbar ul li a:hover::after {
    transform: scaleX(1);
}
.navbar-toggler {
    width: 45px;
    height: 39px;
    color: transparent !important; 
    border: 0.5px solid #5c97cf34 !important;
}
.navbar-toggler-icon {
    width: 20px !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%237FB2E4' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

@media (min-width:0px){
    .navbar ul .nav-item a::after {
        content: "";
        position: absolute;
        left: 42.5%;
        bottom: 0;
        width: 15%;
        height: 2px;
        background-color: #5AC7D5; 
        transform: scaleX(0);
        transition: transform 0.1s ease-in-out;
    }
}
@media (max-width:576px){
    .navbar ul li a {
        font-size: 11px;
    }
    .navbar ul {
        margin-top: 8%;
        margin-bottom: 200px;
    }
}
@media (min-width:992px){
    .navbar h1 {
        font-size: 35px;
    }
    .navbar ul li a {
        font-size: 10px;
    }
    .navbar ul .nav-item a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #5AC7D5; 
        transform: scaleX(0);
        transition: transform 0.1s ease-in-out;
    }
}
@media (min-width:1200px){
    .navbar h1 {
        font-size: 40px;
    }
    .navbar ul li a {
        font-size: 11px;
    }
    .navbar ul li a img{
    width: 25px;
    } 
}
.first-sec .text h1 {
    margin-top:-75px !important;
    font-size: 75px;
    font-weight: 700;
}
.first-sec .text img {
    width: 310px;
    margin: -50px 0px 0px 130px;
}
.first-sec button.first {
    background-color: #0092FF;
    font-size: 14px;
    padding: 12px 65PX 12px 65px;
    font-weight: 500;
}
.first-sec button.second {
    font-size: 15px;
    border-radius: 100%;
    padding: 10px 15px 10px 15px;
}
.first-sec .right {
    border-radius: 25px;
    padding: 8px 20px 0px 12px ;
}

.first-sec .right img {
    height: 22px;
    width: auto;
    margin-right: -2px;
}
.first-sec .right .image{
    margin-left: -2px;
    width: 23px;
    height: 25px;
}
.first-sec .recap {
    margin-top: -60px;
    margin-right: -1070px;
    z-index: 2;
    width: 70px;
}
@media (max-width:1400px) {
    .first-sec .text h1 {
        font-size: 70px;
        font-weight: 700;
    }
    .first-sec .text img {
        width: 300px;
        margin: -60px 0px 0px 140px;
    }
    .first-sec button.first {
        font-size: 12px;
        padding: 12px 55PX 12px 55px;
    }
    .first-sec button.second {
        font-size: 14px;
        border-radius: 100%;
        padding: 9px 13px 9px 13px;
    }
    .first-sec .right {
        border-radius: 25px;
        padding: 7px 18px 5px 15px ;
    }
    .first-sec .right p {
        margin-top: 3px;
    }
    .first-sec .right img {
        margin-left: -2px;
        width: auto;
        height: 23px;
    }
    .first-sec .recap {
        margin-top: -60px;
        margin-right: -915px;
        z-index: 2;
        width: 70px;
    }
}
@media (max-width:1200px) {
    .first-sec .text h1 {
        font-size: 65px;
        font-weight: 700;
    }
    .first-sec .text img {
        width: 290px;
        margin: -60px 0px 0px 127px;
    }
    .first-sec button.first {
        font-size: 12px;
        padding: 11px 55PX 11px 55px;
    }
    .first-sec button.second {
        font-size: 14px;
        border-radius: 100%;
        padding: 8px 13px 8px 13px;
    }
    .first-sec .right {
        border-radius: 25px;
        padding: 6px 18px 7px 14px ;
    }
    .first-sec .right p {
        margin-top: 3px;
    }
    .first-sec .right img {
        margin-left: -1px;
        width: auto;
        height: 23px;
    }
    .first-sec .right .image {
        width: 21px;
        height: 23px;
    }
    .first-sec .recap {
        margin-top: -60px;
        margin-right: -84%;
        z-index: 2;
        width: 70px;
    }
}
@media (max-width:992px) {
    .first-sec {
        max-height: 560px;
    }
    .first-sec h1 {
        font-size: 40px;
    }
    .first-sec .text p {
        font-size: 12px;
    }
    .first-sec .text h1 {
        margin-top:-55px !important;
        font-size: 50px;
        font-weight: 700;
    }
    .first-sec .text img {
        width: 210px;
        margin: -49px 0px 0px 87px;
    }
    .first-sec button.first {
        font-size: 12px;
        padding: 10px 45PX 10px 45px;
    }
    .first-sec button.second {
        padding: 8px 13px 8px 13px;
    }
    .first-sec .right {
        border-radius: 25px;
        padding: 4px 18px px 13px ;
    }
    .first-sec .right p {
        margin-top: 3px;
    }
    .first-sec .right img {
        margin-left: -2px;
        width: auto;
        height: 22px;
    }
    .first-sec .recap {
        margin-top: -55px;
        margin-right: -80%;
        z-index: 2;
        width: 70px;
    }
}
@media (max-width:776px) {
    .first-sec {
        position: relative;
        background-image: url('img/calming-scene-with-photorealistic-idyllic-sea-landscape 1.svg');
        background-size: cover;
        background-position: left;
    }
    .first-sec {
        max-height: 580px;
        overflow: hidden;
    }
    .first-sec .text p {
        font-size: 12px;
    }
    .first-sec .text h1 {
        font-size: 50px;
        font-weight: 600;
        letter-spacing: 1px;
    }
    .first-sec .text img {
        width: 200px;
        margin: -25px 0px 0px 0px;
    }
    .first-sec button.first {
        width: 240px;
        height: 50px;
        font-size: 15px;
    }
    .recap {
        position: absolute;
        bottom: 9%;
        left: 29%;
    }
    .first-sec .right {
        max-width: 160px;
        border-radius: 25px;
        padding: 4px 14px 7px 10px;
    }
    .first-sec .right p {
        margin-top: 4px;
        font-size: 7px !important;
    }
    .first-sec .right img {
        margin-left: -1px;
        width: auto;
    }
    .first-sec .right .image {
        width: 20px;
        height: 22px;
    }
    .first-sec .recap {
        margin-top: -48px;
        margin-right: -94%;
        z-index: 2;
        width: 55px;
    }
}
/* end first */


/* start second */
.second-sec .container {
    background: linear-gradient(to right,#FFC300 0%,#FFC300 70%,#0092FF 70%,#0092FF 100%);
    border-radius: 12px;
}
.second-sec .float {
    background-color: #082650;
    max-width: 200px;
    max-height: 45px;
    margin-top: -55px;
    margin-left: -100px;
    padding: 10px !important;
}
.second-sec .float img {
    margin-bottom: 3px;
}
.second-sec p {
    margin-top:-10px;

    font-size: 10px;
}
.second-sec h1 {
    margin-top: -45px !important;
    font-size: 55px;
}
.second-sec img {
    max-width: 600px;
}
.float-up-img {
    margin: -257px -40px 0px 0px !important; 
    z-index: 10;
    position: relative;
}
.second-sec button  {
    height: 35px;
    padding: 0px 12px 0px 12px;
    font-size: 14px;
    margin-top: 300px;
    margin-left: -90px;
    border-radius: 50%;
    background-color:#0C3B7C ;
    color: #FFF;
    z-index: 4;
}
@media (max-width:1400px){
    .second-sec .float {
        margin-top: -55px;
        margin-left: -100px;
    }
    .second-sec h1 {
        margin-top: -30px !important;
        font-size: 48px;
    }
    .second-sec img {
        max-width: 600px;
    }
    .float-up-img {
        margin: -255px -20px 0px 0px !important; 
    }
    .second-sec button  {
        margin-top: 300px;
        margin-left: -90px;
    }
}
@media (max-width:1200px){
    .second-sec .float {
        margin-top: -55px;
        margin-left: -95px;
    }
    .second-sec h1 {
        margin-top: -40px !important;
        font-size: 45px;
    }
    .second-sec img {
        max-width: 530px;
    }
    .float-up-img {
        margin: -235px 0px 0px -70px !important; 
    }
    .second-sec button  {
        height: 35px;
        padding: 0px 12px 0px 12px;
        font-size: 13px;
        margin-top: 265px;
        margin-left: -75px;
    }
}
@media (max-width:992px){
    .second-sec .float {
        max-width: 200px;
        margin-top: -55px;
        margin-left: -85px;
    }
    .second-sec .float img {
        width: 22px;
    }
    .second-sec h1 {
        margin-top:-30px !important;
        font-size: 35px;

    }
    .second-sec img {
        max-width: 455px;
    }
    .float-up-img {
        margin: -215px 0px 0px -100px !important; 
    }
    .second-sec button  {
        height: 35px;
        padding: 0px 12px 0px 12px;
        font-size: 13px;
        margin-top: 230px;
        margin-left: -75px;
    }
}
@media (max-width:767px){
    .second-sec .float {
        max-width: 130px !important;
        margin-top: -35px;
        margin-left: -40px;
        padding: 3px !important;
    }
    .second-sec .float img{
        width: 17px !important;
        padding-bottom: 1px;
    }
    .second-sec .float p {
        margin-top:-7px;
    }
    .second-sec p {
        padding-top: 6px !important;
        font-size: 7px;
    }
    .second-sec h1 {
        margin-top:-23px !important;
        font-size: 25px;
    }
    .second-sec img {
        max-width: 300px;
    }
    .float-up-img {
        margin: -140px 0px 0px -50px !important; 
    }
    .second-sec button  {
        height: 25px;
        padding: 0px 8px 0px 8px;
        font-size: 10px;
        margin-top: 150px;
        margin-left: -40px;
    }
}
@media (max-width:576px){

    .second-sec .float {
        max-width: 110px !important;
        height: 25px;
        margin-top: -35px;
        margin-left: -30px;
        padding: 0px 0px 5px 0px !important;
    }
    .second-sec .float img{
        width: 14px !important;
        padding-bottom: 1px;
    }
    .second-sec .float p {
        margin-top: -3px;
    }
    .second-sec p {
        padding-top: 6px !important;
        font-size: 5px;
        margin-top: 2px;
    }
    .second-sec h1 {
        margin-top:-8px!important;
        font-size: 16px;
        width: 150px;
    }
    .second-sec img {
        max-width: 230px;
        z-index: -1 !important;
    }
    .float-up-img {
        margin: -110px 0px 0px 0px !important; 
    }
    .second-sec button  {
        height: 16px;
        padding:4px 5px 4px 5px;
        font-size: 6px;
        margin-top: 118px;
        margin-left: -30px;
    }
    .float-2 {
        max-height: 25px;
        width: 110px;
        position: absolute;
        top:680px;
        right: 4%;
        padding: 2px 0px 2px 10px;
        background-color: #082650 ;
        z-index: 9999 !important;
    }
    .float-2 h6 {
        font-size: 5px;
        margin-top: 1px;
    }
    .float-2 span {
        color: #FFC300;
    }
    .float-2  img:nth-child(1),
    .float-2  img:nth-child(3){
        width: 7px;
    }
    .float-2  img:nth-child(2){
        width: 12px;
        margin-left: 3px !important;
        margin-right: 3px !important;
    }
}
@media (max-width:400px){
    .second-sec button  {
        height: 16px;
        padding:4px 5px 4px 5px;
        font-size: 6px;
        margin-top: 118px;
        margin-left: -40px;
    }
}
/* end second */

/* Start trips */
.trips {
    margin-top: 140px;
}
.trips h1 {
    color: #0C3B7C;
    font-weight: 500;
    font-size: 40px;
}
.trips p {
    text-align: justify !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    width: 70%;
    color:#000000b4;
    font-size: 20px;
}
.trips button.sec {
    max-height: 45px;
    max-width: 200px;
    display: flex;
    align-items: center; 
    background-color: #082650;
    border: none;
    padding: 5px 20px 5px 18px;
}
.trips button.sec h6 {
    font-weight: 300;
    font-size: 10px;
    margin-bottom: 0px;
}
.trips button.sec span {
    color: #FFC107;
}
.trips button.sec img:nth-child(1),
.trips button.sec img:nth-child(3){
    width: 14px;
}
.trips button.sec img:nth-child(2){
    width: 22px;
}
.trips .container {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 30px;
    overflow: hidden; 
}
.card-container {
    overflow: hidden;
    width: 100%;
    padding-top: 130px;
/*     padding-bottom: 35px; */
    padding-bottom: 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cards {
    display: flex;
    gap: 20px;
    transition: transform 0.3s ease;
    width: 100%;
    position: relative;
    -webkit-overflow-scrolling: touch;
}
.card {
    background: #0092FF ;
    min-height: 500px !important;
    border: none !important;
    max-width: 425px;
    padding: 20px;
    border-radius: 15px !important;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease;
    flex: 0 0 auto;
}
.card p {
    color: #fff;
    width: 100%;
    font-size: 16px;
}
.cards .card h2 {
    font-size: 45px;
    color: #fff;
}
.cards .card h3 {
    border-bottom: 1px solid #ffffffc4 ;
    font-size: 45px;
    color: #fff;
}
.card img {
    margin-top: auto;
    width: 107%;
    margin-left: -3.5%;
    margin-bottom: -3.5%;
    border-radius: 18px;
}

.card-btn-container {
    position: absolute;
/*     bottom: -8.2rem; */
    bottom: -4.2rem !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    opacity: 0;
    transition: opacity 0.1s ease;
}

.card-btn-container.show {
    opacity: 1;
}

.card-btn , .whatsapp-btn  {
    background-color: #0C3B7C;
    width: 100%;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
}
.whatsapp-btn {
    display: flex;
    align-items: center;
    background-color: #40C057;
    margin-top: 10px;
}
.card-btn  {
    padding: 18px 20px 18px 8px;
}
.pagination-dots {
    text-align: center;
    margin-top: 20px;
}

.dot {
    height: 7px;
    width: 7px;
    margin: 0 2px;
    background-color: #bbbbbb94;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: #FFC300;
}

.arrow {
    position: absolute;
    top: 10px;
    font-size: 20px;
    color: #007bff;
    cursor: pointer;
    z-index: 10;
}

.arrow.left {
    left: 0;
    background-color: #0C3B7C;
    border-radius: 50%;
    padding: 13px 20px;
    color: #fff;
}

.arrow.right {
    right: 0;
    background-color: #0C3B7C;
    border-radius: 50%;
    padding: 13px 20px;
    color: #fff;
}
.card:active {
    background: #0C3B7C;
}
.card-btn-container.show {
    display: block;
}
@media (max-width: 1400px) {
    .card {
        max-width: 360px;
        padding: 18px;
    }
    .cards {
        justify-content: flex-start;
    }
}
@media (max-width: 1200px) {
    .trips h1 {
        font-size: 30px;
    }
    .card {
        max-width: 305px;
        padding: 16px;
    }
    .trips p {
        width: 75%;
        font-size: 16px;
    }
    .trips .card {
        min-height: 400px !important;
    }
    .cards h1 ,
    .cards h3 ,
    .cards h2 {
        font-size: 30px !important;
    }
    .cards h4 {
        font-size: 20px !important;
    }
    .card p {
        font-size: 14px;
        width: 100%;
    }

}
@media (max-width: 992px) {
    .trips h1 {
        font-size: 30px;
    }
    .trips p {
        width: 75%;
        font-size: 16px;
    }
    .trips button.sec {
        margin-right: 15px;
        padding: 3px 20px;
    }
    .trips button.sec h6 {
        font-size: 10px;
    }
    .trips button.sec img:nth-child(1),
    .trips button.sec img:nth-child(3){
        width: 13px;
    }
    .trips button.sec img:nth-child(2){
        width: 20px;
    }
    .trips .container {
        padding: 0px;
    }
    .trips .card {
        min-height: 350px !important;
    }
    .card {
        max-width: 225px;
        padding: 20px;
    }
    .cards h1 ,
    .cards h3 ,
    .cards h2 {
        font-size: 25px !important;
    }
    .cards h4{
        font-size: 15px !important;
    }
    .card p {
        font-size: 12px;
        width: 100%;
    }
    .card img {
        width: 115%;
        margin-left: -7.5%;
        margin-bottom: -7.5%;
        border-radius: 15px;
    }

    .card-btn ,
    .whatsapp-btn{
        font-size: 10px !important ;
    }
    .card-btn {
        padding: 15px;
        font-size: 15px;
        font-weight: 500;
    }
}
@media (max-width: 767px) {
    .trips h1 {
        font-size: 30px;
    }
    .trips p {
        width: 90%;
        font-size: 13px;
    }
    .trips button.sec {
        max-width: 135px;
        max-height: 30px;
        margin-right: 15px;
        padding: 2px 10px;
    }
    .trips button.sec h6 {
        font-size: 7px;
    }
    .trips button.sec img:nth-child(1),
    .trips button.sec img:nth-child(3){
        width: 10px;
    }
    .trips button.sec img:nth-child(2){
        width: 16px;
        margin-bottom: 2px;
    }
    .trips .card {
        min-height: 500px !important;
    }
    .card {
        max-width: 505px;
        padding: 20px;
    }
    .cards h3 ,
    .cards h2 {
        font-size: 28px !important;
    }
    .card h4 {
        font-size: 15px !important;
    }
    .card p {
        font-size: 17px;
        width: 80%;
    }
    .card img {
        width: 105%;
        margin-left: -2.5%;
        margin-bottom: -2.5%;
        border-radius: 20px;
    }
    .card-btn-container {
        position: absolute;
        bottom: -25%;
    }
    .card-btn {
        padding: 15px;
        font-size: 15px;
        font-weight: 500;
    }
}
@media (max-width: 576px) {
    .trips {
        margin-top: 60px;
    }
    .trips h1 {
        font-size: 33px;
        font-weight: 600;
    }
    .trips p {
        font-size: 16px !important;
    }
    .trips .center{
        width: 90%;
        text-align: center !important;
        text-justify: none!important;
        white-space: none !important;
    }
    .trips .container {
        padding: 0px;
    }
    .trips .card {
        min-height: 450px !important;
    }
    .cards {
        width: 100%;
        gap: 20px;
    }
    .card {
        max-width: 100%;
        padding: 20px;
        border-radius: 18px !important;
    }
    .cards h3 ,
    .cards h2 {
        font-size: 25px !important;
    }
    .cards h3 {
        margin: -5px 0px 0px 0px !important;
    }
    .cards img {
        border-radius: 18px;
    }
    .card p {
        font-size: 12px !important;
        width: 100%;
    }
    .card-btn-container {
        bottom: -8.7rem;
    }
    .whatsapp-btn {
        font-size: 16px !important;
        height: 60px;
    }
    .card-btn {
        height: 60px;
        padding: 15px 20px 15px 6px;
        font-size: 16px !important;
    }
    .pagination-dots {
        margin-top: 15px;
    }
}

/* End trips */


/* Start contact us */
.contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: 145%;
    background-position: 85%;
    background-repeat: no-repeat !important;
}
.container.background {
    position: relative;
    z-index: 1;
}
.contact  {
    margin-top: 120px;
    max-width: 100vw !important;
    background-repeat: no-repeat;
    background-position: right;
    padding: 2.8vw ;
}
.contact .container .box{
    max-width: 80%;
    border-radius: 15px;
    padding: 10vw 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contact .first {
    padding-left: 5%;
}
.contact .first .logo {
    width: 80px !important;
}

.contact h1 {
    font-weight: 700;
    font-size: 2.3vw;
}
.contact h6{
    width: 65%;
    font-size: 0.7vw !important;
    text-justify: inter-word;
    text-align: justify;
    font-weight: 400;
}
.contact p {
    color: #0092FF;
    font-size: 0.9vw;
}
.contact .first img {
    width: 0.7vw !important;
    display: none !important;
}
.contact input ,
.contact textarea {
    background-color: #D9D9D980;
    border-radius: 5px;
    width: 75%;
    font-size: 0.7vw;
    outline: none;
    padding: 0.7vw 0.9vw !important;
}
.contact textarea {
    min-height: 10vw;
    resize: unset;
}
.contact button {
    font-size: 0.8vw;
    width: 75%;
    border-radius: 5px;
    padding: 0.8vw;
    background-color: #0092FF;
    font-weight: 500;
}
.contact button:hover {
    background-color: #26598f;
    transition: 0.3s ease;
}
.contact .second p{
    text-align: justify;
    width: 65%;
    font-size: 13px!important;
}
.contact .second h2 {
    font-size: 23px !important;
}
.contact .second .plan-paper {
    position: absolute;
    top: 17%;
    left: 31.7%;
    width: 16%;
}
.contact .right {
    position: absolute;
    top: 10%;
    right: 5%;
    padding: 8px 15px 8px 10px !important;
    background-color: #082650 !important;
    max-height: 45px;
    max-width: 200px;
}
.contact .right p {
    
    margin-bottom: 1px;
    font-size: 10px !important;
}
.contact .right img {
    width:auto ;
    height: 25px;
    margin-right: -2px;
}
.contact .right .image {
    width: 25px;
} 
@media (max-width:1400px){
    .contact::before {
        background-size: 150%;
        background-position: 80%;
        background-repeat: no-repeat !important;
    }
}
@media (max-width:1300px){
    .contact::before {
        background-size: 180%;
        background-position: 75%;
        background-repeat: no-repeat !important;
    }
}
@media (max-width:992px){
    .contact::before {
        background-size: 150%;
        background-position: 80%;
        background-repeat: no-repeat !important;
    }
}
@media (max-width:992px){
    .contact .box {
        padding: 25px !important;
    }
}


/* mobile version */
.contact-mob {
    margin-top: 80px;
    padding: 70px 10px ;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-mob h3 {
    font-size: 45px !important;
    font-weight: 100;
}
.contact-mob h1 {
    font-weight: 700;
    font-size: 50px;
}
.contact-mob .right {
    position: absolute;
    margin-top: -12.5%;
    left: 39vw;
    width: 110px;
    height: 25px;
    padding: 4.5px 8px 4px 7px !important;
}
.contact-mob .right img {
    margin-top: -13px;
    width: auto;
    height: 13px;
}
.contact-mob .right p {
    margin-top: -2px;
    font-size: 5px !important;
}
.contact-mob h6{
    width: 100%;
    font-size:  14px;
    text-justify: inter-word;
    text-align: justify;
    font-weight: 300;
}
.contact-mob p {
    font-size: 18px;
}
.contact-mob input ,
.contact-mob textarea {
    background-color: #00000040;
    border-radius: 10px;
    width: 100%;
    font-size: 14px;
    outline: none;
    padding: 12px;
    color: #fff;
}
.contact-mob input {
    padding: 12px 12px 15px 12px;
}
.contact-mob textarea {
    min-height: 200px;
    resize: unset;
}
.contact-mob ::placeholder{
    color: #FFFFFF80;
}
.contact-mob button {
    font-size: 15px;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    background-color: #0092FF;
    font-weight: 500;
}
.contact-mob button:hover {
    background-color: #26598f;
    transition: 0.3s ease;
}
.contact-mob .plan-paper {
    width: 190px;
    position: absolute; 
    margin-top: -47%;
    right: 0%;
}
@media (max-width:400px){
    .contact-mob h1 {
        font-size: 50px;
    }
    .contact-mob .right {
        margin-top: -15%;
        left: 45vw;
    }
    .contact-mob .plan-paper {
        width: 140px;
        position: absolute; 
        margin-top: -50%;
        right: 0%;
    }
}

/* End contact us  */


/* Start packages */
.packages{
    margin-top: 150px;
}
.packages h1 {
    color: #0C3B7C;
    font-weight: 500;
    font-size: 40px;
}
.packages p {
    text-align: justify !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    width: 50%;
    color:#000000BF;
    font-size: 20px;
}
.packages h6 {
    font-size: 35px;
}
.packages .right {
    background-color: #082650 !important;
    height: 45px;
    max-width: 200px;
    border-radius: 25px;
    padding: 8px 18px 4px 6px !important;
}
.packages .right p {
    font-size: 10px !important;
    margin-top: 4px;
}
.packages  .right img {
    height: 28px;
    width: auto;
    margin-right: -2px;
}

.price-packages {
    margin-top:4%;
    width: 230px !important;
    padding: 10px 10px 15px 10px;
    background-color: #0C3B7C !important;
}
.price-packages .discount {
    position: relative;
    color: #ffffff73;
}
.price-packages .discount::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 1px;
    background-color: red;
    transform: translateY(-50%);
}

.packages .card-container2 {
    width: 100%;
    padding-top: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center !important;
    flex-direction: column;
    padding-bottom: 100px;
/*     padding-bottom: 150px;  */
    overflow: hidden;
}
.packages .cards2 {
    min-height: 420px !important;
    display: flex;
    width: 100%;
    transition: transform 0.3s ease;
}
.packages .card2 {
    flex: 0 0 100%;
    max-width: 100%;
    max-height:440px;
    width: 100vw;
    padding: 20px;
    border-radius: 13px;
    position: relative;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 5px 70px 70px 70px;
}
.packages .card2 {
    background-position: 100%  0px;
    background-repeat: no-repeat;
}
.packages .card2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#0C3B7C 25% ,#1c3c5f00 50%) !important;
    z-index: -1 ;
    border-radius: 15px;
}
.packages .card2 p {
    width: 40%;
    color: #fff;
    font-size: 17px;
}
.packages .card2 h2{
    position: absolute;
    top: 2.5rem;
    font-size: 50px;
    margin-bottom: 30px !important;
}
.packages .card-btn-container2 {
    position: absolute;
    top: 102%;
    left: -2.2%;
    transform: translateX(2.25%);
    width: 100%;
    opacity: 0;
    transition: opacity 0.7s ease;
    z-index: 2;
}
.packages .card-btn-container2.show {
    opacity: 1;
    display: block;
}
.packages .card-btn2 {
    background-color: #0C3B7C !important;
    width: 100%;
    color: white;
    padding: 18px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
}

.packages .pagination-dots2 {
    text-align: center;
}
.packages .dot2 {
    height: 7px;
    width: 7px;
    margin: 0 2px;
    background-color: #bbbbbb94;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
.packages .dot2.active {
    background-color: #FFC300;
}
.packages .arrow2 {
    position: absolute;
    top: 0rem;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    background-color: #0C3B7C;
    border-radius: 50%;
    padding: 13px 20px;
}
.packages .arrow2:hover{
    background-color: #0C3B7C;
}
.packages .arrow2.left2 {
    left: 0px;
}
.packages .arrow2.right2 {
    right: 0px;
}
@media (max-width:1400px) {
    .packages .card-btn-container2 {
        top: 103%;
        width: 100%;
    }
    .packages .card2 h2{
        font-size: 45px;
        margin-bottom: 30px !important;
    }
}
@media (max-width:1200px) {
    .packages h1 {
        font-size: 30px;
    }
    .packages p {
        width: 65%;
        font-size: 14px;
    }
    .packages .right  {
        padding-left: 10px !important;
    }
    .price-packages {
        margin-top:2%;
        width: 200px !important;
        padding: 10px 10px 15px 10px;
    }
    .price-packages img {
        width: 80px;
    }
    .packages .card2 {
        max-width: 100%;
        max-height: 400px;
        width: 100vw;
    }
    .packages .card2 {
        background-position: -100%  0px;
    }
    .packages .card2 p {
        width: 40%;
        font-size: 13px;
    }
    .packages .card2 h2{
        margin-top: -20px;
        font-size: 38px;
        margin-bottom: 30px !important;
    }
    .packages .card-btn-container2 {
        top: 104%;
    }
}
@media (max-width:992px) {
    .packages h1 {
        font-size: 30px;
    }
    .packages p {
        width: 65%;
        font-size: 15px;
    }
    .packages .right {
        width: 160px;
        height: 35px;
        padding-top: 6px !important;
        padding-bottom: 8px !important;
    }
    .packages .right img {
        margin-top: -6px;
        height: 17px;
    }
    .packages .right p {
        font-size: 8px !important;
    }
    .price-packages {
        margin-right: -40px;
        margin-top:2%;
        width: 160px !important;
        padding: 8px 8px 13px 8px;
    }
    .price-packages img {
        width: 60px;
    }
    .packages .card2 {
        max-width: 100%;
        max-height: 350px;
        width: 100vw;
    }
    .packages .card2 {
        background-position: 0%  0px;
        background-size: cover;
    }
    .packages .card2 p {
        width: 60%;
        font-size: 11px;
    }
    .packages .card2 h2{
        font-size: 35px;
        margin-bottom: 20px !important;
    }
    .packages .card-btn-container2 {
        bottom: -21%;
    }
}
@media (max-width:767px) {
    .packages h1 {
        font-size: 33px;
    }
    .packages p {
        width: 90%;
        font-size: 17px;
    }
    .price-packages {
        margin-right: -50px;
        margin-bottom: -25px;
        width: 110px !important;
        padding: 5px;
    }
    .packages h6 {
        font-size: 20px !important;
    }
    .packages .card
    .packages .card2 {
        max-width: 100%;
        background-position: 0%  0px;
        background-size: cover;
        padding: 10px 30px 40px 30px;
    }
    .packages .card2 {
        height: 260px !important;
    }
    .packages .card2 p {
        width: 65%;
        font-size: 17px;
        text-justify: center !important;
        justify-content: center;
    }
    .packages .card2 h2{
        font-size: 25px;
        margin-bottom: 15px !important;
    }
    .packages .right {
        align-items: center;
        background-color: #0000004D !important;
        margin-top: 9.8rem;
        height: 28px !important;
        max-width: 120px;
        border-radius: 25px;
        padding: 6px 12px 5px 10px !important;
    }
    .packages .right p {
        font-size: 5px !important;
        margin-left: 2px !important;
        margin-bottom: 4px !important;
    }
    .packages  .right img {
        height: 17px;
        width: auto;
        font-weight: 100;
    }

}
@media (max-width:567px) {
    .packages h1 {
        font-size: 33px;
    }
    .packages p {
        font-size: 17px !important;
        width: 95% !important;
    }
    .packages .center {
        width: 100%;
        font-size: 10px;
        text-align: center !important;
        margin-top: 1px;
    }
    .packages .right {
        position: absolute;
        bottom: 1rem;
        align-items: center;
        background-color: #0000004D !important;
        height: 28px !important;
        max-width: 120px;
        border-radius: 25px;
        padding: 6px 12px 5px 10px !important;
    }
    .packages .right p {
        font-size: 5px !important;
        margin-left: 2px !important;
        margin-bottom: 4px !important;
    }
    .packages  .right img {
        height: 17px;
        width: auto;
        font-weight: 100;
    }
    .packages .card2::before {
        background: linear-gradient(to right,#0c3c80 10% ,#0c3b7c50 40%) !important;
    }
    .packages .card2 h2{
        padding-left: 12px;
        font-size: 25px;
        margin-bottom: 5px !important;
        font-weight: 500;
    }
    .price-packages {
        margin-right: 0px;
        margin-bottom: -30px;
        width: 120px !important;
        padding: 6px;
    }
    .packages h6 {
        font-size: 20px !important;
    }
    .packages .card-container2 {
        height: 100% !important;
        max-height: 100% !important;
        padding-top: 20px;
        padding-bottom:0;
    }
    .packages .cards2 {
        height: 280px !important;
    }
    .packages .card2 {
        max-height: none;
        height: auto;    
        background-position: center;
        background-size: 140% 100%;
        padding: 10px 18px 25px 18px;
    }
    .packages .card-btn-container2 {
        height:100%;
        top: 100% !important;
        left: -2.3%;
        width: 100%;
    }
    .packages .card-btn-container2 p {
        text-align: center !important;

    }
    .packages .card-btn2 {
        height: 60px;
        padding: 20px 20px !important;
        font-size: 16px;
    }
    .packages .whatsapp {
        height: 60px !important;
        background-color: #40C057 !important;
    }
    
}
/* End packages */


/* start blue */
.blue {
    background-color: #0091ff;
    margin-top: 150px;
}
.blue img {
    max-width: 100%;
    width: auto;
}
@media (max-width:767px){
    .blue {
        margin-top: 100px;
    }
}
/* end blue */


/* about */
.about {
    padding-top: 230px;
}
.about h3 {
    color: #0C3B7C;
    font-weight: 500;
    font-size: 40px;
}
.about p {
    text-align: justify !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    width: 100%;
    color:#0000009c;
    font-size: 20px;
}
.about .col-lg-6 {
    position: relative; 
}
.background-img {
    position: absolute;
    width: 580px;
    margin-top: -50px;
    margin-left: 70px;
    z-index: -1; 
}
.about .bag-img {
    max-width: 510px;
    margin-left: 110px;
    margin-top: -25px;
}
.about button {
    display: flex;
    align-items: center; 
    background-color:#082650;
    border: none;
    padding: 10px;
    padding: 3px 35px;
}
.about .first-btn img {
    width:25px
}
.about button img {
    width: 30px;
}
.about .first-btn {
    height: 40px;
    margin-top: -90px;
}
.about button span {
    color: #FFC107;
    font-size: 10.3px;
}
.about button h6{
    font-weight: 300;
    font-size: 9px;
    margin-bottom: 0px;
}

.about button.sec span {
    font-weight: 300;
    font-size: 9px;
}
.about button.sec {
    border: none;
    padding: 0px 15px 0px 10px;
    margin-top: -45px;
    margin-left: 20px;
}
.about button.sec img{
    width: 23px;
}
@media (max-width:1200px){
    .about {
        padding-top: 210px;
    }
    .about h3 {
        font-size: 30px;
    }
    .about p {
        width: 100%;
        font-size: 16px;
    }
    .background-img {
        width: 480px;
        margin-top: -70px;
        margin-left: 20px;
    }
    .about .bag-img {
        max-width: 425px;
        margin-top: -5px;
        margin-left: 50px;
    }
    .about button {
        padding: 10px;
        padding: 2px 30px;
    }
    .about .first-btn img {
        width:25px
    }
    .about button img {
        width: 25px;
    }
    .about .first-btn {
        margin-top: -120px;
    }
    .about button span {
        font-size: 9.3px;
    }
    .about button h6{
        font-size: 8px;
    }
    
    .about button.sec span {
        font-size: 8px;
    }
    .about button.sec {
        border: none;
        padding: 0px 15px;
        margin-top: -35px;
        margin-left: 0px;
    }
}
@media (max-width:992px){
    .about p {
        width: 100%;
        font-size: 15px;
    }
    .background-img {
        width: 480px;
        margin-top: 50px;
        margin-left: 120px;
    }
    .about .bag-img {
        max-width: 425px;
        margin-top: -5px;
        margin-left: 140px;
    }
    .about button {
        padding: 10px;
        padding: 2px 30px;
    }
    .about .first-btn img {
        width:25px
    }
    .about button img {
        width: 25px;
    }
    .about .first-btn {
        margin-top: 20px;
    }
    .about button span {
        font-size: 9.3px;
    }
    .about button h6{
        font-size: 8px;
    }
    
    .about button.sec span {
        font-size: 8px;
    }
    .about button.sec {
        border: none;
        padding: 0px 15px;
        margin-top: -50px;
        margin-left: 0px;
    }
}
@media (max-width:768px){
    .about {
        padding-top: 140px;
    }
    .about p {
        font-size: 14px;
    }
    .background-img {
        width: 450px;
        margin-top: 50px;
        margin-left: 30px;
    }
    .about .bag-img {
        max-width: 405px;
        margin-top: -25px;
        margin-left: 50px;
    }
    .about button {
        padding: 10px;
        padding: 2px 30px;
    }
    .about .first-btn img {
        width:25px
    }
    .about button img {
        width: 25px;
    }
    .about .first-btn {
        margin-top: 20px;
    }
}
@media (max-width:576px){
    .about {
        padding-top: 100px;
    }
    .about h3 {
        font-size: 30px;
        font-weight: 600;
    }
    .about p {
        font-size: 16px;
        text-align: center !important;
    }
    .background-img {
        width: 100%;
        margin-top: 60px;
        margin-left: -5px;
    }
    .about .bag-img {
        max-width: 100%;
        margin-top: -0px;
        margin-left: 20px;
    }
    .about button {
        padding: 3px 10px 3px 18px;
        height: 28px !important;
        width: 120px;
    }
    .about .first-btn img {
        width:18px;
        margin-bottom: 0px;
    }
    .about .first-btn {
        margin-top: 10px;
    }
    .about button img {
        width: 15px;
        margin-bottom: 2px;
    }
    .about button span {
        font-size: 5px;
    }
    .about button h6{
        font-size: 6px;
        margin-top: 1px;
    }
    .about button.sec span {
        font-size: 5px;
    }
    .about button.sec {
        border: none;
        padding: 0px 5px;
        margin-top: -30px;
        margin-left: 0px;
    }
    .about button.sec img{
        width: 18px;
    }
}
/* End about */


/* Start faq */
.faq {
    margin-top: 150px;
}
.faq h1{
    font-size: 35px;
    color: #0C3B7C;
    font-weight: 600;
}
.faq button {
    display: flex;
    align-items: center; 
    background-color: #082650;
    border: none;
    padding: 10px;
    padding: 6px 5px 6px 25px;
    font-size: 13px;
}
.faq button svg {
    background-color:#ffbf00 !important;
    padding: 8px 9px !important;
    border-radius: 50% !important;
}
.faq-item {
    border-bottom: 0.2px solid #cccccc27 !important;
    padding: 10px 0;
    color: #000000;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 300 !important;
}
.faq-question h5 {
    font-size: 20px;
}
.faq-answer {
    max-height: 0;
    max-width: 80%;
    overflow: hidden;
    text-align: justify !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    width: 90%;
    transition: max-height 0.3s ease-out;
    font-size: 15px;
    padding-left: 55px;
    opacity: 0.8;
    font-weight: 300;
    color: #00000094;
}
.faq-answer p {
    padding: 5px 0;
}
.toggle-icon {
    font-size: 40px;
    transition: transform 0.2s ease, color 0.2s ease;
    display: inline-block;
    transform-origin: center;
    color: #D9D9D9; 
}
.faq-item.active .toggle-icon {
    transform: rotate(405deg);
    color: #FFC300; 
}
@media (max-width:576px){
    .faq {
        margin-top: 150px;
    }
    .faq h1{
        font-size: 33px;
    }
    .faq button {
        display: flex;
        align-items: center; 
        border: none;
        padding: 10px;
        padding: 8px 8px 8px 40px;
        font-size: 15px;
    }
    .faq button svg {
        padding: 10px 11px !important;
        border-radius: 50%;
    }
    .faq-question h5 {
        font-size: 15px;
        width: 95%;
    }
    .faq-answer {
        font-size: 13px;
        padding-left: 30px;
        max-width: 90%;
    }
    .faq-answer p {
        padding: 0px 0;
    }
    .toggle-icon {
        font-size: 30px;
    }
}
@media (min-width:786px) and (max-width:992px){
    .faq {
        margin-top: 150px;
    }
    .faq h1{
        font-size: 40px;
    }
    .faq-question h5 {
        font-size: 18px;
    }
    .faq-answer {
        font-size: 13px;
        padding-left: 50px;
    }
    .faq-answer p {
        padding: 0px 0;
    }
    .toggle-icon {
        font-size: 40px;
    }
}
/* End faq */


/* start footer */
.footer {
    margin-top: 130px;
    background:linear-gradient(to right,#0C3B7C,#0F2A49);
    padding: 70px 0px 15px 0px;
}
.footer h5 {
    font-size: 18px;
    font-weight: 300;
}
.footer p {
    font-size: 12px;
    opacity: 0.7;
    font-weight: 200;
}
.footer img {
    max-width: 110px;
}
.footer ul li {
    font-weight: 300;
    font-size: 12px;
}
.footer a{
    color: #ffffff98;
    font-size: 12px;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #0092FF;
}
.footer input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff71;
    color: #ffffffb9;
    outline: none;
    font-size: 14px;
    width: 50%;
}
.footer input::placeholder {
    color: #ffffff92;
    font-size: 12px;
}
.footer button {
    background-color: #0092FF;
    color: #fff;
    font-size: 13px;
    padding-top: 6px;
    padding-bottom: 4px;
    font-weight: 300;
    border-radius: 4px;
}
@media (max-width:992px){
    .footer input {
        width: 50%;
    }
}
@media (max-width:576px){
    .footer .last h5 {
        margin-left: 0px !important;
    }
}
/* end footer */