*:not(i) {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", system-ui;
}

body {
    overflow-x: hidden;
}

:root {
    --default: #5b8c51;
    --white: #fff;
    --black: #000;
    --color-1: #5b8c51;
    --bg-4: #5b8c51;
    --bg-5: #d7d7d7;
    --color-2: #404a3d;
    --color-3: #666;
    --color-4: #404a3d;
    --bg-2: #404a3d;
    --bg-3: #eddd5e;
    --bg-1: #f8f7f0;
    --bg-6: #404a3d;
    --border-2: #404a3d;
    --border-3: #5b8c51;
    --border-4: rgba(255, 255, 255, 0.377);
    --border-1: rgba(64, 74, 61, 0.2);
    --border-5: #ddd;
    --box-shadow-1: rgb(255 250 250 / 30%);
}

/* innerSection */

#accordionExample.accordion {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 20px;
}

#accordionExample .accordion-item {
    border-bottom: 1px solid #ccc;
}

#accordionExample .accordion-header {
    padding: 10px;
    background-color: #f7f7f7;
    cursor: pointer;
}

#accordionExample .accordion-body {
    display: none;
    padding: 10px;
}

#accordionExample .active {
    background-color: #e2e2e2;
}

#accordionExample ol,
#accordionExample ul {
    list-style: initial;
    padding-left: 2rem;
}

#accordionExample .accordion-header span {
    font-size: 18px;
}

.littleinfo {
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.littleinfo * {
    font-family: Georgia, serif !important;
}

.tour-inner table td {
    border: 1px solid #eae0e0;
    padding: 5px 10px;
}

.tour-inner table tbody tr:first-child td:first-child {
    border-top-left-radius: 15px;
}

.tour-inner table tbody tr:first-child td:nth-child(2) {
    border-top-right-radius: 15px;
}

.tour-inner table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.tour-inner table tbody tr:last-child td:nth-child(2) {
    border-bottom-right-radius: 15px;
}

.tour-inner table {
    margin-bottom: 1rem;
    border-collapse: separate;
}

.item1 {
    height: 600px;
}

.item2, .item3, .item4, .item5 {
    height: 294px;
}

.gallery_photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.gallery_photos img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.sloutions-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 30px;
    flex-direction: column;
    position: relative;
    margin-top: 20px;
    background: url(https://keystoneacademic-res.cloudinary.com/image/upload/v1696411259/articles/educationscom/article-hero-image-2991.jpg) center / cover no-repeat;
}

.sloutions-wrapper .overlay {
    background: #0000006b;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 30px;
    z-index: 5;
}

.solutions-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: #2bb673;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 6;
}

.solutions-icon svg {
    fill: #fff;
}

.sloutions-wrapper article {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 6;
}

.sloutions-wrapper article h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.sloutions-wrapper article a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.sloutions-wrapper article a svg {
    fill: #fff;
}

.sloutions-wrapper article a {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    justify-content: center;
    color: #fff;
}

.call-link {
    padding: 15px 20px;
    border-radius: 20px;
    background: #2bb673;
    transition: 0.3s ease-in-out;
    display: inline-block;
    font-weight: bold;
    max-width: 200px;
    margin: 20px auto 0;
}

.recent-post {
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.recent-post h3 {
    font-size: 20px;
    font-weight: bold;
    color: #2bb673;
    margin-bottom: 20px;
}

.recent-post-wrapper li:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.recent-post figure {
    margin-right: 10px;
}

.recent-post figure img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 10px;
}

.recent-post-card article {
    width: calc(100% - 100px);
}

.recent-post-card span {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5x;
    display: block;
}

.recent-post-card a {
    font-size: 18px;
    color: #666;
    line-height: 1.2;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.recent-post-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 20px;
}

.blog-inside-description p,
.event-inside-content {
    line-height: 25px;
}

.blog-inside-image img {
    max-height: 400px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog-inside-content {
    margin-top: 10px;
}

.blog-inside-list {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog-inside-list li svg {
    fill: #2bb673;
}

.blog-inside-list li span {
    color: #000;
    margin-left: 4px;
}

.blog-inside-list li {
    margin-right: 10px;
}

#contact-static p.heading {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#contact-static h1{
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}
#contact-static p.heading{
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
#contact-static .right-side-info p.heading{
    margin-bottom: 5px;
}
#contact-static .right-side-info{
    margin-bottom: 30px;
}
#contact-static p.heading i{
    color: #2bb673;
    font-size: 28px;
    margin-right: 17px;
}
#contact-static p.contact-info {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
#contact-static p.contact-info span, #contact-static p.contact-info a{
    font-weight: 300;
    font-size: 15px;
}
#contact-static p.contact-info a{
    color: #2bb673;
    transition: all .3s ease;
    border-bottom: 1px solid #2bb673;
}
#contact-static p.contact-info a:hover{
    border-color: transparent;
}

#contact-static .cont-wrapper{
    background: transparent;
    box-shadow: none;
}
#contact-static ul.social-icons{
    display: flex;
    gap: 1rem;
}

