@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 16px;
    background-color: #f9f9f9;
}

.created-by {
    color: #fff;
}

.created-by:hover {
    text-decoration: underline;
    color: #fff;
}

:root {
    --primary-color: #2bad70;
    --primary-color-rgb: 43, 173, 112;
}


button {
    outline: none;
    box-shadow: none;
    border: none;
}

body,
button,
input:not([type=checkbox]),
textarea {
    font-family: 'Poppins', sans-serif;
}

input {
    border: none;
    box-shadow: none;
    outline: none;
}

ul li {
    list-style: none;
}

ul,
ol {
    padding-left: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.our-team .box .one,
.our-team .box .three,
.our-team .box .five,
.our-team .box .another {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-team .box .item {
    background-color: #fff;
    border: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: calc(100% / 5 - 50px);
    margin: 25px;
}

.our-team .box .item .name {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 120%;
    padding: 0 10px;
}

.our-team .box .item .title {
    font-size: .9em;
    line-height: 120%;
    color: #727272;
    padding: 0 10px;
}

.our-team .box .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

time {
    margin-bottom: 30px;
    display: block;
    font-size: .9em;
}

time i {
    margin-right: 5px;
}

.why-us .box .item {
    flex-direction: column;
}

.why-us .box .item .count {
    font-size: 4em;
    color: #727272;
    font-weight: 800;
    line-height: 100%;
}

.happy-customers ._container {
    display: flex;
    background-color: #fff;
    border: 1px solid lightgray;
}

.happy-customers figure.item {
    width: 700px;
    padding: 0;
    margin-bottom: 0;
}

.happy-customers .item {
    width: calc(100% - 700px);
    height: 100%;
    min-height: 650px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.happy-customers .item .box {
    display: flex;
}

.happy-customers .item .box .child {
    margin: 20px;
    text-align: center;
}

.happy-customers .item .box .child .count {
    font-size: 3.3em;
    font-weight: 500;
    line-height: 100%;
}

.happy-customers .item .box .child .name {
    font-size: .95em;
}

.happy-customers figure.item img {
    width: 100%;
    height: 100%;
    min-height: 650px;
    object-position: left;
    object-fit: cover;
}

.services_box .box {
    display: flex;
    flex-wrap: wrap;
}

.progress-bar-section .box {
    max-width: 600px;
    margin: auto;
}

.progress-bar-section .item .data {
    display: flex;
    justify-content: space-between;
}

.skill_bar {
    background: #e9ecef;
    border: 1px solid #d3d3d3;
    height: 10px;
    margin-top: 2px;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

.progress_bar_striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 16px 16px;
}

.progress-bar-section .item:not(:last-child) {
    margin-bottom: 20px;
}

.progress-bar-section .item .data_name {
    font-size: 16px;
    color: #3c3c3c;
    font-weight: 500;
}

.progress-bar-section .item .data_score {
    color: #3c3c3c;
    font-size: 14px;
}

.skill_bar_score {
    background-color: var(--primary-color);
    box-shadow: inset 0 -2px 0 rgb(0 0 0 / 15%);
}

.progress_bar_animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 16px 0
    }

    to {
        background-position: 0 0
    }
}

.services_box .box .item {
    width: calc(100% / 3 - 12px);
    margin: 6px;
    background-color: #fff;
    border: 1px solid lightgray;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.document-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.document-page .box img {
    border: 1px solid lightgray;
    max-width: 400px;
    object-fit: cover;
}

.document-page .box .item:last-child p {
    font-size: .95em;
}

.document-page .box .item:not(:last-child) {
    margin-bottom: 30px;
}

.document-page .box p {
    font-size: 1.1em;
    color: #3c3c3c;
}

.breadcrumb_ ul {
    display: flex;
    padding-top: 10px;
}

.breadcrumb_ ul li:not(:last-child) a {
    margin-right: 2.5px;
}

.breadcrumb_ ul li {
    font-size: .9em;
    color: #3c3c3c;
}

.breadcrumb_ ul li a {
    color: #3c3c3c;
    font-weight: 400;
}

.breadcrumb_ ul li a:hover {
    color: var(--primary-color);
}

.breadcrumb_ ul li:not(:last-child) a::after {
    content: "/";
    margin-left: 2.5px;
    color: #3c3c3c;
    font-weight: 400;
}

.swiper {
    width: 100%;
    height: 100%;
}

.companies .box {
    display: flex;
    flex-wrap: wrap;
}

.companies .box .contact-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.companies .box .contact-info .item {
    width: calc(100% / 3 - 24px);
    margin: 12px;
    border: 1px solid lightgray;
    padding: 30px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, .8);
    word-break: break-word;
}

.companies .box .contact-info * {
    transition: all .3s ease;
}

.companies .box .contact-info .item:hover {
    background-color: #fff;
    border: 1px solid gray;
}

.companies .box .contact-info .item:hover i,
.companies .box .contact-info .item:hover .header,
.companies .box .contact-info .item:hover .text {
    color: #000;
}

.companies .box .contact-info .item i {
    font-size: 2.5em;
    color: #727272;
}

.companies .box .contact-info .item ._header {
    font-weight: 600;
    font-size: 1.2em;
    margin: 10px 0;
    color: #727272;
}

.companies .box .contact-info .item .text {
    font-size: 1.1em;
    line-height: 130%;
    color: #727272;
}

.companies .box .map {
    width: calc(100% / 2 - 24px);
    margin: 12px;
    height: 560px;
    border: 1px solid lightgray;
}

.companies .box .gallery {
    width: calc(100% / 2 - 24px);
    margin: 12px;
}

.companies .box figure .big-slider .swiper-slide {
    height: 450px;
}

.companies .box figure .swiper-slide img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.companies .swiper-button-next {
    right: 0;
    transform: translateX(30px);
}

.companies .swiper-button-prev {
    left: 0;
    transform: translateX(-30px);
}

.companies .big-slider:hover .swiper-button-next,
.companies .big-slider:hover .swiper-button-prev {
    transform: translateX(0);
}

.companies .swiper-button-next:hover,
.companies .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 1);
}

