* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

a{
    text-decoration: none;
}
.sectiontitle {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.int-subscription-block {
    box-shadow: 0px 0px 10px #ccc;
}
.sectionbg .sectiontitle{
    margin-bottom: 35px;
}

.dropdownlang {
  position: relative;
  display: inline-block;
  padding: 10px 22px;
}

/* menu gizlidir */
.dropdownlang__menu {
  display: none;
  position: absolute;
  top: 30px; 
  left: 17px;
  background-color: white;
  border: 1px solid #ccc;
  min-width: 50px;
  z-index: 10;
  border-radius: 9px;
  overflow: hidden;
  margin-top:3px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* menu linkləri */
.dropdownlang__menu a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: black;
}

.dropdownlang__menu a:hover {
  background-color: #f0f0f0;
}

/* əsas hover */
.dropdownlang:hover .dropdownlang__menu {
  display: block;
}
.dropdownlang_mob{
    display: none;
}

.header__dropdownlang a{
    color: black;
}
@media(max-width: 1280px){
    .dropdownlang_mob{
        display: flex;
    }
}

@media (max-width: 1023px) {
   .sectiontitle {
        font-size: 28px;
        margin-bottom: 40px;
        font-weight: 600;
    }
}

@media (max-width: 767px) {
   .sectiontitle {
        font-size: 24px;
    }
}
#sectionbg, #aboutUs {
  background: #f5f5f8;
}

main section {
    padding: 50px 0px;
}
.container-fluid{
    padding: 0 40px !important;
    margin: 0 40px !important;
    width: auto !important;
}

@media (max-width: 1220px) {
      .container-fluid {
        padding: 0 20px !important;
    }
}
@media (max-width: 992px) {
      .container-fluid {
        padding: 0 !important;
        margin: 0 20px !important;
  }
}

header,.main-nav  {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}
.blog-full {
    background-color: #fff;
}
.blog-full ul li{
    list-style: disc;
}
.blog-full .blog-full__info {
    border-radius: 33px;
    background-color: #f1f1f1;
    padding: 30px 50px;
}
.inner-service-img{
    height: 500px;
    border-radius: 25px;
    overflow: hidden;
}
.inner-service-img img {
    object-fit: cover;
    height:100%;
    width: 100%
}

@media(max-width: 767px){
    .blog-full .blog-full__info{
        padding: 20px;
        text-align: justify;
    }
    .inner-service-img{
        height: 300px;
    }
    .blog-full h2{
        font-size: 18px;
        text-align: left;
    }
    .blog-full{
        font-size: 14px;
    }
}

/*Modal*/


/*Inner Pages start*/
 #innerPages{
    padding: 0;
}
.innerPages{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 30px 0;
}
.innerPages.innerPartners{
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
}
.innerPages .card{
    width: auto;
    margin: 10px;
    position: relative;
}
.innerPages .projects__item{
    width: auto;
    margin: 10px;
}

.inner-service-img{
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}

.etrafli {
    position: absolute;
    bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    color: #fff;
    font-size: 15px;
}    
.etrafli span {
    display: block;
    width: 0;
    opacity: 0;
    transition: .3s;
    height: 20px;
    overflow: hidden;
}
.section-tourwiki__card:hover .etrafli span {
    opacity: 1;
    width: 100px;
}

.partner_card{
    /*text-align: center;*/
    font-size: 76px;
    font-weight: 600;
    transition: scale .3s, text-shadow .2s;
    margin: 20px;
    padding: 0 10px;
    color: #888;
}
    
.partner_card:hover{
     color: #1b1b1b;
}

 .innerPages.innerPartners{
     height: 450px;
 }


.about-full-story img{
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 1300px){
    .innerPages.innerPartners{
        grid-template-columns: repeat(1, 1fr);
    }
}
  
@media only screen and (max-width: 1023px){
    .innerPages{
        grid-template-columns: repeat(2, 1fr);
    }
}
   
@media only screen and (max-width: 991px){
    .innerPages.innerPartners{
        grid-template-columns: repeat(1, 1fr);
    }
    .partner_card{
        font-size: 16px;
    }
}


@media only screen and (max-width: 639px){
    .innerPages{
        grid-template-columns: repeat(1, 1fr);
    }
}
/*Inner Pages end*/


/*Elaqe*/
.form {
    padding: 20px 50px 30px;
}
.general-style .contact-form {
    padding: .9375rem;
    margin-bottom: 4.6875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}
.general-style .contact-form h5 {
    text-align: center;
    margin-top: 20px;
    color: #48a336;
}
.form .input-box {
    position: relative;
    margin-bottom: 30px;
}
.form .input-box input,
.form .input-box textarea {
    position: relative;
    outline: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .input-box label {
    color: #b6bbc5;
    position: absolute;
    left: 10px;
    top: 0px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form .input-box:focus {
    outline: 0;
}

.form .input-box .label-effect:focus {
    background-color: #80b3fa0a;
    color: #212121;
}

.form .input-box .label-effect:focus  ~ label {
    top: -30px;
    left: 0;
    font-size: 16px;
    color: #212121;
}
.form .submit-btn {
    color: #fff;
    padding: 15px;
    width: 35%;
    background:#48a336;
    background-size: 200% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .submit-btn:hover {
    background-position: right center;
}
#contactPage .contact-info .info-box {
    margin: 10px 0;
}


#contactPage .info-box h4 {
    font-weight: 700;
}
#contactPage .contact-info .info-box a {
    color: #212121;
    display: flex;
    align-items: center;
    text-align: left;
}

#contactPage .contact-info .info-box address {
    margin-bottom: 0;
}

#contactPage .contact-info .info-box i {
    color: #48a336;
    margin-right: 8px;
}
#contactPage .social-info {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-top:25px;
}

#contactPage .social-info .social-link {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
#contactPage .social-info .social-link:last-child {
    margin-right: 0;
}

#contactPage .social-info .social-link a {
    line-height: 40px;
    font-size: 20px;
    color: #b6bbc5;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#contactPage .social-info .social-link a i {
    color: #8d939f;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

#contactPage .social-info .social-link a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#contactPage .social-info .social-link:nth-child(1) a:hover i {
    color: #5F7AAE;
}
#contactPage .social-info .social-link:nth-child(2) a:hover i {
    color: #e04340;
}

#contactPage .social-info .social-link:nth-child(3) a:hover i {
    color: #00acee;
}

 .contact-info, .contact-form{
     width: 48%;
 }

@media(max-width: 991px){
    .general-style .contact-form{
        box-shadow: none;
    }
    .contact-info, .contact-form{
        width: 100%;
        font-size: 14px;
    }
    #contactPage .info-box h4{
        font-size: 18px;
    }
}

#call-to-action {
    padding: 36px 0;
    background-color: #eeeeee
}

#call-to-action .content_area {
    background-color: #fff;
    border-radius: 30px;
    padding: 24px 18px
}

#call-to-action .call_to_action_content h3 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    font-weight: 700;
    color: #000;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px
}

.forms_input {
    flex: 0 0 50%;
    position: relative
}
#call-to-action .forms_textarea textarea,
.forms_input input {
    display: block;
    min-height: 56px;
    padding: 17px 18px;
    color: var(--white);
    opacity: .6;
    font-size: 14px;
    line-height: 20px;
    background-color: #e4e4e4;
    outline: 0;
    width: 100%;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#call-to-action .call_to_action_content h3 img {
    width: 35px;
    height: 35px
}

#call-to-action .call_to_action_content p {
    margin-top: 50px
}

#call-to-action .forms_area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 20px
}

#call-to-action .forms_area .forms_textarea {
    position: relative;
    width: 100%
}

#call-to-action .forms_textarea textarea {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 200px;
    resize: vertical
}

.call_label {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #000;
    font-size: 12px;
    line-height: 1;
    opacity: .9;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    pointer-events: none
}

.form .input-box {
    position: relative;
    margin-bottom: 30px;
}

