@charset "UTF-8";

/*
Theme Name: Visaway 
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Visaway – Immigration & Visa Consulting HTML Template
Service Html Template 
Version: 1.0.0
*/


/*CSS Table Of Content Ends Here*/


/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Faq
10. Feature
11. Footer
12. Header
13. Helping
14. Hero
15. Marquee
16. Meanmenu
17. News
18. Preloader
19. Pricing
20. Section
21. Service
22. Testimonial
23. Visa


--------------------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #c48645;
    --theme-2: #d3393a;
    --header: #151A26;
    --text: #535761;
    --text-2: #0B4E3D;
    --border: #C9C9C9;
    --border-2: #CBCCCF;
    --bg: #F8F8F9;
    --bg-2: #153888;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
    background: transparent;
    color: var(--header);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 6px 6px 24px;
    border-radius: 55px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    font-family: "Space Grotesk", sans-serif;
    border: 1px solid var(--border);
}

@media (max-width: 575px) {
    .theme-btn {
        padding: 2px 4px 2px 24px;
    }
}

.theme-btn i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    margin-left: 20px;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}

.theme-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.theme-btn:hover i {
    background-color: var(--white);
    color: var(--header);
}

.link-btn {
    color: var(--theme-2);
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Space Grotesk", sans-serif;
}

.link-btn i {
    margin-left: 8px;
}

.link-btn:hover {
    color: var(--theme);
}


/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--text);
    background-color: var(--white);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    /* text-transform: capitalize; */
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: none;
    background-color: transparent;
    padding: 0;
}

input:focus {
    color: var(--white);
    outline: none;
}

input {
    color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Space Grotesk", serif;
    margin: 0px;
    padding: 0;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    /* text-transform: capitalize; */
}

h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 111%;
}

@media (max-width: 1899px) {
    h1 {
        font-size: 70px;
    }
}

@media (max-width: 1600px) {
    h1 {
        font-size: 60px;
    }
}

@media (max-width: 1399px) {
    h1 {
        font-size: 55px;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 28px;
    }
}

h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 117%;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 30px;
    }
}

@media (max-width: 470px) {
    h2 {
        font-size: 25px;
    }
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 133%;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 20px;
    }
}

h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 141%;
}

@media (max-width: 1199px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

p {
    margin: 0px;
    transition: all 0.4s ease-in-out;
}

span {
    margin: 0px;
}

.about-wrapper .about-image {
    /* max-width: 375px; */
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image {
        max-width: initial;
    }
}

.about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.about-wrapper .about-image .about-image-2 {
    position: absolute;
    bottom: -170px;
    right: -238px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image .about-image-2 {
        max-width: 250px;
        right: 0;
        bottom: 0;
    }
}

.about-wrapper .about-image .bg-shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image .bg-shape {
        display: none;
    }
}

.about-wrapper .about-image .bg-shape img {
    width: initial;
    height: initial;
}

.about-wrapper .about-image .plane-shape {
    position: absolute;
    left: -38px;
    bottom: -163px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image .plane-shape {
        display: none;
    }
}

.about-wrapper .about-image .plane-shape img {
    width: initial;
    height: initial;
}

.about-wrapper .about-image .top-shape {
    position: absolute;
    right: -200px;
    top: 0;
}

@media (max-width: 1399px) {
    .about-wrapper .about-image .top-shape {
        display: none;
    }
}

.about-wrapper .about-image .top-shape img {
    width: initial;
    height: initial;
}

.about-wrapper .about-content .text {
    margin-top: 24px;
    padding-left: 40px;
    border-left: 3px solid var(--border-2);
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .text {
        border-left: none;
        padding-left: 0;
    }
}

.about-wrapper .about-content .about-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    padding-top: 24px;
}