#contact-static ul.social-icons a{
    border: 1px solid #ccc;
    border-radius: 60px;
    font-size: 14px;
    color: #333;
    height: 36px;
    display: block;
    width: 126px;
    line-height: 35px;
    text-align: center;
}
#contact-static ul.social-icons a i{
    font-size: 18px;
    margin-right: 11px;
    transform: translateY(2px);
    color: #2bb673;
}

#contact-static .heading svg{
    margin-right: 17px;
}
#contact-static .heading svg path, #contact-static .heading svg polygon, #contact-static .heading svg rect, #contact-static .heading svg circle{
    fill: #2bb673;
}
#contact-static .left-side-infos p{
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 8px;
}
#contact-static .left-side-infos p span{
    font-weight: 600;
}

/*form#fullsearch {*/
/*    padding-bottom: 3rem;*/
/*}*/

.innerSection .review-card {
    background: #eee;
}

.upper-breadcrump {
    height: 30vh;
    background: #eee;
}

.speedbar {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #0000004f;
    position:relative;
    z-index: 2;
    
}

.speedbar a, .speedbar i {
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
    
}

/* innersection */

.offcanvas-header h5 {
    font-size: 22px;
}

.offcanvas .navbar-nav {
    gap: 20px;
}

.offcanvas a {
    font-size: 19px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-decoration: none;
}

.offcanvas li {
    padding-bottom:10px;
}

.dropdown-menu a {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 5px;
    font-weight: 400;
}

header {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 1rem 0;
    transition: .4s all ease;
}

header .logo {
    width: 180px;
}

header .logo img {
    width: 100%;
}

header.not-main {
    position: sticky;
    top: 0;
}

.whitelogo,
header.fixed .darklogo,
header.not-main .darklogo {
    display: block;
}

.darklogo,
header.fixed .whitelogo,
header.not-main .whitelogo {
    display: none;
}

header .sub-menu {
    margin: 10px 0px 0px 5px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    min-width: 200px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    box-shadow: 0 10px 30px 0 rgba(45, 45, 45, .2);
    position: absolute;
    max-height: none;
    margin: 0;
        -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
    top: 100%;
}

header li.drop-element {
    /*position: relative;*/
}

header li.drop-element:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

header.fixed,
header.not-main {
    background-color: #fff;
    padding: .5rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

header.fixed nav.header-nav,
header.not-main nav.header-nav {
    border: 1px solid #0000000f;
    margin-right: 25px
}

nav.header-nav {
    padding: .5rem 1rem;
    border: 1px solid rgb(255 255 255 / 47%);
    border-radius: 50px 50px 50px 50px;
     /*margin-right: 120px!important;*/
     position: relative;
}

nav.header-nav ul {
    display: flex;
}

nav.header-nav ul.drop-menu {
    flex-direction: column;
    padding: 1rem 1.2rem;
    gap: 1rem;
}

ul.drop-menu a {
    color: #000;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    line-height: 1.4;
}

.lang span {
    font-weight: 600;
}

.lang {
    background: #fff;
    padding: .8rem;
    border-radius: .3rem;
    border: 1px solid transparent;
    transition: .4s all ease;
    cursor: pointer;
}

.lang:hover {
    background: #6bb246;
    color: #fff;
}

header.fixed .lang:not(.active),
header.not-main .lang:not(.active) {
    border: 1px solid #6bb246;
}

.lang.active {
    background: #6bb246;
    color: #fff;
    border: 1px solid transparent;
}

header input[type="search"] {
    outline: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid green;
    padding: .2rem 1rem;
}

#searchinput {
    transition: all .3s ease;
    height: 50px;
    width: 100%;
    border: 2px solid #eaeaea !important;
    padding: 12px !important;
    border-radius: 3px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
}

#dosearch, 
#dofullsearch {
    border: none;
    margin-top: 20px;
    height: 44px;
    width: 194px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff;
    background: #2bb673;
    padding: 10px 20px;
}

.q_search {
    display: flex;
}

header input[type="search"]::placeholder {
    color: #fff;
}

header.fixed input[type="search"]::placeholder,
header.not-main input[type="search"]::placeholder {
    color: #2bb673;
}

.q_search_btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.q_search_btn {
    background: #2bb673;
    border: 1px solid transparent;
}

.q_search_btn:hover {
    border: 1px solid #2bb673;
}

header.fixed .q_search_btn:hover svg,
header.not-main .q_search_btn:hover svg {
    fill: #2bb673;
}

header.fixed nav.header-nav ul:not(.drop-menu) > li > a,
header.not-main nav.header-nav ul:not(.drop-menu) > li > a {
    color: #000;
    text-shadow:none !important;
}

nav.header-nav ul:not(.drop-menu) > li > a {
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    padding: 7px 8px 7px 8px;
    transition: .4s all ease;
    margin: 0px 5px 0px 5px;
    text-shadow:2px 2px 2px #000;
    font-size:19px;
}