.form .input-box input,
.form .input-box textarea {
    position: relative;
    outline: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .input-box label {
    color: #b6bbc5;
    position: absolute;
    left: 10px;
    top: 0px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form .input-box:focus {
    outline: 0;
}

.form .input-box .label-effect:focus {
    background-color: #80b3fa0a;
    color: #212121;
}

.form .input-box .label-effect:focus  ~ label {
    top: -30px;
    left: 0;
    font-size: 16px;
    color: #212121;
}

/*.form .middle-input {*/
/*    padding: 0;*/
/*}*/

.form .submit-btn {
    color: #fff;
    padding: 15px;
    width: 35%;
    background: #48a336;
    background-size: 200% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .submit-btn:hover {
    background-position: right center;
}
#call-to-action .forms_input input:focus+.call_label,
#call-to-action .forms_input input:valid+.call_label {
    position: absolute;
    top: 5px;
    font-size: 13px;
    width: 100%
}

.forms_btn, .forms_input {
    width: 50%;
}.forms_btn, .forms_input, .forms_textarea {
        padding: 0 10px;
    }

.forms_btn button {
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    background: #48a336;
    color:#fff;
    padding: .8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s
}
#call-to-action .forms_textarea textarea,
.forms_input  select,
.forms_input input {
    display: block;
    min-height: 56px;
    padding: 17px 18px;
    color: var(--white);
    opacity: .6;
    font-size: 14px;
    line-height: 20px;
    background-color: #f7f7f5;
    outline: 0;
    width: 100%;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.forms_input  select {
    color: black;
}
.forms_btn button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, .3)
}

.forms_btn button:active {
    transform: scale(.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.forms_btn button span {
    display: block;
    transition: .3s
}

.forms_btn button svg {
    width: 18px;
    height: 18px;
    fill: white;
    transition: .3s
}

.forms_btn button .svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    margin-right: .5em;
    transition: .3s
}

.forms_btn button:hover .svg-wrapper {
    background-color: rgba(255, 255, 255, .5)
}

.forms_btn button:hover svg {
    transform: rotate(45deg)
}
.forms_input input, .forms_input select {
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}


@media(max-width: 991px){
    #contactPage iframe{
        height: 300px;
    }
    .form {
        padding: 20px 10px;
    } 
    .footer__section{
       padding: 0; 
    }
    .contact-info h2{
        margin-bottom: 20px;
    }
    .form .submit-btn{
        width: 100%;
    }
}


/*Elaqe end*/
.modal-body {
    padding: 2rem 2.5rem !important;
}
.img-wrap,
.modal-open .modal {
    overflow: hidden;
    z-index:99999999;
}
.modal-dialog {
    max-width: 550px;
}
.modal-body input {
    border: 2px solid #e6ecf2;
    padding: 0.75rem 1rem;
    color: #000000;
    border-radius: 0.375rem;
    outline-color: #86cd33;
    width: 100%;
    margin-bottom: 15px;
}
.modal-body textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #e6ecf2;
    border-radius: 0.375rem;
    outline-color: #86cd33;
    resize: none;
}
.modal-header {
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #D1D5DB;
}
.modal-header h5 {
    color: #1F2937;
    font-size: 25px !important;
    font-weight: 700;
    flex: 1;
}
.buttononlayn {
    background-color: #0B457A;
    color: white;
    padding: 12px 46px;
    border: none;
    border-radius: 28px;
    font-weight: 600;
}


/*Modal end*/

/* yeni header */
.social-icons {
    font-size:25px;
    display:flex;
    gap:25px;
}
.about-drop i {
    font-size: 12px;
}
 .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 5px 40px;
            font-size: 14px;
            background: #f1f4f8;
        }

        .right-info {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .language img {
            width: 18px;
            vertical-align: middle;
            margin-right: 4px;
        }

        .language {
            display: flex;
            align-items: center;
            gap: 5px;
            cursor: pointer;
        }

        .logo img {
            width: 160px;
        }

        .language-selector {
            position: relative;
            display: inline-block;
            cursor: pointer;
            font-weight: 500;
            padding: 10px;
        }
.social-icons a {
    color:black;
}
        .language-selector .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            display: none;
            list-style: none;
            padding: 10px 0;
            margin: 0;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            border-radius: 6px;
            min-width: 100px;
            z-index: 1000;
        }
.hamburgermenu {
    display:none;
}
        .language-selector .dropdown li {
            padding: 8px 15px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .language-selector .dropdown li:hover {
            background-color: #f5f5f5;
        }

        .language-selector:hover .dropdown {
            display: block;
        }

        .zentria img {
            width: 145px;
        }

        .nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: white;
            border-bottom: 1px solid #eee;
            height: 70px;
        }

        /*@media (max-width: 1220px) {*/
        /*      .nav {*/
        /*        padding:0 20px;*/
        /*    }*/
        /*}*/
        
        /*@media (max-width: 992px) {*/
        /*     .nav {*/
        /*        padding: 0px;*/
        /*        margin: 0 20px;*/
        /*  }*/
        /*}*/
        .nav-left{
            display: flex;
            align-items: center;
        }
        .nav-right{
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 14px;
        }
        .nav-right a{
            color: #212a34;
            transition: .3s all;
            i{
                margin-right: 8px;
            }
            &:hover{
                color: #48a336;
            }
        }
        .nav-right-dropdown{
            display: flex;
            align-items: center;
            gap: 4px;
            padding: 8px 26px 8px 24px;
            border-radius: 8px;
            background: #f5f5f8;
            font-weight: 500;
            border: none;
            i{
                font-size: 10px;
            }
        }
        .zentria {
            display: flex;
            align-items: center;
            gap: 10px;
            font-weight: bold;
            font-size: 20px;
            color: #111;
            margin-right: 77px;
        }

        .menu .navmenu {
            display: flex;
            list-style: none;
            font-size: 18px;
            gap: 16px;
            padding: 0;
            margin: 0;
            font-weight:400;

        }
/*.navmenu li a:hover{*/
/*    background-image: linear-gradient(#a1fb67,#58fda0,#6efd8f);*/
/*    padding: 7px 10px;*/
/*    border-radius:8px;*/