.companies .box figure .thumbs .swiper-slide {
    height: 100px;
}

.companies .swiper-button-next,
.companies .swiper-button-prev {
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 30px;
    transition: all .3s ease;
}

.companies .thumbs {
    margin-top: 10px;
}

.companies .swiper-button-next:after,
.companies .swiper-button-prev:after {
    font-size: 14px;
}

.companies .thumbs .swiper-slide img {
    opacity: .5;
    transition: opacity .3s ease;
}

.companies .thumbs .swiper-slide-thumb-active img,
.companies .thumbs .swiper-slide:hover img {
    opacity: 1;
}

.language-selector {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.language-selector button:hover+.dropdown,
.language-selector .dropdown:hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scaleZ(1);
}

.language-selector .dropdown {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px) scaleZ(.5);
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid lightgray;
    z-index: 999;
    transition: all .3s ease;
}

.language-selector .dropdown li {
    width: 100%;
}

.language-selector .dropdown li a {
    width: 100%;
    padding: 7.5px 10px;
    color: #000;
    font-size: 15px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.language-selector .dropdown li a:hover {
    background-color: rgba(0, 0, 0, .1);
}

.language-selector .dropdown li:not(:last-child) a {
    border-bottom: 1px solid lightgray;
}

.language-selector .dropdown li a img {
    width: 27px;
    height: 20px;
    object-fit: fill;
    margin-right: 5px;
}

.language-selector button {
    display: flex;
    align-items: center;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #000;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    height: 100%;
    cursor: pointer;
}

.header-part.sticky .language-selector button {
    color: #000;
    text-shadow: none;
}

.language-selector button img {
    margin-right: 5px;
    height: 25px;
    object-fit: contain;
}


.header-part {
    position: absolute;
    width: 100%;
    height: 85px;
    z-index: 999;
}

.header-part.inner-page .computer,
.header-part.inner-page .mobile {
    background-color: #fff;
}

.header-part.inner-page .computer {
    border-bottom: 1px solid lightgray;
}

.header-part.inner-page.sticky .computer {
    border-bottom: none;
}

.header-part.inner-page .computer .box nav.item ul li {
    height: 100%;
}

.header-part.inner-page .computer .box nav.item ul li a {
    height: 100%;
}

.header-part.inner-page .computer .box nav.item ul li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header-part.inner-page .has-dropdown .dropdown {
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 0 5px lightgrey;
}

.header-part.sticky .computer .box nav.item ul li a,
.header-part.inner-page .computer .box nav.item ul li a {
    text-shadow: none;
    color: #000;
    height: 100%;
}

.header-part.sticky .computer .box nav.item .has-dropdown ul.dropdown li a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header-part.inner-page .computer .box nav.item ul li a:hover,
.header-part.sticky .computer .box nav.item ul li a:hover,
.header-part.sticky .computer [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(0, 0, 0, .05);
}

.header-part.sticky .has-dropdown .dropdown {
    background-color: #fff;
    border: 1px solid lightgray;
    box-shadow: 0 0 5px lightgrey;
}

.header-part.sticky .has-dropdown .dropdown li {

    border-top: 1px solid rgba(0, 0, 0, .15);
}

.header-part.sticky .computer .box nav.item ul li {
    height: 100%;
}

.header-part .has-dropdown {
    position: relative;
}

[class$="-dropdown"] {
    transition: background-color .3s ease-out;
    will-change: background-color;
}

.header-part .has-dropdown .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 200px;
    height: auto !important;
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    transition: all .2s ease-out;
    transform: scaleY(0);
    transform-origin: top;
    box-shadow: 0 0 10px lightgrey;
}

.header-part .box .item nav ul li a:hover,
[class$="-dropdown"]:hover>a {
    background-color: rgba(0, 0, 0, .15);
}

.header-part .computer .box nav.item .has-dropdown li {
    width: 100%;
}

.header-part .computer .box nav.item ul li.has-dropdown a i {
    margin-left: 5px;
    font-size: 13px;
}

.header-part .mobile {
    display: none;
    background-color: #fff;
    box-shadow: 0 0 10px gray;
}