nav.header-nav ul:not(.drop-menu) > li > a:not(.active):hover {
    background-color: #fff;
    color: #000;
    text-shadow:none;
   
}

header.fixed nav.header-nav ul:not(.drop-menu) > li > a:not(.active):hover,
header.not-main nav.header-nav ul:not(.drop-menu) > li > a:not(.active):hover {
    background-color: #000;
    color: #fff;
    text-shadow:none;
   
}

nav.header-nav ul:not(.drop-menu) > li > a.active {
    background-color: #FFFFFF38;
}

header.fixed nav.header-nav ul:not(.drop-menu) > li > a.active {
    background-color: #2bb673;
    color: #fff;
}

/*header button {*/
/*    position: relative;*/
/*    padding: 12px 35px;*/
/*    background: #fec195;*/
/*    font-size: 17px;*/
/*    font-weight: 500;*/
/*    color: #181818;*/
/*    border: 3px solid #fec195;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 0 #fec1958c;*/
/*    transition: all 0.3s ease-in-out;*/
/*    cursor: pointer;*/
/*    font-weight: 600;*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*}*/

/*.star-1 {*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    left: 20%;*/
/*    width: 25px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);*/
/*}*/

/*.star-2 {*/
/*    position: absolute;*/
/*    top: 45%;*/
/*    left: 45%;*/
/*    width: 15px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);*/
/*}*/

/*.star-3 {*/
/*    position: absolute;*/
/*    top: 40%;*/
/*    left: 40%;*/
/*    width: 5px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);*/
/*}*/

/*.star-4 {*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    left: 40%;*/
/*    width: 8px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 0.8s cubic-bezier(0, 0.4, 0, 1.01);*/
/*}*/

/*.star-5 {*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 45%;*/
/*    width: 15px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 0.6s cubic-bezier(0, 0.4, 0, 1.01);*/
/*}*/

/*.star-6 {*/
/*    position: absolute;*/
/*    top: 5%;*/
/*    left: 50%;*/
/*    width: 5px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 0 #fffdef);*/
/*    z-index: -5;*/
/*    transition: all 0.8s ease;*/
/*}*/

/*header button:hover {*/
/*    background: transparent;*/
/*    color: #fec195;*/
/*    box-shadow: 0 0 25px #fec1958c;*/
/*}*/

/*button:hover .star-1 {*/
/*    position: absolute;*/
/*    top: -80%;*/
/*    left: -30%;*/
/*    width: 25px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*header button:hover .star-2 {*/
/*    position: absolute;*/
/*    top: -25%;*/
/*    left: 10%;*/
/*    width: 15px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*header button:hover .star-3 {*/
/*    position: absolute;*/
/*    top: 55%;*/
/*    left: 25%;*/
/*    width: 5px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*header button:hover .star-4 {*/
/*    position: absolute;*/
/*    top: 30%;*/
/*    left: 80%;*/
/*    width: 8px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*header button:hover .star-5 {*/
/*    position: absolute;*/
/*    top: 25%;*/
/*    left: 115%;*/
/*    width: 15px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*header button:hover .star-6 {*/
/*    position: absolute;*/
/*    top: 5%;*/
/*    left: 60%;*/
/*    width: 5px;*/
/*    height: auto;*/
/*    filter: drop-shadow(0 0 10px #fffdef);*/
/*    z-index: 2;*/
/*}*/

/*.fil0 {*/
/*    fill: #fffdef;*/
/*}*/

/*header.fixed .fil0 {*/
/*    fill: #2bb673;*/
/*}*/

#slider {
    height: 100vh;
    position: relative;
}

#slider .main-slider__btns {
    position: absolute;
    z-index: 2;
    width: 200px;
    bottom: 10%;
    right: 10%;
    display:flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

#slider .main-slider__btns  .slider-button-prev, #slider .main-slider__btns  .slider-button-next {
    width: 60px;
    height: 60px;
    background: #2bb673;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .3s;
    border: 1px solid  #2bb673;
}

#slider .main-slider__btns  .slider-button-prev:hover, #slider .main-slider__btns  .slider-button-next:hover {
    background: #fff;
}
#slider .main-slider__btns  .slider-button-prev:hover i , #slider .main-slider__btns  .slider-button-next:hover i {
    color: #2bb673;
}

#slider .main-slider__btns  .slider-button-prev i , #slider .main-slider__btns  .slider-button-next i{
    color: #fff;
     transition: .3s;
    
}

#slider .swiper-slide::before {
    content: "";
    position: absolute;
    background: rgb(0, 0, 0);
    background: linear-gradient(334deg, rgba(0, 0, 0, 0) 16%, rgb(0 0 0 / 42%) 44%);
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-img {
    width: 100%;
    height: 100%;
}

.swiper-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-content {
    position: absolute;
    /* bottom: 100px; */
    top: 40%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    color: #fff;
}