/*}*/
        .navmenu li{
            display: flex;
            align-items: center;
            height: 64px;
            border-bottom: 1px solid transparent;
            transition: .3s;
        }
        .navmenu li a {
            cursor:pointer;
            text-decoration: none;
            color: #111;
            font-size:14px;
            font-weight: 400;
            letter-spacing: .48px;

        }
        .navmenu li:hover{
            border-bottom: 1px solid #367e68;
        } 

        .account-section {
            display: flex;
            align-items: center;
            gap: 20px;
            font-weight: 500;
            font-size: 14px;
            cursor:pointer;
            background: #e8f5e9;
            padding: 10px 22px;
            height: 40px;
            border-radius: 8px;
        }
        .account-section-mob{
            justify-content: center;
        }
        .dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            padding: 10px 0;
            min-width: 150px;
            display: none;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            border-radius: 6px;
            z-index: 1000;
        }

        .dropdown li {
            padding: 8px 15px;
            cursor: pointer;
            white-space: nowrap;
        }

        .dropdown li:hover {
            background-color: #f1f1f1;
        }

        #search-section {
            background: #f5f5f8;
            /*padding: 0 40px;*/
        }
        .search-section{
            /*margin: 0 40px;*/
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 4px;
            flex-wrap: wrap;
        }
        .search-section-toggle{
            display: none;
            align-items: center;
            height: 64px;
            /*margin: 0 40px;*/
            i{
                color:#757575;
            }
        }
        
        
        .header__search-overlay {
            background: rgba(0, 0, 0, .4);
            bottom: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
            position: fixed;
            right: 0;
            top: 7.9rem;
            transition: .4s;
            visibility: hidden;
            z-index: 500;
        }

        @media (max-width: 1275px) {
            .header__search-overlay, .search-section-toggle{
                display: none !important;
            }
            
        }
        

        .search-section-toggle input {
            padding: 8px ;
            width:100%;
            border: none;
            border-radius: 8px;
            font-size: 14px;
            outline: none;
            background: transparent;
        }

        .links-btn{
                display: flex;
                align-items: center;
                background: #ebebf2;
                padding: 2px;
                border-radius: 8px;
            }
            
        .links-btn div{
            width: 50%;
            display:flex;
            align-items:center;
            justify-content: center;
            height: 36px;
            padding: 0 15px;
            font-size: 14px;
            font-weight: 500;
            border-radius: 8px;
            a{
            color: #6b7782;
            }
        }
        .active-btn{
            width: 50%;
            background: white;
            a{
             color: #212a34;
            }
        }
        .search-section button {
            padding: 12px;
            background: transparent;
            border: none;
            border-radius: 8px;
            color: black;
            font-size: 14px;
            cursor: pointer;
            span{
                transition: .3s all;
                opacity: .7;
                display:inline-block;
                margin-right: 16px;
                &:hover{
                    opacity: 1;
                }
            }
        }

        .domain-offers {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            align-items: center;
        }
        .domain-offers img {
            width:30px;
        }
        .offer {
            width: 210px;
            border-radius: 10px;
            font-size: 12px;
            color: #111;
            height: fit-content;
            min-height: 56px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: start;
                }
        .blue {
            font-weight: 700;
            font-size:15px;
        }

        
        .about-drop {
            position: relative;
        }

        .about-drop i{
            margin-left: 5px;
        }
        .about-dropdown {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #e9f7e9;
            padding: 27px 0;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            z-index: 999;
            justify-content: center;
        }
        .dropdown-inner.xidmet-dropdown{
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: center;
            text-align: left;
            gap: 8px;
        }
        
        .dropdown-inner.xidmet-dropdown li{
            width: 23%;
        }
        .dropdown-inner.xidmet-dropdown li a{
            color: #000;
            transition: .2s;
        }
        
        .dropdown-inner.xidmet-dropdown li:hover a{
            color: #48a336;
        }
        .nav .menu .navmenu .about-drop:hover .about-dropdown {
            display: block;
        }

        .dropdown-inner {
            display: flex;
            justify-content: center;
            gap: 50px;
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .dropdown-inner li {
            font-size: 15px;
            color: black;
            cursor: pointer;
            transition: color 0.3s ease;
            letter-spacing: 0.48px;
        }

        .dropdown-inner li:hover {
            color: #007b5e;
            /* Hover rəngi */
        }
        .dropdown-inner img{
            margin-right: 5px;   
        }
        .offer p{
            padding-top: 8px;
            margin: 0;
        }
        .domain-offers-mob{
            display: none;
            overflow:hidden;
        }
        .search-mob{
            width: 100%;
            border-radius: .4rem;
            background: #f5f5f8;
            padding: 10px;
            outline: none;
            border: none;
            border-radius: 10px;
            margin-bottom: 20px;
        }
        .navmenu-mob{
            padding: 0;
        }
        /*.navmenu-mob .about-drop{*/
        /*    justify-content: space-between;*/
        /*}*/
        .dropdown-mob{
            display: flex;
            flex-direction: column;
            width: 100%;
            gap: 10px;
            padding: 10px !important;
            li{
               height: fit-content;
               font-size: 13px;
            }
            img{
                margin-right: 8px;
            }
        }
        .dropdown-mob{
            display:none;
        }
        .dropdownbtn{
            background: transparent;
            border: none;
            display: flex;
            justify-content: space-between;
            width: 100%;
            font-size: 14px;
            cursor: pointer;
        }
        .about-drop-mob{
            flex-direction: column;
            justify-content: center;
            gap: 15px;
        }
        .rotate-180 {
          transform: rotate(180deg);
        }
        
        
        @media (max-width: 1275px) {
          .domain-offers, .nav-right, .search-section, .search-section-toggle{
              display: none;
          }
          .hamburgermenu, .domain-offers-mob, .nav-right-mob {
            display:block;
        }
        .nav-right-mob a{
            display: inline-block;
            margin: 20px 0;
        }
        .nav-right-dropdown-mob{
            display: flex;
            justify-content: center;
        }
        .domain-offers-mob{
            display:flex;
            gap: 20px;
            align-items: center;
            margin: 0 40px;
            .offer{
                border-bottom: 1px solid transparent;
                border-radius: 0;
            }
            .offer.active{
                border-bottom: 1px solid #177d67;
                
            }
        }
        .domain-offers-mob .offer:hover{
            border-bottom: 1px solid #177d67;
        }
}
    @media (max-width: 1220px) {
      .domain-offers-mob {
        margin: 0 20px;
        }
    }
    
    @media (max-width: 992px) {
          .domain-offers-mob {
            margin: 0;
      }
    }
/* Header */

/*.top-bar {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 5px 40px;*/
/*  font-size: 14px;*/
/*  background: #f1f4f8;*/
/*}*/

/*.social-icons i {*/
/*  margin-right: 15px;*/
/*  cursor: pointer;*/
/*}*/

/*.right-info {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 25px;*/
/*}*/

/*.language img {*/
/*  width: 18px;*/
/*  vertical-align: middle;*/
/*  margin-right: 4px;*/
/*}*/

/*.language {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 5px;*/
/*  cursor: pointer;*/
/*}*/
/*.logo img {*/
/*    width: 160px;*/
/*}*/
/*.main-nav {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  padding: 15px 40px;*/
/*  background: white;*/
/*  border-bottom: 1px solid #eee;*/
/*}*/

/*.logo {*/

/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 10px;*/
/*  font-weight: bold;*/
/*  font-size: 20px;*/
/*  color: #111;*/
/*}*/

/*.nav-links {*/
/*  display: flex;*/
/*  list-style: none;*/
/*  gap: 30px;*/
/*}*/

/*.nav-links li {*/
/*  cursor: pointer;*/
/*  font-weight: 500;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 5px;*/
/*}*/

/*.account-section {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 20px;*/
/*  font-weight: 500;*/
/*}*/

/*.search-section {*/
/*  padding: 10px 24px;*/
/*  background: #e8f5e9;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 4px;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.search-section input {*/
/*  padding: 12px 20px;*/
/*  width: 40%;*/
/*  border: 1px solid #ccc;*/
/*  border-radius: 8px;*/
/*  font-size: 16px;*/
/*}*/

/*.search-section button {*/
/*  padding: 12px 25px;*/
/*  background: #367e68;*/
/*  border: none;*/
/*  border-radius: 8px;*/
/*  color: white;*/
/*  font-size: 16px;*/
/*  cursor: pointer;*/
/*}*/

/*.domain-offers {*/
/*  display: flex;*/
/*  gap: 15px;*/
/*  margin-left: 20px;*/
/*  flex-wrap: wrap;*/
/*}*/

/*.offer {*/
/*  background: white;*/
/*  padding: 3px 15px;*/
/*  border-radius: 10px;*/
/*  text-align: center;*/
/*  font-size: 14px;*/
/*  font-weight: 500;*/
/*  color: #111;*/
/*}*/

/*.offer .blue {*/
/*  color: #4da336;*/
/*  font-weight: bold;*/
/*}*/

/*.offer .orange {*/
/*  color: #f4a000;*/
/*  font-weight: bold;*/
/*}*/

/*.has-dropdown {*/
/*  position: relative;*/
/*}*/

/*.dropdown {*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  background: white;*/
/*  padding: 10px 0;*/
/*  min-width: 150px;*/
/*  display: none;*/
/*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*  border-radius: 6px;*/
/*  z-index: 1000;*/
/*}*/

/*.dropdown li {*/
/*  padding: 8px 15px;*/
/*  cursor: pointer;*/
/*  white-space: nowrap;*/
/*}*/

/*.dropdown li:hover {*/
/*  background-color: #f1f1f1;*/
/*}*/

/*.has-dropdown:hover .dropdown {*/
/*  display: block;*/
/*}*/
/*.language-selector {*/
/*  position: relative;*/
/*  display: inline-block;*/
/*  cursor: pointer;*/
/*  font-weight: 500;*/
/*  padding: 10px;*/
/*}*/

/*.language-selector .dropdown {*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  background: white;*/
/*  display: none;*/
/*  list-style: none;*/
/*  padding: 10px 0;*/
/*  margin: 0;*/
/*  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);*/
/*  border-radius: 6px;*/
/*  min-width: 100px;*/
/*  z-index: 1000;*/
/*}*/

/*.language-selector .dropdown li {*/
/*  padding: 8px 15px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*}*/

/*.language-selector .dropdown li:hover {*/
/*  background-color: #f5f5f5;*/
/*}*/

/*.language-selector:hover .dropdown {*/
/*  display: block;*/
/*}*/

/*.svg-inline--fa   {*/
/*    height:1rem;*/
/*}*/
/*.header_mid {*/
/*    padding: 10px 0;*/
/*    box-shadow: 0px 2px 5px #777777;*/
/*}*/

/* dropdown */

/*.open_drop {*/
/*    position: relative;*/
/*}*/

/*.open_drop ul {*/
/*    padding: 0;*/
/*    min-width: max-content;*/
/*    opacity: 0;*/
/*    left: 0;*/
/*    top: 100%;*/
/*    position: absolute;*/
/*    visibility: hidden;*/
/*    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
/*    background: #fff;*/
/*    transition: .5s all ease;*/
/*}*/

/*li.open_drop:hover>ul {*/
/*    opacity: 1 !important;*/
/*    visibility: visible !important;*/
/*}*/

/*.open_drop>ul>li a {*/
/*    padding: 10px;*/
/*    display: inline-flex;*/
/*    gap: 10px;*/
/*    align-items: center;*/
/*    font-size: 13px;*/
/*    width: 100%;*/
/*}*/

/*.open_drop>ul>li a:hover {*/
/*    background: #eee;*/
    /* color: yellow; */
/*}*/

/*.logo_side .logo {*/
/*    width: 160px;*/
/*}*/

/*.logo_side ul a {*/
/*    font-size: 14px;*/
/*    color: #1B1C1D;*/
/*    font-weight: 500;*/
/*    transition: .5s all ease;*/
/*}*/

/*.login_btn {*/
/*    background: none;*/
/*    outline: none;*/
/*    border: none;*/
/*    font-size: 15px;*/
/*    font-weight: 500;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 5px;*/
/*}*/

/*.search-box-container {*/
/*    background: white;*/
/*    padding: 8px 12px;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);*/
/*    overflow: hidden;*/
/*    opacity: 0;*/
/*    transform: translateX(100%);*/
/*    transition: all 0.4s ease;*/
/*    right: 10px;*/
/*}*/

/*.search-input {*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 6px;*/
/*    padding: 6px 10px;*/
/*    width: 0;*/
/*    transition: width 0.4s ease;*/
/*}*/

/*.button_side a {*/
/*    border: 1px solid #0070d2;*/
/*    font-size: 14px;*/
/*    color: #0070d2;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    padding: 0.8rem 2rem;*/
/*    border-radius: 4.8rem;*/
/*    transition: .5s all ease;*/
/*}*/

/*.button_side a:hover {*/
/*    color: #053660;*/
/*    border-color: #053660;*/
/*}*/

/*.button_side span {*/
/*    font-weight: 500;*/
/*}*/
/* Header */
/* Slider */

/*.sliderbigimg {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 15px;*/
/*  justify-content: center;*/
/*  align-items: flex-start;*/
/*}*/


/*.sliderbigimg img {*/
/*  width: 247px;*/
/*  height: 180px;*/
/*  object-fit: contain;*/
/*  background-color: #0d274e;*/
/*  padding: 20px;*/
/*  border-radius: 15px;*/
/*  display: block;*/
/*  margin-top: -80px;*/
/*  z-index:9;*/
/*}*/


#slider {
    height: 556px;
    width:100%;
}

