/*
Theme Name: Bay Ajans Php Temasi
Theme URI: https://www.BayAjans.com
Author: Bay Ajans
Author URI: https://www.BayAjans.com
Description: Bu tema Bay Ajans tarafindan Kurumsal firmalara ozel olarak kodlanmistir.
Version: V10
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
figure {
    margin: 0;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Jost", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Jost", sans-serif;
}
:root {
    --primary--color: #1ec28b;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #73848c;
    --navy-color: #2b2945;
    --mustard-color: #ff8900;
    --yellow-color: #fdb913;
    --light-green-color: #b2f3de;
}
/* TOPBAR SECTION */
.top-bar-con a {
    color: var(--navy-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
}
.top-bar-con a:hover {
    text-decoration: none;
    color: var(--mustard-color);
}
.top-bar-con a:hover i {
    color: var(--mustard-color);
    transition: ease-in-out 0.6s;
}
.top-bar-con .right-con a {
    letter-spacing: -0.3px;
}
.top-bar-con {
    padding: 8px 0;
}
.top-bar-con a i {
    color: var(--navy-color);
}
/* BG OUTER WRAPPER */
.bg-outer-wrapper {
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
    /* height: 2000px; */
}
/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--navy-color);
    font-weight: 500;
    padding: 10px 0 !important;
    position: relative;
}
.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}
.header-con .navbar-expand-lg .navbar-nav {
    gap: 54px;
    justify-content: center;
    align-items: center;
}
.header-con {
    z-index: 1;
    padding: 15px 0;
    background-color: var(--secondary--color);
    box-shadow: 0px 20px 50px rgb(30 194 139 / 35%);
}
.header-con .navbar {
    padding: 0;
}
.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}
.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}
.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}
.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 15px;
}
.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    border-radius: 0;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
}
.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 18px;
    line-height: 26px;
}
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}
.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}
.header-con .outer-div .icon {
    background-color: var(--secondary--color);
    border-radius: 0;
    width: 50px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    margin: 0 3px;
}
.header-con .outer-div .icon:hover {
    background-color: var(--primary--color);
    transition: ease-in-out 0.6s;
}
.header-con .outer-div .icon:hover img {
    filter: brightness(0) invert(1);
    transition: ease-in-out 0.6s;
}
.header-con .outer-div .icon span.badge {
    position: absolute;
    top: -5px;
    right: -1px;
    border-radius: 100px;
    background-color: var(--black--color);
    color: var(--secondary--color);
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 12px;
    text-align: center;
    font-size: 9px;
}
.header-con .outer-div {
    margin-left: 104px;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--primary--color);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
.header-contact .live-chat-btn {
    background-color: var(--mustard-color);
    min-width: 136px;
    color: var(--secondary--color);
    height: 50px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 100px;
    width: 100%;
    text-decoration: none;
    box-shadow: 0px 10px 50px rgb(255 137 0 / 20%);
}
.header-contact .live-chat-btn:hover {
    background-color: var(--primary--color);
    transition: ease-in-out 0.6s;
}
.header-contact {
    margin-left: 53px;
}
#back-to-top-btn:focus {
    outline: none;
}
@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(30, 194, 139, .99);
    }
    to {
        box-shadow: 0 0 0 45px rgb(159, 203, 34, .01);
    }
}
@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(30, 194, 139, .99);
    }
    to {
        box-shadow: 0 0 0 45px rgb(159, 203, 34, .01);
    }
}
#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}
#back-to-top-btn:hover {
    cursor: pointer;
}
/* BACK TO TOP BUTTON */

