 
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

 

body{
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
    font-weight: 400; 
    font-style: normal;
}

.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }


h1, h2, h3, h4, h5, h6{ 
    
    font-family: "Playfair", serif;
}


.card {
    margin-bottom: 1.5rem;
    background-color: #FFF;
    transition: all 0.5sease-in-out;
    position: relative;
    border-radius: 10px;
    border: 1px solid #E4EBF1;
    box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
    color: inherit;
}

.pickup-card {
    margin-bottom: 0;
}

.bg-secondary-100 {
    background-color: #fe890d94  !important;
}


.bg-purple-100 {
    background-color: #fe890db8   !important;
}

.bg-teal-100 {
    background-color: #fe890dde  !important;
}

.card .card-body {
    padding: 1.25rem;
}

.avatar {
    position: relative;
    height: 2.625rem;
    width: 2.625rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #FFF;
    font-weight: 500;
}

.avatar.avatar-lg {
    width: 2.813rem;
    height: 2.813rem;
    line-height: 2.813rem;
    font-size: 1rem;
}

.bg-secondary {
    background-color: #98AA30 !important;
    border: 1px solid #98AA30 !important;
    color: #FFF;
}



.item-single {
    position: relative;
    padding: 30px 30px;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    border-radius: 3px;
    transition: 0.5s;
    box-shadow: 0px -2px 30px 0px rgba(102, 102, 102, 0.09);
}

.item-single::before {
    position: absolute;
    content: "";
    top: 15px;
    right: -10px;
    width: 35px;
    height: 50px;
    background: #9794a8;
    border-radius: 3px;
    z-index: 1;
    opacity: 0.5;
    transform: skewX(20deg);
    background: #797979;
}

.item-single i {
    color: #00317d;
    margin: 0px 5px;
    position: relative;
    top: 1px;
}

.item-single h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 24px;
}


.item-single p {
    margin-bottom: 20px;
    color: #090031;
}


.item-single .btn-primary {
    color: #00317d;
    background-color: transparent;
    box-shadow: none;
    display: inline-flex;
}

.item-single:hover {
    background: linear-gradient(to right, #00b500, #00317d);
}

.item-single:hover h3, .item-single:hover i, .item-single:hover a, .item-single:hover .btn-primary, .item-single:hover p{
    color:#fff;
}

.item-single:hover .item-single:before{
    background: #fff;
}

.about-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-section.about-style-three .shape-1 {
    top: unset;
    left: 20%;
    bottom: 0;
}

.about-section.about-style-three .shape-2 {
    bottom: unset;
    left: unset;
    top: 5%;
    right: 20%;
}

.about-section.about-style-three .shape-3 {
    right: 13%;
    bottom: 0%;
}


.about-section.about-style-three .shape-4 {
    left: 8%;
    top: 15%;
}

.about-section .shape-1 {
    top: 10%;
    left: 45%;
}

.about-section .shape {
    position: absolute;
    z-index: -1;
}

.about-section .shape-1 img {
    animation: moveleftbounce 5s linear infinite;
}

.about-section .shape-2 img {
    animation: movebounce 5s linear infinite;
}

.about-section.about-style-three .shape-3 img {
    animation: movescale 5s linear infinite;
}

.about-section.about-style-three .shape-4 img {
    animation: movescale 5s linear infinite;
}

.about-section.about-style-three .about-content h2 {
    margin-bottom: 25px;
    line-height: 1;
    margin-top: -5px;
}

.about-section .about-content p {
    margin-bottom: 20px;
}

.about-section .about-content .content-list {
    display: flex;
    margin-bottom: 15px;
}

.about-section .about-content .content-list i {
    font-size: 24px;
    margin-right: 8px;
    color: #00b500;
    vertical-align: middle;
}

.about-section .about-content .about-btn {
    margin-top: 5px;
}
.about-section .about-content .about-btn a {
    margin-right: 16px;
}
.about-section.about-style-three .about-content {
    text-align: center;
}

.section{
    padding: 50px 0px;
}


@-webkit-keyframes movescale {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}

@keyframes movescale {
	0% {
		transform: scale(0.8);
	}
	50% {
		transform: scale(1);
	}
	100% {
		transform: scale(0.8);
	}
}

@-webkit-keyframes movebounce {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px);
	}
}