.swiper-content h4 {
    width: fit-content;
    position: relative;
    padding: 10px 15px 10px 15px;
    background-color: #FFFFFF0D;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF36;
    border-radius: 50px 50px 50px 50px;
}

.swiper-content h4::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    border-radius: inherit;
    background-color: inherit;
    z-index: -1;
}

.swiper-content h2 {
    font-size: 50px;
    width: 70%;
    line-height: 1.1em;
    text-shadow:2px 2px 2px #000;
}

.swiper-content a {
    padding: 16px 34px 16px 34px;
    color: #000;
    background-color: #fff;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    border-radius: 3rem;
}

#events,
#blogs,
#reviews,
#tours,
#categories,
#vizasupport {
    padding: 5rem 0;
}

#events,
#reviews,
#categories {
    background-color: #eee;
}

.sectionTitle {
    font-size: 48px;
    font-weight: 600;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.tour-cards {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.tour-circle {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: #2bb673;
    padding: 1rem;
    width: 50px;
    border-radius: 50%;
    height: 50px;
}

/*.tour-item-in-static-section {*/
/*    width: 33.33%!important;*/
/*}*/

.tour-circle span {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    color: #fff;
}

.tour-card {
    width: 100%;
    padding: 1rem;
    background: #eee;
    border-radius: .5rem;
}

.tour-img {
    margin-bottom: 1rem;
    height: 400px;
}

.tour-img img {
    height: 100%;
    object-fit: fill;
    width: 100%;
    border-radius: .5rem;
}

.tour-title h2 {
    /*height: 44px;*/
    font-weight: 700;
    font-size: 17px;
    /*margin-bottom: .5rem;*/
    min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tour-desc p {
    min-height: 60px;
    line-height: 1.4;
    font-size: 14px;
    line-height: 1.4;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tour-price {
    margin-top: 2rem;
}

.tour-price span {
    font-weight: 600;
    font-size: 20px;
}

.tour-card a {
    margin-top: .8rem;
    display: inline-block;
    background: #6bb246;
    color: #fff;
    width: 100%;
    padding: .6rem;
    text-align: center;
    border-radius: 3rem;
    font-size: 14px;
    border: 1px solid transparent;
    transition: .4s all ease;
}

.tour-card a:hover {
    color: #6bb246;
    background: transparent;
    border: 1px solid #6bb246;
}

.partnor-card {
    /*padding: 0 1rem;*/
    background: #fff;
    position: relative;
    border-radius: 30px;
}

    .partnor-card-figure {
  position: relative;
  border-radius: 30px;
  transition: 0.3s ease-in;
  overflow: hidden;
  height: 250px;
}
.partnor-card-figure img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.partnor-card-figure h6 {
  font-size: 13px;
  line-height: 24px;
  z-index: 10;
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-block;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 0.5px;
  padding: 5px 15px 3px 15px;
  margin-bottom: 5px;
  border-radius: 15px;
  background: #eee;
  color: var(--color-1);
}
.partnor-card-figure img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
}
.readmore {
  bottom: 30px;
  right: 20px;
  position: absolute;
  transition: all 0.5s ease 0s;
  width: 45px;
  display: flex;
  align-items: center;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  background: var(--bg-3);
  color: var(--color-3);
}
.readmore svg {
  transition: transform 0.4s ease-in, opacity 0.4s ease-in;
}
.readmore-svg2 {
  transform: scale(0.26) translate(-60px, 54px);
}
.readmore-svg1 {
  transform: scale(1) translate(-7px, 0px);
}
.partnor-card-content {
  padding: 20px 10px;
}
.partnor-card-publish-list {
  display: flex;
  align-items: center;
  justify-content: start;
}
.partnor-card-publish-list li {
  display: flex;
  align-items: center;
  color: var(--color-3);
}
.partnor-card-publish-list li svg {
  margin-right: 5px;
  color: var(--color-1);
  width: 16px;
  height: 16px;
}
.partnor-card-publish-list li:not(:first-child) {
  margin-left: 20px;
}
.partnor-card-title {
  height: 50px;
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
}
.partnor-card-content a {
  color: var(--color-3);
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 18px;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
}

.partnor-card:hover .partnor-card-figure img {
  transform: scale(1.1);
}
.partnor-card:hover .partnor-card-content a {
  color: var(--color-1);
}
.partnor-card:hover .readmore {
  background: var(--bg-4);
}
.partnor-card:hover .readmore-svg2 {
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  color: var(--white);
  transform: scale(1) translate(8px, -1px);
}
.partnor-card:hover .readmore-svg1 {
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transform: scale(0.26) translate(60px, -50px);
}

.parent {
    position: relative;
    height: 650px;
    max-width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(12, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.category-title {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: end;
}

.category-title h2 {
    text-shadow: 2px 2px 2px #000;
}

.category-title p {
    color: #e7e7e7;
    font-size: 14px;
}

.category-title span {
    background: #2bb673;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: .5rem;
    font-size: 14px;
}

.parent > div {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
}

.category-img {
    height: 100%;
}

.category-img::before {
    content: "";
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgb(0 0 0 / 62%) 63%);
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    z-index: 2;
}

.parent > div img {
    width: 100%;
    height: 100%;
    border-radius: .5rem;
    object-fit: cover;
    transition: .4s all ease;
}

.parent div:hover img {
    transform: scale(1.1);
}

.parent > div:nth-child(1) { grid-area: 1 / 1 / 9 / 4; }
.parent > div:nth-child(2) { grid-area: 9 / 1 / 13 / 4; }
.parent > div:nth-child(3) { grid-area: 1 / 4 / 5 / 7; }
.parent > div:nth-child(4) { grid-area: 5 / 4 / 13 / 7; }
/*.parent > div:nth-child(5) { grid-area: 1 / 7 / 6 / 10; }*/
/*.parent > div:nth-child(6) { grid-area: 6 / 7 / 11 / 10; }*/

.category-title {
    position: absolute;
    bottom: 50px;
    right: 30px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: 24px;
    z-index: 2;
    white-space: nowrap;
}

.event-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: space-between;
}

.event-card:hover img {
    transform: scale(1.1);
}

.event-img {
    height: 220px;
    overflow: hidden;
    border-radius: 1.5rem;
}

.event-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: .4s all ease;
}

.event-title h2 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    min-height: 62px;
}

.event-card span {
    width: 73px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #000;
    padding-bottom: .4rem;
    transition: .4s all ease;
    /* display: inline-block; */
    white-space:nowrap;
    margin-bottom:20px;
}

.event-card:hover span {
    width: 100%;
}

/* vizasupport */

.viza-infos {
    display: grid;
    column-gap: 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vizasupport_left iframe {
    width: 100%;
    height: 24rem;
}

.vizasupport_left img {
    height: 24rem;
    object-fit: cover;
    border-radius: 1.5rem;
}

.vizasupport_right h4 {
    font-size: 1.25rem;
}

.vizasupport_right h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: 1rem;
}

.vizasupport_right p {
    color: #666;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-top: 1.75rem;
}

.vizasupport_right a {
    color: #fff;
    padding-bottom: .75rem;
    padding-top: .75rem;
    padding-left: 4rem;
    padding-right: 4rem;
    background-color: #00cba8;
    display: inline-block;
    margin-top: 1.75rem;
    border-radius: .75rem;
    font-weight: 600;
}

/* blogs */

#blogs .row {
    row-gap: 2rem;
}