.swiper {
    width: 100%;
    height: 100%;
}

.hero-slider{
    background: #f5f5f8;
    border-radius: 16px;
}
/*#slider .swiper-slide::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.0) 100%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 5;*/
/*}*/


/*#slider img {*/
/*    object-fit: contain;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: -1;*/
/*}*/

.swiper_content{
    display: flex;
    justify-content:space-between;
    height: 100%;
    /*position: relative;*/
    /*z-index: 6;*/
}

.swiper_content_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 50%;
    margin-left: 50px;
}

.swiper_content_img{
    width:50%;
}
.swiper_content_img img{
     width: 100%;
     height: 100%;
     object-fit: contain;
}

.swiper_content_text h2 {
    font-size: 50px;
    color:#212a34;
    font-weight: 700;
    line-height: 1.11;
    margin-bottom: 20px;
}

.swiper_content_text p {
    max-width: 70%;
    color:#212a34;
    margin-bottom: 50px;
}

.swiper_content_text a {
    padding: 10px 30px;
    border-radius: 10px;
    background-color: #e8f5e9;
    color: #212a34;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}

.swiper-button-next,
.swiper-button-prev {
    color: #212a34;
    font-size: 14px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 15px;
}
.hero-slider .swiper-pagination-bullet{
    height: 6px;
}
.hero-slider .swiper-pagination-bullet-active{
    width: 50px;
    border-radius: 20px;
    background: transparent
}
.swiper-pagination-bullet{
    position: relative;
}
.swiper-pagination-bullet::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0%;
      background: #4caf50;
      transition: width 0s;
      border-radius: 20px;
    }

    /* Active animation */
    .swiper-pagination-bullet-active::after {
      animation: progressFill 3s linear forwards;
    }

    @keyframes progressFill {
      0% { width: 0%; }
      100% { width: 100%; }
    }



  @media (max-width: 991px) {
       #slider{
           height: 460px;
       }
       
    .swiper_content h2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }
    .swiper-button-next, .swiper-button-prev {
        padding: 1rem;
    }
        .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 17px;
    }
  }
  @media (max-width: 767px){
      .swiper_content{
          flex-direction: column-reverse;
      }
      .swiper_content_text,.swiper_content_img{
          width: 100%;
      }
      .swiper_content_img{
        height: 250px;
      }
      .swiper-pagination {
          display: none;
      }
      .swiper_content_text {
            align-items: center;
            margin-left: 0;
            text-align: center;
          p{
              max-width: 100%;
              font-size: 14px;
              margin-bottom: 20px;
          }
          a{
              font-size: 14px;
          }
      }
      
      .swiper_content h2 {
        font-size: 18px;
    }
  }
  
  @media (max-width: 640px) {
     /*#slider{*/
     /*      height: 360px;*/
     /*  } */
     
    /*.swiper_content_text{*/
    /*     margin-left: 10px;*/
    /*     width: 60%;*/
    /*}      */
    /*.swiper_content h2 {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.swiper_content a {*/
    /*    font-size: 12px;*/
    /*}*/
    /*.swiper_content_text p {*/
    /*    max-width: 100%;*/
    /*    font-size: 14px;*/
    /*}*/
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
/* Slider */


/*Qrup Sirketler*/
/*#group-companies{*/
/*    padding: 0 40px;*/
/*}*/
.group-companies{
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

.group-company{
    width: calc(33.3% - 20px);
    display: flex;
    padding: 12px 24px;
    background: #f5f5f8;
    border-radius: 15px;
    transition: transform .5s, background .25s ;
    height:200px;
}

.group-company:hover{
    transform: translateY(-1rem);
    background: #48a336;
}

.group-company-right{
    width: 45%;
}
.group-company-right img{
        height:100%;
        width: 110%;
        object-fit: contain;
}
.group-company-left{
    width: 55%;
    position: relative;
}
.group-company-left img{
    width: 100px;
    position: absolute;
    bottom: 0;

}
.group-company-left h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.17;
    margin-top: 10px;
    transition: .25s;
}
.group-company:hover .group-company-left h3{
    color: white;
}

@media (max-width: 1190px) {
      .group-company-left h3{
         font-size: 16px;
      }
      .group-company-left img{
        width: 120px;
     }
  }
  

@media (max-width: 991px) {
      .group-company{
        width: calc(50% - 20px);
     }
  }
  
  
@media (max-width: 639px) {
      .group-company{
        width: 100%;
     }
  }
  
/* Üstünlüklər */
.product-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-feature {
    margin: 0;
    padding: 30px;
    border: 2px solid #e6eef1;
    border-radius: 32px;
    position:relative;
    min-height: 240px;
    div{
        position:relative;
    }
}
.product-feature::before{
    content: "";
    border-radius: 32px;
    background: linear-gradient(149deg,rgba(82, 186, 61, 1) 25%, rgba(232, 245, 233, 0.95) 84%);
    opacity:0;
    transition: .3s;
    height: 100%;
    width: 100%;
    position: absolute;
    transition: all .3s ease;
    top: 0;
    right: 0;
}

.product-feature:hover:before{
    opacity: 1;
}

.product-feature__icon {
    display: flex;
    margin-bottom: 20px;
    width: 65px;
    height: 65px;
    position:absolute !important;
    right: 30px;
    bottom: 0;
}
.product-feature__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    
}
.product-feature__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.product-feature__description {
    font-size: 16px;
    color: #252628 !important;
}


@media (max-width: 991px) {
      .product-feature__title {
            font-size: 18px;
      }   
      .product-feature__description {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
      .product-features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
  }
}


/* Üstünlüklər */


/* Xidmətlər */

.xidmet-content{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}

.btnxidmet {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    display: block;
    padding: 16px;;
    border: none;
    border-radius: 10px;
    background: #e8f5e9;
    color: #212a34;
    line-height: 125%;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 0px 5px #e8f5e9;
    cursor: pointer;
    transition: all .2s ease 0s
}

.btnxidmet:hover {
    background: #48a336;
    color: #fff;
}

   .section-tourwiki__list,.section-tourwiki__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px
   }