@media (max-width: 991px) {
    .about-wrapper .about-content .about-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.about-wrapper .about-content .about-item .content span {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
    display: inline-block;
    margin-bottom: 5px;
}

.about-wrapper .about-content .about-item .content span img {
    margin-right: 8px;
}

.about-wrapper .about-content .list {
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding: 24px 0 32px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .list {
        margin-bottom: 30px;
        padding: 24px 0 30px;
    }
}

.about-wrapper .about-content .list li:not(:last-child) {
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .about-wrapper .about-content .list li {
        font-size: 14px;
    }
}

.about-wrapper .about-content .list li i {
    color: var(--theme-2);
    margin-right: 8px;
}

.about-section {
    position: relative;
    z-index: 9;
}

.about-section .top-shape {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .about-section .top-shape {
        display: none;
    }
}

.about-wrapper-3 .about-content .text {
    margin-top: 20px;
    max-width: 616px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 24px;
    margin-bottom: 30px;
}

.about-wrapper-3 .about-content .about-list-item {
    display: flex;
    gap: 32px;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-list-item {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.about-wrapper-3 .about-content .about-list-item .loading-box {
    height: 256px;
    width: 214px;
    border-radius: 16px;
    position: relative;
    text-align: center;
}

.about-wrapper-3 .about-content .about-list-item .loading-box .loading-boxs {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0a4ebd;
    border-radius: 16px;
}

.about-wrapper-3 .about-content .about-list-item .loading-box .loading-boxs .circle-bar {
    position: relative;
}

.about-wrapper-3 .about-content .about-list-item .loading-box .loading-boxs .circle-bar strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    font-weight: bold;
    color: var(--white);
}

.about-wrapper-3 .about-content .about-list-item .loading-box h6 {
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
}

.about-wrapper-3 .about-content .about-list-item .list-item .list {
    margin-bottom: 48px;
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .about-wrapper-3 .about-content .about-list-item .list-item .list li {
        font-size: 16px;
    }
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li:not(:last-child) {
    margin-bottom: 15px;
}

.about-wrapper-3 .about-content .about-list-item .list-item .list li i {
    margin-right: 8px;
    color: var(--theme-2);
}

.about-wrapper-3 .about-image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.about-wrapper-3 .about-image.tp-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.about-wrapper-3 .about-image.tp-clip-anim .tp-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.about-wrapper-3 .about-image.tp-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.about-wrapper-3 .about-image.tp-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg);
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg);
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounce-x {
    -webkit-animation: bounce-x 7s infinite linear;
    animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 375px;
        height: 375px;
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes wave {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes moving {
    0% {
        transform: translatey(0px);
    }
    20% {
        transform: translateX(-50px);
    }
    50% {
        transform: translatey(-40px);
    }
    100% {
        transform: translatey(0px);
    }
}


/*img-animation**********************/

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes borderAnim {
    0% {
        width: 0;
    }
    100% {
        width: 44px;
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes strokeColorChange1 {
    0% {
        -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
    }
    25% {
        -webkit-text-stroke-color: rgba(202, 210, 210, 0.1);
    }
    50% {
        -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
    }
    75% {
        -webkit-text-stroke-color: rgba(227, 87, 43, 0.1);
    }
    100% {
        -webkit-text-stroke-color: rgba(194, 223, 147, 0.1);
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px);
    }
}

@keyframes rotateBorder {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-60%);
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes scroll-left-to-right-loop {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

.img_left_animation {
    animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_right_animation {
    animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_top_animation {
    animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes top-animation {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img_bottom_animation {
    animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
    opacity: 0;
}

@keyframes bottom-animation {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0;
    }
    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@keyframes circle {
    0% {
        transform: scale(0);
        opacity: 0.6;
    }
    100% {
        transform: scale(30);
        opacity: 0;
    }
}

@keyframes icon-bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.zoom_in {
    transform: scale(0.5);
}

.fade_up,
.fade_down,
.zoom_in,
.zoom_out {
    opacity: 0;
    transition: all 2s;
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}

.brand-wrapper .brand-item {
    border-top: 1px solid rgba(203, 204, 207, 0.72);
    border-bottom: 1px solid rgba(203, 204, 207, 0.72);
    text-align: center;
    height: 116px;
    position: relative;
}

.brand-wrapper .brand-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(203, 204, 207, 0.72);
    width: 1px;
    left: 0;
}

.brand-wrapper .brand-item::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    background-color: rgba(203, 204, 207, 0.72);
    width: 1px;
    right: 0;
}

.brand-wrapper .brand-item .brand-image {
    position: relative;
    padding: 30px 0;
}

.brand-wrapper .brand-item .brand-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(203, 204, 207, 0.72);
    width: 1px;
    left: 0;
    height: 100px;
}

@media (max-width: 1199px) {
    .brand-wrapper .brand-item .brand-image::before {
        display: none;
    }
}

.brand-wrapper.style-1 .brand-item {
    height: 102px;
}

.brand-wrapper.style-1 .brand-item .brand-image {
    text-align: center;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.4;
}

.brand-wrapper.style-1 .brand-item .brand-image:hover {
    filter: initial;
    opacity: 1;
}

.brand-wrapper.style-1 .brand-item .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1;
}

.contact-wrapper-2 {
    display: flex;
    align-items: center;
    gap: 325px;
}

@media (max-width: 1399px) {
    .contact-wrapper-2 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.contact-wrapper-2 .contact-from-box {
    padding: 60px 48px;
    background-color: var(--theme-2);
    border-radius: 24px;
    width: 644px;
}

@media (max-width: 1399px) {
    .contact-wrapper-2 .contact-from-box {
        padding: 30px;
    }
}

.contact-wrapper-2 .contact-from-box h3 {
    color: var(--white);
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 1399px) {
    .contact-wrapper-2 .contact-from-box h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper-2 .contact-from-box h3 {
        font-size: 20px;
    }
}

.contact-wrapper-2 .contact-from-box .form-clt input,
.contact-wrapper-2 .contact-from-box .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background: transparent;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
}

.contact-wrapper-2 .contact-from-box .form-clt input::placeholder,
.contact-wrapper-2 .contact-from-box .form-clt textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select {
    width: 100% !important;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 20px;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    width: initial;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select::after {
    right: 0;
    width: 10px;
    height: 8px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    margin-top: 0;
    background-color: rgba(255, 255, 255, 0.7);
    clip-path: polygon(100% 0, 49% 100%, 0 0);
    -webkit-transform: rotate(0eg);
    transform: rotate(0deg);
    top: 36%;
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select .list {
    width: 100%;
    background-color: var(--bg);
    top: 60%;
    font-size: 16px;
    color: var(--header);
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select .focus {
    background-color: transparent;
    font-weight: 400;
    color: var(--text);
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select .option {
    border: none;
}

.contact-wrapper-2 .contact-from-box .form-clt .nice-select .option:hover {
    background-color: transparent;
}

.contact-wrapper-2 .contact-from-box .contact-btn {
    margin-top: 48px;
    text-align: center;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .contact-wrapper-2 .contact-from-box .contact-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.contact-wrapper-2 .contact-from-box .contact-btn .theme-btn {
    color: var(--white);
}

.contact-wrapper-2 .contact-from-box .contact-btn .theme-btn:hover {
    border: 1px solid var(--theme);
}

.contact-wrapper-2 .contact-from-box h5 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 10px;
}

.contact-wrapper-2 .contact-from-box h2 {
    font-size: 40px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 10px;
    margin-bottom: 5px;
}

@media (max-width: 1399px) {
    .contact-wrapper-2 .contact-from-box h2 {
        font-size: 25px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper-2 .contact-from-box h2 {
        font-size: 20px;
    }
}

.contact-wrapper-2 .contact-from-box h2 a {
    color: var(--white);
}

.contact-wrapper-2 .contact-from-box p {
    color: rgba(255, 255, 255, 0.7);
}

.contact-wrapper-2 .video-btn {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    font-size: 16px;
    border-radius: 100px;
    z-index: 999;
    display: inline-block;
}

@media (max-width: 991px) {
    .contact-wrapper-2 .video-btn {
        margin-left: 30px;
    }
}

@media (max-width: 575px) {
    .contact-wrapper-2 .video-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-left: 15px;
    }
}

.contact-wrapper-2 .video-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(225, 56, 51, 0.24);
    border-radius: 100%;
    border: 2px solid var(--white);
}

@media (max-width: 575px) {
    .contact-wrapper-2 .video-btn::before {
        width: 100px;
        height: 100px;
    }
}

.contact-section-2 {
    background-attachment: fixed;
}

.contact-from-wrapper {
    background-color: var(--bg);
    border-radius: 16px;
    padding: 48px;
}

@media (max-width: 1399px) {
    .contact-from-wrapper {
        padding: 30px;
    }
}

.contact-from-wrapper .form-clt {
    position: relative;
}

.contact-from-wrapper .form-clt span {
    color: var(--header);
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    margin-bottom: 10px;
    display: inline-block;
}

.contact-from-wrapper .form-clt input,
.contact-from-wrapper .form-clt textarea {
    width: 100%;
    border: none;
    outline: none;
    background: var(--white);
    color: var(--text);
    border-radius: 100px;
    padding: 18px 20px;
}

@media (max-width: 767px) {
    .contact-from-wrapper .form-clt input,
    .contact-from-wrapper .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .contact-from-wrapper .form-clt input,
    .contact-from-wrapper .form-clt textarea {
        padding: 12px 18px;
    }
}

.contact-from-wrapper .form-clt input::placeholder,
.contact-from-wrapper .form-clt textarea::placeholder {
    color: var(--text);
}

.contact-from-wrapper .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
    border-radius: 40px;
}

.contact-from-wrapper .cheak-list-item {
    margin-top: 30px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .contact-from-wrapper .cheak-list-item {
        margin-bottom: 30px;
    }
}

.contact-from-wrapper .cheak-list-item .cheak-list {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 24px;
}

@media (max-width: 1399px) {
    .contact-from-wrapper .cheak-list-item .cheak-list {
        flex-wrap: wrap;
        gap: 22px;
    }
}

.contact-from-wrapper .cheak-list-item .cheak-list .form-check {
    flex-basis: 200px;
}

.contact-from-wrapper .cheak-list-item .cheak-list .form-check-label {
    font-size: 18px;
    color: var(--header);
    font-weight: 500;
    font-family: "Space Grotesk", serif;
}

.contact-from-wrapper .cheak-list-item .cheak-list .form-check .form-check-input {
    float: left;
    transform: translateY(0px);
    border-radius: 100px;
    border: 1px solid var(--text);
    background-color: var(--white);
}

.contact-from-wrapper .cheak-list-item .cheak-list .form-check .form-check-input:checked {
    background-color: var(--theme-2);
    border: 1px solid var(--theme-2);
}

.contact-from-wrapper .theme-btn {
    width: 100%;
}

.contact-from-wrapper .theme-btn.style-2 {
    width: initial;
}

.contact-icon-item {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: var(--bg);
    border-radius: 16px;
    padding: 30px;
}

@media (max-width: 991px) {
    .contact-icon-item {
        flex-wrap: wrap;
    }
}

.contact-icon-item .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--header);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    font-size: 20px;
}

.contact-icon-item .content p {
    margin-bottom: 5px;
}

.contact-icon-item .content h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 144%;
}

.contact-icon-item:hover .icon {
    background-color: var(--theme);
}

.map-items .googpemap iframe {
    width: 100%;
    height: 724px;
}

@media (max-width: 575px) {
    .map-items .googpemap iframe {
        height: 400px;
    }
}

.faq-wrapper .faq-content .text {
    max-width: 505px;
    margin-top: 24px;
    margin-bottom: 48px;
}

.faq-wrapper .faq-items {
    position: relative;
    z-index: 9;
}

.faq-wrapper .faq-items .accordion .accordion-item {
    border: none;
}

.faq-wrapper .faq-items .accordion .accordion-item h5 button {
    line-height: 1;
    font-weight: 600;
    padding: 29px 30px;
    color: var(--header);
    cursor: pointer;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item h5 button {
        font-size: 18px;
        line-height: 1.6;
        padding: 22px 20px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
    background-color: var(--white);
    box-shadow: 8px 8px 32px 0 rgba(0, 72, 180, 0.08);
    backdrop-filter: blur(5px);
}

.faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .faq-wrapper .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.faq-wrapper .faq-items .accordion .accordion-button {
    background-color: var(--white);
    color: var(--header);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
}

.faq-wrapper .faq-items .accordion .accordion-button::after {
    content: "\f324";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 900;
    transition: all 0.3s ease-in-out !important;
    color: var(--theme-2);
}

.faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
    color: var(--header);
}

.faq-wrapper .faq-items .accordion .accordion-button:not(.collapsed)::after {
    content: "\f322";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 900;
    color: var(--theme);
    transform: rotate(0);
}

.faq-section {
    border-top: 1px solid rgba(203, 204, 207, 0.24);
}

.feature-wrapper .feature-content .text {
    color: var(--white);
    opacity: 0.8;
    margin-top: 24px;
}

.feature-wrapper .feature-content .feature-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(203, 204, 207, 0.32);
    padding-top: 30px;
    margin-top: 24px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .feature-wrapper .feature-content .feature-list-item {
        gap: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .feature-wrapper .feature-content .feature-list-item {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.feature-wrapper .feature-content .feature-list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
}

@media (max-width: 1399px) {
    .feature-wrapper .feature-content .feature-list-item .list li {
        font-size: 14px;
    }
}

.feature-wrapper .feature-content .feature-list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}

.feature-wrapper .feature-content .feature-list-item .list li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    color: var(--theme-2);
    transform: rotate(-45deg);
    background-color: var(--white);
    margin-right: 8px;
}

.feature-wrapper .feature-content .theme-btn {
    color: var(--white);
}

.feature-wrapper .feature-content .theme-btn:hover {
    border: 1px solid var(--theme);
}

.feature-wrapper .feature-image {
    margin-left: 30px;
    position: relative;
}

.feature-wrapper .feature-image h6 {
    font-size: 16px;
    font-weight: 500;
    padding: 6.948px 10.423px;
    border-radius: 83.381px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(43.4276199341px);
    color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 575px) {
    .feature-wrapper .feature-image h6 {
        font-size: 14px;
    }
}

@media (max-width: 1399px) {
    .feature-wrapper .feature-image {
        margin-left: 0;
    }
}

.feature-wrapper .feature-image img {
    width: 100%;
    height: 100%;
    animation: spin 15s linear infinite;
}

.feature-section {
    margin: 0 20px;
    border-radius: 32px;
}

@media (max-width: 575px) {
    .feature-section {
        margin: 0 15px;
    }
}

.video-section {
    border-radius: 24px;
    position: relative;
    margin: 0 20px;
    margin-bottom: 25px;
    margin-top: 120px;
}

.video-section::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    background: linear-gradient(75deg, #182960 -2.93%, rgba(0, 72, 180, 0.24) 98.99%);
    z-index: 1;
    pointer-events: none;
}

.video-section .video-bg {
    width: 100%;
    height: 672px;
    border-radius: 40px;
    object-fit: cover;
    position: relative;
    border-radius: 24px;
}

@media (max-width: 1399px) {
    .video-section .video-bg {
        height: 550px;
    }
}

@media (max-width: 991px) {
    .video-section .video-bg {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .video-section .video-bg {
        height: 350px;
    }
}

@media (max-width: 1399px) {
    .video-section {
        margin-bottom: 0;
        overflow: hidden;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .video-section {
        margin-top: 80px;
    }
}

.video-section .text-image {
    position: absolute;
    left: -10px;
    right: -18px;
    bottom: -30px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .video-section .text-image {
        display: none;
    }
}

.video-section .text-image img {
    width: 100%;
    height: 100%;
}

.video-section .text-image-2 {
    position: absolute;
    left: -11px;
    right: -20px;
    bottom: 0;
    z-index: 9;
}

@media (max-width: 1399px) {
    .video-section .text-image-2 {
        display: none;
    }
}

.video-section .text-image-2 img {
    width: 100%;
    height: 100%;
}

.video-content {
    position: absolute;
    top: 172px;
    z-index: 999;
}

.video-content h2 {
    font-size: 100px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    border-left: 6px solid var(--theme-2);
    padding-left: 30px;
}

@media (max-width: 1399px) {
    .video-content h2 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .video-content h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .video-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .video-content h2 {
        font-size: 30px;
    }
}

.video-content .shape {
    position: absolute;
    z-index: -1;
    left: -85px;
    top: -27px;
}

@media (max-width: 1600px) {
    .video-content .shape {
        left: 0;
    }
}

@media (max-width: 1399px) {
    .video-content .shape {
        display: none;
    }
}

.counter-section {
    margin: 0 20px;
    position: relative;
    border-radius: 32px;
    background-attachment: fixed;
}

@media (max-width: 575px) {
    .counter-section {
        margin: 0 15px;
    }
}

.counter-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1600px) {
    .counter-section .shape {
        display: none;
    }
}

.counter-wrapper {
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .counter-wrapper {
        margin-top: 30px;
    }
}

.counter-wrapper .counter-main-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-main-item {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper .counter-main-item {
        flex-wrap: wrap;
    }
}

.counter-wrapper .counter-main-item .counter-item {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    width: 330px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-main-item .counter-item {
        width: initial;
        padding-top: 30px;
        padding-bottom: 0;
    }
}

.counter-wrapper .counter-main-item .counter-item.style-2 {
    border-right: 1px solid rgba(203, 204, 207, 0.24);
    padding-right: 9px;
    padding-left: 10px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-main-item .counter-item.style-2 {
        border-right: none;
        padding-left: 0;
        padding-right: 0;
    }
}

.counter-wrapper .counter-main-item .counter-item h2 {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--white);
    font-size: 72px;
    color: transparent;
    transition: all 0.4s ease-in-out;
}

.counter-wrapper .counter-main-item .counter-item h5 {
    color: var(--white);
    margin-bottom: 100px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-main-item .counter-item h5 {
        margin-bottom: 30px;
    }
}

.counter-wrapper .counter-main-item .counter-item p {
    opacity: 0.88;
    color: var(--white);
    max-width: 330px;
}

@media (max-width: 1399px) {
    .counter-wrapper .counter-main-item .counter-item p {
        max-width: initial;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .counter-wrapper .counter-main-item .counter-item p {
        max-width: 330px;
    }
}

.counter-wrapper .counter-main-item .counter-item:hover h2 {
    color: var(--white) !important;
    -webkit-text-stroke: initial !important;
}

.visa-consultency-item {
    text-align: center;
}

.visa-consultency-item .image {
    margin-bottom: 24px;
    transition: 0.3s;
}

.visa-consultency-item h6 {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--theme);
    margin-top: 10px;
}

.visa-consultency-item:hover .image img {
    animation: zoomIn 0.5s linear;
}

.feature-wrapper-2 .feature-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-image.tp-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.feature-wrapper-2 .feature-image.tp-clip-anim .tp-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-image.tp-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.feature-wrapper-2 .feature-image.tp-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.feature-wrapper-2 .feature-content {
    margin-left: 30px;
}

@media (max-width: 991px) {
    .feature-wrapper-2 .feature-content {
        margin-left: 0;
    }
}

.feature-wrapper-2 .feature-content .text {
    margin-top: 24px;
}

.feature-wrapper-2 .feature-content .feature-count {
    display: flex;
    align-items: center;
    gap: 24px;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    margin-top: 24px;
    padding-top: 24px;
    margin-bottom: 48px;
}

@media (max-width: 1399px) {
    .feature-wrapper-2 .feature-content .feature-count {
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
}

.feature-wrapper-2 .feature-content .feature-count .content .count-image img {
    width: 100%;
    height: 100%;
}

.feature-wrapper-2 .feature-content .feature-count .content h5 {
    font-weight: 500;
}

.feature-wrapper-2 .feature-content .feature-count .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .feature-wrapper-2 .feature-content .feature-count .list li {
        font-size: 16px;
    }
}

.feature-wrapper-2 .feature-content .feature-count .list li:not(:last-child) {
    margin-bottom: 15px;
}

.feature-wrapper-2 .feature-content .feature-count .list li i {
    margin-right: 8px;
    color: var(--theme-2);
}

.choose-us-wrapper-2 .choose-us-image {
    margin-right: 40px;
}

.choose-us-wrapper-2 .choose-us-image img {
    width: 100%;
    height: 100%;
}

.choose-us-wrapper-2 .choose-us-image.tp-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.choose-us-wrapper-2 .choose-us-image.tp-clip-anim .tp-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.choose-us-wrapper-2 .choose-us-image.tp-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.choose-us-wrapper-2 .choose-us-image.tp-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.choose-us-wrapper-2 .feature-content {
    margin-right: 20px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-2 .feature-content {
        margin-right: 0;
    }
}

.choose-us-wrapper-2 .feature-content .text {
    margin-top: 24px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 16px;
    margin-bottom: 8px;
}

.choose-us-wrapper-2 .feature-content .choose-us-box {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    border: 1px solid var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 12px;
    margin-top: 24px;
    background-color: var(--white);
}

@media (max-width: 1399px) {
    .choose-us-wrapper-2 .feature-content .choose-us-box {
        flex-wrap: wrap;
    }
}

.choose-us-wrapper-2 .feature-content .choose-us-box .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--bg);
}

.choose-us-wrapper-2 .feature-content .choose-us-box .content h5 {
    margin-bottom: 5px;
}

.choose-us-wrapper-2 .feature-content .choose-us-box .content p {
    max-width: 500px;
}

.choose-us-wrapper-2 .feature-content .choose-us-box:hover {
    border: 1px solid var(--theme);
}

.choose-us-wrapper-2 .feature-content .theme-btn {
    margin-top: 48px;
}

.destination-offer-wrapper-3 {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .destination-offer-wrapper-3 {
        margin-top: 30px;
    }
}

.destination-offer-wrapper-3 .destination-offer-item {
    border-radius: 16px;
}

.destination-offer-wrapper-3 .destination-offer-item .choose-us-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.destination-offer-wrapper-3 .destination-offer-item .choose-us-content {
    padding: 16px 17px 24px;
    background-color: var(--bg);
}

.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    gap: 12px;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.destination-offer-wrapper-3 .destination-offer-item .choose-us-content .icon-item h5 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.destination-offer-section {
    position: relative;
    z-index: 9;
}

.destination-offer-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.destination-offer-section .bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(4, 4, 5, 0.87);
}

.choose-us-wrapper-3 .choose-us-left-item {
    display: flex;
    align-items: center;
    gap: 0;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-left-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-left-item .left-item .choose-us-image img {
        width: 100%;
        height: 100%;
    }
}

.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 21px 45px;
    background-color: var(--header);
    width: 311px;
    border-bottom-left-radius: 100px;
    margin-top: 30px;
}

.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--white);
    color: var(--theme);
}

.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .content span {
    opacity: 0.8;
    color: var(--white);
}

.choose-us-wrapper-3 .choose-us-left-item .left-item .caller-item .content h5 a {
    color: var(--theme);
}

.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box {
    padding: 20px 24px;
    background-color: var(--theme-2);
    border-top-right-radius: 100px;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 308px;
    margin-bottom: 30px;
    margin-left: -24px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-left-item .right-item .count-box {
        margin-left: 0;
    }
}

.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box h2 {
    color: var(--white);
}

.choose-us-wrapper-3 .choose-us-left-item .right-item .count-box h5 {
    color: var(--white);
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-left-item .right-item .choose-image img {
        width: 100%;
        height: 100%;
    }
}

.choose-us-wrapper-3 .choose-us-content .text {
    margin-top: 20px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.choose-us-wrapper-3 .choose-us-content .nav {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.choose-us-wrapper-3 .choose-us-content .nav li {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1199px) {
    .choose-us-wrapper-3 .choose-us-content .nav li {
        font-size: 16px;
    }
}

.choose-us-wrapper-3 .choose-us-content .nav li .nav-link {
    color: var(--header);
    transition: all 0.4s ease-in-out;
    padding: 16px 32px;
    border-radius: 100px;
    line-height: 1;
    border: 1px solid rgba(203, 204, 207, 0.24);
}

.choose-us-wrapper-3 .choose-us-content .nav li .nav-link.active {
    position: relative;
    background-color: var(--theme-2);
    color: var(--white);
}

.choose-us-wrapper-3 .choose-us-content .content {
    margin-top: 16px;
}

.choose-us-wrapper-3 .choose-us-content .content .list-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-content .content .list-item {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
    }
}

.choose-us-wrapper-3 .choose-us-content .content .list-item .list li {
    font-size: 18px;
    font-weight: 500;
    color: var(--header);
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .choose-us-wrapper-3 .choose-us-content .content .list-item .list li {
        font-size: 16px;
    }
}

.choose-us-wrapper-3 .choose-us-content .content .list-item .list li:not(:last-child) {
    margin-bottom: 10px;
}

.choose-us-wrapper-3 .choose-us-content .content .list-item .list li i {
    margin-right: 10px;
}

.intro-image {
    margin-top: 30px;
    border-radius: 24px;
}

.intro-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.intro-image.tp-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.intro-image.tp-clip-anim .tp-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.intro-image.tp-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.intro-image.tp-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.appointment-wrapper .appointment-content h5 {
    margin-top: 80px;
}

@media (max-width: 1399px) {
    .appointment-wrapper .appointment-content h5 {
        margin-top: 30px;
    }
}

.appointment-wrapper .calendar {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    width: 640px;
}

@media (max-width: 1399px) {
    .appointment-wrapper .calendar {
        width: initial;
        overflow-x: scroll;
    }
}

.appointment-wrapper .calendar .calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.appointment-wrapper .calendar .calendar-header h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.appointment-wrapper .calendar .calendar-header button {
    background: var(--theme-2);
    color: var(--white);
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 16px;
}

.appointment-wrapper .calendar .days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    font-weight: 700;
    color: var(--header);
    margin-bottom: 10px;
}