.header-part.main-page .mobile {
    background-color: transparent;
    box-shadow: none;
}

.header-part.sticky .mobile .menu-toggle-button i {
    color: #000;
}

.header-part.sticky .mobile {
    background-color: #fff;
    box-shadow: 0 0 10px grey;
    height: 65px;
}

.header-part.sticky .mobile .menu-toggle-button {
    background-color: rgba(0, 0, 0, .1);
}

.header-part .mobile .menu-toggle-button {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
}

.header-part .mobile .menu-toggle-button i {
    color: #000;
}

.header-part.main-page .mobile .menu-toggle-button {
    background-color: rgba(255, 255, 255, .1);
    cursor: pointer;
    width: 50px;
    height: 50px;
    transition: all .3s ease;
}

.header-part.main-page .mobile .menu-toggle-button i {
    color: #fff;
}

.header-part.main-page .mobile .menu-toggle-button:hover {

    background-color: rgba(255, 255, 255, .2);
}

.header-part.sticky .mobile .menu-toggle-button:hover {
    background-color: rgba(0, 0, 0, .2);
}

.header-part .box .item nav ul li a:hover {
    background-color: rgba(255, 255, 255, .15);
}

.header-part .has-dropdown .dropdown li a {
    width: 100%;
    padding: 12.5px 15px !important;
    font-size: .95em;
    font-weight: 400;
    text-transform: capitalize !important;
    color: #000 !important;
    text-shadow: none !important;
    transition: all .2s ease-out !important;
    will-change: background-color, padding !important;
}

.header-part .has-dropdown .dropdown li a:hover {
    background-color: #eee;
}

.header-part .has-dropdown:hover .dropdown,
.header-part .has-dropdown .dropdown:hover {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}

.header-part .mobile {
    height: 85px;
}

.header-part .mobile ._container {
    height: 100%;
}

.header-part .mobile .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-part .mobile .box .item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-part.main-page .computer,
.header-part.main-page .mobile {
    background-color: transparent;
    box-shadow: none;
}

.header-part.main-page.sticky .computer,
.header-part.main-page.sticky .mobile {
    background-color: #fff;
    box-shadow: 0 0 10px gray;
}

.header-part .computer {
    height: 85px;
    background-color: #fff;
    box-shadow: 0 0 10px gray;
}

.header-part .computer ._container {
    height: 100%;
}