@media (min-width: 1280px) {
    .main__title {
        font-size:40px
    }
}

.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    background: #43a336;
    color: #fff;
    line-height: 125%;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    cursor: pointer;
    transition: all .2s ease 0s
}

.btn:hover, .btn:active {
    background: #abd5a3 !important;
    color: #1b1b1b
}
.card {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    min-height: 215px;
    padding: 16px;
    border-radius: 10px;
    overflow: hidden
}


.section-tourwiki__left {
    /*grid-area: tags;*/
    width: 30%;
}

.section-tourwiki__right {
    /*grid-area: cards;*/
    width: 70%;
}
@media (min-width: 1024px) {
    .card {
        min-height:200px
    }
}

@media (min-width: 1280px) {
    .card {
        width:calc(33% - 12px)
    }
}

.card:hover .card__image {
    transform: scale(1.15)
}

.card:before {
    content: "";
    border-radius: 10px;
    background: linear-gradient(0deg,rgba(0,0,0,.42),rgba(0,0,0,.42));
    z-index: 2
}

.card:before,.card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card__image {
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: all .35s ease 0s
}

.card__header {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    column-gap: 16px;
    color: #fff;
    z-index: 3
}


.card__counts {
    display: flex;
    column-gap: 16px
}


.card__views {
    display: flex;
    align-items: center;
    column-gap: 4px
}

.card__views:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/catalog/view/assets/img/icon-views-white.svg) 50% 50%/cover no-repeat
}

.card__comments {
    display: flex;
    align-items: center;
    column-gap: 4px
}

.card__comments:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(/catalog/view/assets/img/icon-comments-white.svg) 50% 50%/cover no-repeat
}

.card__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    color: #fff;
    position: absolute;
    bottom: 45px;
    z-index: 3
}

.card__type{
    background: #e8f5e9;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000;
    width: fit-content;
}


@media (max-width: 767px) {
    .xidmet-content {
        flex-direction: column;
    }
    
    .section-tourwiki__left, .section-tourwiki__right{
        width: 100%;
    }
}

/* Xidmetler end */

/*Faydali melumatlar*/
.btnblog{
    position: relative;
    display: inline-block;
    z-index: 1;
    padding: 14px 60px 14px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    background-image: linear-gradient(90deg, #48a336 0%, #e8f5e9 100%);
    border-radius: 30px;
    border: 0;
    overflow: hidden;
    cursor: pointer;
}

.btnblog span{
    position: relative;
    z-index: 3;
    display: inline-block;
    margin-bottom: 1px;
    will-change: transform;
    transform: translateZ(0);
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) all;
}

.btnblog::before{
    content: "";
    position: absolute;
    z-index: 3;
    top: calc(50% - 5px);
    right: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnblog:hover{
    background: #48a336;
}
.btnblog:hover::before {
     transform: translate3d(45px, 0, 0) scale(0.5);
}
.btnblog:hover span {
         transform: translate3d(15px, 0, 0);
}
.btnblog-mob{
    display: none;
}
@media (max-width: 991px) {
   .btnblog {
        font-size: 14px;
        padding: 7px 30px 7px 15px;
    }
    .btnblog::before{
        width: 6px;
        height: 6px;
        right: 20px;
    }
}
@media (max-width: 640px) {
    .btnblog-desc, .btnblog::before{
        display: none;
    }
    .blogbtn-container{
        display: flex;
        justify-content: center
    }

    .btnblog.btnblog-mob{
        display: inline;
        min-width: 250px;
        margin: 20px 0;
    }
}
/*.parent {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(7, 1fr);*/
/*    grid-template-rows: repeat(4, 1fr);*/
/*    gap: 25px;*/
    /*height: 80vh;*/
/*  }*/

  /* Div-lərin grid sahələri */
  .parent > :nth-child(1)  {
    grid-area: 1 / 1 / 3 / 4;
  }

  .parent > :nth-child(2) {
    grid-area: 1 / 4 / 3 / 8; 
  }

  .parent > :nth-child(3) {
    grid-area: 3 / 1 / 5 / 5;
  }

  .parent > :nth-child(4) {
    grid-area: 3 / 5 / 5 / 8; 
  }

  /* Digər tərtibatlar eyni qalır */
  
  
  .blog-title{
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .projects__list{
      display: flex;
      flex-wrap:wrap;
      gap: 10px;
      width:100%;
      margin-top: 15px;
  }
  
  .projects__item {
    width: calc(33.3% - 10px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
    height: 240px;
  }
  
  @media (max-width: 992px) {
      .projects__item {
         width: calc(50% - 10px);
      }
  }
    @media (max-width: 768px) {
      .projects__item {
         width: 100%
      }
  }
  .projects__item--image .projects__item-link {
    padding: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    text-decoration: none;
    height: 100%;
  }

  .projects__item-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: transform 0.35s ease;
  }

  .projects__item-link:hover .projects__item-image {
    transform: scale(1.15);
  }

  .projects__item-content {
    position: relative;
    width:100%;
    height: 100%;
    z-index: 1;
  }

  .projects__item-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 130%;
    margin: 0;
    color: #fff;
    transition: all .2s ease 0s
  }
.projects__item:hover .projects__item-title,  .projects__item:hover .projects__item-type, .projects__item:hover .projects__item-dates {
    color:#000;
}  
.projects__item--image .projects__item-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,transparent -27.45%,rgba(0,0,0,.68));
    z-index: 1;
    transition: .3s;
}
.projects__item:hover .projects__item-link:before{
    background: #ebebf2;
}
    .projects__item-description{
        width: 100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: 0;

    }
  .projects__item-description p {
    color: #eee;
    margin-bottom: 4px;
     margin-top: 16px;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }

  .projects__item-dates {
    font-weight: 500;
    color: white;
  }

  .projects__item-type {
    color: #ededed;
    i{
        rotate: 45deg;
        padding: 8px 10px;
        background: white;
        border-radius: 50%;
        color: #48a336;
        margin-left: 10px;
        transition: .3s;
    }
  }
  .projects__item-type:hover i{
      rotate: 90deg;
      scale: 1.05;
  }
  
 @media(max-width: 767px){
     .projects__item-title {
        font-size: 18px;
     }
 }
/*Faydali melumat end*/

/* Haqqimizda */
.post-share-icons {
    text-align: center;
    padding: 70px 0 40px 0;
}
.post-share-icons h5 {
    font-size: 30px;
    line-height: 36px;
}
.avtor-icons, .down-icons {
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.avtor-icons{
    padding: 30px 0 0;
    /*border-top: 1px solid #eee;*/
    justify-content: flex-start;
}
.about-left-side-full-title {
    padding:40px 0;
}
.avtor-icons span {
    font-size: 16px;
}
.avtor-icons a {
    width: 35px;
    height: 35px;
    background: #454545;
    color: aliceblue;
    display: inline-flex;
    margin: 0 8px 0 0;
    justify-content: center;
    font-size: 14px;
    transition: .3s;
    align-items: center;
    border-radius: 50%;
}
.down-icons a{
    margin: 0 20px 0 0;
    width: 45px;
    height: 45px;
    color: aliceblue;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 20px;
    transition:.3s;
}
.blog-full-left-side-blog-name {
    padding: 50px 0;
    line-height: 26px;
}
.post-facebook {
    background: #3B5998;
    border: 2px solid #3B5998;
}
.post-twitter {
    background: #009be9;
    border: 2px solid #009be9;
}
.post-pinterest {
    background: rgb(203, 32, 39);
    border: 2px solid rgb(203, 32, 39);
}
.post-whatsapp {
    background: rgb(77, 194, 71);
    border: 2px solid rgb(77, 194, 71);
}
.containerhaqqimizda {
    display: flex;
    align-items: stretch;
    gap: 60px;
}

    .text-side h1 {
      font-size: 42px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .text-side h1 strong {
      color: #111;
    }
    .text-side h4{
        margin-bottom: 12px;
        font-weight: 600;
    }
    .text-side p {
      font-size: 18px;
      line-height: 1.6;
      margin-bottom: 32px;
    }
    .about-link{
       font-size: 18px;
       padding: 10px 30px;
        border-radius: 10px;
        background-color: #e8f5e9;
       i{
         font-size: 12px;  
         margin-left: 10px;
       }
    }
    .image-side{
        width: 55%;
    }
        .text-side{
            width: 45%;
        }
    .image-side img {
      width: 100%;
      max-width: 100%;
      height: 100%;
      border-radius: 12px;
      /*object-fit: cover;*/
    }

    @media (max-width: 1120px){
        .text-side p{
            font-size: 16px;
             margin-bottom: 28px;
        }
        .text-side h4{
            font-size: 20px;
        }
         .about-link{
           font-size: 16px;
        }
    }
    
    @media (max-width: 991px) {
    .text-side, .image-side{
        flex: none;
        max-width: 100%;
    }
    .containerhaqqimizda{
        flex-direction: column;
        div{
            width: 100%;
        }
    }
    .text-side h4{
        font-size: 18px;
    }
    .text-side p{
        font-size: 14px;
        margin-bottom: 24px;
    }
   .about-link{
       font-size: 14px;
    }
}

/* Haqqimizda end */
/* Footer */
 footer{
    padding-top: 50px;
}
.footer-copyright p{
    font-size:11px;
}
.footer-end__container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}
.footer-end__left span {
    display: inline-block;
    margin-right: .75rem;
    font-size: .8125rem;
    color: #6c757d;
}
footer .footer__container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /*gap: 2.5rem;*/
        /*padding-bottom: 30px !important;*/
    }