.appointment-wrapper .calendar .dates {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    text-align: center;
}

.appointment-wrapper .calendar .dates div {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background: var(--white);
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .appointment-wrapper .calendar .dates div {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

.appointment-wrapper .calendar .dates .highlight {
    background: var(--theme-2) !important;
    color: var(--white);
    font-weight: bold;
}

.appointment-wrapper .calendar .dates div.active-date {
    background: var(--theme-2);
    color: var(--white);
    font-weight: bold;
}

.cooming-soon-content {
    text-align: center;
}

.cooming-soon-content h2 {
    margin-top: 24px;
    margin-bottom: 20px;
}

.cooming-soon-content p {
    max-width: 744px;
    margin: 0 auto;
}

.cooming-soon-content form {
    max-width: 664px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.cooming-soon-content .form-clt {
    position: relative;
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .cooming-soon-content .form-clt {
        margin-top: 30px;
    }
}

.cooming-soon-content .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--bg);
    color: var(--text);
    line-height: 1;
    padding: 25px 0px 25px 25px;
    border-radius: 100px;
    max-width: 664px;
}

@media (max-width: 1399px) {
    .cooming-soon-content .form-clt input {
        padding: 20px 0px 20px 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .cooming-soon-content .form-clt input {
        padding: 20px 0px 20px 10px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .cooming-soon-content .form-clt input {
        font-size: 14px;
    }
}

.cooming-soon-content .form-clt input::placeholder {
    color: var(--text);
}

.cooming-soon-content .form-clt .theme-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    text-transform: uppercase;
    border: 1px solid rgba(203, 204, 207, 0.24);
    background-color: var(--bg);
}

@media (max-width: 1399px) {
    .cooming-soon-content .form-clt .theme-btn {
        right: 0;
        top: 0;
        bottom: 0;
        padding: 2px 4px 2px 12px;
        font-size: 14px;
    }
    .cooming-soon-content .form-clt .theme-btn i {
        margin-left: 10px;
    }
}

.cooming-soon-content .form-clt .theme-btn:hover {
    color: var(--white);
    background-color: var(--theme);
}

.cooming-soon-content .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .cooming-soon-content .social-icon {
        margin-top: 30px;
    }
}

.cooming-soon-content .social-icon a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--bg);
    color: var(--header);
    display: inline-block;
}

.cooming-soon-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.footer-wrapper .footer-item {
    padding: 100px 0;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .footer-wrapper .footer-item {
        padding: 80px 0;
    }
}

.footer-wrapper .footer-item h2 {
    font-size: 30px;
    color: var(--white);
}

@media (max-width: 575px) {
    .footer-wrapper .footer-item h2 {
        font-size: 25px;
    }
}

.footer-wrapper .footer-item h2 a {
    color: var(--white);
}

.footer-wrapper .footer-item h2.text {
    font-size: 24px;
}