@keyframes movebounce {
0% {
	transform: translateY(0px);
}
50% {
	transform: translateY(20px);
}
100% {
	-webkit-transform: translateY(0px);
			transform: translateY(0px);
}
}

@-webkit-keyframes moveleftbounce {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}

@keyframes moveleftbounce {
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(20px);
	}
	100% {
		transform: translateX(0px);
	}
}




.support-content {
    text-align: center;
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 20px 20px;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
    min-height: 230px;
}

.support-content::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(to right, #00b500, #00317d);
}


.support-content i {
    color: #ee3f47;
    transition: all 0.5s;
}

.support-content h3 {
    font-size: 20px;
    color: #1e1c27;
    margin: 20px 0 12px 0; 
    transition: all 0.5s;
}

.support-content p {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    transition: all 0.5s;
}

.support-content:hover::before {
    opacity: 1;
    visibility: visible;
}

.support-content:hover h3 {
    color: #ffffff;
}

.support-content:hover p {
    color: #ffffff;
}

.provide-area .provide-content h2 {
    font-size: 36px;
    color: #000000;
    margin: 0 0 20px 0;
}

.provide-area .provide-content p {
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px 0;
}
.provide-area .provide-btn {
    margin-top: 30px;
}
.default-btn-one {
    display: inline-block;
    padding: 14px 28px;
    background: linear-gradient(to right, #eb3449, #ee3f47, #f04846, #f25144, #f45a43);
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.provide-features {
    margin-bottom: -30px;
}


.provide-features .provide-box {
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #e4e4e4;
    transition: 0.6s;
    -webkit-transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.provide-features .provide-box:hover::before {
    opacity: 1;
    visibility: visible;
}

.provide-features .provide-box::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: -1;
    background: linear-gradient(to right, #00b500, #00317d);
    border: 1px solid #fff;
}
.provide-features .provide-box:hover i {
    color: #ffffff;
}
.provide-features .provide-box i {
    color: #ee3f47;
}

.provide-features .provide-box:hover h3 {
    color: #ffffff;
}

.provide-features .provide-box h3 {
    font-size: 24px;
    color: #222222;
    margin: 14px 0 10px 0;
}




.destination-section {
    position: relative;
    z-index: 1;
}
.destination-section .destination-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: -1;
}

.section-title .sub-title {
    font-size: 15px;
    font-weight: 600; 
    color: #fe8403;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.section-title .title {
    font-size: 42px;
    margin-bottom: 0;
    color: #071c35;
    margin-top: 20px;
} 

.choose-destination-content p {
    margin-top: 20px;
    margin-bottom: 0;
}
.choose-destination-content .btn {
    margin-top: 41px;
}

.choose-destination-items .single-item:nth-child(2n+1) {
    margin-right: 80px;
}

.choose-destination-items .single-item::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(7, 28, 53, 0.6);
    z-index: -1;
    -webkit-transition: all 0.3sease 0s;
    transition: all 0.3sease 0s;
}

.choose-destination-items .single-item .item-flag {
    border-radius: 50%;
    border: 3px solid #fff;
}

.choose-destination-items .single-item .item-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px;
}


.choose-destination-items .single-item .item-title .title {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

.choose-destination-items .single-item .item-title i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    color: #fff;
    -webkit-transition: all 0.3sease 0s;
    transition: all 0.3sease 0s;
    opacity: 0;
    visibility: hidden;
}

.choose-destination-items .single-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.choose-destination-items .single-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    max-width: 350px;
    padding: 13px 30px;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-left: auto;
}