.blog-img {
    height: 300px;
    overflow: hidden;
    border-radius: 1.5rem;
}

.blog-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 1.5rem;
    transition: .4s all ease;
}

.blog-content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    margin-top: 1rem;
    min-height: 92px;
}

.blog-content p {
    color: rgb(102, 102, 102);
    margin-top: 1rem;
    line-height: 1.25;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card span {
    color: #000;
    margin-top: 1rem;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.blog-card:hover img {
    transform: scale(1.1);
}

.allblog-card {
    padding: 2.5rem;
    border-radius: 1.5rem;
    border-width: 1px;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.allblog-card img {
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}

.allblog-card h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1rem;
    color: #000;
}

.allblog-card h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 44px;
}

.allblog-card span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
    background-color: #00cba8;
    border-radius: .75rem;
    color: #fff;
    width: 180px;
    font-size: 15px;
    font-weight: 600;
}

#reviews {
    position: relative;
}

.eapps-widget-toolbar,
.lhTHAU {
    display: none !important;
}

.ciCnpO a::after {
    content: '';
}

.review-card {
    padding: 4rem 2rem;
    display: flex;
    gap: 1rem;
    background: #fff;
    border-radius: .7rem;
}

.review-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
}

.review-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.review-desc {
    font-size: 15px;
    line-height: 1.5;
}

#reviews video {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: .2;
}

#reviews .review-img img {
    width: 100%;
    border-radius: 50%;
}

#reviews .swiper-button-next {
    right: 24%;
}

#reviews .swiper-button-prev {
    left: 24%;
}

#reviews .swiper-button-prev,
#reviews .swiper-button-next {
    background: #2bb673;
    height: 50px;
    color: #fff;
    width: 50px;
    border-radius: 50%;
    display: flex;
}

#reviews .swiper-button-next:after,
#reviews .swiper-button-prev:after {
    font-size: 25px;
}

#reviews .swiper-slide.swiper-slide-prev,
#reviews .swiper-slide.swiper-slide-next {
    opacity: .3;
}

#calltoaction {
    background: url(https://rgo.ru/upload/s34web.imageadapter/560d3ed8b871142d1acac724698a8672/head-bg-structure.jpg)center/cover no-repeat;
    padding: 80px 100px 80px 85px;
    /*background-attachment: fixed;*/
    border-radius: 30px;
    margin: 2rem 0;
}

.call-left h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    max-width: 70%;
}

.call-left img {
    width: 50px;
    margin-right: 10px;
}