.footer__section {
    flex: 1 1 0;
    padding: 0 1.5rem;
    border-right: none;
}
@media (min-width: 576px){
    .footer__section{
        border-right: 1px solid #ebedf3;
    }
    .footer__section_menu, .footer__section_other{
        border-right: none
    }
}

@media (min-width: 1200px){
    .footer__section_menu, .footer__section_other{
        border-right: 1px solid #ebedf3
    }   
}

.footer,
.footer-end{
  background:#f8f9fc;
  color:#212529;
  font-size:.9375rem;       
  line-height:1.5;
}
.footer{border-bottom: 1px solid 1px solid #58626c;}
.footer-end{background-color: #fff !important;}
.footer__container{padding-top:3rem;}
.footer__container,
.footer-end__container{
  padding-bottom:1rem;
  border-top:1px solid transparent;
}
.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000;
}
.footer-contacts__item,
.footer-contacts__title{
  margin-bottom:.75rem;
}
.footer-contacts__icon{
  width:18px;
  height:18px;
  margin-right:.5rem;
  fill:none;
  stroke:#6c757d;;
  stroke-width:1.6;
}
.footer-contacts__content a{
  color:inherit;
  text-decoration:none;
}
.footer-contacts__content a:hover{color:#48a336;}
.footer-contacts mark a{color:inherit!important;text-decoration:underline;}
.footer-menu >* {
    font-size: 14px;
}
.footer-menu__list,
.footer-menu2__list{
  list-style:none;
  padding:0;
  margin:0;
}
.footer-menu__item,
.footer-menu2__item{
  margin-bottom:.4rem;
}
.footer-menu__link,
.footer-menu2__link{
  color:#212529;
  text-decoration:none;
}
.footer-menu__link:hover,
.footer-menu2__link:hover{
  color:#48a336;
}
.footer-menu2__icon{
  width:18px;
  height:18px;
  margin-right:.35rem;
  fill:none;
  stroke:#6c757d;
  vertical-align:-3px;
}
.social__list {
    display: flex;
    gap: .5rem;
    list-style: none;
    padding: 0;
    margin: .5rem 0;
}
.social__icon {
    width: 28px;
    height: 28px;
    transition: opacity .2s ease;
}
.emergency-contact {
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: .35rem;
    padding: 1rem;
    margin-top: 1.5rem;
}
.emergency-contact__note {
    font-size: .8rem;
    color: #6c757d;
    margin-bottom: .6rem;
}
.emergency-contact__icon .icon {
    width: 22px;
    height: 22px;
    stroke: #0084ff;
}
.emergency-contact__contact a {
    font-size: 1.25rem;
    font-weight: 700;
    color: #212529;
    text-decoration: none;
}

/*.footer__section{*/
/*    width: 50%;*/
/*}*/

.footer-end__center img {
    max-width: 240px;
    height: auto;
}
.footer-end__center {
    display: flex;
    justify-content: flex-end;
}
.footer-copyright {
    display: flex;
    gap: 10px;
}

.footerBottomTxt {
    padding: 35px 10px;
    background: white;
}
.footerBottomTxt .footerBottomFirstCol {
    border-right: solid 1px #e1e1e1;
}
.footerBottomTxt .cl-1 {
    font-size: 14px;
    line-height: 22px;
    color:#69737f;
}
.footerBottomTxt .cl-3 {
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    position: relative;
    padding-right: 0px;
    padding-left: 37px;
    color: #82858b;
}

@media(max-width: 1199px){
    footer .footer__container {
        display: block;
    }
}

@media(max-width: 991px){
    .footerBottomFirstCol{
        font-size: 14px;
    }
    .footerBottomTxt .cl-3{
        padding-left: 0;
    }
    .emergency-contact__note{
        margin-bottom: 0;
    }
    .emergency-contact__contact a{
        font-size: 16px;
    }
}
@media (max-width: 640px) {
    .footerBottomTxt .cl-1, .footerIskurInfo span{
        font-size: 10px;
    }
    
    footer .footer__container {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .footer-contacts__content a{
      font-size: 14px;
    }
    .emergency-contact__contact a {
        font-size: 16px;
    }
}

/*Partnyorlar*/

 .word {
      position: absolute;
      color: #888;
      font-weight: bold;
      white-space: nowrap;
      transition: .2s;
    }
.partnew, .innerPartners{
    position: relative;
      width: 100%;
      height: 450px;
}
    /* Konumlandırılmış kelimeler */
    .w1 { top:24px; left: 72px; font-size: 78px; }      /* Saudi Arabia */
    .w2 { top: 89px; left: 559px; font-size: 115px; font-weight: 900; }     /* Space Travel */
    .w3 { top: 329px;  font-size: 72px; font-weight: 900; }     /* Let’s Fly */
    .w4 { top: 324px; left: 560px; font-size: 70px; font-weight: 900;}     /* Екатеринбург */
    .w5 { top: 33px; left: 596px; font-size: 55px; }      /* W Dubai – Mina Seyahi */
    .w6 { top: 100px; left: 644px; font-size: 20px; }     /* The First Group Hospitality */
    .w7 { top: 60px;  font-size: 38px; writing-mode: vertical-rl; } /* Barut Hotels */
    .w8 { top: 121px; left: 57px; font-size: 45px; }     /* BSI */
    .w9 { top: 118px; left: 170px; font-size: 45px; }     /* География */
    .w10 { top: 186px; left: 99px; font-size: 18px; }    /* Dubai Holding Entertainment */
    .w11 { top: 155px; left: 363px; font-size: 28px; }    /* Coral Travel */
    .w12 { top: 222px; left: 155px; font-size: 36px; }    /* Управление по туризму Маврикия*/
    .w14 { top: 265px; left: 62px; font-size: 58px; }    /* Беларусь */
    .w15 { top: 285px; left: 395px; font-size: 18px; }    /* Miraggio Thermal Spa Resort */
    .w16 { top: 101px; left: 942px; font-size: 18px; }     /* Barceló Hotel Group */
    .w18 { top: 218px; left: 955px; font-size: 58px; }    /* Bnovo */
    .w19 { top: 240px; left: 630px; font-size: 20px; }    /* Кунашир Резорт и СПА */
    .w20 { top: 291px; left: 696px; font-size: 33px; }    /* Fairmont Bab Al Bahr */
    .w21 { top: 300px;     left: 1126px; font-size: 22px; }   /* Слетать.ру */

    .partnew div:hover {
      color: #1b1b1b;
    }


@media (min-width: 1600px) {
    .partnew, .innerPartners{
        translate: 50px;
    }
}
@media(min-width: 1750px){
    .word{
        scale: 1.2;
    }
    .w2{
        left: 710px;
    }
    .w3{
        top: 353px;
    }
    .w4{
        top: 353px;
        left: 656px;
    }
    .w5{
        left: 784px;
    }
    .w7{
        left: -47px;
    }
    .w15{
        left: 450px;
    }
    .w18{
        left: 1047px;
    }
    .w20{
        top: 307px;
    }
    .w21{
        left: 1214px;
    }
}

@media (min-width: 1950px) {
    .partnew, .innerPartners{
        translate: 140px;
    }
}
@media (max-width: 1400px) {
    .partnew, .innerPartners{ scale: .9; transform: translate(-6%, -15%);}
     .word{
          scale: .9;
     }
     .w5{
         left: 600px;
     }
     .w2{
         left: 525px;
     }
     .w4{
         left: 480px;
     }
     .w11{
        left: 340px;
     }
     .w18{
         left: 955px;
     }
     .w19{
         left: 665px;
     }
     .w21{
         left: 1106px;
     }
}
@media (max-width: 1300px) {
    .partnew, .innerPartners{ 
        scale: .9;
    }
    .w9{
        left: 130px;
    }
    .w11{
        left: 300px;
    }
    .w15{
        font-size: 20px;
        left: 370px;
    }
    .w20{
        left: 680px;
    }
    .w21{
        left: 1063px;
    }
}
@media (max-width: 1200px) {
    .partnew, .innerPartners{ 
        scale: .85;
        transform: translate(-10%, -15%);
    }
    .w7{
        font-size: 45px;
    }
    .w10{
        font-size: 22px;
    }
    .w11{
        left: 324px;
    }
    .w15{
        left: 360px;
        font-size: 20px;
    }
    .w20{
        left: 650px;
    }
    .w21{
        right: -176px;
    }
}
@media (max-width: 1180px) {
    .partnew, .innerPartners{
          scale: .8;
     }
     .w15{
         font-size: 18px;
     }
}
@media (max-width: 1100px) {
    .word{
          scale: .85;
     }
     .w1{
         left: 50px;
     }
     .w5{
         left: 500px;
     }
     .w2{
         left: 388px;
     }
     .w4{
         left: 390px;
     }
     .w6{
         left: 500px;
     }
     .w7{
         font-size: 48px;
     }
     .w9{
         left: 116px;
     }
     .w11{
         left: 275px;
     }
     .w12{
         left: 94px;
     }
     .w15{
         left: 320px;
     }
     .w16{
         left: 800px;
     }
     .w18{
         left: 840px;
     }
     .w19{
         top: 233px;
         left: 550px;
         font-size: 23px;
     }
     .w20{
         left: 560px;
     }
     .w21{
         left: 920px;
     }
}


@media (max-width: 991px) {
    #partnew{
        display: none;
    }
    .innerPages.innerPartners{
        width: 100%;
        height: 100% !important;
        scale: 1;
        transform: none;
    }
}



/*MOBILE DIZAYN PARTNYORLAR*/

@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements-count)));
    }
}