.app-wrap {
    padding: 0 40px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin: 20px 0 20px;
}

.app-wrap .app-info {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    flex-direction: column;
}


#header{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 99;
}





@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,.fab {
    font-weight: 400;
}

.fa-brands {
    font-family: "Font Awesome 6 Brands";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.header-navbar .navbar .navbar-brand img{
    max-width:220px;
}

.header-sticked .header-navbar .navbar .navbar-brand img{
    max-width:180px;
}


.header-sticked .header-navbar .navbar {
    padding: 0;
    height: 70px;
}

.header-sticked .header-navbar .navbar .nav-link {
    color: #000;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
}

.header-sticked .header-navbar .navbar .nav-link.active{
    color: var(--bs-primary);
}

.footer-widget .brand-img img{
    max-width: 200px;
}

.combmax{
    max-width: 50%;
    margin: 15px auto;
    line-height: 30px;
}


.counter-box {
    display: block;
    background: #f6f6f60d;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 50px;
    margin: 0 0 15px;
    color: #00b500;
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    line-height: 28px
}
 


.app-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    flex-direction: column;
}

.app-wrap .app-img img {
    position: relative;
    bottom: 50px;
    width: 75%;
    left: 100px;
}

.app-wrap .app-bg-01 {
    position: absolute;
    top: 0;
    right: 40px;
    z-index: -1;
}
.app-wrap .app-bg-02 {
    position: absolute;
    bottom: 0;
    right: 28%;
    z-index: -1;
}

.app-info .btn{
    max-width: 200px;
}


.footer-bottom{
    padding-bottom: 15px;
}