.header-part .computer .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header-part .computer .box .item {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-part .computer .box nav.item ul {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-part .computer .box nav.item ul li {
    font-size: 1.05em;
    font-weight: 500;
    display: flex;
    height: 100%;
    align-items: center;
}

.header-part.main-page .computer .box nav.item ul li a {
    color: #fff;
}

.header-part.main-page.sticky .computer .box nav.item ul li a {
    color: #000;
}

.header-part.main-page .language-selector button {
    color: #fff;
}

.header-part.main-page.sticky .language-selector button {
    color: #000;
}

.header-part .computer .box nav.item ul li a {
    padding: 0 20px;
    height: 100%;
    letter-spacing: -.3px;
    display: flex;
    align-items: center;
    color: #000;
    transition: background-color .3s ease;
    will-change: background-color;
}

.full-screen-slider {
    height: 100vh;
    padding: 0 !important;
}

/* .full-screen-slider ._container .full-screen-swiper-slider .swiper-slide .content {
    padding: 125px 50px !important;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
} */

.full-screen-slider ._container .full-screen-swiper-slider .swiper-slide .content {
    padding: 125px 50px !important;
    height: 100%;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin: 0 auto;
    font-style: italic;
}

.full-screen-slider ._container {
    height: 100%;
    width: 100%;
}

.full-screen-slider .swiper-slide {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
}

.full-screen-slider .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-screen-slider .swiper-slide-active img {
    z-index: 2;
}

.full-screen-slider .swiper-slide .content {
    position: relative;
    z-index: 2;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.full-screen-slider .swiper-slide .content .banner-title {
    font-weight: 700;
    font-size: 3.3em;
    color: #fff;
    line-height: 110%;
    text-align: left;
}

.full-screen-slider .swiper-button-next,
.full-screen-slider .swiper-button-prev {
    background-color: #fff !important;
    color: #000 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease;
}

.full-screen-slider .swiper-button-next:hover,
.full-screen-slider .swiper-button-prev:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.full-screen-slider .swiper-button-next::after,
.full-screen-slider .swiper-button-prev::after {
    font-size: 15px;
    font-weight: bold;
}

.full-screen-slider .swiper-button-prev {
    margin-right: 10px;
}

.full-screen-slider .swiper-slide .content .banner-text {
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.full-screen-slider .swiper-slide .content .banner-link {
    color: #fff;
    background-color: var(--primary-color);
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    border-radius: 5px;
    font-size: 1.1em;
}

.full-screen-slider .swiper-slide .content .banner-link i {
    margin-right: 7.5px;
    font-size: 1.6em;
}

.clear-fix::after {
    content: "";
    height: 85px;
    width: 100%;
}

.header-part.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.header-part .computer,
.header-part .mobile {
    transition: all .3s ease;
}

.header-part.sticky .computer {
    background-color: #fff;
    box-shadow: 0 0 10px gray;
    height: 65px;
}

.header-part.main-page .computer .box nav.item ul li a:hover,
.header-part.main-page .computer [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(255, 255, 255, .15);
}

.header-part .computer .box nav.item ul li a:hover,
.header-part .computer [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(0, 0, 0, .05);
}

.header-part .computer .box nav.item .has-dropdown ul.dropdown li a:hover {
    background-color: rgba(0, 0, 0, .15);
}

.header-part.inner-page .typing-value::after {
    background-color: #000;
}

.header-part.inner-page .computer .box nav.item .has-dropdown ul.dropdown li a:hover,
.header-part.inner-page [class$="-dropdown"]:hover .parent-link {
    background-color: rgba(0, 0, 0, .05);
}

.header-part .computer .logo,
.header-part .mobile .logo {
    width: 180px;
    display: flex;
    align-items: center;
    outline: none;
}

.header-part .computer .logo img,
.header-part .mobile .logo img {
    height: 100%;
    object-fit: cover;
}

.header-part .computer .logo img,
.header-part .mobile .logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mobile-overlay {
    position: fixed;
    background-color: rgba(255, 255, 255, .85);
    width: 100%;
    height: 100vh;
    display: flex;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transform: scale(.3);
    transition: all .3s ease;
    backdrop-filter: blur(15px);
}

.mobile-overlay.show {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.mobile-overlay .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px grey;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(221, 75, 57, .7);
    cursor: pointer;
    transition: all .3s ease;
}

.mobile-overlay .close-button:hover {
    background-color: rgba(221, 75, 57, 1);
    box-shadow: 1px 1px 3px grey;
}


.mobile-overlay .logo {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 50px;
    width: auto;
}

.mobile-overlay .logo img {
    height: 100%;
    object-fit: cover;
}

.mobile-overlay .close-button i {
    color: #fff;
    font-size: 30px;
}

.mobile-overlay .menu-links {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 100px;
}

.mobile-overlay .menu-links>ul {
    width: fit-content;
    height: 100%;
    overflow: auto;
    padding-right: 5px;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown li:not(:last-child) {
    margin-bottom: 7.5px !important;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    padding-left: 20px;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown li {
    list-style: disc;
    color: #727272;
    width: fit-content;
    transition: all .3s ease;
}

.mobile-overlay [class$="-dropdown"]:hover a {
    background-color: transparent;
}

.mobile-overlay .menu-links>ul li:not(:last-child) {
    margin-bottom: 25px;
}

.mobile-overlay .menu-has-dropdown .menu-dropdown li:hover {
    color: #000;
}

.mobile-overlay .menu-links ul li a:hover {
    color: var(--primary-color);
}

.mobile-overlay .menu-links ul li a {
    color: #727272;
    font-size: 1.5em;
    text-shadow: 1px 1px 0 lightgrey;
    transition: all .3s ease;
}

.mobile-overlay .menu-links ul li a:hover {
    color: #000;
}

.mobile-overlay .menu-links ul li a i {
    margin-left: 5px;
}

.mobile-overlay .menu-links .menu-dropdown li a {
    font-size: 1.2em;
}

.mobile-overlay .socials {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.mobile-overlay .socials li a i {
    transition: all .2s ease;
}

.mobile-overlay .socials li a:hover i {
    transform: none;
}

.mobile-overlay .socials li a::before {
    display: none;
}

.mobile-overlay .socials li a {
    color: #3c3c3c;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    border: 1px solid lightgray;
    transition: all .2s ease;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.mobile-overlay .socials li a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.main-part {
    padding: 85px 0 0 0 !important;
}

.main-part.main-page {
    padding: 0 !important;
}

.header-section {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.header-section.no-bottom-decoration::before,
.header-section.no-bottom-decoration::after {
    display: none;
}

.header-section.no-bottom-decoration {
    margin: 20px 0;
}

.header-section h1._header {
    font-size: 3em;
    text-align: left;
    margin-bottom: 0;
}

.header-section ._header {
    font-size: 2em;
    line-height: 120%;
}

.header-section ._header.display-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-section ._header.display-flex .info-button {
    color: #727272;
    background-color: #fff;
    padding: 5px 20px;
    font-weight: 500;
    font-size: 13px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    cursor: inherit;
    line-height: 120%;
    font-weight: 300;
    border: 1px solid lightgray;
}

.header-section ._header.display-flex .info-button span {
    font-size: 30px;
    font-weight: 700;
    line-height: 120%;
    color: var(--primary-color);
}

.header-section::before {
    content: "";
    height: 2px;
    width: 80px;
    background-color: lightgray;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-section::after {
    content: "";
    height: 4px;
    width: 30px;
    background-color: var(--primary-color);
    z-index: 2;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-section .sub-header {
    margin-top: 0;
}

.transfer-zones .box {
    display: flex;
    flex-wrap: wrap;
}

.transfer-zones .box .item {
    width: calc(100% / 4 - 32px);
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
    margin: 16px;
    border-radius: 8px;
    background: #fff;
}

.transfer-zones .box .item figure {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.transfer-zones .box .item figure img {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
}

.transfer-zones .box .item figure .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transfer-zones .box .item figure:hover img {
    filter: brightness(60%);
}

.transfer-zones .box .item .content {
    padding: 15px;
}

.transfer-zones .box .item .content ._header {
    font-size: 1.3em;
}

.transfer-zones .box .item .content .text {
    margin: 10px 0 15px 0;
    font-size: .95em;
}

.transfer-zones .box .item .content .link {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    height: 35px;
    padding: 0 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.article-section ._container {
    display: flex;
    flex-wrap: wrap;
}

.article-section .main-article-section {
    width: calc(100% - 450px);
    margin-right: 50px;
    background-color: #fff;
    padding: 30px;
    height: fit-content;
    border: 1px solid lightgray;
}

.article-section .main-article-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 600px;
    margin-bottom: 15px;
}

.article-section .sidebar-section {
    width: 400px;
    padding: 30px;
    border: 1px solid lightgray;
    background-color: #fff;
}

.article-section .sidebar-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 340px;
    border: 1px solid lightgray;
}

.article-section .sidebar-section .item {
    display: flex;
    flex-direction: column;
}

.article-section .sidebar-section .item:not(:last-child) {
    margin-bottom: 50px;
}

.article-section .sidebar-section .item ._text {
    font-size: .95em;
}

.article-section .sidebar-section .item ._header {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.article-section .sidebar-section .item .content {
    font-size: 1em;
}

.article-section .sidebar-section ._header {
    font-size: 1.2em;
    font-weight: 600;
}

.section {
    padding: 50px 0;
}


.section:nth-child(even) {
    background-color: #eee;
    box-shadow: 0 0 10px lightgray;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.photo-gallery._bg-primary {
    background-color: var(--primary-color);
}

.photo-gallery .item:first-child {
    max-width: 50%;
}

.photo-gallery .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    color: #fff;
}

.photo-gallery ._header {
    font-size: 1.8em;
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    line-height: 130%;
}

.photo-gallery .box a._btn-dark {
    background-color: rgba(255, 255, 255, .25);
    color: #fff;
    height: 50px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    transition: all .3s ease;
}

.photo-gallery .box a._btn-dark:hover {
    background-color: rgba(255, 255, 255, .15);
}

.photo-gallery .text {
    font-size: 1em;
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
}

.seo-article article p {
    margin-bottom: 20px;
}

.blog-list .box {
    display: flex;
    flex-wrap: wrap;
}

.blog-list .box .item {
    width: calc(100% / 4 - 24px);
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 5px grey;
    margin: 12px;
    border-radius: 8px;
    background-color: #fff;
}

.blog-list .box .item figure {
    height: 220px;
    position: relative;
    margin-bottom: 0;
}

.blog-list .box .item figure .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-list .box .item figure:hover img {
    filter: brightness(.6);
}

.blog-list .box .item figure img {
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    object-fit: cover;
}

.blog-list .box .item figure i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    visibility: hidden;
    opacity: 0;
    font-size: 3em;
    color: #fff;
    pointer-events: none;
    transition: all .3s ease;
}

.blog-list .box .item figure:hover i {
    transform: translate(-50%, -50%) scale(150%);
    visibility: visible;
    opacity: .85;
}

.blog-list .box .item .content {
    padding: 15px;
}

.blog-list .box .item .content ._header {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 500;
}

.footer-part {
    background-color: #f9f9f9;
    border-top: 1px solid lightgray;
    box-shadow: 0 0 10px lightgray;
}

.footer-part .box .top {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}

.footer-part .box .top .item {
    display: flex;
    flex-direction: column;
    width: calc(100% / 4 - 48px);
    margin: 24px;
}

.footer-part .box .top .item ._header {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.footer-part .box .top .item .content {
    font-size: 1em;
}

.footer-part .box .top .item .content strong {
    font-weight: 600 !important;
}

.footer-part .box .top .item .content p {
    margin-bottom: 10px;
}

.footer-part .box .top .item .content ul li a:hover {
    text-decoration: underline;
}

.footer-part .box .top .item .child:not(:last-child) {
    margin-bottom: 24px;
}

.footer-part .box .top .item .child img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid lightgray;
}

.footer-part .box .bottom {
    border-top: 1px solid lightgray;
    background-color: #3c3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 30px 10px;
    font-size: .9em;
    text-align: center;
    flex-direction: column;
}

.footer-part .box .bottom p {
    margin-bottom: 0;
}

.footer-part .box .bottom p:first-child {
    margin-bottom: 10px;
}

.price-cards figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0px 0px 5px gray;
}

.price-cards .box {
    display: flex;
    flex-wrap: wrap;
}

._card-header-subtitle {
    display: block;
    font-size: .95em;
    color: gray;
    text-transform: uppercase;
}

.card-list-description {
    margin-bottom: 0;
}

._card-content figure {
    margin-bottom: 15px;
    height: 300px;
    width: 100%;
}

._card-content {
    position: relative;
    background-color: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px lightgray;
    width: calc(100% / 3 - 40px);
    margin: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

._card-header {
    margin-right: 70px;
    position: relative;
    z-index: 5;
}

.mostpopular .card-pricing {
    text-shadow: none;
}

.card-pricing {
    position: absolute;
    background: var(--primary-color);
    width: 110px;
    height: 80px;
    border-top-right-radius: 10px;
    right: 12.5px;
    top: -1rem;
    padding-top: 15px;
    text-align: center;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.card-pricing::before {
    width: 14px;
    height: 16px;
    background-color: #727272;
    top: 0;
    left: -14px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.card-pricing-number {
    color: #fff;
}

.card-pricing::after,
.card-pricing::before {
    content: '';
    position: absolute;
}

.card-pricing-number {
    font-size: 24px;
}

.card-pricing-symbol {
    font-size: 18px;
}

/* .card-pricing::after {
    width: 100%;
    height: 14px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 100%, 50% 0, 100% 100%);
} */

.mostpopular .card-pricing::after {
    border-top: 14px solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 55px solid #fff;
    border-right: 55px solid #fff;
    bottom: 0;
    left: 0;
}

.card-pricing::after {
    border-top: 14px solid var(--primary-color);
    border-bottom: 14px solid transparent;
    border-left: 55px solid var(--primary-color);
    border-right: 55px solid var(--primary-color);
    bottom: 0;
    left: 0;
    background-color: #fff;
}

._card-header-title {
    font-size: 2em;
    color: #3c3c3c;
    margin-bottom: 15px;
}

.card-list {
    padding-left: 0;
}

.card-list-item {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.card-list-icon {
    font-size: 17.5px;
    color: var(--primary-color);
    margin-right: 10px;
}

.mostpopular .card-button {
    text-shadow: none;
}

.card-button {
    padding: 10px 0;
    border: none;
    font-size: 16px;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
    align-self: flex-end;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.card-list-item:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.mostpopular {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}

.mostpopular .card-pricing {
    background-color: #fff;
    text-shadow: none;
}

.mostpopular .card-pricing::after {
    background-color: var(--primary-color);
}

.mostpopular ._card-header-title {
    color: #fff;
}

.mostpopular ._card-header-subtitle {
    color: #fff;
}

.mostpopular .card-pricing-number {
    color: #3c3c3c;
}

.mostpopular .card-list-icon {
    color: #fff;
}

.mostpopular .card-button {
    background: #fff;
    color: #3c3c3c;
}


.populer-transfer {
    text-align: center;
}

.populer-transfer .thin {
    font-weight: 500;
}

.rent-a-car .card-pricing {
    height: 100px;
}

.mostpopular .card__pricing-month {
    color: #3c3c3c;
}

.card__pricing-month {
    color: #fff;
    display: block;
    font-size: .8em;
    position: relative;
}

.dalaman-transfer ul li {
    list-style: inherit !important;
}

.dalaman-transfer ul {
    padding-left: 2rem !important;
    margin-bottom: 1rem !important;
}

.populer-transfer .box {
    display: flex;
    flex-wrap: wrap;
}

.populer-transfer .airport-name {
    font-weight: 600;
    letter-spacing: -.6px;
}

.populer-transfer .left {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.populer-transfer .right .big-price {
    font-size: 37px;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.populer-transfer .box .inner-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.services_box .box .item h2 {
    margin-bottom: 0;
}

.populer-transfer .box .last-inner-box {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    gap: 5px;
    text-align: end;
    font-size: 13px;
}

.populer-transfer .box .item {
    width: calc(100% / 3 - 16px);
    margin: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--primary-color);
    box-shadow: 3px 3px 5px lightgrey;
    transition: all .3s ease;
}

.populer-transfer .box .item:hover {
    transform: translateY(-5px);
    background-color: #f8f8f8;
    border: 1px solid var(--primary-color);
    box-shadow: 3px 3px 5px var(--primary-color);
}

#rezervasyonForm .modal-footer {
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0 0;
}

#rezervasyonForm .modal-footer button:first-child {
    margin-right: 15px;
}

#rezervasyonForm .modal-footer button {
    width: calc(100% / 2 - 7.5px);
    margin: 0;
}

.fast-rezervation .group1 {
    display: flex;
    flex-wrap: wrap;
}

.fast-rezervation .box .submit-button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 24px;
}

.fast-rezervation .box .submit-button button {
    border: none;
    font-size: 16px;
    border-radius: 5px;
    background: var(--primary-color);
    color: #fff;
    cursor: pointer;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 40%), 0px 2px 5px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
    padding: 10px 20px;
}

.fast-rezervation .group1 .item:nth-child(1),
.fast-rezervation .group1 .item:nth-child(2),
.fast-rezervation .group1 .item:nth-child(3) {
    margin-right: 24px;
}

.fast-rezervation .group1 .item {
    width: calc(100% / 4 - 18px);
}

.fast-rezervation .group2 {
    display: flex;
    flex-wrap: wrap;
}

.fast-rezervation .group2 .item {
    width: calc(100% / 2 - 12px);
    background-color: #fff;
    padding: 0;
    border: 1px solid lightgray;
    margin: 0;
    visibility: hidden;
    height: 0;
    border-radius: 0.25rem;
}

.fast-rezervation .group2 .item:first-child {
    margin-right: 24px;
}

.fast-rezervation .group2 .item.isim-alani.show,
.fast-rezervation .group2 .item.tarih-alani.show {
    visibility: visible;
    height: auto;
    padding: 20px;
    margin-top: 24px;
}

.fast-rezervation .group2 .item .yolcu-isimleri input:not(:last-child) {
    margin-bottom: 10px;
}

.fast-rezervation .group2 .item .label-header {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

/* .fast-rezervation .group1 select {
    width: calc(100% / 3 - 16px);
} */

.gallery-section .box {
    display: flex;
    flex-wrap: wrap;
}

.gallery-section .box .items-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gallery-section .box .items-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-section .box .items-section-3 figure {
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

.gallery-section .box .items-section-3 figure img {
    height: 350px;
}

.gallery-section .box .items-section-2 figure img {
    height: 450px;
}

.gallery-section .box .items-section-1 figure img {
    height: 1400px;
}

.gallery-section .box .items-section-2 figure {
    width: calc(100% / 2 - 30px);
    margin: 15px;
}

.gallery-section .box .items-section-1 {
    width: 100%;
}

.gallery-section .box .items-section-1 figure {
    margin: 15px;
    width: 100%;
}

.our-videos .box .item {
    width: 100%;
    display: flex;
    justify-content: center;
}

.our-videos .box .item iframe {
    width: 100%;
}

.our-videos .box .item:not(:last-child) {
    margin-bottom: 30px;
}

.kalkis,
.inis,
.kalkis2,
.inis2 {
    display: none;
}

.kalkis.show,
.inis.show,
.kalkis2.show,
.inis2.show {
    display: block;
}

._container {
    width: 1440px;
    margin: auto;
}

@media (max-width: 1500px) {

    .transfer-zones .box .item,
    .blog-list .box .item {
        width: calc(100% / 3 - 32px);
    }

    ._container {
        width: 1200px;
    }
}


@media (max-width: 1280px) {
    .our-team .box .item img {
        height: 150px;
    }

    .our-team .box .item {
        width: calc(100% / 5 - 30px);
        margin: 15px;
    }

    .happy-customers figure.item img {
        min-height: 450px;
    }

    .happy-customers ._container {
        flex-wrap: wrap;
    }

    .happy-customers .item {
        width: 100%;
        min-height: auto;
    }

    .happy-customers figure.item {
        width: 100%;
    }

    .services_box .box .item {
        width: 100%;
    }

    .article-section .main-article-section {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }

    .article-section .sidebar-section {
        width: 100%;
    }

    .full-screen-slider .swiper-slide .content .banner-title {
        font-size: 3em;
    }

    .full-screen-slider .swiper-slide .content .banner-text {
        font-size: 1em;
    }

    .full-screen-slider .swiper-slide .content .banner-link {
        height: 40px;
        padding: 0 17px;
    }

    .fast-rezervation .group1 .item:nth-child(1),
    .fast-rezervation .group1 .item:nth-child(2),
    .fast-rezervation .group1 .item:nth-child(3) {
        margin-right: 0;
    }

    .fast-rezervation .group1 .item:nth-child(1),
    .fast-rezervation .group1 .item:nth-child(3) {
        margin-right: 18px;
    }

    .fast-rezervation .group1 .item:nth-child(3),
    .fast-rezervation .group1 .item:nth-child(4) {
        margin-top: 18px;
    }

    .fast-rezervation .group1 .item {
        width: calc(100% / 2 - 9px);
    }

    .header-section h1._header {
        font-size: 2.7em;
    }

    .populer-transfer .box .item {
        width: calc(100% / 2 - 16px);
    }

    .footer-part .box .top .item {
        width: calc(100% / 2 - 48px);
    }

    .transfer-zones .box .item,
    .blog-list .box .item {
        width: calc(100% / 2 - 32px);
    }

    ._container {
        width: 991px;
    }

    .header-part .computer {
        display: none;
    }

    .header-part .mobile {
        display: block;
    }

    ._card-content {
        width: calc(100% / 2 - 40px);
        margin: 20px;
    }
}

@media (max-width: 1080px) {
    .gallery-section .box .items-section-3 figure img {
        height: 250px;
    }

    .gallery-section .box .items-section-1 figure img {
        height: 1200px;
    }

    body {
        font-size: 15px;
    }

    .photo-gallery .item:first-child {
        max-width: 100%;
        width: 100%;
    }

    .photo-gallery .box a._btn-dark {
        margin-top: 20px;
    }

    .photo-gallery .box {
        flex-wrap: wrap;
    }

    ._container {
        width: 95%;
    }
}

@media (max-width: 991px) {
    .services_box .box .item h2 {
        font-size: 1.4em;
    }

    .progress-bar-section .box {
        max-width: 100%;
        padding: 0 20px;
    }

    .header-section h1._header {
        font-size: 2.5em;
    }

    .companies .box figure .big-slider .swiper-slide {
        height: 300px;
    }

    .companies .box figure .thumbs .swiper-slide {
        height: 70px;
    }

    .companies .box .map {
        height: 300px;
    }

    .companies .box .gallery,
    .companies .box .map {
        width: 100%;
        margin: 24px 0;
    }

    .companies .box .contact-info .item {
        width: 100%;
        margin: 12px 0;
    }
}

@media (max-width: 768px) {
    .our-videos .box .item iframe {
        height: 450px;
    }

    .gallery-section .box .items-section-2 figure img {
        height: 300px;
    }

    .gallery-section .box .items-section-3 figure img {
        height: 250px;
    }

    .gallery-section .box .items-section-1 figure img {
        height: 800px;
    }

    .gallery-section .box .items-section-3 figure {
        width: calc(100% / 2 - 30px);
    }

    .our-team .box .item img {
        height: auto;
    }

    .our-team .box .item {
        width: 100%;
        margin: 15px 0;
    }

    .happy-customers figure.item img {
        min-height: 300px;
    }

    .happy-customers .item .box .child .count {
        font-size: 2.5em;
    }

    .header-section ._header {
        font-size: 1.8em;
    }

    .full-screen-slider .swiper-slide .content .banner-title {
        font-size: 2.5em;
        line-height: 110%;
    }

    .full-screen-slider .swiper-slide .content .banner-text {
        font-size: 1em;
        line-height: 150%;
        margin-bottom: 25px;
    }

    .full-screen-slider ._container .full-screen-swiper-slider .swiper-slide .content {
        padding: 125px 95px !important;
    }

    .fast-rezervation .group1 .item {
        width: 100%;
    }

    .fast-rezervation .group1 .item:nth-child(3),
    .fast-rezervation .group1 .item:nth-child(4) {
        margin-top: 0;
    }

    .fast-rezervation .group1 .item:not(:last-child) {
        margin-bottom: 10px;
    }

    .fast-rezervation .group1 .item:nth-child(1),
    .fast-rezervation .group1 .item:nth-child(3) {
        margin-right: 0;
    }

    .header-section ._header.display-flex .info-button {
        margin: 10px 0;
        margin-left: 0;
        min-width: 200px;
    }

    .header-section ._header.display-flex {
        flex-direction: column;
    }

    .fast-rezervation .group2 .item:first-child {
        margin-right: 0;
    }

    .fast-rezervation .group2 .item {
        width: 100%;
    }

    .populer-transfer .box .item {
        padding: 10px;
    }

    .populer-transfer .box .inner-box {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .populer-transfer .right .big-price {
        font-size: 27px;
        font-weight: 600;
    }

    .populer-transfer .province-name {
        font-size: 14px;
        letter-spacing: -.5px;
    }

    ._card-content figure {
        height: 220px;
    }

    ._card-content {
        padding: 15px 20px;
    }

    .footer-part .box .top .item {
        width: 100%;
    }

    body {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    #rezervasyonForm .modal-footer button:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    #rezervasyonForm .modal-footer button {
        width: 100%;
        margin: 0;
    }

    .header-section h1._header {
        font-size: 2.3em;
    }

    .price-cards .box {
        justify-content: center;
    }

    ._card-content {
        width: 100%;
        max-width: 400px;
    }

    .transfer-zones .box .item,
    .blog-list .box .item {
        width: 100%;
        margin: 24px 12px;
    }
}

@media (max-width: 500px) {
    .our-videos .box .item iframe {
        height: 350px;
    }

    .gallery-section .box .items-section-1 figure img {
        height: 500px;
    }

    .gallery-section .box .items-section-3 figure {
        width: 100%;
    }

    .gallery-section .box .items-section-2 figure {
        width: 100%;
    }

    .article-section .main-article-section {
        padding: 20px;
    }

    .article-section .sidebar-section {
        padding: 20px;
    }

    .full-screen-slider ._container .full-screen-swiper-slider .swiper-slide .content {
        padding: 125px 35px !important;
    }

    .full-screen-slider .swiper-button-next,
    .full-screen-slider .swiper-button-prev {
        display: none;
    }

    .section.page-title {
        padding: 25px 0;
    }

    .header-section h1._header {
        font-size: 2em;
    }

    .populer-transfer .left {
        text-align: center;
    }

    .mostpopular .card-pricing::after {
        border-left: 45px solid #fff;
        border-right: 45px solid #fff;
    }

    .card-pricing::after {
        border-left: 45px solid var(--primary-color);
        border-right: 45px solid var(--primary-color);
    }

    .card-pricing {
        width: 90px;
    }

    .card-pricing-number {
        font-size: 19px;
    }

    .language-selector button {
        padding: 0 10px;
    }

    .mobile-overlay .menu-links {
        padding: 100px 40px;
    }

    .header-part .language-selector button span,
    .language-selector .dropdown li a span {
        display: none;
    }

    .language-selector .dropdown li a {
        justify-content: center;
    }

    .language-selector .dropdown li a img {
        margin-right: 0;
    }
}