.footer-wrapper .footer-item .footer-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 136px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(62px);
    padding: 20px 24px;
    margin-top: 80px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-item .footer-list-item {
        margin-top: 30px;
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .footer-wrapper .footer-item .footer-list-item {
        border-radius: 0;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-wrapper .footer-item .footer-list-item .footer-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .footer-wrapper .footer-item .footer-list-item .footer-list {
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-wrapper .footer-item .footer-list-item .footer-list {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.footer-wrapper .footer-item .footer-list-item .footer-list li {
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    text-transform: uppercase;
}

.footer-wrapper .footer-item .footer-list-item .footer-list li a {
    color: var(--white);
}

.footer-wrapper .footer-item .footer-list-item .footer-list li a:hover {
    color: var(--theme);
}

.footer-wrapper .footer-item .footer-list-item .social-icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-wrapper .footer-item .footer-list-item .social-icon a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    backdrop-filter: blur(46px);
    background-color: var(--bg-2);
    color: var(--white);
    display: inline-block;
}

.footer-wrapper .footer-item .footer-list-item .social-icon a:hover {
    background-color: var(--theme);
}

.footer-section {
    margin: 0 30px;
    border-radius: 32px;
}

@media (max-width: 575px) {
    .footer-section {
        margin: 0 15px;
    }
}

.footer-bottom {
    padding: 24px 0;
    text-align: center;
}

.footer-bottom .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-bottom .footer-wrapper {
        justify-content: start;
    }
}

.footer-bottom .footer-wrapper p {
    color: var(--header);
}

.footer-bottom .footer-wrapper p span {
    color: var(--theme);
    text-transform: uppercase;
}

.footer-bottom .footer-wrapper .bottom-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .footer-bottom .footer-wrapper .bottom-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .footer-bottom .footer-wrapper .bottom-list {
        justify-content: center;
    }
}

.footer-bottom .footer-wrapper .bottom-list li a:hover {
    color: var(--theme);
}

.footer-widget-wrapper-2 {
    padding: 70px 0 90px;
}

@media (max-width: 991px) {
    .footer-widget-wrapper-2 {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper-2 .single-footer-widget {
    margin-top: 30px;
}

.footer-widget-wrapper-2 .single-footer-widget .widget-title {
    margin-bottom: 24px;
}

.footer-widget-wrapper-2 .single-footer-widget .widget-title h3 {
    color: var(--white);
    text-transform: uppercase;
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content p {
    max-width: 502px;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content p {
        font-size: 16px;
    }
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
        margin-top: 30px;
        gap: 13px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon {
        gap: 16px;
    }
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
    display: inline-block;
    margin-right: 4px;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon span {
        font-size: 16px;
    }
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon a {
    font-size: 20px;
    color: var(--theme);
}

.footer-widget-wrapper-2 .single-footer-widget .footer-content .social-icon a:hover {
    color: var(--theme-2);
}

.footer-widget-wrapper-2 .single-footer-widget .list li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.footer-widget-wrapper-2 .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widget-wrapper-2 .single-footer-widget .list li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-wrapper-2 .single-footer-widget .list li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper-2 .single-footer-widget .list li:hover a {
    color: var(--theme);
}

.footer-widget-wrapper-2 .single-footer-widget .contact-item li {
    display: flex;
    align-items: start;
    color: rgba(255, 255, 255, 0.7);
    gap: 8px;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-item li.style-2 {
    display: flex;
    align-items: center;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-item li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widget-wrapper-2 .single-footer-widget .contact-item li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-wrapper-2 .single-footer-widget .contact-item li i {
    color: var(--theme);
}

.footer-section-2 {
    position: relative;
    z-index: 9;
}

.footer-section-2 .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 100px;
    padding: 32px 48px;
    background-color: var(--theme-2);
    border-radius: 16px;
}

@media (max-width: 1399px) {
    .footer-newsletter {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px;
        margin-top: 80px;
    }
}

.footer-newsletter .newsletter-content h3 {
    color: var(--white);
}

.footer-newsletter .newsletter-content p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-newsletter form {
    max-width: 587px;
    width: 100%;
}

.footer-newsletter .form-clt {
    position: relative;
}

.footer-newsletter .form-clt .input-icon {
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
    position: absolute;
}

@media (max-width: 575px) {
    .footer-newsletter .form-clt .input-icon {
        top: 23%;
    }
}

.footer-newsletter .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--white);
    color: var(--text);
    line-height: 1;
    padding: 25px 0px 25px 60px;
    border-radius: 100px;
    max-width: 587px;
}

@media (max-width: 991px) {
    .footer-newsletter .form-clt input {
        padding: 20px 0px 20px 60px;
    }
}

.footer-newsletter .form-clt input::placeholder {
    color: var(--text);
}

.footer-newsletter .form-clt .theme-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    text-transform: uppercase;
    border: 1px solid rgba(203, 204, 207, 0.24);
}

@media (max-width: 470px) {
    .footer-newsletter .form-clt .theme-btn {
        position: static;
        margin-top: 20px;
        color: var(--white);
    }
}

.fotter-bootom-2 {
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    padding: 20px 0;
}

.fotter-bootom-2 .footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

@media (max-width: 1399px) {
    .fotter-bootom-2 .footer-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .fotter-bootom-2 .footer-wrapper {
        justify-content: start;
    }
}

.fotter-bootom-2 .footer-wrapper p {
    color: var(--white);
}

@media (max-width: 575px) {
    .fotter-bootom-2 .footer-wrapper p {
        text-align: center;
    }
}

.fotter-bootom-2 .footer-wrapper p span {
    color: var(--theme);
    text-transform: uppercase;
}

.fotter-bootom-2 .footer-wrapper .bottom-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .fotter-bootom-2 .footer-wrapper .bottom-list {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .fotter-bootom-2 .footer-wrapper .bottom-list {
        justify-content: center;
    }
}

.fotter-bootom-2 .footer-wrapper .bottom-list li a {
    color: var(--white);
}

.fotter-bootom-2 .footer-wrapper .bottom-list li a:hover {
    color: var(--theme);
}

.footer-widget-wrapper-3 {
    padding: 70px 0 100px;
    position: relative;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-3 {
        padding: 70px 0 100px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-3 {
        padding: 50px 0 80px;
    }
}

.footer-widget-wrapper-3::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 424px;
    left: 600px;
    background-color: rgba(203, 204, 207, 0.24);
    top: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-3::before {
        display: none;
    }
}

.footer-widget-wrapper-3 .single-footer-widget {
    margin-top: 30px;
}

.footer-widget-wrapper-3 .single-footer-widget .widget-title {
    margin-bottom: 24px;
}

.footer-widget-wrapper-3 .single-footer-widget .widget-title h3 {
    color: var(--white);
    text-transform: uppercase;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content h3 {
    color: var(--white);
    margin-bottom: 10px;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content p {
    color: var(--white);
    opacity: 0.7;
    max-width: 551px;
    margin-bottom: 30px;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content form {
    max-width: 551px;
    width: 100%;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt {
    position: relative;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    background-color: var(--white);
    color: var(--text);
    line-height: 1;
    padding: 25px 0px 25px 25px;
    border-radius: 100px;
    max-width: 551px;
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
        padding: 20px 0px 20px 10px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
        padding: 20px 0px 20px 10px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input {
        font-size: 14px;
    }
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt input::placeholder {
    color: var(--text);
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    text-transform: uppercase;
    border: 1px solid rgba(203, 204, 207, 0.24);
    background-color: var(--bg);
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

@media (max-width: 1399px) {
    .footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn {
        right: 0;
        top: 0;
        bottom: 0;
        padding: 2px 4px 2px 12px;
        font-size: 14px;
    }
    .footer-widget-wrapper-3 .single-footer-widget .footer-content .form-clt .theme-btn i {
        margin-left: 10px;
    }
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content h6 {
    color: var(--white);
    margin-top: 15px;
}

.footer-widget-wrapper-3 .single-footer-widget .footer-content h6 span {
    color: var(--theme);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}

.footer-widget-wrapper-3 .single-footer-widget .contact-content p {
    color: var(--white);
    opacity: 0.7;
    margin-bottom: 24px;
}

.footer-widget-wrapper-3 .single-footer-widget .contact-content h3 {
    color: var(--white);
}

.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list {
    margin-top: 16px;
}

.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list li {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer-widget-wrapper-3 .single-footer-widget .contact-content .contact-list li a {
    color: var(--white);
    opacity: 0.7;
}

.footer-widget-wrapper-3 .single-footer-widget .list li {
    transition: all 0.4s ease-in-out;
    font-weight: 400;
}

.footer-widget-wrapper-3 .single-footer-widget .list li:not(:last-child) {
    margin-bottom: 20px;
}

.footer-widget-wrapper-3 .single-footer-widget .list li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer-widget-wrapper-3 .single-footer-widget .list li:hover {
    margin-left: 5px;
}

.footer-widget-wrapper-3 .single-footer-widget .list li:hover a {
    color: var(--theme);
}

.footer-top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
}

@media (max-width: 991px) {
    .footer-top-item {
        flex-wrap: wrap;
        gap: 30Px;
        padding-bottom: 10px;
    }
}

.footer-top-item .footer-logo {
    background-color: var(--theme-2);
    padding: 18px 30px;
}

.footer-top-item .top-list {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 1399px) {
    .footer-top-item .top-list {
        gap: 20Px;
    }
}

@media (max-width: 991px) {
    .footer-top-item .top-list {
        flex-wrap: wrap;
        gap: 15Px;
    }
}

.footer-top-item .top-list li a {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
}

.footer-top-item .top-list li a:hover {
    color: var(--theme);
}

.footer-top-item .social-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-top-item .social-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-2);
    border-radius: 100px;
    color: var(--white);
    text-align: center;
}

.footer-top-item .social-item a:hover {
    background-color: var(--theme);
}

.header-top-section {
    background-color: var(--theme-2);
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .header-top-section {
        display: none;
    }
}

.header-top-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    left: 0;
    right: initial;
    width: 337px;
    z-index: -1;
}

.header-top-section .container-fluid {
    padding: 0 40px;
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .header-top-section .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-top-section .container-fluid {
        padding: 0 15px;
    }
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-wrapper .header-left .list {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-top-wrapper .header-left .list li {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-wrapper .header-left .list li a {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-wrapper .header-left .list li i {
    margin-right: 12px;
    color: var(--theme);
}

.header-top-wrapper .header-left .list li.style-2 {
    color: var(--white);
}

.header-top-wrapper .header-left .list li.style-2 i {
    color: var(--white);
}

.header-top-wrapper .header-left .list li.style-2 span {
    font-size: 18px;
    color: var(--white);
    display: inline-block;
    margin-right: 12px;
}

.header-top-wrapper .header-right {
    display: flex;
    align-items: center;
    gap: 45px;
}

.header-top-wrapper .header-right .flag-wrap {
    position: relative;
    width: 130px;
    z-index: 9;
}

@media (max-width: 1399px) {
    .header-top-wrapper .header-right .flag-wrap {
        display: none;
    }
}

.header-top-wrapper .header-right .flag-wrap i {
    color: var(--white);
}

.header-top-wrapper .header-right .flag-wrap .nice-select {
    background: transparent;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    padding: 10px 7px 10px 58px;
}

.header-top-wrapper .header-right .flag-wrap .nice-select span {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--white);
}

.header-top-wrapper .header-right .flag-wrap .nice-select .list li {
    color: var(--header);
}

.header-top-wrapper .header-right .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    height: 8px;
    margin-top: -6px;
    width: 8px;
    right: 3px;
}

.header-top-wrapper .header-right .flag-wrap .flag {
    position: absolute;
    top: 10px;
    left: 32px;
    z-index: 1;
}

@media (max-width: 767px) {
    .header-top-wrapper .header-right .flag-wrap .flag {
        display: none;
    }
}

.header-top-wrapper .header-right .social-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-wrapper .header-right .social-item a {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #153888;
    backdrop-filter: blur(46px);
    border-radius: 100px;
    color: var(--white);
    text-align: center;
}

.header-top-wrapper .header-right .social-item a:hover {
    background-color: var(--theme);
}

.header-top-section-2 {
    position: relative;
    background-color: var(--header);
}

.header-top-section-2 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-top-section-2 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-top-section-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-top-section-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-top-section-2 .container-fluid {
        padding: 0 15px;
    }
}

.header-top-wrapper-2 {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .header-top-wrapper-2 {
        display: none;
    }
}

.header-top-wrapper-2 .header-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header-top-wrapper-2 .header-left span {
    color: rgba(255, 255, 255, 0.7);
    border-radius: 88px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(58px);
    padding: 5px 8px;
    line-height: 1;
}

.header-top-wrapper-2 .header-left span a {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-wrapper-2 .social-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-wrapper-2 .social-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #153888;
    backdrop-filter: blur(46px);
    border-radius: 100px;
    color: var(--white);
    text-align: center;
}

.header-top-wrapper-2 .social-item a:hover {
    background-color: var(--theme);
}

.header-top-section-3 {
    background-color: var(--header);
    position: relative;
    z-index: 999;
}

@media (max-width: 1399px) {
    .header-top-section-3 {
        display: none;
    }
}

.header-top-section-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme-2);
    left: 0;
    right: initial;
    width: 337px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .header-top-section-3::before {
        width: 300px;
    }
}

.header-top-section-3 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-top-section-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-top-section-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-top-section-3 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-top-section-3 .container-fluid {
        padding: 0 15px;
    }
}

.header-top-wrapper-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-wrapper-3 .left-item {
    margin-left: 280px;
}

.header-top-wrapper-3 .left-item .social-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-top-wrapper-3 .left-item .social-item a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #153888;
    backdrop-filter: blur(46px);
    border-radius: 100px;
    color: var(--white);
    text-align: center;
}

.header-top-wrapper-3 .left-item .social-item a:hover {
    background-color: var(--theme);
}

.header-top-wrapper-3 .header-right .list {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-top-wrapper-3 .header-right .list li {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-wrapper-3 .header-right .list li a {
    color: rgba(255, 255, 255, 0.7);
}

.header-top-wrapper-3 .header-right .list li i {
    margin-right: 12px;
    color: var(--theme);
}

@media (max-width: 1199px) {
    .menu-thumb {
        display: none !important;
    }
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-main .main-menu ul {
    margin-bottom: 0;
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 50px;
}

@media (max-width: 1199px) {
    .header-main .main-menu ul li {
        margin-inline-end: 30px;
    }
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0;
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a i {
    margin-left: 4px;
    font-size: 14px;
}

.header-main .main-menu ul li a:hover {
    color: var(--theme-2);
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 115%;
    inset-inline-start: 0;
    min-width: 260px;
    padding: 20px 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    transform: scaleY(0) translateZ(100px);
    transition: all 0.4s ease-in-out;
    border-top: 6px solid var(--theme);
    background-color: var(--white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0;
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.34px;
    color: var(--header);
    line-height: 38px;
    padding: 0px 0px 0px 32px;
    padding-right: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .main-menu ul li .submenu li a::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: var(--theme);
    left: 14px;
    bottom: 18px;
    transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li a:hover {
    color: var(--theme-2);
}

.header-main .main-menu ul li .submenu li:last-child a {
    border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
    color: var(--theme) !important;
    margin-left: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::before {
    width: 10px;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
    width: 800px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    left: -250px;
    visibility: hidden;
    padding: 30px 30px 10px 30px;
    background-color: var(--white);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
    position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 20px;
    width: 100%;
    padding: 0 12px;
}

@media (max-width: 1399px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
        font-size: 14px;
        min-width: 140px;
    }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    background-color: var(--white);
    padding-right: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 6px 6px 24px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
    width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: var(--header);
}

.header-main .main-menu ul li:hover>a {
    color: var(--theme-2);
}

.header-main .main-menu ul li:hover>a::after {
    color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1) translateZ(0px);
}

.header-main .header-right {
    gap: 30px;
}

@media (max-width: 1399px) {
    .header-main .header-right {
        gap: 20px;
    }
}

.header-main .header-right .search-toggler {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--theme);
    border-radius: 100px;
    border: 1px solid var(--theme);
    font-size: 16px;
}

@media (max-width: 1399px) {
    .header-main .header-right .header-button {
        display: none;
    }
}

.header-main .header-right .header-button .theme-btn::before {
    background-color: var(--white);
}

.header-main .header-right .header-button .theme-btn:hover {
    color: var(--header);
}

.header-main .header-right .sidebar__toggle {
    cursor: pointer;
    font-size: 20px;
    color: var(--header);
}

.header-1 .container-fluid {
    padding: 0 40px;
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-1 .container-fluid {
        padding: 0 15px;
    }
}

.header-1 .header-left {
    display: flex;
    align-items: center;
    gap: 120px;
}

@media (max-width: 1600px) {
    .header-1 .header-left {
        gap: 50px;
    }
}

.header-1 .header-right .header-call-item {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header-1 .header-right .header-call-item .theme-btn {
    padding: 4px 4px 4px 24px;
}

@media (max-width: 1399px) {
    .header-1 .header-right .header-call-item .theme-btn {
        display: none;
    }
}

.header-1.header-2 {
    z-index: 9999;
    position: relative;
}

.header-1.header-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    left: 0;
    right: initial;
    width: 337px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .header-1.header-2::before {
        width: 235px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-2::before {
        width: 100%;
    }
}

.header-1.header-2::after {
    background-color: var(--theme);
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    height: 100%;
    width: 420px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .header-1.header-2::after {
        width: 350px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-2::after {
        display: none;
    }
}

.header-1.header-2 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-1.header-2 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-1.header-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-1.header-2 .container-fluid {
        padding: 0 15px;
    }
}

.header-1.header-2 .header-left .logo .header-logo {
    display: none;
}

.header-1.header-2 .header-right .header-call-item .theme-btn {
    color: var(--white);
}

@media (max-width: 1399px) {
    .header-1.header-2 .header-right .header-call-item .theme-btn {
        display: none;
    }
}

.header-1.header-2 .header-right .header-call-item .theme-btn i {
    background-color: var(--white);
    color: var(--header);
}

.header-1.header-2 .header-right .header-call-item .sidebar__toggle {
    color: var(--white);
}

.header-1.header-3 {
    position: relative;
}

.header-1.header-3::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme-2);
    left: 0;
    right: initial;
    width: 337px;
    z-index: -1;
}

@media (max-width: 1600px) {
    .header-1.header-3::before {
        width: 300px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-3::before {
        display: none;
    }
}

.header-1.header-3 .container-fluid {
    padding: 0 100px;
}

@media (max-width: 1899px) {
    .header-1.header-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .header-1.header-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .header-1.header-3 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .header-1.header-3 .container-fluid {
        padding: 0 15px;
    }
}

.header-1.header-3 .logo {
    position: absolute;
    left: 100px;
    top: -15px;
    z-index: 999;
}

@media (max-width: 1399px) {
    .header-1.header-3 .logo {
        display: none;
    }
}

.header-1.header-3 .header-main {
    padding-left: 280px;
}

@media (max-width: 1399px) {
    .header-1.header-3 .header-main {
        padding-left: 0;
    }
}

@media (max-width: 1399px) {
    .header-1.header-3 .header-main .header-left .logo-2 {
        display: block !important;
    }
}

.header-1.header-3 .header-main .header-right .header-call-item .icon-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 1399px) {
    .header-1.header-3 .header-main .header-right .header-call-item .icon-item {
        display: none;
    }
}

.header-1.header-3 .header-main .header-right .header-call-item .icon-item i {
    color: var(--header);
    font-size: 30px;
}

.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content h6 {
    margin-bottom: 5px;
}

.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content span {
    font-size: 18px;
}

.header-1.header-3 .header-main .header-right .header-call-item .icon-item .content span a {
    color: var(--header);
}

.sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.9s;
    background-color: var(--white);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.sticky.header-1 .header-main .header-right .header-button .theme-btn::before {
    background-color: var(--theme);
}

.sticky.header-2::before {
    display: none;
}

.sticky.header-2::after {
    display: none;
}

.sticky.header-2 .header-main .header-left .logo .header-logo {
    display: block;
}

.sticky.header-2 .header-main .header-left .logo .header-logo-2 {
    display: none;
}

.sticky.header-2 .header-main .header-right .header-call-item .theme-btn {
    color: var(--header);
}

.sticky.header-2 .header-main .header-right .header-call-item .theme-btn:hover {
    color: var(--white);
}

.sticky.header-2 .header-main .header-right .header-call-item .sidebar__toggle {
    color: var(--header);
}

.sticky.header-3 .logo {
    display: none;
}

.sticky.header-3::before {
    display: none;
}

.sticky.header-3 .header-main {
    padding-left: 0;
}

.sticky.header-3 .header-main .header-left .logo-2 {
    display: block !important;
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 450px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 9999999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
    display: none;
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
    color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
    margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact h4 {
        display: none;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
    margin-top: 0;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
        display: none;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
        font-size: 14px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
    color: var(--black);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
    margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
    color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
    width: 100%;
    padding: 20px 40px;
    text-transform: capitalize !important;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    display: block;
    background: transparent;
    color: #000;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    border: 1px solid var(--border);
}

@media (max-width: 575px) {
    .offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
        display: none;
    }
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #151515;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0;
}

.offcanvas__overlay.overlay-open {
    opacity: 0.8;
    visibility: visible;
}

@media (max-width: 450px) {
    .offcanvas__info {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .offcanvas__wrapper {
        padding: 20px;
    }
}

.breadcrumb-wrapper {
    border-radius: 32px;
    margin: 0 48px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper {
        margin: 0 30px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-wrapper {
        margin: 0 15px;
    }
}

.breadcrumb-wrapper .shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .shape {
        display: none;
    }
}

.breadcrumb-wrapper .page-heading {
    padding: 120px 0;
}

@media (max-width: 1399px) {
    .breadcrumb-wrapper .page-heading {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .breadcrumb-wrapper .page-heading {
        padding: 80px 0;
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-title {
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    justify-content: center;
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
    color: var(--white);
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
    color: rgba(255, 255, 255, 0.7);
}

.error-item .error-image img {
    width: 100%;
    height: 100%;
}

.error-item .error-content {
    text-align: center;
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .error-item .error-content {
        margin-top: 30px;
    }
}

.error-item .error-content h2 {
    margin-bottom: 20px;
}

.error-item .error-content p {
    max-width: 793px;
    margin: 0 auto;
}

.error-item .error-content .theme-btn {
    margin-top: 48px;
}

@media (max-width: 1399px) {
    .error-item .error-content .theme-btn {
        margin-top: 30px;
    }
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg);
    border-radius: 5px;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px;
}

.fix {
    overflow: hidden;
}

.ralt {
    position: relative;
}

.ripple {
    position: relative;
}

.ripple::before,
.ripple::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.6);
    -webkit-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}

.ripple::before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.array-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .array-buttons {
        flex-wrap: wrap;
    }
}

.array-buttons .array-prev {
    width: 110px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    background-color: transparent;
    color: var(--header);
    transition: all 0.4s ease-in-out;
    border-radius: 100px;
    border: 1px solid var(--header);
    font-weight: 600;
}

.array-buttons .array-prev i {
    margin-left: 5px;
    transform: rotate(45deg);
}

.array-buttons .array-prev:hover {
    background: var(--theme-2);
    color: var(--header);
    border: 1px solid var(--theme-2);
}

.array-buttons .array-next {
    width: 110px;
    height: 48px;
    line-height: 45px;
    text-align: center;
    background-color: var(--theme-2);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    border-radius: 100px;
    font-weight: 600;
    text-transform: uppercase;
}

.array-buttons .array-next i {
    margin-left: 5px;
    transform: rotate(-45deg);
}

.array-buttons .array-next:hover {
    background: var(--header);
    color: var(--white);
}

.array-buttons-2 {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .array-buttons-2 {
        flex-wrap: wrap;
    }
}

.array-buttons-2 .array-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: var(--header);
    color: #00E5FF;
    transition: all 0.4s ease-in-out;
    border-radius: 100%;
}

.array-buttons-2 .array-prev:hover {
    background: var(--theme);
    color: var(--white);
}

.array-buttons-2 .array-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    text-align: center;
    background: #2ADDC8;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

.array-buttons-2 .array-next:hover {
    background: var(--theme);
    color: var(--white);
}

.array-buttons-4 {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1199px) {
    .array-buttons-4 {
        flex-wrap: wrap;
    }
}

.array-buttons-4 .array-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: var(--bg);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 100%;
}

.array-buttons-4 .array-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid rgb(65, 65, 65);
    border-radius: 100%;
    text-align: center;
    background: transparent;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.array-buttons-4 .array-next:hover {
    background: var(--bg);
    border: 1px none;
    color: var(--white);
}

.swiper-dot {
    text-align: center;
    margin-top: 30px;
}

.swiper-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: 0.6s;
    border-radius: 30px;
    background-color: var(--theme-2);
    opacity: 1;
    position: relative;
}

.swiper-dot .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: 0.6s;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.swiper-dot-2 {
    text-align: center;
    margin-top: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    transition: 0.6s;
    border-radius: 30px;
    background-color: transparent;
    border: 2px solid var(--header);
    opacity: 1;
    position: relative;
}

.swiper-dot-2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--header);
    transition: 0.6s;
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 30px;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand-slide-element {
    width: auto;
    display: inline-block;
}

.page-nav-wrap {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .page-nav-wrap {
        margin-top: 30px;
    }
}

.page-nav-wrap ul li {
    display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: 1px solid var(--theme-2);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    margin: 0 2px;
}

.page-nav-wrap ul li .page-numbers.current {
    background: linear-gradient(180deg, #1539EE 0%, #2ADDC8 100%);
    color: var(--white);
    border-radius: 10px;
}

.page-nav-wrap ul li .page-numbers.style-2 {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--theme-2);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 10px;
    border: 1px solid var(--header);
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.page-nav-wrap ul li .page-numbers i {
    margin-top: 2px;
    color: var(--white);
    transition: all 0.4s ease-in-out;
}

.page-nav-wrap ul li .page-numbers:hover {
    background: var(--theme-2);
    color: var(--white);
    border: 1px solid var(--theme-2);
}

.page-nav-wrap ul li .page-numbers:hover i {
    color: var(--white);
}

.sticky-style {
    position: sticky !important;
    top: 100px;
}

.custom-container {
    max-width: 1700px;
    margin: 0 auto;
}

.bw-img-anim-left,
.bw-img-anim-right {
    transition: clip-path 0.5s ease-out;
}

.split-text {
    overflow: hidden;
    position: relative;
}

.split-text .line {
    overflow: hidden;
    display: none;
}

html.lenis,
html.lenis body {
    height: auto;
}

.smooth-content {
    position: relative;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.nice-select {
    background-color: transparent;
    width: unset;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nice-select .current {
    margin-right: 12px;
}

.nice-select.open .list {
    background: var(--bg);
    margin-top: 16px;
    width: 100%;
    text-transform: capitalize;
    color: var(--text);
}

.nice-select .option.selected.focus {
    background: var(--bg);
    outline: none;
    color: var(--text);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    border: none;
}

.nice-select .option {
    border: none;
}

.nice-select .option:hover {
    background: transparent;
}

.p-relative {
    position: relative;
}

.tp-clip-anim {
    position: relative;
    overflow: hidden;
}

.tp-clip-anim .mask {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.1);
    opacity: 0;
    animation: reveal 1s forwards;
}

.tp-clip-anim .mask-1 {
    clip-path: inset(0 88.8% 0 0%);
    animation-delay: 0.1s;
}

.tp-clip-anim .mask-2 {
    clip-path: inset(0 77.7% 0 11.1%);
    animation-delay: 0.2s;
}

.tp-clip-anim .mask-3 {
    clip-path: inset(0 66.6% 0 22.2%);
    animation-delay: 0.3s;
}

.tp-clip-anim .mask-4 {
    clip-path: inset(0 55.5% 0 33.3%);
    animation-delay: 0.4s;
}

.tp-clip-anim .mask-5 {
    clip-path: inset(0 44.4% 0 44.4%);
    animation-delay: 0.5s;
}

.tp-clip-anim .mask-6 {
    clip-path: inset(0 33.3% 0 55.5%);
    animation-delay: 0.6s;
}

.tp-clip-anim .mask-7 {
    clip-path: inset(0 22.2% 0 66.6%);
    animation-delay: 0.7s;
}

.tp-clip-anim .mask-8 {
    clip-path: inset(0 11.1% 0 77.7%);
    animation-delay: 0.8s;
}

.tp-clip-anim .mask-9 {
    clip-path: inset(0 0% 0 88.8%);
    animation-delay: 0.9s;
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-1 {
    margin: 0 40px;
    border-radius: 32px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-1 {
        margin: 0 30px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .hero-1 {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .hero-1 {
        margin: 0 15px;
    }
}

.hero-1 .pagi-item {
    right: 60px;
    top: 345px;
    position: absolute;
    z-index: 999;
}

@media (max-width: 1600px) {
    .hero-1 .pagi-item {
        top: 310px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .pagi-item {
        display: none;
    }
}

.hero-1 .pagi-item .dot-number {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-1 .pagi-item .dot-number .swiper-pagination-bullet {
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transition: all 0.4s ease-in-out;
}

.hero-1 .pagi-item .dot-number .swiper-pagination-bullet-active .dot-num span {
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.hero-1 .pagi-item .dot-number .dot-num {
    transition: all 0.4s ease-in-out;
}

.hero-1 .pagi-item .dot-number .dot-num span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease-in-out;
}

.hero-1 .left-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .hero-1 .left-shape {
        display: none;
    }
}

.hero-1 .hero-shape {
    position: absolute;
    z-index: -1;
    right: 10px;
    bottom: 0;
    margin-right: 0;
}

@media (max-width: 1600px) {
    .hero-1 .hero-shape {
        max-width: 660px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-shape {
        display: none;
        max-width: initial;
    }
}

.hero-1 .hero-shape img {
    width: 100%;
    height: 100%;
}

.hero-1 .top-shape {
    position: absolute;
    top: 0;
    right: 0;
}

@media (max-width: 1399px) {
    .hero-1 .top-shape {
        display: none;
    }
}

.hero-1 .top-shape img {
    width: 100%;
    height: 100%;
}

.hero-1 .right-shape {
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .hero-1 .right-shape {
        display: none;
    }
}

.hero-1 .container-fluid {
    padding: 0 124px;
}

@media (max-width: 1899px) {
    .hero-1 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .hero-1 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-1 .container-fluid {
        padding: 0 15px;
    }
}

.hero-1 .hero-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 20px;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: var(--bg-2);
}

.hero-1 .hero-content h1 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-1 .hero-content h1 .video-btn {
    width: 64px;
    height: 64px;
    line-height: 64px;
    display: inline-block;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-left: 60px;
    position: relative;
    z-index: 1;
    transform: translateY(-15px);
}

@media (max-width: 1600px) {
    .hero-1 .hero-content h1 .video-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
}

@media (max-width: 1399px) {
    .hero-1 .hero-content h1 .video-btn {
        display: none;
    }
}

.hero-1 .hero-content h1 .video-btn::before {
    position: absolute;
    content: "";
    background: rgba(203, 204, 207, 0.24);
    width: 48px;
    height: 1px;
    left: -57px;
    top: 30px;
}

.hero-1 .hero-content h1 .video-btn::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    z-index: -1;
}

.hero-1 .hero-content p {
    max-width: 671px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px;
    border-left: 2px solid var(--white);
    opacity: 0.8;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content p {
        border-left: none;
        padding-left: 0;
    }
}

.hero-1 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .hero-1 .hero-content .hero-button {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.hero-1 .hero-content .hero-button .theme-btn {
    background-color: var(--white);
}

.hero-1 .hero-content .hero-button .theme-btn:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2 {
    border: 1px solid var(--border-2);
    background-color: transparent;
    color: var(--white);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2 i {
    background-color: var(--white);
    color: var(--header);
}

.hero-1 .hero-content .hero-button .theme-btn.style-2:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.hero-1 .hero-image {
    margin-top: 20px;
    margin-right: -140px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-1 .hero-image {
        margin-right: 0;
    }
}

.hero-1 .hero-image img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
}

.hero-1 .swiper-slide-active .hero-image img {
    opacity: 1;
    transform: translateY(0);
}

.hero-2 {
    position: relative;
}

@media (max-width: 1399px) {
    .hero-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .hero-2 {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

.hero-2 .shape {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 1399px) {
    .hero-2 .shape {
        display: none;
    }
}

.hero-2 .container-fluid {
    padding: 0 65px;
}

@media (max-width: 1600px) {
    .hero-2 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-2 .container-fluid {
        padding: 0 40px;
    }
}

@media (max-width: 1399px) {
    .hero-2 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-2 .container-fluid {
        padding: 0 15px;
    }
}

.hero-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(279deg, rgba(21, 26, 38, 0.88) 34.84%, rgba(21, 26, 38, 0) 84.02%);
}

.hero-2 .hero-image {
    margin-top: 30px;
    position: relative;
    margin-left: -75px;
}

@media (max-width: 1399px) {
    .hero-2 .hero-image {
        margin-left: 0;
        margin-top: 0;
    }
}

.hero-2 .hero-image img {
    width: 100%;
    height: 100%;
}

.hero-2 .hero-content {
    position: relative;
    z-index: 999;
}

.hero-2 .hero-content h6 {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-2 .hero-content h1 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero-2 .hero-content p {
    color: var(--white);
    max-width: 800px;
    padding-left: 24px;
    border-left: 3px solid var(--white);
}

@media (max-width: 1399px) {
    .hero-2 .hero-content p {
        border-left: none;
        padding-left: 0;
    }
}

.hero-2 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .hero-2 .hero-content .hero-button {
        flex-wrap: wrap;
        gap: 25px;
    }
}

.hero-2 .hero-content .hero-button .theme-btn {
    background-color: var(--white);
}

.hero-2 .hero-content .hero-button .theme-btn:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.hero-2 .hero-content .hero-button .theme-btn.style-2 {
    border: 1px solid var(--border-2);
    background-color: transparent;
    color: var(--white);
}

.hero-2 .hero-content .hero-button .theme-btn.style-2 i {
    background-color: var(--white);
    color: var(--header);
}

.hero-2 .hero-content .hero-button .theme-btn.style-2:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.hero-3 {
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-3 {
        margin: 0 30px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .hero-3 {
        padding-top: 80px;
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .hero-3 {
        margin: 0 15px;
    }
}

.hero-3 .pagi-item {
    right: 60px;
    bottom: 120px;
    position: absolute;
    z-index: 999;
}

@media (max-width: 1399px) {
    .hero-3 .pagi-item {
        display: none;
    }
}

.hero-3 .pagi-item .dot-number {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-3 .pagi-item .dot-number .swiper-pagination-bullet {
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    transition: all 0.4s ease-in-out;
}

.hero-3 .pagi-item .dot-number .swiper-pagination-bullet-active .dot-num span {
    color: var(--white);
    font-size: 32px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}

.hero-3 .pagi-item .dot-number .dot-num {
    transition: all 0.4s ease-in-out;
}

.hero-3 .pagi-item .dot-number .dot-num span {
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease-in-out;
}

.hero-3 .hero-shape {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

@media (max-width: 1600px) {
    .hero-3 .hero-shape {
        max-width: 660px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .hero-shape {
        display: none;
        max-width: initial;
    }
}

.hero-3 .hero-shape img {
    width: 100%;
    height: 100%;
}

.hero-3 .container-fluid {
    padding: 0 124px;
}

@media (max-width: 1899px) {
    .hero-3 .container-fluid {
        padding: 0 70px;
    }
}

@media (max-width: 1600px) {
    .hero-3 .container-fluid {
        padding: 0 50px;
    }
}

@media (max-width: 1399px) {
    .hero-3 .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 575px) {
    .hero-3 .container-fluid {
        padding: 0 15px;
    }
}

.hero-3 .hero-content h6 {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme);
    margin-bottom: 20px;
}

.hero-3 .hero-content h1 {
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-3 .hero-content p {
    max-width: 772px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.8;
}

.hero-3 .hero-content .hero-button {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 50px;
}

@media (max-width: 1399px) {
    .hero-3 .hero-content .hero-button {
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 25px;
    }
}

.hero-3 .hero-content .hero-button .theme-btn {
    background-color: var(--white);
}

.hero-3 .hero-content .hero-button .theme-btn:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
}

.hero-3 .hero-content .hero-button .theme-btn.style-2 {
    border: 1px solid var(--border-2);
    background-color: transparent;
    color: var(--white);
}

.hero-3 .hero-content .hero-button .theme-btn.style-2 i {
    background-color: var(--white);
    color: var(--header);
}

.hero-3 .hero-content .hero-button .theme-btn.style-2:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme);
}

.hero-3 .hero-image {
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

@media (max-width: 1399px) {
    .hero-3 .hero-image {
        margin-right: 0;
    }
}

.hero-3 .hero-image img {
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
}

.hero-3 .swiper-slide-active .hero-image img {
    opacity: 1;
    transform: translateY(0);
}

.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
    font-weight: 700;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme-2);
}

.mean-container .mean-nav ul li .submenu li a {
    border-bottom: none !important;
    font-size: 14px;
    padding: 6px 0;
    color: var(--header);
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px;
}

.news-card-item {
    margin-top: 30px;
    background-color: var(--bg);
    border-radius: 16px;
}

.news-card-item .news-image {
    position: relative;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
}

.news-card-item .news-image span {
    border-radius: 100px;
    background-color: var(--white);
    color: var(--header);
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 999;
}

.news-card-item .news-image .news-layer-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    transition: 0.5s;
}

.news-card-item .news-image .news-layer-wrapper .news-layer-image {
    width: 25%;
    height: 100%;
    transition: 0.5s;
    background-size: cover;
}

.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(1) {
    background-position: 0;
    transition-delay: 0;
}

.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(2) {
    background-position: 33.33%;
    transition-delay: 0.1s;
}

.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(3) {
    background-position: 66.66%;
    transition-delay: 0.2s;
}

.news-card-item .news-image .news-layer-wrapper .news-layer-image:nth-child(4) {
    background-position: 100%;
    transition-delay: 0.3s;
}

.news-card-item .news-image img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: scale(1.02);
    transition: all 1.5s ease-out;
}

.news-card-item .news-content {
    padding: 16px 24px 30px;
}

.news-card-item .news-content .list {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 10px;
}

.news-card-item .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-card-item .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-card-item .news-content .news-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    padding-top: 24px;
    margin-top: 16px;
}

.news-card-item .news-content .news-bottom .info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-card-item:hover .news-image .news-layer-wrapper .news-layer-image {
    transform: translateY(-100%);
}

.news-card-item:hover .news-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.news-main-item {
    border-radius: 16px;
    background-color: var(--bg);
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .news-main-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.news-main-item .news-left-content h2 sup {
    font-size: 32px;
    top: auto;
}

@media (max-width: 991px) {
    .news-main-item .news-left-content h2 sup {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .news-main-item .news-left-content h2 sup {
        font-size: 25px;
    }
}

.news-main-item .news-left-content h2 span {
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 1199px) {
    .news-main-item .news-left-content h3 br {
        display: none;
    }
}

.news-main-item .news-left-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-main-item .news-left-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-main-item .news-left-content .news-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .news-main-item .news-left-content .news-post {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-main-item .news-left-content .news-post span {
    text-transform: uppercase;
    font-weight: 500;
    color: var(--header);
}

.news-main-item .news-right-content {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .news-main-item .news-right-content {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-main-item .news-right-content .news-image {
    overflow: hidden;
    transition: scale 0.4s ease, transform 0.4s ease;
}

@media (max-width: 991px) {
    .news-main-item .news-right-content .news-image {
        flex-basis: 100%;
    }
}

.news-main-item .news-right-content .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.news-main-item .news-right-content .content p {
    max-width: 388px;
    margin-bottom: 30px;
}

.news-main-item .news-right-content .content .theme-btn {
    padding: 2px 4px 2px 24px;
}

.news-card-items-3 {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: var(--white);
    margin-top: 30px;
}

@media (max-width: 1399px) {
    .news-card-items-3 {
        flex-wrap: wrap;
        gap: 30px;
        padding: 10px;
    }
}

@media (max-width: 991px) {
    .news-card-items-3 {
        flex-wrap: initial;
        gap: 30px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .news-card-items-3 {
        flex-wrap: wrap;
        gap: 30px;
        padding: 10px;
    }
}

@media (max-width: 1399px) {
    .news-card-items-3 .news-image {
        flex-basis: 100%;
    }
}

@media (max-width: 991px) {
    .news-card-items-3 .news-image {
        flex-basis: initial;
    }
}

@media (max-width: 575px) {
    .news-card-items-3 .news-image {
        flex-basis: 100%;
    }
}

.news-card-items-3 .news-image img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

@media (max-width: 1399px) {
    .news-card-items-3 .news-image img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
}

@media (max-width: 991px) {
    .news-card-items-3 .news-image img {
        width: initial;
        height: initial;
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
}

@media (max-width: 575px) {
    .news-card-items-3 .news-image img {
        width: 100%;
        height: 100%;
        border-radius: 16px;
    }
}

.news-card-items-3 .news-content {
    padding: 25px 25px 25px 30px;
}

@media (max-width: 991px) {
    .news-card-items-3 .news-content {
        padding: 0 25px;
    }
}

.news-card-items-3 .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-card-items-3 .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-card-items-3 .news-content .info-item {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-top: 15px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .news-card-items-3 .news-content .info-item {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.news-card-items-3 .news-content .info-item .info-image {
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-card-items-3 .news-content .info-item .info-image h6 {
    font-weight: 500;
    text-transform: uppercase;
}

.news-card-items-3 .news-content .theme-btn {
    border: none;
    padding: 0;
}

.news-card-items-3 .news-content .theme-btn:hover {
    background-color: transparent;
    color: var(--theme);
}

.news-card-items-3 .news-content .theme-btn:hover i {
    background-color: var(--header);
    color: var(--white);
}

.news-standard-wrapper .news-standard-post {
    margin-bottom: 30px;
}

.news-standard-wrapper .news-standard-post .news-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.news-standard-wrapper .news-standard-post .news-content {
    margin-top: 24px;
}

.news-standard-wrapper .news-standard-post .news-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 16px;
}

@media (max-width: 1399px) {
    .news-standard-wrapper .news-standard-post .news-content .news-list {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.news-standard-wrapper .news-standard-post .news-content .news-list li i {
    margin-right: 8px;
}

.news-standard-wrapper .news-standard-post .news-content h3 {
    margin-bottom: 10px;
}

.news-standard-wrapper .news-standard-post .news-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.news-standard-wrapper .news-standard-post .news-content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.news-standard-wrapper .news-standard-post .news-content p {
    margin-bottom: 40px;
}

@media (max-width: 1399px) {
    .news-standard-wrapper .news-standard-post .news-content p {
        margin-bottom: 30px;
    }
}

.news-standard-wrapper .news-standard-post .news-content .theme-btn {
    padding: 4px 4px 4px 24px;
}

.main-sideber .news-sideber-box {
    padding: 30px;
    background-color: var(--bg);
    border-radius: 16px;
    margin-bottom: 32px;
}

.main-sideber .news-sideber-box .wid-title {
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.main-sideber .news-sideber-box .search-widget form {
    width: 100%;
    position: relative;
}

.main-sideber .news-sideber-box .search-widget form input {
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
    border: none;
    color: var(--text);
    border-radius: 100px;
}

.main-sideber .news-sideber-box .search-widget form button {
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    font-size: 16px;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.main-sideber .news-sideber-box .search-widget form button:hover {
    background-color: var(--header);
}

.main-sideber .news-sideber-box .news-widget-categories ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
    border-radius: 100px;
    line-height: 1;
    padding: 20px;
    position: relative;
}

@media (max-width: 1399px) {
    .main-sideber .news-sideber-box .news-widget-categories ul li {
        font-size: 14px;
    }
}

.main-sideber .news-sideber-box .news-widget-categories ul li i {
    margin-right: 5px;
    color: var(--theme-2);
}

.main-sideber .news-sideber-box .news-widget-categories ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--theme);
    z-index: 0;
    transition: width 0.5s ease;
    border-radius: 100px;
}

.main-sideber .news-sideber-box .news-widget-categories ul li a {
    color: var(--header);
}

.main-sideber .news-sideber-box .news-widget-categories ul li span {
    transition: all 0.4s ease-in-out;
    color: var(--header);
}

.main-sideber .news-sideber-box .news-widget-categories ul li:not(:last-child) {
    margin-bottom: 20px;
}

.main-sideber .news-sideber-box .news-widget-categories ul li:hover::before {
    width: 100%;
}

.main-sideber .news-sideber-box .news-widget-categories ul li:hover i {
    color: var(--white);
}

.main-sideber .news-sideber-box .news-widget-categories ul li:hover a {
    color: var(--white);
    position: relative;
    z-index: 999;
}

.main-sideber .news-sideber-box .news-widget-categories ul li:hover span {
    color: var(--white);
    position: relative;
    z-index: 999;
}

.main-sideber .news-sideber-box .recent-post-area .recent-items {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-sideber .news-sideber-box .recent-post-area .recent-items:not(:last-child) {
    margin-bottom: 20px;
}

.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-thumb img {
    border-radius: 8px;
}

.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 {
    margin-bottom: 10px;
    line-height: 133%;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 1399px) {
    .main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 {
        font-size: 15px;
    }
}

.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content h6 a:hover {
    color: var(--theme);
}

.main-sideber .news-sideber-box .recent-post-area .recent-items .recent-content ul li {
    color: var(--text);
}

.main-sideber .news-sideber-box .tagcloud a {
    display: inline-block;
    padding: 12px 11px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    background: var(--white);
    border-radius: 100px;
    margin-right: 5px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: var(--text);
    transition: all 0.4s ease-in-out;
    position: relative;
}

.main-sideber .news-sideber-box .tagcloud a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: var(--theme);
    border-radius: 100px;
    z-index: 0;
    transition: width 0.5s ease;
}

.main-sideber .news-sideber-box .tagcloud a:last-child {
    margin-right: 0;
}

.main-sideber .news-sideber-box .tagcloud a:hover {
    color: var(--white);
    z-index: 999;
    position: relative;
}

.main-sideber .news-sideber-box .tagcloud a:hover::before {
    width: 100%;
    z-index: -1;
}

.news-details-wrapper .news-details-post .news-details-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.news-details-wrapper .news-details-post .details-content {
    margin-top: 24px;
}

.news-details-wrapper .news-details-post .details-content .news-list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 16px;
}

@media (max-width: 1399px) {
    .news-details-wrapper .news-details-post .details-content .news-list {
        flex-wrap: wrap;
        gap: 10px;
    }
}

.news-details-wrapper .news-details-post .details-content .news-list li i {
    margin-right: 8px;
}

.news-details-wrapper .news-details-post .details-content h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

@media (max-width: 1399px) {
    .news-details-wrapper .news-details-post .details-content h2 {
        font-size: 20px;
    }
}

.news-details-wrapper .news-details-post .details-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.news-details-wrapper .news-details-post .details-content .sideber {
    background-color: var(--theme-2);
    padding: 24px 30px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
}

.news-details-wrapper .news-details-post .details-content .sideber h5 {
    color: var(--white);
    font-weight: 500;
}

@media (max-width: 1399px) {
    .news-details-wrapper .news-details-post .details-content .sideber h5 {
        font-size: 16px;
    }
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud span {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-right: 8px;
    color: var(--header);
    font-family: "Space Grotesk", serif;
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 12px 26px;
    line-height: 1;
    background: var(--bg);
    margin-right: 8px;
    text-transform: capitalize;
    color: var(--text);
    font-weight: 400;
    transition: all 0.4s ease-in-out;
    border-radius: 30px;
}

@media (max-width: 1199px) {
    .news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
        padding: 10px 18px;
    }
}

@media (max-width: 1199px) {
    .news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a {
        margin-bottom: 15px;
    }
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .tagcloud a:hover {
    background-color: var(--theme);
    color: var(--white);
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a {
    font-size: 16px;
    color: var(--header);
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    line-height: 36px;
    text-align: center;
    background-color: var(--bg);
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a:not(:last-child) {
    margin-right: 10px;
}

.news-details-wrapper .news-details-post .details-content .tag-share-wrap .social-share a:hover {
    color: var(--white);
    background-color: var(--theme);
}

.news-details-wrapper .news-details-post .details-content .comments-area {
    margin-top: 40px;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    margin-top: 48px;
    padding-top: 30px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
}

@media (max-width: 1399px) {
    .news-details-wrapper .news-details-post .details-content .comments-area {
        margin-bottom: 30px;
    }
}

.news-details-wrapper .news-details-post .details-content .comments-area .comments-heading {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .news-details-wrapper .news-details-post .details-content .comments-area .comments-heading {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .image img {
    border-radius: 12px;
}

.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .con h4 {
    margin-bottom: 5px;
}

.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .reply {
    font-weight: 500;
    font-size: 16px;
    color: var(--theme);
    padding: 6px 14px;
    text-transform: uppercase;
    color: var(--white);
    background-color: var(--header);
    border-radius: 100px;
}

.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment .content .head .reply:hover {
    background-color: var(--theme);
}

.news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment.style-2 {
    margin-left: 90px;
}

@media (max-width: 1399px) {
    .news-details-wrapper .news-details-post .details-content .comments-area .news-single-comment.style-2 {
        margin-left: 0;
    }
}

.news-details-wrapper .news-details-post .details-content .form-clt {
    position: relative;
}

.news-details-wrapper .news-details-post .details-content .form-clt span {
    color: var(--header);
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    margin-bottom: 10px;
    display: inline-block;
}

.news-details-wrapper .news-details-post .details-content .form-clt input,
.news-details-wrapper .news-details-post .details-content .form-clt textarea {
    width: 100%;
    border: none;
    outline: none;
    background: var(--bg);
    color: var(--text);
    border-radius: 100px;
    padding: 18px 20px;
}

@media (max-width: 767px) {
    .news-details-wrapper .news-details-post .details-content .form-clt input,
    .news-details-wrapper .news-details-post .details-content .form-clt textarea {
        padding: 14px 20px;
    }
}

@media (max-width: 575px) {
    .news-details-wrapper .news-details-post .details-content .form-clt input,
    .news-details-wrapper .news-details-post .details-content .form-clt textarea {
        padding: 12px 18px;
    }
}

.news-details-wrapper .news-details-post .details-content .form-clt input::placeholder,
.news-details-wrapper .news-details-post .details-content .form-clt textarea::placeholder {
    color: var(--text);
}

.news-details-wrapper .news-details-post .details-content .form-clt textarea {
    padding-bottom: 100px;
    resize: none;
    border-radius: 40px;
}

.news-details-wrapper .news-details-post .details-content .theme-btn {
    width: 100%;
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader .animation-preloader {
    z-index: 1000;
}

.preloader .animation-preloader .spinner {
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em auto;
    width: 9em;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em auto;
    }
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Space Grotesk", serif, "Inter", sans-serif;
    text-align: center;
    user-select: none;
}

@media (max-width: 767px) {
    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em;
    }
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: letters-loading 4s infinite;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Space Grotesk", serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg);
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme);
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none;
}

.preloader .loader .row {
    height: 100%;
}

.preloader .loader .loader-section {
    padding: 0px;
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
    width: 0;
    transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.back-to-top {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 100px;
    color: var(--white);
    font-size: 16px;
    position: fixed;
    display: inline-block;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

@media (max-width: 575px) {
    .back-to-top {
        display: none;
    }
}

.back-to-top:hover {
    background-color: var(--white);
    color: var(--theme-2);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.cursor-outer {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    background-color: var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.34;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
    opacity: 0.14;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px;
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px;
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    background-color: var(--theme);
    opacity: 1;
    -webkit-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
    color: var(--text);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--theme);
    border: 1px solid #686363;
    opacity: 0;
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform 0.8s ease-in-out;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform 0.8s ease-in-out;
    -ms-transition: transform 0.8s ease-in-out;
    -o-transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition-delay: 0s;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    background-color: #000000;
    opacity: 0.7;
    cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%);
    }
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    transition-delay: 0s, 0.8s, 0s;
    transition-delay: 0s, 0.4s, 0s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

.search-popup__form {
    position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    height: 66px;
    border: none;
    outline: none;
    padding-left: 20px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
    color: var(--header);
}

.search-popup__form .search-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    font-size: 20px;
    color: var(--white);
    background-color: var(--theme);
    transition: all 0.4s ease-in-out;
}

.search-popup__form .search-btn:hover {
    background-color: var(--black);
}

.search-popup__form .eolexi-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.search-popup.active {
    z-index: 9999;
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: 0.7;
    -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0%);
    }
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
}


/* Pricing Section */

.pricing-wrapper-2 .pricing-content {
    position: relative;
    z-index: 9;
}

.pricing-wrapper-2 .pricing-content .pricing-text {
    margin-top: 25px;
    max-width: 548px;
}

.pricing-wrapper-2 .pricing-content .nav {
    background-color: var(--white);
    border-radius: 24.5px;
    padding: 10px 20px;
    margin-top: 40px;
    border: none;
}

@media (max-width: 1399px) {
    .pricing-wrapper-2 .pricing-content .nav {
        margin-top: 15px;
    }
}

.pricing-wrapper-2 .pricing-content .nav .nav-tabs {
    border-bottom: 0;
    display: flex;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    padding: 0 40px;
    position: relative;
    background: transparent;
    z-index: 2;
    color: var(--text);
    margin-bottom: 0;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    background: var(--theme);
    width: 43px;
    height: 22px;
    border-radius: 20px;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link::after {
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--white);
    z-index: 1;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link:first-child {
    padding-left: 0;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link:last-child {
    padding-right: 0;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link:last-child::after,
.pricing-wrapper-2 .pricing-content .nav .nav-link:last-child::before {
    display: none;
}

.pricing-wrapper-2 .pricing-content .nav .nav-link.active {
    color: var(--theme-2);
}

.pricing-wrapper-2 .pricing-content .nav .nav-link.active::after {
    right: 0;
}

.pricing-wrapper-2 .pricing-right-items {
    display: flex;
    align-items: center;
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items {
    max-width: 417px;
    width: 100%;
    border-radius: 20px;
    background: var(--header);
    padding: 40px;
}

@media (max-width: 1399px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items {
        padding: 30px;
    }
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items {
        padding: 25px;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 35px;
    position: relative;
    z-index: 9;
    margin-bottom: 32px;
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header .sub-texts {
    top: 40px;
    right: 0;
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header .sub-texts {
        font-size: 20px;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1;
    color: var(--white);
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 {
        font-size: 50px;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sup {
    font-size: 32px;
    font-weight: 700;
    top: -1.5em;
    margin-right: -10px;
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sup {
        top: -0.5em;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .pricing-header h2 sub {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-left: -10px;
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn {
    background: var(--theme);
    color: var(--white);
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn i {
    background-color: var(--white);
    color: var(--header);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn:hover {
    background-color: var(--white);
    color: var(--header);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items .theme-btn:hover i {
    background-color: var(--theme);
    color: var(--white);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul {
    margin-top: 24px;
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li {
    color: var(--white);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li:not(:last-child) {
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li {
        font-size: 14px;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li i {
    color: var(--theme-2);
    margin-right: 8px;
}

@media (max-width: 575px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items ul li i {
        margin-right: 5px;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 {
    margin-left: -32%;
    z-index: -1;
    border-radius: 20px;
    background: var(--white);
}

@media (max-width: 767px) {
    .pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 {
        margin-left: -70%;
    }
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .pricing-header .sub-texts {
    color: var(--header);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .theme-btn {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(203, 204, 207, 0.24);
    color: var(--header);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 .theme-btn i {
    background-color: var(--theme);
    color: var(--white);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items.style-2 ul li {
    color: var(--text);
}

.pricing-wrapper-2 .pricing-right-items .pricing-box-items::after {
    display: none;
}

.pricing-card-items-3 {
    border-radius: 16px;
    background-color: var(--white);
    backdrop-filter: blur(24px);
    padding: 40px 48px;
    margin-top: 30px;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1199px) {
    .pricing-card-items-3 {
        padding: 30px;
    }
}

.pricing-card-items-3 .pricing-header {
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.pricing-card-items-3 .pricing-header h6 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-card-items-3 .pricing-header h2 {
    color: var(--theme-2);
}

.pricing-card-items-3 .pricing-list-box {
    padding: 24px;
    background-color: var(--bg);
    margin-bottom: 30px;
    border-radius: 16px;
}

.pricing-card-items-3 .pricing-list-box li {
    color: var(--header);
}

.pricing-card-items-3 .pricing-list-box li:not(:last-child) {
    margin-bottom: 15px;
}

.pricing-card-items-3 .pricing-list-box li i {
    color: var(--theme-2);
    margin-right: 12px;
}

.pricing-card-items-3 .theme-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-card-items-3:hover {
    transform: translateY(-10px);
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 0;
    }
}

.section-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-2);
    font-family: "Space Grotesk", serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: var(--bg);
}

.section-title .sub-title.bg-2 {
    background-color: var(--bg-2);
    color: var(--white);
}

.section-title .sub-title-2 {
    color: var(--theme-2);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    margin-bottom: 20px;
    display: inline-block;
}

.section-title .sub-title-2.theme {
    color: var(--theme);
}

.section-title h2 {
    text-transform: uppercase;
}

.section-title h2 span {
    text-transform: uppercase;
    color: var(--theme);
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
}

.section-title-area .section-title {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .section-title-area {
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .section-title-area {
        margin-bottom: 0;
    }
}

.section-title-area p {
    max-width: 700px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.section-bg {
    background-color: var(--bg-2);
}

.section-bg-1 {
    background-color: var(--bg);
}

.section-bg-2 {
    background-color: #F7F7F7;
}

.header-bg {
    background-color: var(--header);
}

.footer-bg-2 {
    background-color: #151A26;
}

.section-padding {
    padding: 120px 0;
}

@media (max-width: 1199px) {
    .section-padding {
        padding: 100px 0;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding: 80px 0;
    }
}

.service-wrapper {
    border-radius: 16px;
    transition: all 0.4s ease-in-out;
    padding: 30px 0;
}

@media (max-width: 1399px) {
    .service-wrapper.active {
        margin-top: 30px;
    }
}

.service-wrapper .service-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

@media (max-width: 1600px) {
    .service-wrapper .service-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.service-wrapper .service-item .image-hover {
    width: 324px;
    height: 196px;
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 75%;
    opacity: 0;
    transition: opacity 0.3s, transform 0.4s ease-out;
    overflow: hidden;
    pointer-events: none;
    z-index: 2;
    visibility: hidden;
    border-radius: 10px;
}

.service-wrapper .service-item .left-item {
    display: flex;
    align-items: center;
    gap: 100px;
}

@media (max-width: 1600px) {
    .service-wrapper .service-item .left-item {
        gap: 30px;
    }
}

.service-wrapper .service-item .left-item .number {
    font-size: 20px;
    font-weight: 700;
}

.service-wrapper .service-item .left-item h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-wrapper .service-item .left-item h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-wrapper .service-item .right-item {
    display: flex;
    align-items: center;
    position: relative;
}

.service-wrapper .service-item .right-item p {
    max-width: 503px;
}

.service-wrapper .service-item .right-item .service-btn {
    font-weight: 500;
    color: var(--theme);
    font-family: "Space Grotesk", serif;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
}

@media (max-width: 575px) {
    .service-wrapper .service-item .right-item .service-btn {
        display: none;
    }
}

.service-wrapper .service-item .right-item .service-btn i {
    margin-left: 5px;
}

.service-wrapper:hover {
    background-color: var(--bg);
}

.service-wrapper:hover .service-item .image-hover {
    opacity: 1;
    visibility: visible;
}

.service-wrapper:hover .service-item .right-item {
    align-items: center;
}

.service-wrapper:hover .service-item .right-item p {
    margin-right: 80px;
}

@media (max-width: 575px) {
    .service-wrapper:hover .service-item .right-item p {
        margin-right: 0;
    }
}

.service-wrapper:hover .service-item .right-item .service-btn {
    opacity: 1;
    visibility: visible;
}

.service-wrapper-2 {
    border-radius: 16px;
    border: 1px solid rgba(203, 204, 207, 0.24);
    margin-top: 48px;
}

.service-wrapper-2 .service-box-item {
    border-right: 1px solid rgba(203, 204, 207, 0.24);
    padding: 30px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.service-wrapper-2 .service-box-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--white);
    z-index: 3;
    transition: all 0.3s ease-out;
}

.service-wrapper-2 .service-box-item .service-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.1s ease-out;
}

.service-wrapper-2 .service-box-item .service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.service-wrapper-2 .service-box-item .service-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(21, 26, 38, 0.8) 0%, rgba(21, 26, 38, 0.8) 100%);
}

.service-wrapper-2 .service-box-item h2 {
    font-size: 56px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--text);
    color: transparent;
    margin-bottom: 190px;
    z-index: 999;
    position: relative;
}

.service-wrapper-2 .service-box-item h3 {
    z-index: 999;
    position: relative;
}

.service-wrapper-2 .service-box-item h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
    color: var(--header);
}

.service-wrapper-2 .service-box-item h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-wrapper-2 .service-box-item:hover {
    border: none;
}

.service-wrapper-2 .service-box-item:hover::before {
    transform: translate(100%, -100%);
}

.service-wrapper-2 .service-box-item:hover h2 {
    color: var(--theme) !important;
    -webkit-text-stroke: initial !important;
    z-index: 999;
    position: relative;
}

.service-wrapper-2 .service-box-item:hover h3 {
    z-index: 999;
    position: relative;
}

.service-wrapper-2 .service-box-item:hover h3 a {
    color: var(--white);
}

.service-wrapper-2 .service-box-item:hover .service-image {
    opacity: 1;
}

.service-section-2 {
    position: relative;
    z-index: 9;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item {
    border: 1px transparent;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item::before {
    background: none;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item .service-image {
    opacity: 1;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h2 {
    color: var(--theme) !important;
    -webkit-text-stroke: initial !important;
    z-index: 999;
    position: relative;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h3 {
    z-index: 999;
    position: relative;
}

.service-section-2 .service-wrapper-2 .swiper-slide.swiper-slide-active .service-box-item h3 a {
    color: var(--white);
}

.service-section-2 .service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

@media (max-width: 1399px) {
    .service-section-2 .service-bottom {
        display: none;
    }
}

.service-section-2 .service-bottom .service-pagi-items .service-dot .swiper-pagination-bullet {
    width: 340px;
    height: 2px;
    border-radius: 0;
    background: var(--border-2);
    opacity: 1;
    transition: 0.6s;
    margin: 0 !important;
}

.service-section-2 .service-bottom .service-pagi-items .service-dot .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--theme);
    width: 124px;
}

@media (max-width: 767px) {
    .service-section-2 .service-bottom .service-pagi-items .service-dot {
        display: none;
    }
}

.service-section-2 .service-bottom .array-buttons-3 {
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 575px) {
    .service-section-2 .service-bottom .array-buttons-3 {
        display: none;
    }
}

.service-section-2 .service-bottom .array-buttons-3 .array-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--bg);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border-radius: 100px;
    transform: rotate(320deg);
}

.service-section-2 .service-bottom .array-buttons-3 .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.service-section-2 .service-bottom .array-buttons-3 .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border-radius: 100px;
    transform: rotate(320deg);
    border: 1px solid var(--theme);
}

.service-section-2 .service-bottom .array-buttons-3 .array-next:hover {
    background-color: var(--bg);
    color: var(--header);
    border: 1px solid var(--bg);
}

.service-main-item-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    background-color: var(--white);
    padding: 16px 0px 16px 16px;
    margin-top: 24px;
}

@media (max-width: 1399px) {
    .service-main-item-3 {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.service-main-item-3 .service-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

@media (max-width: 1399px) {
    .service-main-item-3 .service-left {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .service-main-item-3 .service-left {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.service-main-item-3 .service-left .service-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.service-main-item-3 .service-left .content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-main-item-3 .service-left .content h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-main-item-3 .service-left .content p {
    max-width: 566px;
    margin-top: 15px;
}

.service-main-item-3 .service-button {
    transform: rotate(90deg);
    margin-right: -15px;
}

@media (max-width: 1399px) {
    .service-main-item-3 .service-button {
        margin-right: 0;
        transform: rotate(0);
    }
}

.service-main-item-3.style-2 {
    padding: 16px 16px 16px 16px;
}

.service-main-item-3.style-2 .service-left .content {
    text-align: right;
}

@media (max-width: 1399px) {
    .service-main-item-3.style-2 .service-left .content {
        text-align: left;
    }
}

.service-main-item-3.style-2 .service-button {
    margin-left: -15px;
    margin-right: 0;
}

@media (max-width: 1399px) {
    .service-main-item-3.style-2 .service-button {
        margin-left: 0;
    }
}

.service-visa-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .service-visa-wrapper {
        border: 1px solid rgba(202, 210, 210, 0.8);
    }
}

@media (max-width: 991px) {
    .service-visa-wrapper {
        flex-wrap: wrap;
    }
}

.service-visa-wrapper .service-visa-items {
    padding: 48px 48px 48px 40px;
    border-top: 1px solid rgba(202, 210, 210, 0.8);
    position: relative;
}

@media (max-width: 1399px) {
    .service-visa-wrapper .service-visa-items {
        padding: 30px 30px 30px 30px;
        border-top: none;
    }
}

.service-visa-wrapper .service-visa-items .top-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.service-visa-wrapper .service-visa-items .top-item .number {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--bg);
}

.service-visa-wrapper .service-visa-items .top-item h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.service-visa-wrapper .service-visa-items .top-item h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.service-visa-wrapper .service-visa-items .service-button {
    position: absolute;
    top: 90px;
    right: -89px;
    bottom: 0;
    color: var(--white);
    background-color: var(--theme);
    transform: rotate(90deg);
    padding: 10px 12px;
    height: 45px;
    width: 224px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .service-visa-wrapper .service-visa-items .service-button {
        display: none;
    }
}

.service-visa-wrapper .service-visa-items.style-2 {
    border-left: 1px solid rgba(202, 210, 210, 0.8);
}

.service-visa-wrapper .service-visa-items:hover .service-button {
    opacity: 1;
    visibility: visible;
}

.service-details-wrapper .service-details-post .details-image {
    margin-top: 24px;
    margin-bottom: 30px;
}

.service-details-wrapper .service-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.service-details-wrapper .service-details-post .text {
    font-size: 32px;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .text {
        font-size: 25px;
    }
}

.service-details-wrapper .service-details-post .service-left-content .list-item {
    margin-top: 24px;
}

.service-details-wrapper .service-details-post .service-left-content .list-item li i {
    color: var(--theme-2);
    margin-right: 6px;
}

.service-details-wrapper .service-details-post .service-left-content .list-item li span {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .service-details-wrapper .service-details-post .service-left-content .list-item li span {
        font-size: 16px;
    }
}

.service-details-wrapper .service-details-post .service-left-content .list-item li:not(:last-child) {
    margin-bottom: 16px;
}

.service-details-wrapper .service-details-post .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.service-details-wrapper .service-details-post .faq-items {
    position: relative;
    z-index: 9;
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item {
    border: none;
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item h5 button {
    line-height: 1;
    font-weight: 600;
    padding: 29px 30px;
    color: var(--header);
    cursor: pointer;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-post .faq-items .accordion .accordion-item h5 button {
        font-size: 18px;
        line-height: 1.6;
        padding: 22px 20px;
    }
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body {
    padding: 20px 30px;
    background-color: var(--white);
    box-shadow: 8px 8px 32px 0 rgba(0, 72, 180, 0.08);
    backdrop-filter: blur(5px);
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .service-details-wrapper .service-details-post .faq-items .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button {
    background-color: var(--white);
    color: var(--header);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button::after {
    content: "\f324";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 900;
    transition: all 0.3s ease-in-out !important;
    color: var(--theme-2);
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
    box-shadow: 8px 8px 32px 0 rgba(36, 12, 135, 0.08);
    backdrop-filter: blur(5px);
    color: var(--header);
}

.service-details-wrapper .service-details-post .faq-items .accordion .accordion-button:not(.collapsed)::after {
    content: "\f322";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 900;
    color: var(--theme);
    transform: rotate(0);
}

.testimonial-wrapper {
    margin-top: 60px;
}

.testimonial-wrapper .testimonia-image {
    position: relative;
    height: 370px;
    overflow: hidden;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .testimonial-wrapper .testimonia-image {
        height: initial;
    }
}

.testimonial-wrapper .testimonia-image .video-btn {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    display: inline-block;
    position: absolute;
    left: 35px;
    top: 30px;
    z-index: 9;
}

.testimonial-wrapper .testimonia-image .video-btn::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 1000px;
    border: 1px solid rgba(203, 204, 207, 0.24);
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.testimonial-wrapper .testimonia-image h5 {
    font-weight: 500;
    color: var(--white);
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 9;
}

.testimonial-wrapper .testimonia-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.testimonial-wrapper .testimonia-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.testimonial-wrapper .testimonia-image:hover::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.testimonial-wrapper .testimonial-box {
    border-radius: 16px;
    background-color: var(--bg);
    padding: 30px 24px;
}

.testimonial-wrapper .testimonial-box .star {
    color: var(--theme);
    margin-bottom: 24px;
}

.testimonial-wrapper .testimonial-box p {
    font-style: italic;
    font-weight: 500;
    max-width: 307px;
}

.testimonial-wrapper .testimonial-box .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 90px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper .testimonial-box .info-item {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper .testimonial-box .info-item {
        margin-top: 30px;
    }
}

.testimonial-wrapper .testimonial-box .info-item .client-image img {
    border-radius: 100%;
}

.testimonial-wrapper-2 {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-2 {
        margin-top: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-image {
    height: 305px;
}

.testimonial-wrapper-2 .testimonial-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.testimonial-wrapper-2 .testimonial-item {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-2 .testimonial-item {
        flex-wrap: wrap;
    }
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left {
    transition: all 0.4s ease-in-out;
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box {
    padding: 40px;
    background-color: var(--theme-2);
    border-radius: 16px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box {
        padding: 30px;
    }
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box::before {
    position: absolute;
    bottom: -23px;
    content: "";
    left: 32px;
    width: 35px;
    height: 24px;
    background-color: var(--theme-2);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box .star {
    color: var(--white);
    margin-bottom: 10px;
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box p {
    max-width: 549px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
    color: var(--white);
    line-height: 140%;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-2 .testimonial-item .testimonial-left .testimonial-box p {
        font-size: 16px;
    }
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    margin-left: 80px;
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item img {
    border: 1px solid var(--theme);
    border-radius: 100%;
}

.testimonial-wrapper-2 .testimonial-item .testimonial-left .info-item .content h5 {
    font-weight: 500;
}

.testimonial-wrapper-2 .testimonial-item .right-item {
    width: 100px;
}

.testimonial-wrapper-2 .testimonial-item .right-item .test-slider {
    height: 300px;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-2 .testimonial-item .right-item .test-slider {
        height: 80px;
    }
}

.testimonial-wrapper-2 .testimonial-item .right-item .client-image img {
    border-radius: 8px;
    transition: all 0.5s ease;
}

.testimonial-wrapper-3 {
    margin-top: 60px;
}

.testimonial-wrapper-3 .testimonial-thumb {
    border-radius: 16px;
}

.testimonial-wrapper-3 .testimonial-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim {
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    position: relative;
}

.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim .tp-anim-img {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim .mask {
    background-size: cover;
    background-position: center;
    transform: scale(1.005);
}

.testimonial-wrapper-3 .testimonial-thumb.tp-clip-anim>* {
    grid-area: 1/1/2/2;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.testimonial-wrapper-3 .testimonial-content {
    margin-left: 50px;
    position: relative;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-3 .testimonial-content {
        margin-left: 0;
    }
}

.testimonial-wrapper-3 .testimonial-content .content .star {
    color: var(--theme);
    margin-bottom: 20px;
}

.testimonial-wrapper-3 .testimonial-content .content h3 {
    font-size: 28px;
    line-height: 143%;
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 40px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (max-width: 1399px) {
    .testimonial-wrapper-3 .testimonial-content .content h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .testimonial-wrapper-3 .testimonial-content .content h3 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .testimonial-wrapper-3 .testimonial-content .content h3 {
        font-size: 16px;
    }
}

.testimonial-wrapper-3 .testimonial-content .content .info-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-wrapper-3 .testimonial-content .content .info-item .icon {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 30px;
}

.testimonial-wrapper-3 .testimonial-content .content .info-item .content {
    border-left: 1px solid rgba(203, 204, 207, 0.24);
    padding-left: 30px;
}

.testimonial-wrapper-3 .testimonial-content .array-buttons-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 24px;
}

@media (max-width: 575px) {
    .testimonial-wrapper-3 .testimonial-content .array-buttons-3 {
        display: none;
    }
}

.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--bg);
    color: var(--header);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border-radius: 100px;
    transform: rotate(320deg);
}

.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-prev:hover {
    background-color: var(--theme);
    color: var(--white);
}

.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-next {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border-radius: 100px;
    transform: rotate(320deg);
    border: 1px solid var(--theme);
}

.testimonial-wrapper-3 .testimonial-content .array-buttons-3 .array-next:hover {
    background-color: var(--bg);
    color: var(--header);
    border: 1px solid var(--bg);
}

.visa-certification-wrapper .visa-image {
    margin-left: -310px;
}

@media (max-width: 1399px) {
    .visa-certification-wrapper .visa-image {
        margin-left: 0;
    }
}

.visa-certification-wrapper .visa-image img {
    width: 100%;
    height: 100%;
}

.visa-certification-wrapper .visa-certification-content {
    margin-left: 17px;
}

@media (max-width: 1399px) {
    .visa-certification-wrapper .visa-certification-content {
        margin-left: 0;
        margin-bottom: 100px;
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .visa-certification-wrapper .visa-certification-content {
        margin-bottom: 80px;
        margin-top: 0;
    }
}

.visa-certification-wrapper .visa-certification-content .visa-item {
    display: flex;
    align-items: center;
    gap: 48px;
    margin-top: 90px;
}

@media (max-width: 1399px) {
    .visa-certification-wrapper .visa-certification-content .visa-item {
        margin-top: 30px;
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .visa-certification-wrapper .visa-certification-content .visa-item {
        flex-wrap: wrap;
        gap: 30px;
    }
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav {
    display: grid;
    gap: 30px;
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav li {
    font-size: 20px;
    font-weight: 700;
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1399px) {
    .visa-certification-wrapper .visa-certification-content .visa-item .nav li {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .visa-certification-wrapper .visa-certification-content .visa-item .nav li {
        font-size: 16px;
    }
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
    color: var(--header);
    transition: all 0.4s ease-in-out;
    padding: 16px 40px 16px 16px;
    border-radius: 8px;
    backdrop-filter: blur(28px);
    background-color: var(--white);
    line-height: 1;
}

@media (max-width: 1399px) {
    .visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
        padding: 10px 10px 10px 10px;
    }
}

@media (max-width: 991px) {
    .visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link {
        padding: 16px 40px 16px 16px;
    }
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 50px;
    font-size: 14px;
    transform: rotate(-45deg);
    margin-right: 6px;
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 100px;
}

.visa-certification-wrapper .visa-certification-content .visa-item .nav li .nav-link.active i {
    background-color: var(--white);
    color: var(--theme);
}

.visa-certification-wrapper .visa-certification-content .visa-item .content .icon {
    margin-bottom: 16px;
}

.visa-certification-wrapper .visa-certification-content .visa-item .content p {
    max-width: 479px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.visa-provide-box {
    background-color: var(--white);
    padding: 30px;
    border-radius: 16px;
    background-color: var(--white);
    margin-top: 30px;
}

.visa-provide-box .visa-top-item {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .visa-provide-box .visa-top-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.visa-provide-box .visa-top-item .visa-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.visa-provide-box .visa-top-item .visa-left p {
    color: var(--theme);
}

.visa-provide-box .visa-top-item .visa-left h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    display: inline;
}

.visa-provide-box .visa-top-item .visa-left h3 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}

.visa-provide-box .visa-top-item .theme-btn {
    background-color: var(--bg);
}

.visa-provide-box .visa-top-item .theme-btn:hover {
    background-color: var(--theme);
    color: var(--white);
}

.visa-provide-box .visa-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .visa-provide-box .visa-list-item {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.visa-provide-box .visa-list-item .list li {
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
}

@media (max-width: 1600px) {
    .visa-provide-box .visa-list-item .list li {
        font-size: 16px;
    }
}

.visa-provide-box .visa-list-item .list li:not(:last-child) {
    margin-bottom: 20px;
}

.visa-provide-box .visa-list-item .list li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50px;
    background-color: var(--text);
    color: var(--white);
    margin-right: 8px;
    font-size: 12px;
    transform: rotate(-45deg);
}

.visa-provide-section .visa-slider {
    margin-left: -400px;
    margin-right: -400px;
}

@media (max-width: 1399px) {
    .visa-provide-section .visa-slider {
        margin-right: 0;
        margin-left: 0;
        margin: 0 10px;
    }
}

.visa-bottom {
    position: relative;
    margin-top: 70px;
}

@media (max-width: 1399px) {
    .visa-bottom {
        display: none;
    }
}

.visa-bottom::before {
    background-color: var(--theme-2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    width: 410px;
    height: 132px;
    padding: 16px 16px 16px 294px;
    border-radius: 0 100px 100px 0;
}

@media (max-width: 1600px) {
    .visa-bottom::before {
        display: none;
    }
}

.visa-bottom::after {
    background-color: var(--theme-2);
    position: absolute;
    content: "";
    width: 410px;
    height: 132px;
    padding: 16px 16px 16px 294px;
    border-radius: 100px 0 0 100px;
    right: 0;
    top: 0;
}

@media (max-width: 1600px) {
    .visa-bottom::after {
        display: none;
    }
}

.visa-bottom .visa-arrow-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.visa-bottom .visa-arrow-item .array-prev {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--white);
    color: var(--header);
    position: relative;
    z-index: 9;
    margin-top: 16px;
    margin-left: -15px;
    font-size: 40px;
}

.visa-bottom .visa-arrow-item .array-next {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    z-index: 9;
    margin-top: 16px;
    margin-right: -15px;
    font-size: 40px;
}

.visa-bottom .visa-arrow-item .flag-item {
    display: flex;
    align-items: center;
    gap: 24px;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 120px;
    height: 120px;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(5, 17, 26, 0.8);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 5px solid var(--white);
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb .country-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb .country-name h4 {
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
    color: var(--white);
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover::before {
    opacity: 1;
    visibility: visible;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover::after {
    opacity: 1;
    visibility: visible;
}

.visa-bottom .visa-arrow-item .flag-item .flag-thumb:hover .country-name {
    opacity: 1;
    visibility: visible;
}

.country-details-wrapper .country-details-post .details-image img {
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.country-details-wrapper .country-details-post .country-details-content {
    margin-top: 20px;
}

.country-details-wrapper .country-details-post .country-details-content h2 {
    margin-bottom: 10px;
}

.country-details-wrapper .country-details-post .country-details-content h5 {
    color: var(--theme-2);
    margin-top: 30px;
}

.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box {
    border-radius: 16px;
    padding: 30px;
    background-color: var(--bg);
    margin-top: 30px;
    margin-bottom: 24px;
}

.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box {
    display: flex;
    align-items: center;
    gap: 50px;
}

.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box .tourist-content h5 {
    color: var(--header);
    margin-bottom: 5px;
    margin-top: 0;
}

.country-details-wrapper .country-details-post .country-details-content .tourist-visa-box .tourist-box.style-2 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(203, 204, 207, 0.7);
    margin-bottom: 15px;
}

.country-details-wrapper .country-details-post .country-details-content .text {
    font-size: 32px;
}

.country-details-wrapper .country-details-post .country-details-content .list-item {
    margin-top: 20px;
    margin-bottom: 30px;
}

.country-details-wrapper .country-details-post .country-details-content .list-item li {
    color: var(--header);
    font-size: 18px;
    font-weight: 500;
    font-family: "Space Grotesk", serif;
}

.country-details-wrapper .country-details-post .country-details-content .list-item li:not(:last-child) {
    margin-bottom: 15px;
}

.country-details-wrapper .country-details-post .country-details-content .list-item li span {
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    font-family: "Inter", sans-serif;
}

.country-details-wrapper .country-details-post .country-details-content .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.country-details-wrapper .country-details-post .country-details-content .visa-list-2 {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 20px;
}

.country-details-wrapper .country-details-post .country-details-content .visa-list-2 li {
    font-size: 20px;
    font-weight: 500;
    color: var(--header);
}

.country-details-wrapper .country-details-post .country-details-content .visa-list-2 li i {
    color: var(--theme-2);
    margin-right: 8px;
}

.country-details-wrapper .country-details-sideber .icon-box-item {
    background-color: var(--bg);
    border-radius: 8px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.country-details-wrapper .country-details-sideber .icon-box-item .left-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.country-details-wrapper .country-details-sideber .icon-box-item i {
    color: var(--header);
}

.country-details-wrapper .country-details-sideber .visa-contact-box {
    border-radius: 24px;
    padding: 40px;
    margin-top: 30px;
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content h3 {
    color: var(--white);
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content p {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(203, 204, 207, 0.24);
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 100px;
    background-color: #183074;
    color: var(--white);
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont span {
    color: rgba(255, 255, 255, 0.7);
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont h6 {
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
}

.country-details-wrapper .country-details-sideber .visa-contact-box .content .icon-item .cont h6 a {
    color: var(--white);
}

img.logo {
    width: 400px;
}

@media screen and (max-width: 720px) {
    img.logo {
        width: 200px;
    }
}


/*# sourceMappingURL=main.css.map */