.countsezt {
    position: relative;
    background-image: url(../img/count.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
}

p {
    font-size: 14px;
}

.btn{
    border-radius: 3px;
}

.info-card img{
    width: 100%;
}

.acccontz{
    position: relative;
}

.acccontz ul{
    padding:0px;
    margin:0px;
}

.acccontz ul li {
    display: inline-block;
    padding: 5px 15px;
    box-shadow: 0px 0px 12px #cccccc47;
    margin-bottom: 12px;
    margin-right: 10px;
    font-size: 14px;
}

.acccontz ul li:hover {
    background-color: #00317d;
    color: #fff;
}

.destination-bg img{
    opacity: 0.1;
}

footer{
    background-image: url(../img/lines-waves.png);
    background-image: cover;
    width: 100%;
}

footer:after{ 
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
}

.cenheroz .splide__pagination__start .splide__pagination {
    justify-content: center;
    padding-left: 0;
    bottom: -24px;
}

.cenheroz{
    position: relative;
}

.cenheroz:after{ 
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000c2;
}

.cenheroz .bg-content{
    position: relative;
    z-index: 2;
}

.header-sticked .header-navbar .headlogo{
    display: none;
}


.navcallbtn {
    padding: 8px 20px;
    background: var(--bs-primary);
    position: relative;
    top: 20px;
    color: #fff;
}


.header-navbar .navbar-brand .sticklogo{
    display: none;
}

.header-sticked .header-navbar .navbar-brand .sticklogo{
    display: block;
}

.header-navbar .navbar-nav .nav-item:last-child .nav-link{
    margin-right: 0px;
}






.aaabar {
    padding: 50px 0 50px;
  }
  
  .aaa-box {
    background-color: var(--secondary-color);
    border-radius: 10px;
    overflow: hidden;
  }
  
 
  
  .aaa-content {
    position: relative;
    padding: 20px 50px;
    background: linear-gradient(to right, #00b500, #00317d);
}
  
 
  
  .aaa-content .phone-icon figure {
    text-align: center;
  }
  
  .aaa-content .phone-icon figure img {
    position: relative;
    z-index: 1;
  }

  .aaa-box .aaa-image img {
    width: 80%;
    max-height: 360px;
    margin: 10px auto;
    object-fit: cover;
    display: table;
    background: #fff;
    box-shadow: 4px 0px 12px #ccc;
    padding: 10px;
}
  
  .aaa-box .aaa-image img {
    width: 80%;
    max-height: 355px;
    margin: 10px auto;
    object-fit: cover;
    display: table;
    background: #fff;
    box-shadow: 4px 0px 12px #ccc;
    padding: 10px;
}

  .aaa-content h3 {
    font-size: 40px;
    color: #fff;
  }

  .aaa-content h5 { 
    color: #fff;
  }
  
  .aaa-content h3 span {
    color: #fff;
  }
  
  .aaa-content p {
    margin-bottom: 0;
    color: #fff;
  }

  

  .aaasoc {
    list-style: none;
    padding: 0;
    margin: 15px 0px 0px 0px;
  }
  
  .aaasoc li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .aaasoc li a {
    box-shadow: 1px 1px 4px #eee;
    padding-left: 0px !important;
    text-align: center; 
    margin-right: 5px;
    display: block;
    color: var(--white-color);
  }
  
  .aaasoc li a i {
    width: 30px;
    height: 30px;
    color: #fff;
    line-height: 30px; 
  }
  
  .is-invalid {
    border: 1px solid red;
}

.d-none {
    display: none;
}

.alert {
    padding: 10px;
    margin-top: 10px;
    background-color: #f8d7da;
    color: #721c24;
}

span.ambz {
    font-family: sans-serif;
    font-size: smaller;
}

.form-contact .form-label {
    margin-bottom: .3rem;
    color: #fff;
    font-size: 14px;
}

.form-contact .form-control{
    border-radius:5px;
    font-size: 15px;
}

.content-list h6{
    font-size: 17px;
} 


footer .contact-info a:hover{
    color:#00b500;
}

footer .footer-link a:hover{
    color:#00b500;
}


.footer-widget .social-list .social-item:hover a{
    color: #00b500;
}
.header-topbar a:hover{
    color:#00b500;
}

.footer-link .link-item a{
    font-size: 14px;
}

.homabtimg img{
    min-height: 440px;
    object-fit: cover;
}



#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff; /* Dark Blue */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.preloader-content {
    text-align: center;
}

.preloader-logo img {
    max-width: 350px; /* Adjust logo size */
    margin-bottom: 20px;
    animation: spin 0s linear infinite;
}

/* Circular Loader */
.loader {
    width: 60px;
    height: 60px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.3); 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Loader Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide Preloader After Load */
.hidden {
    display: none;
}



 


/* Responsive */



@media (max-width:991px) {
     

.combmax {
    max-width: 90%;
    margin: 15px auto;
    line-height: 30px;
}

}


@media (max-width:768px) {
     
}


@media (max-width:576px) {

.app-img{
    display: none;
}

.app-bg{
    display: none;
}


.item-single { 
    padding: 30px 15px;
}







     
}


@media (max-width:480px) {

    .header-topbar a { 
        font-size: 12px;
    }

    .header-navbar .navbar .navbar-brand img {
        max-width: 150px;
    }

    .header-navbar .navbar { 
        height: 70px;
    }

.offcanvas-header a img{ 
        vertical-align: middle;
        width: 150px; 
}

.offcanvas-body .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 1.2rem;
}


.mini-card .card-title { 
    font-size: 15px;
}

.mini-card .card-icon { 
    margin-right: 1rem;
    padding-right: 1rem;
    font-size: 2rem; 
}

.section-title .title {
    font-size: 27px; 
}

.app-wrap {
    padding: 0 15px; 
}

.footer-bottom p{ 
        font-size: 12px; 
        margin: 0px;
}

.provide-area .provide-content h2 {
    font-size: 27px; 
}

.provide-features .provide-box h3 {
    font-size: 20px; 
}


.item-single h3 { 
    font-size: 20px;
}






     
}

@media (max-width:400px) {
     
}