.call-right button {
    background: #fff;
    color: #000;
    border-radius: 30px;
    padding: 17px 35px;
    outline: none;
    white-space: nowrap;
    border: none;
    transition: .4s all ease;
}

.call-right button:hover {
    background: #2bb673;
    color: #fff;
}

footer {
    padding-top: 3rem;
    background: #eee;
}

.upper-footer .row {
    --bs-gutter-x: 5.3rem;
}

.footer-logo img {
    width: 200px;
}

.footer-logo h2 {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-nav > li:first-child {
    font-size: 21px;
    font-weight: 600;
}

.footer-nav li a {
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
}

.footer-contact h3 {
    font-weight: 600;
    font-size: 21px;
}

.footer-contact p {
    color: #666;
    margin-top: .5rem;
    line-height: 1.4;
    font-size: 14px;
}

footer .footer-input {
    border-bottom: 2px solid #000;
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0;
}

.footer-input input {
    border: transparent;
    outline: none;
    font-size: 14px;
    background: transparent;
}

/*.footer-socials {*/
/*    margin-top: 57px;*/
/*}*/

/*.footer-socials li {*/
/*    border: 2px solid #eee;*/
/*    width: 2.5rem;*/
/*    height: 2.5rem;*/
/*    border-radius: .75rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/

/*.footer-socials svg {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.footer-socials a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/



footer hr {
    margin-top: 3.5rem;
    background-color: #e5e7eb;
}

/*.bottom-footer {*/
/*    margin-top: 2.5rem;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*.scroll-top a {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: .5rem;*/
/*    color: #000;*/
/*}*/

/*.scroll-top svg {*/
/*    width: 13px;*/
/*    height: 13px;*/
/*}*/

/*.bottom-footer span,*/
/*.bottom-footer a {*/
/*    font-size: 14px;*/
/*}*/

footer .footer-socials li {
    float: left;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #e2e2e2;
}

footer .footer-socials li:not(:last-child) {
    margin-right: 10px;
}

footer .footer-socials li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

footer .footer-socials li i {
    color: #f4f4f4;
    font-size: 20px;
    text-shadow: 1px 1px #080808;
    -webkit-transition: all 0.225s ease 0s;
    -moz-transition: all 0.225s ease 0s;
    -o-transition: all 0.225s ease 0s;
    transition: all 0.225s ease 0s;
}

footer .footer-socials li img {
    width: 24px; 
    height: 24px;
    filter: hue-rotate(120deg) 
    brightness(1.2);
   
   
    
    -webkit-transition: all 0.225s ease 0s;
    -moz-transition: all 0.225s ease 0s;
    -o-transition: all 0.225s ease 0s;
    transition: all 0.225s ease 0s;
}

.footer-socials {
    padding-top: 50px;
}

footer .footer-socials li:nth-child(1):hover {
	background-color: #3b5998;
}

footer .footer-socials li:nth-child(2):hover {
	background-color: #f62403;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

footer .footer-socials li:nth-child(3):hover {
	background-color: #0966c2;
}

footer .footer-socials li:nth-child(4):hover {
	background-color: #00aced;
}

footer .footer-socials li:nth-child(5):hover {
	background-color: #f70100;
}

.footerBottomTxt {
    padding: 3rem 0;
    margin-top: 3rem;
    background: #fff;
}

.footerBottomTxt .footerBottomFirstCol {
    border-right: solid 1px #e1e1e1;
}

.footerBottomTxt .cl-1 {
    font-size: 14px;
    line-height: 22px;
}

.footerBottomTxt .cl-1 p {
    margin-bottom: 0px !important;
    color: #69737f;
}

.footerBottomTxt .cl-3 {
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    position: relative;
    padding-right: 0px;
    padding-left: 37px;
    color: #bec4cc;
}

a.footer-link.site-by {
    display: inline-flex;
    gap: .5rem;
}

a.footer-link.site-by img {
    width: 60px;
    margin-left: .5rem;
    margin-top: .5rem;
}

footer .phone {
    font-size: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    color: #000;
    display: inline-block;
}

footer .contact-link {
    color: #000000a8;
    border-bottom: 1px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
}

@media only screen and (max-width: 1367px) {
    nav.header-nav ul:not(.drop-menu) > li > a {
         padding: 4px; 
    }
    
    .swiper-content h2 {
        font-size: 35px;
    }
    
    footer .phone {
        font-size: 20px;
    }
}


/*about static*/
.about-static__inner {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    min-height: 100vh;
    color:rgb(91,91,91);
}

.service-static__inner {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

.service-static__inner, .service-static__navbar ul li a {
      color:rgb(91,91,91)!important;
}

.service-static__navbar ul li {
    border-bottom: 1px solid #e1e1e1 ;
    padding: 15px 0;
}

.service-static__add-info {
        display: flex;
    flex-direction: column;
    gap: 50px;
}

.service-static__clouds span {
    color: #484848;
     border: 1px solid #e1e1e1 ;
     font-size: 12px !important;
    text-transform: none;
    font-weight: 500;
    float: left;
    padding: 10px 18px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-static__text  {
    padding-right: 40px;
    line-height:150%;
}

.about-static__text img {
    display:none;
}

.about-static__img {
    /*margin-right: -500px;*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

.about-static__img-item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* appeal static*/
.appeal-static__img {
    float: right;
    margin-left: 40px;
    width: 300px !important;
    object-fit: cover;
    height: 300px;
    border-radius: 100%;
}

.appeal-static__text {
    line-height: 20px;
}

.appeal-static__text img {
    display: none;
}

.appeal-static__inner {
    display: flex;
    /*align-items: center;*/
    gap: 20px;
    justify-content: space-between;
}

/*tour full-strory*/
.tour-inner__title {
font-size: 30px;
}
.tour-images {
display: grid;
  grid-template-areas:
    'img1 img1 img2 img3'
    'img1 img1 img4 img5';
  gap: 10px;
  padding: 10px;
  margin-top:40px;
}
.tour-images img {
width: 100%;
border-radius: 20px;
height: 100%;
    object-fit: cover;
}
.item1 { grid-area: img1; }
.item2 { grid-area: img2; }
.item3 { grid-area: img3; }
.item4 { grid-area: img4; }
.item5 { grid-area: img5; }
.stars {
margin-top: 20px;
display: inline-block
}
.stars span {
color: #adadad;
font-size: 12px;
}
.tour-inner__text {
line-height: 30px;
color: #4d4d4d;
display: grid; 
grid-template-columns: 5fr 2fr;
margin-top: 40px;
gap: 30px;
}
.price-includes, .price-excludes {
margin-top: 40px;
display: grid;
justify-content: space-between;
gap: 20px;
flex-wrap: wrap;
border-top: 1px solid #e1e1e1;
padding-top: 30px;
grid-template-columns: 1fr 1fr;
}
.price-excludes {
 border-top: none;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.price-includes  ul li , .price-excludes ul li {
display: flex;
gap: 10px;
margin-bottom: 20px;
}

.price-includes  ul li::after {
 
}
.price-includes  ul li::after, .price-excludes ul li::after {
content: "";
display: block;
background-image: url(https://www.publicdomainpictures.net/pictures/130000/nahled/check-mark-icon.jpg);
background-size: contain;
background-repeat: no-repeat;
min-width: 20px;
height: 20px;
order: -1;
margin-top: 5px;
}
.price-excludes ul li::after {
background-image: url(https://icons.veryicon.com/png/o/miscellaneous/medium-thin-linear-icon/cross-23.png);
}
.price-includes  ul li span {
white-space: nowrap!important;
}
.tour-inner h2 {
color: #000;
font-size: 25px;
margin-bottom: 20px;
}
.activities img {
width: 30px;
}
.activities div {
font-size: 18px;
display: flex;
align-items: center;
gap: 10px;
width: 50%;
margin-bottom: 20px;
color:#565656;

}
.help-block {
padding: 25px 25px 30px 45px;
border: 1px solid #e1e1e1;
border-radius: 10px;
box-shadow:0 10px 30px rgba(0, 0, 0, .1);
}
.help-block  h3 {
font-size: 25px;
margin-bottom: 20px;
}
.help-block  p {
margin-bottom: 10px;
}
.form-block {
box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
padding: 20px 30px 30px 30px;
border: 1px solid #e1e1e1;
border-radius: 10px;
margin-bottom: 25px;
}
.form-block__header {
display: flex;
justify-content: space-between;
gap: 20px;
align-items: center;
font-size: 20px;
}
.form-block__title {
color: #000;
font-weight: bold;
text-align: center;
font-size: 22px;
margin: 20px 0;
}
.form-block__info {
display: flex;
justify-content: space-between;
gap: 10px;
}
.form-block__info .price {
font-size: 25px;
font-weight: 600;
color: #000;
}
.form-block__info .stars {
margin-top: 0;

}
.form-block__inputs {
display: flex;
flex-direction: column;
gap: 10px;
padding-top: 30px;
}
.form-block__inputs input {
border: 1px solid #e6e6e6;
padding: 12px 17px;
font-size: 14px;
font-weight: 500;
color: #545454;
}
.form-block__inputs .submit {
background: #ffaf19;
color:#fff;
}

/****STYLING  QUESTIONS SECTION*****/
.question-wrapper {
    margin-top: 40px;
}
.accrodion {
    transition: .4s;
}
.accrodion .accrodion-title {
    cursor: pointer;
    border-bottom: 1px solid #989898;
    position: relative;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.accrodion .accrodion-title:after {
    content: "+";
    font-weight: normal;
    color: #ddd;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    line-height: 48px;
    background: #989898;
    top: 50%;
    transform: translate(0, -50%);
}
.accrodion.active {
    box-shadow: 0 20px 35px rgb(0 0 0 / 8%);
    padding: 35px 40px 20px;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    margin-top: 20px;
}

.accrodion.active ol {
    list-style: auto;
}

.accrodion.active .accrodion-title:after {
    content: "-";
    font-size: 20px;
}

.accrodion .accrodion-title h4 {
    font-size: 16px;
    line-height: 48px;
    color: #000;
}

.accrodion-content {
    font-size: 15px;
    padding: 20px 10px;
    line-height: 20px;
    color: #000;
    line-height: 30px;
}


/***BREADCRUMB OVERLAY***/
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(43 182 115 / 33%) 0%, rgb(43 182 115 / 57%) 50%, rgb(0 223 115 / 80%) 100%);
    pointer-events: none;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 120%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move_wave 3s infinite;
    -webkit-animation: move_wave 3s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}

/*senedler*/
.nav-tabs button {
    border: 1px solid #2bb673!important;
    border-radius: 3px!important;
    color: #2bb673!important;
    padding: 15px 25px;
    transition: .3s;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.ab-inn .row:not(:last-child) {
    margin-bottom: 50px;
}
.ab-inn ::-webkit-scrollbar,.blog-inn ::-webkit-scrollbar {
    width: 5px
}

.ab a {
    transition: .3s
}

.ab a:hover {
    background: #005ad9;
    border-radius: 6px
}

.ab-inn ::-webkit-scrollbar-track,.blog-inn ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px
}

.ab-inn ::-webkit-scrollbar-thumb,.blog-inn ::-webkit-scrollbar-thumb {
    background: #2bb673;
    border-radius: 10px
}

.ab-inn ::-webkit-scrollbar-thumb:hover,.blog-inn ::-webkit-scrollbar-thumb:hover {
    background: #2bb673
}

.ab-img {
    border-radius: 20px;
    overflow: hidden
}
.nav-tabs button:hover {
    background: #2bb673!important;
    color: #fff!important;
}

.tab-text p {
    line-height: 20px;
}

/* Orta ekranlar (tablet) */

@media only screen and (max-width: 1400px) {
    .tour-inner__text {
        grid-template-columns: 1fr ;
    }
    
    header > .container > div {
        gap: 10px;
    }
    
    nav.header-nav ul:not(.drop-menu) > li > a {
        font-size: 17px;
    }
    
    nav.header-nav {
        margin: 0 !important;
    }
    
    .lang {
        padding: .3rem;
        font-size: 14px;
    }
}


@media only screen and (max-width: 1199px) {
    .tour-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 992px) {
    
    .about-static__inner {
        grid-template-columns: 1fr;
    }
    
    .blog-inside-description {
        line-height: 25px;
    }
    
    header nav.header-nav {
        display: none;
    }
    
    .upper-footer .row {
        --bs-gutter-x: inherit;
    }
    
    .viza-infos {
        grid-template-columns:repeat(1, minmax(0, 1fr));
    }
    
    .sectionTitle {
        font-size: 35px;
        padding-bottom: 1.5rem;
    }
    
    header > div > div > #q_search {
        display: none;
    }
    
    header .logo {
        width: 120px;
    }
    
    .allblog-card img {
        margin-top: 0;
    }
    
    .swiper-content {
        width: 100%;
        top: 40%;
    }
    
    .swiper-content h2 {
        width: 100%;
    }
    
    .review-card {
        flex-direction: column;
        padding: 2rem;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none !important;
    }
    
    .call-left h2 {
        font-size: 1.2rem;
        max-width: 100%;
        margin-bottom: 1rem;
    }
    
    #calltoaction {
        padding: 2rem;
    }
    
    .call-left img {
        width: 30px;
    }
    
    .footer-logo img {
        width: 100%;
        height: 75px;
        object-fit: contain;
    }
    
    .footer-logo h2,
    .contact,
    .footer-nav,
    .footer-contact,
    .footer-socials {
        text-align: center !important;
    }
    
    .footer-socials > ul {
        justify-content: center;
    }
    
    .footerBottomTxt .cl-3 {
        padding: 0;
    }
    
    .tour-images {
        display: grid;
          grid-template-areas:
            'img1 img1 img1 img1'
            'img2 img3 img4 img5';
          gap: 10px;
          padding: 10px;
          margin-top:40px;
        }
    
    
    .appeal-static__inner {
        flex-direction: column;
        text-align: center;
    }#events,
    #blogs,
    #reviews,
    #tours,
    #categories,
    #vizasupport {
        padding: 2rem 0;
    }
    
}

/* Küçük ekranlar (telefon landscape) */
@media only screen and (max-width: 767px) {
    .tour-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .sectionTitle {
        font-size: 25px;
    }
    
    .speedbar a, .speedbar i  {
        font-size: 11px;
    }
    
    .gallery_photos {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .service-static__inner {
        grid-template-columns: 1fr;
    }
      .service-static__text {
        padding-right: 0!important
    }
    
    
    .service-static__text  img {
         height: 300px!important;
         object-fit: cover!important
    }
    
}

/* Mobil (telefon portrait) */
@media only screen and (max-width: 575px) {
    .tour-cards {
        grid-template-columns: repeat(1, 1fr);
    }
}