.partners-marquee {
    --marquee-elements-count: 6; 
    --marquee-width: 100%;
    --marquee-duration: calc(var(--marquee-elements-count) * 3s);
    --marquee-element-width: calc(var(--marquee-width) / var(--marquee-elements-count));
    position: relative;
    overflow: hidden;
    background: #f1f5f9;
}

.partners-marquee .partners-marquee__content {
    display: flex;
    height: 10rem;
    animation: marquee var(--marquee-duration) linear infinite;
    width: max-content;
}

.partners-marquee .partners-marquee__content .partners-marquee__content__item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--marquee-element-width);
    height: 100%;
    padding: 0 1rem;
    font-size: 35px;
    font-weight: 700;
}

.partners-marquee .partners-marquee__content .partners-marquee__content__item img {
    height: 100%;
}


@media screen and (min-width: 992px) {
    .partners-marquee {
        display: none;
    }
}


/*MOBILE DIZAYN PARTNYORLAR END*/

/*Partnyorlar end*/



/* Call to action */

.custom-select.input-style {
  background-color: #f9f9f7;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  font-size: 16px;
  color: #222;
  cursor: pointer;
}

.custom-select.input-style .select-selected {
  position: relative;
}

.custom-select.input-style .select-selected::after {
  content: "▾";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #333;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 8px 8px;
  z-index: 10;
}

.select-items div {
  padding: 12px 15px;
  font-size: 15px;
  cursor: pointer;
}

.select-items div:hover {
  background-color: #f1f1f1;
}

.select-hide {
  display: none;
}

.section-12-card-1{
    width: 100%;
}
.section-12-card-1 h2 img {
    width: 34px;
    margin-top: -14px;
}
.section-12-card-1 h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    letter-spacing: -1px;
}

/**/


@media (max-width: 1440px) {
    .section-12-card-1 h2 {
        font-size: 22px;
    }
}

.muraciet h4 {
  color: #fff;
  font-size: 44px;
  letter-spacing: -1px;
}
.muraciet .call-toaction-button {
  padding: 14px;
  width: 100%;
  border-radius: 10px;
  background: #5f5f5f;
  box-shadow: 0 13px 18px 0px #d0d0d0ad;
  color: #fff;
  font-weight: 700;
  transition: 0.5s;
  margin-top: 0 !important;
}
.muraciet .call-toaction-button:hover {
  border-color: #000000bd;
  background: #000000bd;
}
.input-style {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    min-height: 56px;
    padding: 17px 18px 17px;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    color: var(--text-main-color);
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f7f7f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}


/* Call to action end */
@media (min-width: 1024px) {
    .card__tag {
        font-size:16px
    }
}