/* BANNER SECTION */
.banner-con {
    padding-top: 166px;
}
.banner-con h4 {
    color: var(--primary--color);
    margin-bottom: 25px;
}
.banner-con h4 i {
    font-size: 18px;
}
.banner-con h1 {
    margin-bottom: 30px;
    letter-spacing: -1.5px;
}
.banner-con p {
    margin-bottom: 40px;
}
.banner-con .owl-carousel .owl-item img {
    width: auto;
    margin: 0 0 0 -83px;
    z-index: -1;
    position: relative;
}
.banner-con img.vector1 {
    top: 0;
    opacity: 20%;
    left: 597px;
}
.banner-con img.vector2 {
    top: 115px;
    opacity: 50%;
    right: 403px;
}
.banner-con img.vector3 {
    left: 180px;
    opacity: 10%;
    top: 90%;
}
.banner-con .owl-dots button span {
    background-color: #2dca73;
    opacity: 25%;
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 100px;
    margin: 11px;
}
.banner-con .owl-dots {
    margin-top: 50px;
    text-align: center;
}
.banner-con .owl-dots button {
    /* border: none; */
    outline: none;
    box-shadow: none;
    border: 1px solid;
    border-color: transparent;
}
.banner-con .owl-dots button.active span {
    background-color: var(--primary--color) !important;
    color: var(--primary--color);
    opacity: 100%;
    text-align: center;
    margin: 11px;
}
.banner-con .owl-dots button.active {
    border: 1px solid #2dca73;
    border-radius: 100px;
}
.banner-con .green-btn a {
    box-shadow: 10px 12px 20px rgba(30, 194, 139, 0.35);
}
.banner-con .green-btn a:hover {
    box-shadow: 10px 12px 20px rgb(255 137 0 / 35%);
}
/* TOUR & TRAVEL SECTION */
.travel-tour-con {
    background-image: url('../images/tour-travel-bg-img-new.jpg');
    background-size: cover;
}
/* .travel-tour-con::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 41, 69, 1);
    mix-blend-mode: multiply;
} */
/* .travel-tour-con::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(178, 243, 222) 0%, #ffffff 100%);
    mix-blend-mode: multiply;
} */
.travel-tour-con .heading-content {
    z-index: 1;
}
.color-overlay {
    background: rgba(22, 48, 53, 0.9);
}
.heading-content h4 {
    color: var(--mustard-color);
    margin-bottom: 24px;
}
.travel-tour-con .vector7 {
    top: 99px;
    right: 95px;
}
.heading-content h2 {
    margin-bottom: 70px;
}
.travel-tour-con ul.nav-tabs {
    border-bottom: none;
    margin-bottom: 66px;
}
.travel-tour-con ul.nav-tabs .nav-link {
    background: transparent;
    border: none;
    padding: 0 28px;
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary--color);
    cursor: pointer;
}
.travel-tour-con .tab-content .package-box {
    background-color: var(--secondary--color);
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
}
.travel-tour-con .tab-content .package-box:hover {
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
}
.travel-tour-con .tab-content .package-box:hover .grey-btn a {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}
.travel-tour-con .tab-content .package-box span.location-span i {
    color: var(--mustard-color);
    background-color: rgb(255, 137, 0, 10%);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100px;
    margin-right: 7px;
}
.travel-tour-con .tab-content .package-box span.location-span {
    margin-bottom: 17px;
}
.travel-tour-con .tab-content .package-box:hover span.location-span {
    color: var(--navy-color);
}
.travel-tour-con .tab-content .package-box h6 {
    font-size: 18px;
    font-weight: bold;
    color: var(--navy-color);
    margin-bottom: 25px;
}
.travel-tour-con .tab-content .package-box h6 a {
    color: var(--navy-color);
    text-decoration: none;
}
.travel-tour-con .tab-content .package-box h6 a:hover {
    color: var(--primary--color);
}
.travel-tour-con .tab-content .package-box img {
    margin-bottom: 17px;
    -webkit-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.travel-tour-con .tab-content .package-box:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.travel-tour-con .tab-content .package-box span.d-inline-block {
    font-weight: normal;
    font-size: 14px;
    margin-right: 15px;
    padding-bottom: 13px;
}
.travel-tour-con .tab-content .package-box span.d-inline-block.person {
    font-size: 16px;
}
.travel-tour-con .tab-content .package-box span.d-inline-block.price {
    font-size: 24px;
    font-weight: bold;
    color: var(--navy-color);
}
.travel-tour-con .tab-content .package-box .spans-wrapper {
    border-bottom: 2px solid #e9e9ec;
}
.travel-tour-con .pkg-btn-con {
    margin-top: 20px;
}
.travel-tour-con .owl-nav span {
    background-color: var(--secondary--color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    font-size: 20px;
}
.travel-tour-con .owl-nav span:hover {
    background-color: var(--mustard-color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
}
.travel-tour-con .owl-nav span:focus-visible,
.travel-tour-con .owl-nav button:focus-visible,
.travel-tour-con .owl-nav button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.travel-tour-con ul.nav-tabs button.nav-link:focus-visible,
.travel-tour-con ul.nav-tabs button.nav-link:focus-within,
.travel-tour-con ul.nav-tabs button.nav-link:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.travel-tour-con ul.nav-tabs .nav-link:hover,
.travel-tour-con ul.nav-tabs li .nav-link.active {
    color: var(--primary--color);
}
.travel-tour-con li {
    position: relative;
}
.travel-tour-con li button.active::before {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--primary--color);
    position: absolute;
    top: -8px;
    z-index: 1;
    right: 25px;
    transition: all 0.3s ease-in-out;
}
.travel-tour-con li button.active::after {
    content: "";
    height: 3px;
    width: 30px;
    background-color: var(--primary--color);
    position: absolute;
    bottom: -8px;
    z-index: 1;
    left: 25px;
    transition: all 0.3s ease-in-out;
}
.travel-tour-con .owl-nav button.owl-prev {
    position: absolute;
    top: 262px;
    left: -100px;
}
.travel-tour-con .owl-nav button.owl-next {
    position: absolute;
    top: 262px;
    right: -100px;
}
/* ABOUT TRAVEL SECTION */
.about-travel-con {
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
}
.about-travel-con .vector5 {
    top: 107px;
    left: 95px;
}
.about-travel-con .vector6 {
    bottom: 0;
    right: 54px;
    animation: sway 8s ease-in-out infinite alternate;
    /* Adjust the animation duration and timing function as needed */
    transform-origin: bottom center;
}
.about-travel-con h4 {
    color: var(--primary--color);
    margin-bottom: 28px;
}
.about-travel-con .about-travel-img-con img {
    border: 10px solid var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0px 10px 50px rgb(30 194 139 / 30%);
}
.about-travel-con .about-travel-img-con .about-img2 img {
    position: absolute;
    right: 39px;
    bottom: -137px;
}
.about-travel-con .about-travel-img-con .best-destination i {
    color: var(--navy-color);
    width: 43px;
    height: 30px;
    font-size: 40px;
    margin-bottom: 20px;
}
.about-travel-con .about-travel-img-con .best-destination {
    color: var(--navy-color);
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    bottom: -141px;
}
.about-travel-con .about-travel-img-con .best-destination a {
    color: var(--navy-color);
    text-decoration: none;
}
.about-travel-con .about-travel-img-con .best-destination a:hover {
    color: var(--primary--color);
}
.about-travel-con .about-travel-content h2 {
    margin-bottom: 22px;
}
.about-travel-con .about-travel-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 34px;
}
.about-travel-con .about-travel-content ul.listing li i {
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 100%;
    padding: 4px;
    font-size: 11px;
    width: 17px;
    top: 6px;
    position: absolute;
    left: 0px;
    height: 17px;
}
.about-travel-con .about-travel-content ul.listing li {
    font-size: 18px;
    line-height: 30px;
    padding-left: 27px;
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    color: var(--navy-color);
    margin-bottom: 10px
}
.about-travel-con .about-travel-content ul.listing {
    margin-bottom: 44px;
}
.about-travel-con .about-travel-content ul.about-count li {
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color);
    width: 35%;
    margin-bottom: 37px;
}
.about-travel-con .about-travel-content ul.about-count li:last-child {
    width: auto;
}
.about-travel-con .about-travel-content ul.about-count li span {
    font-size: 40px;
    color: var(--primary--color);
    font-weight: bold;
    margin-bottom: 16px;
}
.about-travel-con .about-travel-content .green-btn a {
    min-width: 190px;
}
/* TOP DESTINATIONS SECTION */
.top-destinations-con {
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
}
.heading-title h4 {
    color: var(--primary--color);
    margin-bottom: 28px;
}
.heading-title h2 {
    color: var(--navy-color);
    margin-bottom: 70px;
}
.top-destinations-con .vector4 {
    top: 109px;
    left: 99px;
}
.top-destinations-con .vector5 {
    right: 95px;
    bottom: 99px;
}
.top-destinations-con .destination-box .bottom-con {
    padding: 33px 30px 34px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: var(--secondary--color);
}
.top-destinations-con .destination-box img {
    /* background: linear-gradient(to top, #2b2945 15%, #ffffff 51%); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    width: 100%;
    height: auto;
    z-index: 0;
    -webkit-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.top-destinations-con .destination-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.top-destinations-con .owl-carousel .owl-nav button {
    width: 60px;
    margin-right: 24px;
}
.orange-tag {
    border: 2px solid var(--secondary--color);
    background-color: var(--mustard-color);
    color: var(--secondary--color);
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    width: 80px;
    height: 34px;
    z-index: 3;
    text-align: center;
    box-shadow: 0 0 30px rgb(35 31 32 / 20%);
    top: 20px;
    right: 20px;
    border-radius: 100px;
}
.top-destinations-con .destination-box .bottom-con span {
    margin-bottom: 9px;
    font-size: 14px;
}
.top-destinations-con .destination-box .bottom-con h4 {
    color: var(--navy-color);
    line-height: 30px;
    margin-bottom: 20px;
}
.top-destinations-con .destination-box .bottom-con a {
    text-decoration: none;
}
.top-destinations-con .destination-box .bottom-con a:hover h4 {
    color: var(--primary--color);
}
.top-destinations-con .destination-box .bottom-con span.star-con {
    font-size: 16px;
    color: var(--navy-color);
    font-weight: 500;
    margin-bottom: 0;
}
.top-destinations-con .destination-box .bottom-con span.star-con i {
    height: 15px;
    width: 16px;
    color: var(--yellow-color);
}
.top-destinations-con .destination-box .bottom-con span.review-span {
    font-size: 14px;
    color: var(--text-color);
    font-weight: normal;
    margin-bottom: 0
}
.top-destinations-con .owl-nav {
    text-align: center;
    margin-top: 76px;
}
.top-destinations-con .owl-nav span {
    background-color: var(--secondary--color);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    line-height: 60px;
    /* margin-right: 29px; */
    box-shadow: 0px 10px 50px rgb(115 132 140 / 35%);
    font-size: 20px;
}
.top-destinations-con .owl-nav span:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: ease-in-out 0.6s;
    box-shadow: 0px 10px 50px rgb(30 194 139 / 35%);
}
.top-destinations-con .owl-nav span:focus-visible,
.top-destinations-con .owl-nav button:focus-visible,
.top-destinations-con .owl-nav button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.top-destinations-con .destination-box figure {
    position: relative;
    overflow: hidden;
    /* border-radius: 10px; */
}
.top-destinations-con .destination-box figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #2b2945 6%, #ffffff 51%);
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 10px 10px 0 0;
}
/* NEWS ARTICLES SECTION */
.news-articles-con {
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
}
.news-articles-con .vector4 {
    top: 109px;
    left: 99px;
}
.news-articles-con .vector5 {
    right: 95px;
    bottom: 99px;
}
.news-articles-con .article-box .bottom-left {
    position: absolute;
    bottom: 23px;
    left: 32px;
    z-index: 1;
}
.news-articles-con .article-box .bottom-left h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    font-weight: bold;
}
.news-articles-con .article-box:hover a h6 {
    color: var(--mustard-color) !important;
}
.news-articles-con .article-box a:hover {
    text-decoration: none;
}
.news-articles-con .article-box img {
    border-radius: 10px;
    border: 3px solid var(--secondary--color);
    -webkit-transition: 2s linear;
    transition: 2s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.news-articles-con .article-box figure {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news-articles-con .article-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news-articles-con .article-box figure::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #2b2945 6%, #ffffff 51%);
    z-index: 1;
    mix-blend-mode: multiply;
    border-radius: 10px;
    /* border: 3px solid var(--secondary--color); */
}
.news-articles-con .article-box .bottom-left span {
    margin-bottom: 10px;
    font-size: 14px;
}
/* FOOTER SECTION */
.footer-con {
    padding-top: 80px;
    background: linear-gradient(to bottom, #b2f3de 0%, #ffffff 100%);
}
.partner-con {
    background-color: var(--secondary--color);
    box-shadow: 0 10px 50px rgb(30 194 139 / 30%);
    border-radius: 10px;
    padding: 50px 58px;
    margin-bottom: 76px;
}
.partner-con img {
    transition: all 0.3s ease-in-out;
}
.partner-con img:hover {
    transform: translateY(-5px);
}
.footer-con .middle-portion .footer-logo img {
    margin-bottom: 24px;
}
.footer-con .middle-portion .footer-text {
    margin-bottom: 28px;
}
.footer-con .middle-portion .heading {
    margin-bottom: 18px;
    color: var(--navy-color);
}
.footer-con .middle-portion .line {
    color: var(--primary--color);
    width: 30px;
    height: 1px;
    background-color: var(--primary--color);
    text-align: left;
    margin: 0 0 36px 0;
}
.footer-con .middle-portion .footer-logo-con a::after {
    display: none;
}
.footer-con .links .text-size-16 {
    position: relative;
    padding-left: 15px;
    line-height: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.footer-con .links li a:before {
    content: "\f0da";
    color: var(--primary--color);
    font-weight: bold;
    display: inline-block;
    margin-left: 0;
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    left: 0px;
}
.footer-con .middle-portion ul li.text {
    margin-bottom: 6px;
}
.footer-con .middle-portion ul li span {
    color: var(--primary--color);
    font-weight: bold;
}
.footer-con .icon .text1 {
    margin-bottom: 24px;
}
.footer-con .middle-portion .social-icons .circle {
    background-color: var(--text-color);
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.footer-con .middle-portion .social-icons .circle:hover {
    background-color: var(--primary--color);
    transform: translateY(-2px);
}
.footer-con .middle-portion .social-icons a i {
    color: var(--secondary--color);
}
.copyright-con {
    text-align: center;
    padding: 26px 0px;
}
.copyright-con .text-size-16 {
    color: var(--text-color);
    margin: 0px;
}
.footer-con .middle-portion li a {
    color: var(--text-color);
}
.footer-con .vector8 {
    bottom: 0;
    left: 70px;
    animation: sway 8s ease-in-out infinite alternate;
    /* Adjust the animation duration and timing function as needed */
    transform-origin: bottom center;
}
.footer-con .middle-portion {
    padding-bottom: 74px;
    border-bottom: 1px solid #dfe0e6;
}
.footer-con .middle-portion ul li a:hover {
    color: var(--primary--color);
}
.footer-con .middle-portion ul li a {
    position: relative;
    text-decoration: none;
}
.footer-con .middle-portion a:hover::after {
    width: 100%;
}
.footer-con .middle-portion a::after {
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--primary--color);
    transition: ease-in-out 0.3s;
}
.footer-con .payment-icon img {
    box-shadow: 0 10px 10px rgb(30 194 139 / 10%);
}
.banner-con .owl-carousel {
    z-index: 0;
}
@keyframes sway {
    0% {
        transform: rotateZ(0deg);
    }
    50% {
        transform: rotateZ(-5deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}
/* ABOUT PAGE */
/* SUB BANNER SECTION  */
.sub-banner-outer-wrapper {
    background: linear-gradient(to bottom, #b2f3de 0%, #c6f6e7 100%);
}
/* CONTACT PAGE */
.talk-to-us-con.about-travel-con .about-travel-img-con .about-img2 img {
    right: 0;
    bottom: -34px;
}
.talk-to-us-con .contact-info h4 {
    color: var(--navy-color);
    font-weight: bold;
    margin-bottom: 20px;
}
.talk-to-us-con .contact-info ul.contact-info-inner-wrapper li i {
    color: var(--primary--color);
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 3px;
}
.talk-to-us-con .contact-info ul.contact-info-inner-wrapper li a,
.talk-to-us-con .contact-info ul.contact-info-inner-wrapper li {
    color: var(--navy-color);
    font-size: 18px;
}
.talk-to-us-con .contact-info ul.contact-info-inner-wrapper li {
    margin-bottom: 17px;
    position: relative;
    padding-left: 24px;
}
/* map section */
.contact-map-con iframe {
    height: 448px;
    width: 100%;
    filter: grayscale(1);
    border: none;
}
.talk-to-us-con .contact-info .social-icons .circle {
    background-color: var(--text-color);
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.talk-to-us-con .contact-info .social-icons .circle:hover {
    background-color: var(--primary--color);
    transform: translateY(-2px);
}
.talk-to-us-con .contact-info .social-icons a i {
    color: var(--secondary--color);
}
/* .talk-to-us-con .contact-info ul.contact-info-inner-wrapper li a {
    position: relative;
} */
.talk-to-us-con .contact-info .social-icons {
    margin-top: 18px;
}
.about-travel-con.talk-to-us-con .about-travel-content p {
    margin-bottom: 30px;
}
.talk-to-us-con .contact-info ul.contact-info-inner-wrapper li a:hover {
    color: var(--primary--color);
    text-decoration: none;
}
/* talk with our team section */
.talk-width-our-team-con {
    background: linear-gradient(to bottom, #f4fdfa 0%, #ffffff 100%);
}
.talk-width-our-team-con .vector11 {
    top: 103px;
    left: 98px;
}
.talk-width-our-team-con .register-box {
    padding: 77px 92px;
    margin-bottom: 0 !important;
    background-color: var(--light-green-color);
    border-radius: 10px;
}
.talk-width-our-team-con .register-box label {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 17px;
    color: var(--navy-color);
}
.talk-width-our-team-con .register-box input,
.talk-width-our-team-con .register-box select,
.talk-width-our-team-con .register-box textarea {
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
    background-color: var(--secondary--color);
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 19px 21px;
    width: 100%;
    overflow: visible;
    outline: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 2px rgb(35 31 32 / 10%);
}
/* .talk-width-our-team-con .register-box select {
    -webkit-appearance: none;
    appearance: none;
} */
.talk-width-our-team-con .register-box input {
    height: 60px;
}
.talk-width-our-team-con .register-box textarea {
    height: 230px;
    float: left;
    margin-bottom: 24px;
}
.talk-width-our-team-con .register-box .register_now {
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    padding: 21px 78px;
    text-align: center;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: var(--primary--color);
    box-shadow: 0 20px 50px 0 rgb(30 194 139 / 35%);
    transition: all 0.3s ease-in-out;
    outline: none;
    border-style: none;
    cursor: pointer;
}
.talk-width-our-team-con .register-box .register_now:hover {
    background-color: var(--mustard-color);
}
.talk-width-our-team-con .register-box .form-group {
    margin-bottom: 26px;
}
.talk-width-our-team-con .register-box .form-group.fon-con {
    margin-bottom: 0;
}
.talk-width-our-team-con .register-box input:focus,
.talk-width-our-team-con .register-box textarea:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(30 194 139 / 100%);
    border-color: var(--primary--color);
}
.talk-width-our-team-con .register-box #contactpage span.error {
    font-size: 15px;
    line-height: 15px;
    margin-top: 5px;
    position: absolute;
    display: block;
    top: 0;
    right: 15px;
    text-align: left;
    padding-left: 4px;
    color: red;
}
.talk-width-our-team-con .vector9 {
    right: 99px;
    bottom: 148px;
}
/* Service page */
.what-we-serve-con.service-serve-con .vector4 {
    top: 20px;
}
/* teams page */
.what-we-serve-con.team-con .vector4 {
    top: 20px;
}

/* MobilArama */
@media only screen and (max-width:479px){.mobililetisim{display:block;padding:0px;padding-bottom:10px;background:rgba(255, 255, 255, 0.5);position:fixed;bottom:0px;left:0px;width:100%;text-align:center;z-index:999;}
.buton3d{position:relative;display:inline-block;text-decoration:none;text-align:center;font-size:12px;font-family:'Lato',sans-serif;font-weight:700;text-shadow:2px 2px 2px #000000;box-shadow:0 9px 0 #DB003A,0 9px 25px rgba(0,0,0,0.7);transition:all .1s ease;-webkit-transition:all .1s ease;color:#FFFFFF;background-color:#DB003A;border-radius:8px;border:none;outline:0 none;margin:0;width:32%;height:60px;overflow:hidden;cursor:pointer;line-height:18px;padding-top:8px;vertical-align:sub;}
.a2{background-color:#00B22D;box-shadow:0 9px 0 #00B22D;}
.a1{background-color:#1A81F3;box-shadow:0 9px 0 #1A81F3;}
.buton3d:active{box-shadow:0px 3px 0px #000, 0px 3px 6px rgba(0, 0, 0, 0.9);}
@media (min-width:479px){#mobililetisim{display:none;}
}
#click_to_call_bar span{font-size:12px;margin-right:5px;vertical-align:sub;}
}
@media (min-width:737px){#click_to_call_bar{display:none;}
}
/* FontAwesome */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-check:before {
    content: "\f00c"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-envelope:before {
    content: "\f0e0"
}
.fa-comment:before{
    content:"\f075"
}
.fa-youtube-play:before{
	content:"\f16a"
}
.fa-pinterest:before{
	content:"\f0d2"
}
.fa-twitter-square:before{
	content:"\f081"
}
.fa-linkedin-square:before{
	content:"\f08c"
}
.fa-youtube-square:before{
	content:"\f166"
}
.fa-location-arrow:before {
    content: "\f124"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-whatsapp:before {
    content: "\f232"
}