.card__tag:nth-child(n+3) {
    display: none
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

@media (min-width: 1280px) {
    .tags {
        gap:20px
    }
}

@media (min-width: 1440px) {
     .section-tourwiki__tags {
        gap: 18px;
    }
    .tags {
        gap:24px
    }
}

.tags__item {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    padding: 6px 8px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ededed;
    color: #1b1b1b;
    transition: all .2s ease 0s;
    cursor: pointer
}


@media (min-width: 1280px) {
    .tags__item {
        font-size:12px
    }
}

.tags__item:hover {
    box-shadow: 0 0px 10px #22213b33;
}

.section-tourwiki__container {
    /*display: grid;*/
    /*grid-template-areas: "title" "tags" "cards";*/
    gap:5px;
}

@media (min-width: 1024px) {
    .section-tourwiki__container {
        /*grid-template-areas:"title title" "tags cards";*/
        grid-template-columns: 305px 1fr;
    }
}

@media (min-width: 1280px) {
    .section-tourwiki__container {
        grid-template-columns:282px 1fr
    }
}

@media (min-width: 1440px) {
    .section-tourwiki__container {
        grid-template-columns:437px 1fr
    }
}

@media (min-width: 1600px) {
    .section-tourwiki__container {
        grid-template-columns:461px 1fr
    }
}

.section-tourwiki_container:after,.section-tourwiki_container:before {
    display: none
}

/*.section-tourwiki__title {*/
/*    grid-area: title*/
/*}*/
.section-tourwiki_tags .tags_item{font-size:12px !important;}

@media (min-width: 1024px) {
    .section-tourwiki__title {
        width:100%
    }
}


@media (min-width: 1024px) {
    .section-tourwiki__left {
        /*flex:0 0 305px;*/
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 768px) {
    
    .section-tourwiki_tags .tags_item {
        padding:8px 10px;
        font-size: 14px;
    }
     .section-tourwiki__card {
        padding:20px
    }
     .section-tourwiki__tags {
        gap:14px
    }
     .tags__item {
        padding:6px 20px;
        border-radius: 12px;
        font-size: 15px;
        display: grid;
        /*place-items: center;*/
        width: 300px;
    }
       .tags {
        gap:16px
    }
     .main__title {
        font-size:32px
    }
    .section-tourwiki__list {
        flex-direction:row;
        flex-wrap: wrap;
    }
    .card {
        width:calc(50% - 12px);
        min-height: 231px;
        padding: 24px
    }
    .card__header {
        column-gap:24px
    }
    .card__counts {
        column-gap:24px
    }
}

@media (min-width: 1024px) {
    .section-tourwiki_tags .tags_item {
        padding:6px 20px
    }
}

@media (min-width: 1280px) {
    .section-tourwiki_tags .tags_item {
        font-size:18px
    }
}

@media (min-width: 1440px) {
    .section-tourwiki_tags .tags_item {
        font-size:16px
    }
    .section-tourwiki__tags {
        gap:18px
    }
    .section-tourwiki__card {
        min-height:200px;
        padding: 24px
    }
    .section-tourwiki_card .card_title {
        font-size:20px
    }
}

@media (max-width: 1023px) {
    .section-tourwiki__right{
        margin-top: 20px;
    }
}


.section-tourwiki__card {
    min-height: 197px
}


@media (min-width: 1280px) {
    .section-tourwiki__card {
        width:calc(50% - 12px)
    }
}

@media (min-width: 1024px) {
    .section-tourwiki_card .card_tag {
        font-size:12px
    }
}

@media (min-width: 1280px) {
    .section-tourwiki_card .card_tag {
        font-size:16px
    }
}


/* Xidmətlər */
.section-tourwiki_list,.section-tourwiki_right {
    display: flex;
    flex-direction: column;
    gap: 24px
}
@media screen and (max-width: 1500px) {

    .header_mid ul {
        gap: .5rem !important;
    }

    .logo_side ul a {
        font-size: 17px !important;
    }
    .hedaer_top_list li a {
        font-size: 12px;
    }
}

@media screen and (max-width: 1201px) {
    .logo_side,
    .button_side {
        gap: 10px !important;
    }

    .button_side a,
    .logo_side ul a,
    .button_side span,
    .login_btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    
        .header_mid nav ul,
        .header_mid .button_side {
            display: none !important;
        }
    
        .logo_side {
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
    
        .logo_side .btn,
        .logo_side .logo {
            width: 110px;
        }
    
        .logo_side .btn {
        background: none;
        border: none;
        display: flex !important;
        flex-direction: column;
        gap: 5px;
        width: fit-content;
        align-items: flex-end;
        background: none !important;
        box-shadow: none !important;
        padding: 0;
    }
`
    .line {
        width: 32px;
        height: 3px;
        background: #000;
    }
}


@media (max-width: 768px) {
    .tags__item {
        padding:6px 16px;
        border-radius: 8px;
        font-size: 9px
    }
 
    .card__header {
        column-gap: 24px;
    }
     .container {
        flex-direction: column;
      }

      .text-side, .image-side {
        max-width: 100%;
      }
      .top-bar {
          display:none;
      }
      .menu .navmenu{
          display:none;
      }
      .zentria img {
          width:120px;
      }
      .sliderbigimg {
          align-items:center;
      }
      /*.hamburgermenu {*/
      /*    background:none;*/
      /*}*/
      .account-section {
          display:none;
      }
     
}

@media (max-width: 1501px) {
    .menu .navmenu {
        gap: 10px
    }
    .w4 {
        top: 324px;
        /*left: 564px;*/
        font-size: 69px;
        font-weight: 900;
    }
    .w3 {
        font-size:69px;
        font-weight: 900;
    }
}


/**CALL TO ACTION**/

.int-subscription-block {
    position: relative;
    padding-bottom:60px !important;
    /*padding: 12px 16px;*/
}

.int-subscription-block .int-subscription-block-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 20px 16px;
    background: #fff;
    border-radius: 8px
}

.int-subscription-block .int-subscription-block-image img {
    display: block;
    max-width: 100%;
    max-height: auto
}

.int-subscription-block .int-subscription-block-header-image {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.int-subscription-block .int-subscription-block-header-image img {
    display: block;
    max-width: 100%;
    max-height: auto
}

.int-subscription-block .int-subscription-block-header-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #000;
    margin: 0 0 16px 0;
}

.int-subscription-block .int-subscription-block-header-title.int-subscription-block-header-title--2 {
    display: none
}

.int-subscription-block .int-subscription-block-header-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #000;
    margin-bottom: 16px
}

.int-subscription-block .int-subscription-block-footer-switch {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #e8f5e9;
    padding: 8px;
    border-radius: 200px;
    margin-bottom: 16px;
    animation: play 2s ease infinite;
}


@keyframes pulseSegment {
  0%, 20%, 100% { /* shorten idle parts */
    box-shadow: none;
    opacity: 0.9;
    transform: scale(1);
  }
  10% { /* quicker pulse */
    box-shadow: 0 0 10px 5px #43a336;
    opacity: 1;
    transform: scale(1.05);
  }
}

.int-subscription-block-footer-switch-item {
  animation: pulseSegment 9s linear infinite;
  animation-fill-mode: both;
  opacity: 0.4;
}

.whatsapp .int-subscription-block-footer-switch-item {
  animation-delay: 0s;   /* 0 - 3s */
}
.telegram .int-subscription-block-footer-switch-item {
  animation-delay: 3s;   /* 3 - 6s */
}
.konsultasiya .int-subscription-block-footer-switch-item {
  animation-delay: 6s;   /* 6 - 9s */
}

.int-subscription-block .int-subscription-block-footer-switch .int-subscription-block-footer-switch-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000;
    padding: 0 26px;
    border-radius: 200px;
    height: 35px;
    white-space: nowrap;
    cursor: pointer
}

.int-subscription-block .int-subscription-block-footer-switch .int-subscription-block-footer-switch-item.int-subscription-block-footer-switch-item--active {
    background-color: #e8f5e9;
    box-shadow: 0px 3px 15px #48a336;
    color: #000
}

.int-subscription-block .int-subscription-block-footer-input {
    margin-bottom: 16px
}

.int-subscription-block .int-subscription-block-footer-input input {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    line-height: 48px;
    height: 48px;
    color: #7e8083;
    padding: 5px;
    margin: 0;
    background: none;
    box-shadow: none;
    border: 0;
    outline: 0;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px
}

.int-subscription-block .int-subscription-block-footer-input input::-moz-placeholder {
    color: #7e8083
}

.int-subscription-block .int-subscription-block-footer-input input::-moz-placeholder {
    color: #7e8083;
    opacity: 1
}

.int-subscription-block .int-subscription-block-footer-button {
    background: #e8f5e9;
    border-radius: 4px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 16px
}

.int-subscription-block .int-subscription-block-footer-button:hover {
    box-shadow: 0px 3px 15px #48a336
}

.int-subscription-block .int-subscription-block-footer-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7e8083
}

.int-subscription-block .int-subscription-block-footer-text a {
    color: #7e8083 !important;
    text-decoration: underline !important
}

.int-subscription-block .int-subscription-block-footer-text a:hover {
    text-decoration: none !important
}

.int-subscription-block .int-subscription-block-wrap {
    gap: 50px
}

@media only screen and (min-width: 768px) {
    .int-subscription-block {
        padding:50px 20px
    }

    .int-subscription-block .int-subscription-block-header {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: nowrap;
        margin-bottom: 16px
    }

    .int-subscription-block .int-subscription-block-footer {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .int-subscription-block .int-subscription-block-footer-switch,.int-subscription-block .int-subscription-block-footer-input,.int-subscription-block .int-subscription-block-footer-button {
        margin-bottom: 0
    }

    .int-subscription-block .int-subscription-block-footer-switch {
        margin-right: 24px
    }

    .int-subscription-block .int-subscription-block-footer-input {
        min-width: 239px;
        max-width: 239px;
        margin-right: 10px
    }

    .int-subscription-block .int-subscription-block-footer-button {
        min-width: 112px;
        max-width: 112px
    }

    .int-subscription-block .int-subscription-block-footer-text {
        padding-top: 16px;
        width: 100%
    }

    .int-subscription-block .int-subscription-block-header-image {
        width: 100%;
        max-width: 216px;
        margin-right: 10px;
        margin-bottom: 0
    }

    .int-subscription-block .int-subscription-block-header-image img {
        width: 216px
    }

    .int-subscription-block .int-subscription-block-header-title,.int-subscription-block .int-subscription-block-header-text {
        text-align: left
    }

    .int-subscription-block .int-subscription-block-header-title {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 12px 0
    }

    .int-subscription-block .int-subscription-block-header-title.int-subscription-block-header-title--1 {
        display: none
    }

    .int-subscription-block .int-subscription-block-header-title.int-subscription-block-header-title--2 {
        display: block
    }

    .int-subscription-block .int-subscription-block-header-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 16px
    }
}

@media only screen and (min-width: 1024px) {
    .int-subscription-block {
        padding:0px 12px 24px 12px;
    }

    .int-subscription-block .int-subscription-block-wrap {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        /*gap: 100px;*/
    }

    .int-subscription-block .int-subscription-block-image {
        display: flex
    }

    .int-subscription-block .int-subscription-block-image img {
        width: 293px
    }


    .int-subscription-block .int-subscription-block-header-image {
        display: none
    }

    .int-subscription-block .int-subscription-block-header-title {
        font-size: 40px;
        line-height: 1.2
    }

    .int-subscription-block .int-subscription-block-header-text {
        font-size: 18px;
        max-width: 490px
    }
}

@media only screen and (min-width: 1280px) {
    .int-subscription-block {
        padding:30px 24px
    }

    .int-subscription-block .int-subscription-block-image {
        display: flex;
        /*margin-right: 70px*/
    }

    .int-subscription-block .int-subscription-block-image img {
        width: 515px
    }
}
