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

  Theme Name: Weblytix - Digital Agency & Portfolio HTML5 Template
  Author: SoftCrafty
  Support: gosoftcrafty@gmail.com
  Description: 
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

  01. VARIBALES DECLARARION
  02. SPACE CSS START 
  03. TYPOGRAPHY CSS START
  04. THEME CSS START
  05. ANIMATION CSS START 
  06. BUTTON CSS START
  07. TITLE CSS START
  08. LOADING CSS START
  09. MENU CSS START
  10. MODAL CSS START
  11. HEADER CSS START
  12. HERO CSS START
  13. COUNTER CSS START
  14. INSURANCE CSS START
  15. SERVICE CSS START
  16. WORK PROCESS CSS START
  17. QUOTE CSS START
  18. GALLERY CSS START
  19. SLIDER CSS START
  20. ABOUT CSS START
  21. BRAND CSS START
  22. TEAM CSS START
  23. BLOG CSS START
  24. PRICE CSS START
  25. CONTACT CSS START
  26. FOOTER CSS START

**********************************************/

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

/*  01. VARIBALES DECLARARION
/*----------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Syne:wght@400..800&display=swap");
:root {
    --primary: #FF4000;
    --secondary: #7417FE;
    --white: #fff;
    --black: #15140F;
    --dark: #1A1A1A;
    --dark-2: #120037;
    --gray: #565674;
    --gray-2: #CACACA;
    --gray-3: #B2B0B0;
    --gray-4: #D8D0D0;
    --font-syne: "Syne", sans-serif;
    --font-aclonica: "Aclonica", sans-serif;
}

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

/*  02. SPACE CSS START
/*----------------------------------------*/

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 60px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-110 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-110 {
        padding-bottom: 60px;
    }
}

.pb-115 {
    padding-bottom: 115px;
}

@media (max-width: 1199px) {
    .pb-115 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-115 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-115 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.pb-125 {
    padding-bottom: 125px;
}

@media (max-width: 1199px) {
    .pb-125 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-125 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-125 {
        padding-bottom: 60px;
    }
}

.pb-130 {
    padding-bottom: 130px;
}

@media (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-130 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-130 {
        padding-bottom: 60px;
    }
}

.pb-135 {
    padding-bottom: 135px;
}

@media (max-width: 1199px) {
    .pb-135 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-135 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-135 {
        padding-bottom: 60px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-140 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-140 {
        padding-bottom: 60px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-150 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-150 {
        padding-bottom: 60px;
    }
}

.pb-160 {
    padding-bottom: 160px;
}

@media (max-width: 1199px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .pb-160 {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .pb-160 {
        padding-bottom: 60px;
    }
}

.pt-85 {
    padding-top: 85px;
}

@media (max-width: 991px) {
    .pt-85 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-85 {
        padding-top: 60px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 60px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 1199px) {
    .pt-110 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-110 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-110 {
        padding-top: 60px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media (max-width: 1199px) {
    .pt-115 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-115 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-115 {
        padding-top: 60px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.pt-125 {
    padding-top: 125px;
}

@media (max-width: 1199px) {
    .pt-125 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-125 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-125 {
        padding-top: 60px;
    }
}

.pt-130 {
    padding-top: 130px;
}

@media (max-width: 1199px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-130 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-130 {
        padding-top: 60px;
    }
}

.pt-140 {
    padding-top: 140px;
}

@media (max-width: 1199px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-140 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-140 {
        padding-top: 60px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media (max-width: 1199px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-150 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-150 {
        padding-top: 60px;
    }
}

.pt-160 {
    padding-top: 160px;
}

@media (max-width: 1199px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-160 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-160 {
        padding-top: 60px;
    }
}

.pt-180 {
    padding-top: 180px;
}

@media (max-width: 1199px) {
    .pt-180 {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .pt-180 {
        padding-top: 90px;
    }
}

@media (max-width: 767px) {
    .pt-180 {
        padding-top: 60px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 991px) {
    .mt-100 {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .mt-100 {
        margin-top: 60px;
    }
}

.mt-110 {
    margin-top: 110px;
}

@media (max-width: 1199px) {
    .mt-110 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-110 {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .mt-110 {
        margin-top: 60px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .mt-120 {
        margin-top: 100px;
    }
}

@media (max-width: 991px) {
    .mt-120 {
        margin-top: 90px;
    }
}

@media (max-width: 767px) {
    .mt-120 {
        margin-top: 60px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .mb-100 {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}

.mb-110 {
    margin-bottom: 110px;
}

@media (max-width: 1199px) {
    .mb-110 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-110 {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .mb-110 {
        margin-bottom: 60px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media (max-width: 1199px) {
    .mb-120 {
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

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

/* 03. TYPOGRAPHY CSS START
/*----------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--font-syne);
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: var(--font-aclonica);
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    color: inherit;
}

a:hover {
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    color: var(--gray);
}

img {
    max-width: 100%;
}

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

/* 04. THEME CSS START
/*----------------------------------------*/

.preloader-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
}

.site-preloader {
    width: 80px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #FF7F48;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: preloader 1s infinite linear;
}

@keyframes preloader {
    to {
        transform: rotate(1turn);
    }
}

.scroll--top {
    position: fixed;
    width: 36px;
    height: 36px;
    bottom: 0;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #1B1A1A;
    color: #fff;
    cursor: pointer;
    border-radius: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.scroll--top.showed {
    opacity: 1;
    bottom: 20px;
    visibility: visible;
}

.scroll--top:hover {
    color: #1B1A1A;
    background-color: #FF7F48;
}

.img-reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-reveal img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: left;
}

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

/*  05. ANIMATION CSS START
/*----------------------------------------*/

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

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

@keyframes WeblytixMoveY {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@keyframes WeblytixMoveX {
    0% {
        transform: translateX(-15px);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-15px);
    }
}

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

/* 06. BUTTON CSS START
/*----------------------------------------*/

.Weblytix-btn-flip {
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    padding: 12px 24px;
    color: var(--white);
    font-size: 20px;
    font-weight: 400;
    perspective: 1000px;
    transition: all 0.5s;
}

.Weblytix-btn-flip i,
.Weblytix-btn-flip svg {
    font-size: 15px;
}

.Weblytix-btn-flip span {
    position: relative;
    display: inline-block;
    padding: 0;
    transition: transform 0.5s;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
}

.Weblytix-btn-flip span:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    content: attr(data-hover);
    transition: color 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    text-align: center;
}

.Weblytix-btn-flip:focus,
.Weblytix-btn-flip:hover {
    color: var(--white);
}

.Weblytix-btn-flip:focus span,
.Weblytix-btn-flip:hover span {
    transform: rotateX(90deg) translateY(-22px);
}

.Weblytix-btn-flip:focus span:before,
.Weblytix-btn-flip:hover span:before {
    color: var(--white);
}

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

/*  06. TITLE CSS START
/*----------------------------------------*/

.sec-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
}

.sec-title span {
    color: var(--primary);
}

@media (max-width: 1199px) {
    .sec-title {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .sec-title {
        font-size: 24px;
    }
}

.sec-title-2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
}

.sec-title-2 span {
    color: var(--primary);
}

@media (max-width: 991px) {
    .sec-title-2 {
        font-size: 24px;
    }
}

.sec-sub-title {
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid var(--gray-2);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sec-sub-title::after {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    width: 30px;
    bottom: -5px;
    background-color: var(--gray-2);
}

.sec-sub-title i {
    font-size: 8px;
    color: var(--primary);
}

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

/*  08. LOADING CSS START
/*----------------------------------------*/

.preloader {
    width: 100%;
    height: 100vh;
    background-color: var(--white);
    position: relative;
    z-index: 999;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.loading .bar {
    width: 6px;
    height: 60px;
    background: var(--white);
    display: inline-block;
    transform-origin: bottom center;
    animation: wcLoading 1.5s ease-in-out infinite;
}

.loading .bar1 {
    animation-delay: 0.1s;
}

.loading .bar2 {
    animation-delay: 0.2s;
}

.loading .bar3 {
    animation-delay: 0.3s;
}

.loading .bar4 {
    animation-delay: 0.4s;
}

.loading .bar5 {
    animation-delay: 0.5s;
}

.loading .bar6 {
    animation-delay: 0.6s;
}

.loading .bar7 {
    animation-delay: 0.7s;
}

.loading .bar8 {
    animation-delay: 0.8s;
}

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

/*  09. MENU CSS START
/*----------------------------------------*/

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

.main-menu ul {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.main-menu ul li:hover .main-dropdown {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li:hover .mega-menu {
    top: 80px;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li a {
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
    display: block;
    padding: 32px 5px;
    text-transform: capitalize;
}

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

.main-menu .main-dropdown {
    position: absolute;
    width: 260px;
    top: 100px;
    background: var(--dark);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 5;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    display: block;
}

.main-menu .main-dropdown li {
    padding: 0 30px;
    display: block;
    text-align: left;
    position: relative;
}

.main-menu .main-dropdown li:hover .sub-dropdown {
    left: 100%;
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1919px) {
    .main-menu .main-dropdown li:hover .sub-dropdown {
        left: -100%;
    }
}

.main-menu .main-dropdown li a {
    color: var(--white);
    padding: 7px 0;
}

.main-menu .sub-dropdown {
    position: absolute;
    width: 260px;
    left: 90%;
    top: 0;
    background: var(--black-2);
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 5;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 1919px) {
    .main-menu .sub-dropdown {
        left: -90%;
    }
}

.main-menu .sub-dropdown li {
    padding: 0 30px;
    display: block;
    text-align: left;
    position: relative;
}

.main-menu .sub-dropdown li a {
    color: var(--white);
    padding: 10px 0;
}

.main-menu .has-dropdown {
    position: relative;
}

.main-menu .has-dropdown:hover::after {
    color: var(--primary);
}

.main-menu .has-dropdown::after {
    position: absolute;
    content: "\f107";
    width: 15px;
    height: 15px;
    top: 35px;
    right: -12px;
    color: #15140F;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
    transition: all 0.2s;
}

.main-menu .has-megamenu {
    position: static;
}

.main-menu .has-megamenu:hover::after {
    color: var(--primary);
}

.main-menu .has-megamenu::after {
    position: absolute;
    content: "\f107";
    width: 15px;
    height: 15px;
    top: 30px;
    color: var(--white);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    transition: all 0.2s;
}

.main-menu .main-dropdown .has-dropdown {
    position: relative;
}

.main-menu .main-dropdown .has-dropdown:hover::after {
    color: var(--primary);
}

.main-menu .main-dropdown .has-dropdown::after {
    position: absolute;
    content: "\f107";
    width: 15px;
    height: 15px;
    top: 15px;
    right: 20px;
    color: var(--white);
    transform: rotate(-90deg);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    transition: all 0.2s;
}

.main-menu .mega-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100px;
    z-index: 9;
    background-color: var(--black-2);
    text-align: left;
    padding: 40px 230px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

@media (max-width: 1919px) {
    .main-menu .mega-menu {
        padding: 40px 50px;
    }
}

@media (max-width: 1399px) {
    .main-menu .mega-menu {
        padding: 40px 20px;
    }
}

.main-menu .mega-menu li {
    display: block;
}

.main-menu .mega-menu li:first-child {
    font-size: 18px;
    color: var(--white);
    padding-bottom: 10px;
    text-transform: capitalize;
}

.main-menu .mega-menu li a {
    padding: 8px 5px;
}

.mean-container .mean-nav>ul {
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
    height: calc(100vh - 100px);
    overflow-y: auto;
    background: transparent;
}

.mean-container .mean-nav {
    margin-top: 0;
    background-color: transparent;
}

.mean-container .mean-nav ul li {
    border-bottom: 1px solid #dddddd;
}

.mean-container .mean-nav ul li:first-child {
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li:last-child {
    border-bottom: none;
}

.mean-container .mean-nav ul li .main-dropdown li:last-child {
    border-bottom: none;
}

.mean-container .mean-nav ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #15140F;
    padding: 13px 0;
    text-transform: uppercase;
    border: none;
}

.mean-container .mean-nav ul li a:hover {
    background: transparent;
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 0 !important;
    line-height: 44px;
    background: transparent;
    border: none !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
}

.mean-container .mean-nav ul li li a {
    padding: 13px 15px;
    border-top: none;
    opacity: 1;
    color: #15140F;
}

.offcanvas__area .btn--close {
    border: 1px solid #15140F;
    padding: 4px 10px;
    font-size: 20px;
    background-color: transparent;
    border-radius: 3px;
}

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

/*  10. MODAL CSS START
/*----------------------------------------*/

@media (max-width: 574px) {
    .hero__area .modal-wrap {
        margin: auto;
    }
}

.Weblytix__modal {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--primary);
    position: relative;
}

.Weblytix__modal .icon {
    fill: var(--white);
    color: var(--white);
    font-size: 32px;
}

.Weblytix__modal .shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: modalRotate 10s linear infinite;
}

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

/* 11. HEADER CSS START
/*----------------------------------------*/

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transition: ease 0.4s;
}

header.sticky {
    background: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0;
}

@media (max-width: 1199px) {
    header.sticky {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

header.sticky .logo-wrapper .logo .standard-logo {
    display: none;
}

header.sticky .logo-wrapper .logo .sticky-logo {
    display: block;
}

@media (max-width: 1199px) {
    .header__area {
        top: 20px;
    }
}

.header__area-2 {
    top: 20px;
}

.header__area-2 .Weblytix-btn-flip {
    font-size: 16px;
    border-radius: 100px;
}

@media (max-width: 767px) {
    .header__area-2 .Weblytix-btn-flip {
        display: none;
    }
}

@media (max-width: 1199px) {
    .header__area-4 {
        top: 15px;
    }
}

.header__area-4 .Weblytix-btn-flip {
    font-size: 16px;
}

.header__wrapper {
    gap: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 2fr;
}

@media (max-width: 1199px) {
    .header__wrapper {
        grid-template-columns: 1fr 0.1fr 2fr;
    }
}

@media (max-width: 767px) {
    .header__wrapper {
        grid-template-columns: 1fr 0.1fr 0.5fr;
    }
}

.header__wrapper .logo-wrapper .logo .sticky-logo {
    display: none;
}

.header__wrapper-2 {
    gap: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 1.8fr;
    border: 1px solid #E8E8EA;
    border-radius: 10px;
    padding: 0 20px;
}

.header__wrapper-2 .logo-wrapper .logo .sticky-logo {
    display: none;
}

@media (max-width: 1399px) {
    .header__wrapper-2 {
        grid-template-columns: 1fr 3fr 2.3fr;
    }
}

@media (max-width: 1199px) {
    .header__wrapper-2 {
        padding: 10px 20px;
        grid-template-columns: 1fr 0.1fr 2fr;
    }
}

@media (max-width: 767px) {
    .header__wrapper-2 {
        grid-template-columns: 2fr 0.1fr 1fr;
    }
}

.header__wrapper-3 {
    gap: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 3fr 1.8fr;
    border: 1px solid #D8D9FF;
    border-radius: 10px;
    padding: 0 20px;
}

.header__wrapper-3 .logo-wrapper .logo .sticky-logo {
    display: none;
}

@media (max-width: 1399px) {
    .header__wrapper-3 {
        grid-template-columns: 1fr 3fr 2.3fr;
    }
}

@media (max-width: 1199px) {
    .header__wrapper-3 {
        padding: 10px 20px;
        grid-template-columns: 1fr 0.1fr 2fr;
    }
}

@media (max-width: 767px) {
    .header__wrapper-3 {
        grid-template-columns: 2fr 0.1fr 1fr;
    }
}

.header__menu {
    text-align: center;
}

.header__menu-2 {
    text-align: center;
    position: relative;
}

.header__menu-2::before,
.header__menu-2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-right: 1px dashed var(--dark);
}

@media (max-width: 991px) {
    .header__menu-2::before,
    .header__menu-2::after {
        display: none;
    }
}

.header__menu-2::after {
    left: 0;
}

.header__menu-2::before {
    right: 0;
}

.header__other {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__other .social-media {
    gap: 5px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header__other .social-media {
        display: none;
    }
}

.header__other .social-media ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__other .social-media ul a {
    padding: 0 3px;
    font-size: 16px;
    display: inline-block;
}

.header__other .social-media ul a:hover {
    color: var(--primary);
}

.header__other .social-media p {
    font-weight: 500;
    color: var(--dark-2);
}

@media (max-width: 767px) {
    .header__other .Weblytix-btn-flip {
        display: none;
    }
}

.header__other-2 {
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header__other-2 .support {
    gap: 10px;
    display: flex;
    align-items: center;
    padding-right: 20px;
    position: relative;
}

.header__other-2 .support::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 27px;
    right: 0;
    background-color: var(--dark);
}

@media (max-width: 991px) {
    .header__other-2 .support {
        display: none;
    }
}

.header__other-2 .support p {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: var(--dark);
}

.header__other-2 .support a {
    font-family: var(--font-aclonica);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary);
}

.header__other-2 .support a:hover {
    color: var(--dark);
}

.offcanvas.offcanvas-end {
    width: 310px;
    padding-top: 6px;
}

.menu--open {
    border: none;
    font-size: 24px;
    background: transparent;
    display: none;
    border: 1px solid black;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    height: 37px;
    width: 40px;
}

@media (max-width: 1199px) {
    .menu--open {
        display: flex;
    }
}

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

/*  12. HERO CSS START
/*----------------------------------------*/

.hero__area {
    padding-top: 190px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../imgs/hero/bg-shape.png);
    position: relative;
}

@media (max-width: 1199px) {
    .hero__area {
        padding-top: 140px;
    }
}

@media (max-width: 991px) {
    .hero__area {
        padding-top: 100px;
    }
}

.hero__area .Weblytix__modal {
    z-index: 1;
    margin-top: 20px;
}

.hero__area .sub-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--dark);
    text-transform: capitalize;
    font-family: var(--font-syne);
}

.hero__area .title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark);
    max-width: 970px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .hero__area .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hero__area .title {
        font-size: 40px;
        padding-bottom: 0;
        padding-top: 15px;
    }
}

@media (max-width: 479px) {
    .hero__area .title {
        font-size: 34px;
    }
}

.hero__area .title .primary {
    color: var(--primary);
}

.hero__area .title .secondary {
    color: var(--secondary);
}

.hero__area .text {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .hero__area .text {
        padding-bottom: 40px;
        padding-top: 30px;
    }
}

.hero__area .text p {
    font-size: 24px;
}

@media (max-width: 991px) {
    .hero__area .text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hero__area .text p {
        font-size: 18px;
    }
}

.hero__area .shape-1 {
    position: absolute;
    top: 197px;
    left: 32%;
}

@media (max-width: 1199px) {
    .hero__area .shape-1 {
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .hero__area .shape-1 {
        display: none;
    }
}

.hero__area .shape-2 {
    position: absolute;
    top: 110px;
    right: 0;
    max-width: 130px;
}

@media (max-width: 991px) {
    .hero__area .shape-2 {
        max-width: 60px;
    }
}

.hero__area .top-wrapper {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    padding-right: 100px;
}

@media (max-width: 991px) {
    .hero__area .top-wrapper {
        padding-right: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero__area .top-wrapper {
        gap: 0;
        flex-wrap: wrap;
    }
}

.hero__area-2 {
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../imgs/hero/bg-2.png);
    overflow: hidden;
}

@media (max-width: 767px) {
    .hero__area-2 {
        padding-top: 120px;
    }
}

.hero__area-2 .arrow {
    animation: WeblytixMoveX 5s infinite;
}

.hero__area-2 .text {
    padding-top: 50px;
}

@media (max-width: 991px) {
    .hero__area-2 .text {
        padding-top: 30px;
    }
}

.hero__area-2 .text p {
    font-size: 24px;
}

@media (max-width: 991px) {
    .hero__area-2 .text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hero__area-2 .text p {
        font-size: 18px;
    }
}

.hero__area-3 {
    padding-top: 130px;
    position: relative;
    background-image: url(../imgs/hero/bg-3.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero__area-3 {
        padding-top: 100px;
    }
}

.hero__area-3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    bottom: -3px;
    left: 0;
    background-image: url(../imgs/hero/shape-7.png);
}

@media (max-width: 1399px) {
    .hero__area-3::after {
        bottom: -10px;
    }
}

.hero__area-3 .title-stoke {
    font-size: 107px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: transparent;
    -webkit-text-stroke: 1px var(--gray-2);
    margin-top: -100px;
    z-index: 1;
    position: relative;
}

@media (max-width: 1919px) {
    .hero__area-3 .title-stoke {
        font-size: 100px;
        margin-top: -85px;
    }
}

@media (max-width: 1399px) {
    .hero__area-3 .title-stoke {
        font-size: 90px;
    }
}

@media (max-width: 1199px) {
    .hero__area-3 .title-stoke {
        font-size: 65px;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .hero__area-3 .title-stoke {
        font-size: 50px;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero__area-3 .title-stoke {
        font-size: 36px;
        margin-top: -20px;
    }
}

.hero__wrapper-2 {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

@media (max-width: 991px) {
    .hero__wrapper-2 {
        grid-template-columns: 1fr;
    }
}

.hero__wrapper-2 .img-reveal {
    width: 360px;
    height: 450px;
    margin-left: auto;
}

.hero__wrapper-2 .title-wrap {
    padding-right: 50px;
    padding-top: 70px;
}

@media (max-width: 1399px) {
    .hero__wrapper-2 .title-wrap {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .hero__wrapper-2 .title-wrap {
        padding-top: 20px;
    }
}

.hero__wrapper-2 .sub-title {
    font-size: 67px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    .hero__wrapper-2 .sub-title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .hero__wrapper-2 .sub-title {
        font-size: 30px;
    }
}

.hero__wrapper-2 .title {
    font-size: 120px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary);
}

@media (max-width: 1399px) {
    .hero__wrapper-2 .title {
        font-size: 110px;
    }
}

@media (max-width: 1199px) {
    .hero__wrapper-2 .title {
        font-size: 90px;
        line-height: 1.1;
    }
}

@media (max-width: 991px) {
    .hero__wrapper-2 .title {
        font-size: 70px;
    }
    .hero__wrapper-2 .title img {
        max-width: 80px;
    }
}

@media (max-width: 767px) {
    .hero__wrapper-2 .title {
        font-size: 60px;
        padding-bottom: 20px;
    }
}

.hero__wrapper-2 .title .secondary {
    color: var(--secondary);
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .hero__wrapper-2 .title .secondary {
        margin-left: 0;
    }
}

.hero__wrapper-2 .img-wrap {
    position: relative;
    text-align: right;
}

.hero__wrapper-2 .img-wrap img {
    z-index: 1;
    position: relative;
}

@media (max-width: 991px) {
    .hero__wrapper-2 .img-wrap img {
        max-width: 220px;
    }
}

.hero__wrapper-2 .img-wrap .img-1 {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .hero__wrapper-2 .img-wrap .img-1 {
        max-width: 160px;
    }
}

.hero__wrapper-2 .img-wrap .shape {
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 0;
}

.hero__wrapper-3 {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .hero__wrapper-3 {
        grid-template-columns: 1fr;
    }
}

.hero__wrapper-3 .sub-title {
    font-family: var(--font-syne);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
    background-image: url(../imgs/hero/shape-3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 8px;
}

.hero__wrapper-3 .title {
    font-size: 84px;
    font-weight: 400;
    line-height: 1.1;
    color: var(--secondary);
    -webkit-text-stroke: 1px var(--dark);
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (max-width: 1399px) {
    .hero__wrapper-3 .title {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hero__wrapper-3 .title {
        font-size: 60px;
    }
    .hero__wrapper-3 .title img {
        max-width: 180px;
    }
}

@media (max-width: 991px) {
    .hero__wrapper-3 .title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .hero__wrapper-3 .title {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}

.hero__wrapper-3 .text-wrap {
    gap: 30px;
    display: flex;
}

@media (max-width: 991px) {
    .hero__wrapper-3 .text-wrap {
        gap: 10px;
    }
}

.hero__wrapper-3 .text-wrap img {
    align-self: center;
    flex-basis: 72px;
    animation: WeblytixRotation 10s linear infinite;
}

.hero__wrapper-3 .text-wrap p {
    flex: 1;
    font-size: 20px;
    color: var(--dark);
}

@media (max-width: 991px) {
    .hero__wrapper-3 .text-wrap p {
        font-size: 18px;
    }
}

.hero__gallery {
    gap: 120px;
    display: grid;
    grid-template-columns: 2.7fr 1fr;
}

@media (max-width: 1399px) {
    .hero__gallery {
        gap: 50px;
    }
}

@media (max-width: 1199px) {
    .hero__gallery {
        grid-template-columns: 2fr 1fr;
    }
}

@media (max-width: 991px) {
    .hero__gallery {
        grid-template-columns: 1fr;
    }
}

.hero__gallery .gallery {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1.72fr;
}

@media (max-width: 1399px) {
    .hero__gallery .gallery {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .hero__gallery .gallery {
        gap: 10px;
    }
}

.hero__gallery .image {
    position: relative;
}

.hero__gallery .image .full {
    width: 100%;
}

.hero__gallery .image .arrow {
    position: absolute;
    top: 0;
    right: 105px;
}

@media (max-width: 1399px) {
    .hero__gallery .image .arrow {
        top: -12px;
        right: 85px;
    }
}

@media (max-width: 1199px) {
    .hero__gallery .image .arrow {
        top: 0;
        right: 80px;
        width: 60px;
    }
}

@media (max-width: 767px) {
    .hero__gallery .image .arrow {
        top: 0;
        right: 55px;
    }
}

@media (max-width: 574px) {
    .hero__gallery .image .arrow {
        top: -5px;
        right: 45px;
    }
}

@media (max-width: 479px) {
    .hero__gallery .image .arrow {
        right: 37px;
        width: 44px;
    }
}

.hero__gallery .image .star {
    position: absolute;
    bottom: -33px;
    left: 165px;
}

.hero__gallery .image .img-3 {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hero__gallery .image .img-3 {
        width: 180px;
    }
}

@media (max-width: 1199px) {
    .hero__gallery .image .img-3 {
        width: 142px;
        bottom: 60px;
    }
}

@media (max-width: 991px) {
    .hero__gallery .image .img-3 {
        width: 168px;
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .hero__gallery .image .img-3 {
        width: 125px;
    }
}

@media (max-width: 574px) {
    .hero__gallery .image .img-3 {
        width: 108px;
    }
}

@media (max-width: 479px) {
    .hero__gallery .image .img-3 {
        width: 80px;
    }
}

.hero__gallery .step {
    gap: 20px;
    display: flex;
}

.hero__steps {
    align-self: flex-start;
    position: relative;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .hero__steps {
        margin-top: 0;
    }
}

.hero__steps::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 97%;
    left: 16px;
    top: 0;
    background: var(--gray);
}

.hero__steps .number {
    width: 32px;
    height: 43px;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 32px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    border-radius: 100px;
    font-family: var(--font-aclonica);
}

.hero__steps .step {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .hero__steps .step {
        padding-bottom: 20px;
    }
}

.hero__steps .step:last-child {
    padding-bottom: 0;
}

.hero__steps .step:nth-child(2) .number {
    background: var(--primary);
}

.hero__steps .step p {
    flex: 1;
    font-size: 18px;
}

.hero__content-3 {
    padding-top: 130px;
}

@media (max-width: 991px) {
    .hero__content-3 {
        padding-top: 30px;
    }
}

.hero__img-3 {
    position: relative;
}

.hero__img-3 .modal-wrap {
    position: absolute;
    top: 50px;
    z-index: 1;
}

@media (max-width: 991px) {
    .hero__img-3 .img-reveal {
        left: 30%;
        width: 50%;
    }
}

.bcrumb__area {
    padding-top: 195px;
    background-image: url(../imgs/hero/bcrumb-bg.png);
    background-repeat: no-repeat;
    position: relative;
}

@media (max-width: 1199px) {
    .bcrumb__area {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {
    .bcrumb__area {
        padding-top: 100px;
    }
}

.bcrumb__area .arrow {
    position: absolute;
    left: 45%;
    bottom: 0;
    animation: WeblytixMoveY 5s infinite;
}

@media (max-width: 991px) {
    .bcrumb__area .arrow {
        left: 25%;
        bottom: -30px;
    }
}

@media (max-width: 767px) {
    .bcrumb__area .arrow {
        display: none;
    }
}

.bcrumb__area .title {
    font-size: 127px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--primary);
    padding-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 1399px) {
    .bcrumb__area .title {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .bcrumb__area .title {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .bcrumb__area .title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .bcrumb__area .title {
        font-size: 48px;
        padding-bottom: 0;
    }
}

.bcrumb__area .title img {
    margin-left: 60px;
}

@media (max-width: 1199px) {
    .bcrumb__area .title img {
        max-width: 220px;
    }
}

.bcrumb__wrapper {
    gap: 30px;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
}

@media (max-width: 1399px) {
    .bcrumb__wrapper {
        grid-template-columns: 1.3fr 1fr;
    }
}

@media (max-width: 991px) {
    .bcrumb__wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .bcrumb__wrapper {
        gap: 20px;
        grid-template-columns: 1fr;
    }
}

.bcrumb__wrapper .sub-title {
    font-size: 37px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--dark);
    padding-right: 100px;
    font-family: var(--font-syne);
}

@media (max-width: 1399px) {
    .bcrumb__wrapper .sub-title {
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .bcrumb__wrapper .sub-title {
        font-size: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .bcrumb__wrapper .sub-title {
        font-size: 24px;
        padding-right: 0;
    }
}

.bcrumb__wrapper .text p {
    font-size: 24px;
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    .bcrumb__wrapper .text p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .bcrumb__wrapper .text p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .bcrumb__wrapper .text p {
        padding-bottom: 10px;
    }
}

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

/*  13. COUNTER CSS START
/*----------------------------------------*/

.counter__item .number {
    font-family: var(--font-aclonica);
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
}

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

@media (max-width: 991px) {
    .counter__item .number {
        font-size: 36px;
    }
}

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

.counter__item .title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .counter__item .title {
        font-size: 18px;
    }
}

.counter__area-2 {
    background-image: url(../imgs/others/counter-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}

.counter__area-2 .shape-1 {
    position: absolute;
    right: 18%;
    bottom: 0px;
    animation: WeblytixMoveY 5s infinite;
}

@media (max-width: 1199px) {
    .counter__area-2 .shape-1 {
        right: 5%;
    }
}

.counter__content-2 {
    padding-top: 50px;
}

.counter__content-2 .sec-title-2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .counter__content-2 .sec-title-2 {
        font-size: 32px;
        line-height: 1.3;
    }
}

.counter__content-2 p {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 1199px) {
    .counter__content-2 p {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .counter__content-2 p {
        font-size: 16px;
    }
}

.counter__content-2 .Weblytix-btn-flip {
    font-size: 20px;
    font-weight: 400;
}

.counter__list-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-right: 60px;
    padding-left: 80px;
}

@media (max-width: 1199px) {
    .counter__list-2 {
        padding: 0;
    }
}

.counter__list-2 .counter__item {
    border: 1px solid;
    border-radius: 20px;
    padding: 30px;
}

@media (max-width: 767px) {
    .counter__list-2 .counter__item {
        padding: 15px;
    }
}

.counter__list-2 .counter__item img {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .counter__list-2 .counter__item img {
        max-width: 48px;
        margin-bottom: 20px;
    }
}

.counter__list-2 .counter__item .title {
    color: var(--dark);
    padding-top: 5px;
}

@media (max-width: 767px) {
    .counter__list-2 .counter__item .title {
        line-height: 1.3;
    }
}

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

/*  14. INSURANCE CSS START
/*----------------------------------------*/

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

/*  15. SERVICE CSS START
/*----------------------------------------*/

.service__area {
    padding-bottom: 50px;
}

.service__area .title-wrapper {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .service__area .title-wrapper {
        margin-bottom: 30px;
    }
}

.service__area .sec-title {
    margin: 0 auto;
    max-width: 750px;
    margin-top: 25px;
}

.service__area-2 {
    position: relative;
}

.service__area-2 .shape-1 {
    position: absolute;
    left: 18%;
    top: 205px;
}

@media (max-width: 767px) {
    .service__area-2 .shape-1 {
        display: none;
    }
}

.service__area-2 .shape-2 {
    position: absolute;
    right: 0;
    top: 130px;
}

@media (max-width: 767px) {
    .service__area-2 .shape-2 {
        display: none;
    }
}

.service__area-2 .title-wrapper {
    text-align: center;
    padding-bottom: 80px;
    max-width: 610px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .service__area-2 .title-wrapper {
        padding-bottom: 40px;
    }
}

.service__area-2 .sec-title {
    padding-top: 35px;
}

.service__area-3 {
    background-image: url(../imgs/service/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}

.service__area-3 .shape-1 {
    position: absolute;
    bottom: 200px;
    left: 38%;
    animation: WeblytixMoveY 5s infinite;
}

@media (max-width: 991px) {
    .service__area-3 .shape-1 {
        display: none;
    }
}

.service__area-3 .shape-2 {
    position: absolute;
    top: 60px;
    left: 30%;
}

@media (max-width: 991px) {
    .service__area-3 .shape-2 {
        top: 0;
    }
}

@media (max-width: 767px) {
    .service__area-3 .shape-2 {
        top: -20px;
        left: 50%;
    }
}

.service__banner {
    padding-bottom: 50px;
    background-image: url(../imgs/service/bg-4.png);
    position: relative;
}

@media (max-width: 767px) {
    .service__banner {
        padding-bottom: 30px;
        background-position: center;
    }
}

.service__banner .star-2 {
    position: absolute;
    top: 11%;
    left: 65%;
}

@media (max-width: 767px) {
    .service__banner .star-2 {
        top: 6%;
    }
}

.service__banner .shape {
    position: absolute;
    left: 12%;
    top: 44%;
}

@media (max-width: 1199px) {
    .service__banner .shape {
        display: none;
    }
}

.service__banner .arrow {
    position: absolute;
    top: 40%;
    left: 65%;
    animation: WeblytixMoveY 5s linear infinite;
}

@media (max-width: 991px) {
    .service__banner .arrow {
        left: 50%;
    }
}

@media (max-width: 767px) {
    .service__banner .arrow {
        left: 65%;
    }
}

.service__banner .title-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .service__banner .title-wrap {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .service__banner .title-wrap {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
}

.service__banner .title {
    font-size: 94px;
    line-height: 1.5;
    color: var(--dark);
    padding-top: 220px;
}

@media (max-width: 1199px) {
    .service__banner .title {
        font-size: 70px;
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .service__banner .title {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .service__banner .title {
        font-size: 36px;
        padding-top: 100px;
    }
}

.service__banner .btn-wrap {
    padding: 275px 15px 15px;
    background-image: url(../imgs/service/modal-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

@media (max-width: 1199px) {
    .service__banner .btn-wrap {
        padding: 200px 15px 15px;
        background-size: cover;
        background-position: bottom;
    }
}

@media (max-width: 991px) {
    .service__banner .btn-wrap {
        padding: 150px 15px 15px;
    }
}

@media (max-width: 767px) {
    .service__banner .btn-wrap {
        background-size: 0;
        padding: 40px 0 0;
    }
}

.service__banner .btn-wrap .Weblytix-btn-flip {
    width: 190px;
    height: 190px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: var(--dark);
    border-radius: 100%;
    border: 1px solid var(--dark);
    background-color: transparent;
    flex-direction: column-reverse;
    perspective: unset;
}

.service__banner .btn-wrap .Weblytix-btn-flip:hover span:before {
    color: var(--dark);
}

.service__banner .btn-wrap .Weblytix-btn-flip i {
    font-size: 24px;
    transform: rotate(-45deg);
}

.service__banner .img-wrap {
    position: relative;
    z-index: 2;
}

.service__banner .img-wrap .star {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 830px;
}

@media (max-width: 1199px) {
    .service__banner .img-wrap .star {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    .service__banner .img-wrap .star {
        max-width: 240px;
    }
}

.service__wrapper-2 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
    .service__wrapper-2 {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .service__wrapper-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .service__wrapper-2 {
        grid-template-columns: 1fr;
    }
}

.service__wrapper-3 {
    gap: 90px;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
}

@media (max-width: 1399px) {
    .service__wrapper-3 {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .service__wrapper-3 {
        grid-template-columns: 1fr;
    }
}

.service__wrapper-4 {
    gap: 140px;
    display: grid;
    grid-template-columns: 0.8fr 1fr;
}

@media (max-width: 1399px) {
    .service__wrapper-4 {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .service__wrapper-4 {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .service__wrapper-4 {
        grid-template-columns: 1fr;
    }
}

.service__related {
    position: relative;
}

.service__related .img-1 {
    position: absolute;
    top: -115px;
    left: 42%;
}

@media (max-width: 1199px) {
    .service__related .img-1 {
        top: -80px;
    }
}

.service__related .img-2 {
    position: absolute;
    right: 120px;
    bottom: 50px;
}

@media (max-width: 1919px) {
    .service__related .img-2 {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .service__related .img-2 {
        max-width: 90px;
        bottom: -70px;
    }
}

.service__related .img-3 {
    position: absolute;
    bottom: -95px;
}

@media (max-width: 767px) {
    .service__related .img-3 {
        bottom: 0;
    }
}

.service__content-3 {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .service__content-3 {
        padding-top: 0;
    }
}

.service__content-3 .sec-title {
    padding-top: 35px;
}

.service__content-3 .text {
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .service__content-3 .text {
        font-size: 16px;
        padding-top: 15px;
    }
}

.service__content-3 .Weblytix-btn-flip {
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
}

.service__list {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .service__list {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .service__list {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .service__list {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
}

.service__list-2 {
    gap: 40px;
    display: grid;
}

@media (max-width: 1199px) {
    .service__list-2 {
        gap: 20px;
    }
}

.service__list-2.last {
    order: 3;
}

@media (max-width: 991px) {
    .service__list-2.last {
        grid-column: 1/-1;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .service__list-2.last {
        order: unset;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .service__list-3 {
        gap: 20px;
        display: grid;
    }
}

.service__list-4 {
    gap: 30px;
    display: grid;
}

@media (max-width: 767px) {
    .service__list-4 {
        gap: 15px;
    }
}

.service__btm {
    gap: 200px;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .service__btm {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .service__btm {
        flex-direction: column;
    }
}

.service__btm .text {
    flex: 1;
    font-size: 20px;
}

@media (max-width: 767px) {
    .service__btm .text {
        font-size: 18px;
    }
}

.service__img-2 {
    position: relative;
    height: 500px;
}

.service__img-2 .thumb {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 1s;
    overflow: hidden;
    opacity: 0;
}

.service__img-2 .thumb img {
    width: 405px;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

.service__img-2 .Weblytix__modal {
    width: 150px;
    height: 150px;
    background: var(--dark);
    position: relative;
    outline: 5px solid var(--white);
    position: absolute;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 991px) {
    .service__img-2 .Weblytix__modal {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .service__img-2 .Weblytix__modal {
        bottom: -30px;
    }
}

.service__item.style-1 {
    padding: 30px 25px;
    border: 1px solid;
    transition: all 0.3s;
    background-position: center;
    background-image: url(../imgs/service/bg-shape.png);
    border-width: 1px;
    border-style: solid;
    -o-border-image: linear-gradient(140.58deg, #FF4000 -1.57%, #000000 49.43%, #7417FE 100.43%) 1;
    border-image: linear-gradient(140.58deg, #FF4000 -1.57%, #000000 49.43%, #7417FE 100.43%) 1;
}

@media (max-width: 1199px) {
    .service__item.style-1 {
        padding: 20px 15px;
    }
}

.service__item.style-1:hover {
    background-color: var(--secondary);
    background-image: url(../imgs/service/bg-shape-2.png);
}

.service__item.style-1:hover .number,
.service__item.style-1:hover .title,
.service__item.style-1:hover .read-btn {
    fill: var(--white);
    color: var(--white);
}

.service__item.style-1 .number {
    font-family: var(--font-aclonica);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

.service__item.style-1 .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    margin-top: 40px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .service__item.style-1 .title {
        font-size: 20px;
        margin-top: 30px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .service__item.style-1 .title {
        padding-bottom: 0;
    }
}

.service__item.style-1 .read-btn {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    fill: var(--gray);
    color: var(--gray);
    gap: 10px;
    display: flex;
    align-items: center;
}

.service__item.style-1 .read-btn:hover {
    gap: 15px;
}

.service__item.style-2 {
    padding: 40px 25px;
    border: 2px solid var(--dark);
    border-radius: 16px;
    transition: all 0.3s;
    background-position: center;
    background-image: url(../imgs/service/bg-shape-3.png);
}

.service__item.style-2:hover {
    border-color: var(--primary);
}

.service__item.style-2:hover .number {
    color: var(--white);
    background-color: var(--primary);
}

.service__item.style-2:hover .number::before {
    border-color: var(--primary);
}

.service__item.style-2 .number {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
    font-family: var(--font-aclonica);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B3F682;
    border-radius: 100%;
    border: 1px solid var(--dark);
    position: relative;
    margin-left: 30px;
    transition: all 0.3s;
}

.service__item.style-2 .number::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    left: -30px;
    top: -20px;
    border: 1px dashed var(--dark);
    border-radius: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.service__item.style-2 .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    margin-top: 30px;
    margin-bottom: 15px;
}

.service__item.style-2 .title a:hover {
    color: var(--primary);
}

.service__item.style-2 p {
    font-size: 18px;
}

.service__item.style-3 {
    gap: 35px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    padding: 25px 20px;
    transition: all 0.3s;
    position: relative;
}

@media (max-width: 1199px) {
    .service__item.style-3 {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .service__item.style-3 {
        gap: 20px;
        grid-template-columns: 1fr;
        padding: 20px 15px;
    }
}

.service__item.style-3:hover {
    background-color: var(--primary);
}

@media (max-width: 767px) {
    .service__item.style-3:hover .link-wrap {
        top: 15px;
        right: 15px;
    }
}

.service__item.style-3:hover p,
.service__item.style-3:hover .title {
    color: var(--white);
}

.service__item.style-3:hover .number {
    color: var(--primary);
    background-color: var(--white);
}

.service__item.style-3:hover .number::after {
    border-color: var(--white);
}

.service__item.style-3 .number {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
    font-family: var(--font-aclonica);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    border-radius: 100%;
    border: 1px solid var(--dark);
    position: relative;
    margin-left: 30px;
    transition: all 0.3s;
}

.service__item.style-3 .number::after {
    position: absolute;
    content: "";
    width: 54px;
    height: 54px;
    left: -30px;
    top: -20px;
    border: 1px dashed var(--primary);
    border-radius: 100%;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .service__item.style-3 .number {
        margin-top: 10px;
    }
}

.service__item.style-3 .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

@media (max-width: 1199px) {
    .service__item.style-3 .title {
        font-size: 24px;
    }
}

.service__item.style-3 p {
    font-size: 18px;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .service__item.style-3 .link-wrap {
        position: absolute;
        top: 7px;
        right: 0;
        transition: all 0.3s;
    }
}

.service__item.style-3 .link {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: var(--white);
    background-color: var(--dark);
    font-size: 16px;
}

.service__item.style-3 .link:hover {
    color: var(--dark);
    background-color: var(--white);
}

.service__item.style-4 {
    padding: 15px;
    border-radius: 8px;
    border: 1px dashed #BFB7B7;
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service__item.style-4:hover p {
    color: var(--primary);
}

.service__item.style-4:hover .icon {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}

.service__item.style-4 p {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark);
    transition: all 0.3s;
}

.service__item.style-4 .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
    border: 1px solid var(--gray);
}

.service__details {
    background-image: url(../imgs/service/bg-5.png);
}

.service__details h2 {
    font-size: 30px;
    line-height: 1.3;
    color: var(--dark);
    padding-bottom: 25px;
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .service__details h2 {
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

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

.service__details h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark);
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: var(--font-syne);
}

@media (max-width: 991px) {
    .service__details h4 {
        font-size: 22px;
    }
}

.service__details p {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 25px;
}

@media (max-width: 991px) {
    .service__details p {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .service__details p {
        font-size: 16px;
    }
}

.service__details .list-check {
    -moz-columns: 2;
    columns: 2;
    gap: 120px;
    padding-top: 40px;
}

@media (max-width: 1199px) {
    .service__details .list-check {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .service__details .list-check {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .service__details .list-check {
        -moz-columns: unset;
        columns: unset;
        padding-top: 10px;
    }
}

.service__details .list-check .item {
    display: flex;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .service__details .list-check .item {
        margin-bottom: 0;
    }
}

.service__details .list-check .icon {
    flex-basis: 60px;
    padding-top: 20px;
}

@media (max-width: 991px) {
    .service__details .list-check .icon {
        flex-basis: 45px;
    }
}

.service__details .list-check .info {
    flex: 1;
}

.service__details .text-img {
    gap: 80px;
    display: grid;
    grid-template-columns: 1fr 0.6fr;
}

@media (max-width: 991px) {
    .service__details .text-img {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .service__details .text-img {
        gap: 0;
        grid-template-columns: 1fr;
    }
}

.service__details .text-img .img-wrap {
    position: relative;
}

@media (max-width: 1199px) {
    .service__details .text-img .img-wrap {
        margin-top: 30px;
    }
}

.service__details .text-img .shape {
    position: absolute;
    left: -40px;
    top: 125px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .service__details .text-img .shape {
        top: 90px;
        max-width: 180px;
    }
}

@media (max-width: 991px) {
    .service__details .text-img .shape {
        top: 15px;
        left: -15px;
    }
}

.service__details .text-img .img-reveal img {
    border-radius: 20px;
    height: auto;
}

.service__others .sec-title-2 {
    padding-bottom: 30px;
}

.service__contact {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .service__contact {
        padding-top: 30px;
    }
}

.service__contact a {
    font-size: 100px;
    color: var(--dark);
    display: block;
    font-family: var(--font-aclonica);
    background-image: url(../imgs/service/contact.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

@media (max-width: 1199px) {
    .service__contact a {
        font-size: 70px;
        background-size: contain;
    }
}

@media (max-width: 991px) {
    .service__contact a {
        font-size: 60px;
    }
}

.service__contact p {
    font-size: 18px;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .service__contact p {
        font-size: 16px;
        padding-top: 30px;
    }
}

.price__area {
    padding-top: 70px;
    background-image: url(../imgs/service/bg-2.png);
}

@media (max-width: 1199px) {
    .price__area {
        padding-top: 35px;
    }
}

@media (max-width: 991px) {
    .price__area {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .price__area {
        padding-top: 10px;
    }
}

.price__top {
    text-align: center;
    padding-bottom: 80px;
    max-width: 725px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .price__top {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .price__top {
        padding-bottom: 40px;
    }
}

.price__top .sec-title {
    padding-top: 35px;
}

.price__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #B7B7B7;
    position: relative;
}

@media (max-width: 1199px) {
    .price__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .price__list {
        grid-template-columns: 1fr;
    }
}

.price__list::after,
.price__list::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -20px;
    background-image: url(../imgs/service/star.png);
}

.price__list::before {
    top: -20px;
}

.price__list::after {
    bottom: -20px;
}

@media (max-width: 767px) {
    .price__list::after {
        left: unset;
        bottom: unset;
        right: -20px;
        top: -20px;
    }
}

.price__plan {
    border-right: 1px solid #B7B7B7;
    position: relative;
}

.price__plan::after,
.price__plan::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: -20px;
    background-image: url(../imgs/service/star.png);
}

.price__plan::before {
    top: -20px;
}

@media (max-width: 767px) {
    .price__plan::before {
        top: unset;
        right: unset;
        bottom: -20px;
        left: -20px;
    }
}

.price__plan::after {
    bottom: -20px;
}

.price__plan .content {
    margin: 15px;
    padding: 30px 25px;
    border-radius: 10px;
    background-color: var(--white);
    transition: all 0.3s;
}

.price__plan .content:hover {
    background-color: var(--primary);
}

.price__plan .content:hover .price,
.price__plan .content:hover ul li,
.price__plan .content:hover p,
.price__plan .content:hover .title {
    color: var(--white);
}

.price__plan .content:hover ul .disabled {
    color: var(--gray-4);
}

.price__plan .title {
    font-size: 20px;
    color: var(--dark);
    line-height: 1.3;
    text-transform: uppercase;
    padding-bottom: 15px;
    transition: all 0.3s;
}

.price__plan .price {
    font-size: 40px;
    color: var(--dark);
    line-height: 1.2;
    transition: all 0.3s;
}

@media (max-width: 1399px) {
    .price__plan .price {
        font-size: 36px;
    }
}

.price__plan .price span {
    font-size: 48px;
}

@media (max-width: 1399px) {
    .price__plan .price span {
        font-size: 44px;
    }
}

.price__plan p {
    font-size: 16px;
    font-weight: 500;
    color: #565674;
    line-height: 1.2;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #CDCDCD;
    transition: all 0.3s;
}

.price__plan ul {
    gap: 15px;
    display: grid;
    margin-bottom: 30px;
}

.price__plan ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--dark);
    transition: all 0.3s;
}

.price__plan ul .disabled {
    color: #565674;
}

.price__plan .Weblytix-btn-flip {
    font-size: 14px;
    border-radius: 2px;
    font-family: var(--font-aclonica);
}

.price__custom {
    margin: 15px;
    padding: 30px 25px;
    border-radius: 10px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
}

.price__custom:hover {
    background-color: var(--primary);
}

.price__custom:hover p,
.price__custom:hover .title {
    color: var(--white);
}

.price__custom::after,
.price__custom::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    right: -35px;
    background-image: url(../imgs/service/star.png);
}

.price__custom::before {
    top: -35px;
}

@media (max-width: 767px) {
    .price__custom::before {
        top: unset;
        right: unset;
        left: -35px;
        bottom: -35px;
    }
}

.price__custom::after {
    bottom: -35px;
}

.price__custom .title {
    font-size: 30px;
    line-height: 1.2;
    color: var(--dark);
    padding-bottom: 15px;
    margin-bottom: 30px;
    transition: all 0.3s;
    border-bottom: 1px solid #CDCDCD;
}

@media (max-width: 1399px) {
    .price__custom .title {
        font-size: 25px;
    }
}

.price__custom p {
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    transition: all 0.3s;
}

.price__custom .Weblytix-btn-flip {
    font-size: 14px;
    border-radius: 2px;
    font-family: var(--font-aclonica);
    margin-top: auto;
    align-self: flex-start;
}

.benifit__area {
    background-image: url(../imgs/service/bg-3.png);
}

.benifit__area .star-2 {
    margin-top: 30px;
    position: absolute;
    left: 70%;
}

@media (max-width: 767px) {
    .benifit__area .star-2 {
        margin-top: 0;
    }
}

.benifit__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .benifit__top {
        grid-template-columns: 1fr;
    }
}

.benifit__top .content-wrap {
    padding-right: 110px;
}

@media (max-width: 1399px) {
    .benifit__top .content-wrap {
        padding-right: 60px;
    }
}

@media (max-width: 1199px) {
    .benifit__top .content-wrap {
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .benifit__top .content-wrap {
        padding-right: 0;
    }
}

.benifit__top .sec-title {
    padding-top: 35px;
}

.benifit__top .text {
    padding-top: 15px;
}

.benifit__top .text p {
    font-size: 18px;
    padding-bottom: 20px;
}

.benifit__top .image-wrap {
    gap: 25px;
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .benifit__top .image-wrap {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .benifit__top .image-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.benifit__top .image-wrap img {
    border-radius: 20px;
}

.benifit__top .image-wrap .circle {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.benifit__top .img-reveal {
    width: 300px;
    height: 340px;
}

@media (max-width: 1199px) {
    .benifit__top .img-reveal {
        width: 240px;
        height: 270px;
    }
}

@media (max-width: 991px) {
    .benifit__top .img-reveal {
        width: 300px;
        height: 340px;
    }
}

.benifit__btm {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .benifit__btm {
        grid-template-columns: 1fr;
    }
}

.benifit__btm .image-wrap {
    position: relative;
    margin-bottom: 120px;
    margin-right: 80px;
    z-index: 2;
}

@media (max-width: 1399px) {
    .benifit__btm .image-wrap {
        margin-right: 0;
    }
}

.benifit__btm .image-wrap img {
    border-radius: 20px;
}

.benifit__btm .img-reveal.one {
    width: 455px;
    height: 395px;
}

@media (max-width: 1199px) {
    .benifit__btm .img-reveal.one {
        width: 360px;
        height: 313px;
    }
}

@media (max-width: 991px) {
    .benifit__btm .img-reveal.one {
        width: 455px;
        height: 395px;
    }
}

@media (max-width: 767px) {
    .benifit__btm .img-reveal.one {
        width: 320px;
        height: 280px;
    }
}

.benifit__btm .img-reveal.two {
    width: 380px;
    height: 330px;
    position: absolute;
    right: 0;
    bottom: -120px;
}

@media (max-width: 1199px) {
    .benifit__btm .img-reveal.two {
        width: 340px;
        height: 294px;
    }
}

@media (max-width: 991px) {
    .benifit__btm .img-reveal.two {
        width: 380px;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .benifit__btm .img-reveal.two {
        width: 300px;
        height: 280px;
    }
}

.benifit__btm .star {
    position: absolute;
    bottom: -80px;
    left: 60px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .benifit__btm .star {
        left: 35px;
        bottom: -68px;
        max-width: 410px;
    }
}

.benifit__btm .content-wrap {
    padding-top: 80px;
}

@media (max-width: 1399px) {
    .benifit__btm .content-wrap {
        padding-top: 60px;
    }
}

.benifit__btm .benifit {
    gap: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    max-width: 540px;
}

@media (max-width: 1399px) {
    .benifit__btm .benifit {
        gap: 20px;
        max-width: 100%;
        margin-bottom: 40px;
        margin-left: 50px;
    }
}

@media (max-width: 991px) {
    .benifit__btm .benifit {
        margin-left: 0;
    }
}

.benifit__btm .benifit:last-child {
    margin-bottom: 0;
}

.benifit__btm .icon {
    flex-basis: 100px;
}

.benifit__btm .title {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark);
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .benifit__btm .title {
        font-size: 22px;
        padding-bottom: 5px;
    }
}

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

/*  16. WORK PROCESS CSS START
/*----------------------------------------*/

.wflow__area {
    padding-bottom: 45px;
    background-image: url(../imgs/work-flow/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 991px) {
    .wflow__area {
        padding-bottom: 0;
    }
}

.wflow__area-2 {
    background-image: url(../imgs/work-flow/bg-2.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.wflow__area-3 {
    background-image: url(../imgs/work-flow/bg-3.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.wflow__area-3 .stoke-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    color: transparent;
    font-family: var(--font-syne);
    -webkit-text-stroke: 1px #DDD7D7;
    opacity: 0.5;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .wflow__area-3 .stoke-title {
        font-size: 40px;
        text-align: left;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.wflow__content-2 {
    padding-right: 110px;
}

@media (max-width: 1399px) {
    .wflow__content-2 {
        padding-right: 30px;
    }
}

.wflow__content-2 .sec-title-2 {
    padding-top: 35px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .wflow__content-2 .sec-title-2 {
        padding-bottom: 40px;
    }
}

.wflow__content-2 .imgs {
    position: relative;
    padding-bottom: 135px;
}

.wflow__content-2 .img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.wflow__content-2 .shape {
    position: absolute;
    bottom: 75px;
    left: 100px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .wflow__content-2 .shape {
        left: 30px;
        max-width: 200px;
    }
}

.wflow__content-3 .sec-title-2 {
    padding-top: 35px;
    padding-bottom: 30px;
    max-width: 530px;
}

@media (max-width: 767px) {
    .wflow__content-3 .sec-title-2 {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

.wflow__content-3 .text {
    font-size: 20px;
    max-width: 630px;
    margin-bottom: 90px;
}

@media (max-width: 1399px) {
    .wflow__content-3 .text {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .wflow__content-3 .text {
        font-size: 16px;
    }
}

.wflow__img-3 {
    text-align: right;
    position: relative;
    margin-left: 60px;
    z-index: 2;
}

@media (max-width: 1399px) {
    .wflow__img-3 {
        margin-left: 20px;
    }
}

.wflow__img-3::before {
    position: absolute;
    content: "";
    width: 220px;
    height: 215px;
    left: 65px;
    border: 2px dashed var(--white);
    border-radius: 16px;
    bottom: 68px;
    z-index: 0;
}

@media (max-width: 991px) {
    .wflow__img-3::before {
        display: none;
    }
}

.wflow__img-3::after {
    position: absolute;
    content: "";
    width: 415px;
    height: 440px;
    right: 80px;
    border: 3px solid var(--primary);
    border-radius: 40px;
    top: -30px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .wflow__img-3::after {
        width: 350px;
        height: 320px;
    }
}

@media (max-width: 767px) {
    .wflow__img-3::after {
        width: 270px;
        height: 250px;
        top: -15px;
        right: auto;
        left: -15px;
        border-width: 2px;
    }
}

@media (max-width: 1399px) {
    .wflow__img-3 img {
        max-width: 400px;
    }
}

@media (max-width: 767px) {
    .wflow__img-3 img {
        max-width: 100%;
    }
}

.wflow__img-3 .img-reveal {
    width: 460px;
    height: 530px;
    margin-left: auto;
}

.wflow__img-3 .img-2 {
    position: absolute;
    bottom: 90px;
    left: 0;
}

@media (max-width: 1199px) {
    .wflow__img-3 .img-2 {
        position: absolute;
        bottom: -85px;
        left: 30%;
    }
}

@media (max-width: 991px) {
    .wflow__img-3 .img-2 {
        bottom: 100px;
        left: 0;
    }
}

@media (max-width: 479px) {
    .wflow__img-3 .img-2 {
        bottom: 0;
        left: 0;
    }
}

.wflow__title {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .wflow__title {
        padding-bottom: 0;
    }
}

.wflow__title .sec-title-2 {
    padding-top: 35px;
    max-width: 530px;
}

.wflow__text p {
    font-size: 20px;
    padding-top: 50px;
}

@media (max-width: 991px) {
    .wflow__text p {
        padding-top: 30px;
        margin-bottom: 50px;
    }
}

.wflow__steps-2 {
    gap: 40px;
    display: grid;
    position: relative;
    margin-top: 110px;
}

@media (max-width: 991px) {
    .wflow__steps-2 {
        margin-top: 50px;
    }
}

.wflow__steps-2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 160px;
    border: 1px dashed #B6A8A8;
    z-index: -1;
}

@media (max-width: 1199px) {
    .wflow__steps-2::after {
        left: 115px;
    }
}

@media (max-width: 767px) {
    .wflow__steps-2::after {
        left: 0;
    }
}

.wflow__steps-3 {
    display: grid;
    gap: 40px 50px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .wflow__steps-3 {
        gap: 40px 25px;
    }
}

@media (max-width: 767px) {
    .wflow__steps-3 {
        grid-template-columns: 1fr;
    }
}

.wflow__step {
    padding: 0 20px;
    position: relative;
}

@media (max-width: 767px) {
    .wflow__step {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .wflow__step:last-child {
        margin-bottom: 5px;
    }
}

.wflow__step::after,
.wflow__step::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 170px;
    top: 0;
    border-right: 1px dashed var(--gray-4);
}

.wflow__step::before {
    left: 0;
}

.wflow__step::after {
    right: 0;
}

.wflow__step.odd {
    margin-top: -50px;
}

@media (max-width: 991px) {
    .wflow__step.odd {
        margin-top: 0;
    }
}

.wflow__step .number {
    width: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    font-family: var(--font-aclonica);
    border: 1px solid var(--gray);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wflow__step .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--dark);
    padding-top: 25px;
    padding-bottom: 10px;
}

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

.wflow__step p {
    font-size: 18px;
}

.wflow__step-2 {
    gap: 130px;
    display: grid;
    align-items: center;
    grid-template-columns: 100px 1fr;
}

@media (max-width: 1399px) {
    .wflow__step-2 {
        gap: 110px;
    }
}

@media (max-width: 1199px) {
    .wflow__step-2 {
        gap: 80px;
        grid-template-columns: 80px 1fr;
    }
}

@media (max-width: 767px) {
    .wflow__step-2 {
        gap: 10px;
        align-items: flex-start;
        grid-template-columns: 1fr;
        padding-left: 20px;
    }
}

.wflow__step-2 .number {
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--font-aclonica);
    -webkit-text-stroke: 2px var(--dark);
    color: transparent;
    position: relative;
    text-align: right;
}

@media (max-width: 1199px) {
    .wflow__step-2 .number {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .wflow__step-2 .number {
        text-align: left;
    }
}

.wflow__step-2 .number::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    top: 15px;
    left: 146px;
    border-radius: 100%;
    background-color: var(--dark);
    outline: 1px solid var(--gray);
    border: 7px solid var(--white);
    z-index: 1;
}

@media (max-width: 1199px) {
    .wflow__step-2 .number::after {
        left: 102px;
    }
}

@media (max-width: 767px) {
    .wflow__step-2 .number::after {
        left: -28px;
        width: 18px;
        height: 18px;
        border-width: 4px;
    }
}

.wflow__step-2 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

.wflow__step-3 .icon {
    margin-bottom: 25px;
}

.wflow__step-3 .icon img {
    max-width: 40px;
}

.wflow__step-3 .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
    padding-bottom: 10px;
}

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

/*  17. QUOTE CSS START
/*----------------------------------------*/

.testimonial__area {
    background-image: url(../imgs/testimonial/bg.png);
}

.testimonial__area-3 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: url(../imgs/testimonial/bg-2.png);
}

.testimonial__top-2 {
    gap: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 70px;
    position: relative;
}

@media (max-width: 1199px) {
    .testimonial__top-2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .testimonial__top-2 {
        flex-direction: column;
        align-items: flex-start;
    }
}

.testimonial__top-2 .stars {
    position: absolute;
    right: 25%;
    top: 15px;
    animation: WeblytixMoveY 5s infinite;
}

@media (max-width: 991px) {
    .testimonial__top-2 .stars {
        right: 10px;
        top: -20px;
    }
}

.testimonial__top-2 .title-wrap {
    max-width: 740px;
}

@media (max-width: 1199px) {
    .testimonial__top-2 .title-wrap {
        max-width: 600px;
    }
}

.testimonial__top-2 .sec-title {
    padding-top: 35px;
}

.testimonial__top-2 .tsm-arrow {
    gap: 15px;
    display: flex;
    align-items: center;
}

.testimonial__top-2 .tsm-btn {
    width: 48px;
    height: 48px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.testimonial__top-2 .tsm-btn:hover {
    color: var(--white);
    background-color: var(--dark);
}

@media (max-width: 991px) {
    .testimonial__top-3 {
        margin-bottom: 40px;
    }
}

.testimonial__top-3 .title-wrap {
    max-width: 740px;
}

.testimonial__top-3 .sec-title {
    padding-top: 35px;
    color: var(--white);
    text-transform: capitalize;
    padding-bottom: 65px;
}

.testimonial__top-3 .sec-sub-title {
    color: var(--white);
    border-color: var(--primary);
}

.testimonial__top-3 .sec-sub-title::after {
    background-color: var(--primary);
}

.testimonial__top-3 .tsm-arrow {
    gap: 20px;
    display: flex;
    align-items: center;
}

.testimonial__top-3 .tsm-btn {
    width: 100px;
    height: 100px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .testimonial__top-3 .tsm-btn {
        width: 80px;
        height: 80px;
    }
}

.testimonial__top-3 .tsm-btn:hover {
    background-color: var(--primary);
}

.testimonial__title {
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .testimonial__title {
        padding-bottom: 40px;
    }
}

.testimonial__title .sec-title {
    padding-top: 25px;
    max-width: 770px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .testimonial__title .sec-title {
        max-width: 510px;
    }
}

.testimonial__title .arrow {
    position: absolute;
    right: 0;
    bottom: 60px;
}

@media (max-width: 991px) {
    .testimonial__title .arrow {
        display: none;
    }
}

.testimonial__title .quote {
    left: 0;
    position: absolute;
    bottom: 95px;
}

@media (max-width: 767px) {
    .testimonial__title .quote {
        bottom: -30px;
    }
}

.testimonial__img {
    border-right: 1px dashed #B1ABAB;
    padding-right: 20px;
    margin-right: -20px;
}

@media (max-width: 991px) {
    .testimonial__img {
        border: none;
        margin: 0;
        padding: 30px 30px 0;
    }
}

@media (max-width: 767px) {
    .testimonial__img {
        padding: 15px 15px 0;
    }
}

.testimonial__slider-wrapper {
    border: 1px dashed #B1ABAB;
}

.testimonial__slider.style-1 {
    position: relative;
    padding: 75px 40px 35px 40px;
    background-color: var(--white);
}

@media (max-width: 991px) {
    .testimonial__slider.style-1 {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .testimonial__slider.style-1 {
        padding: 30px 15px;
    }
}

.testimonial__slider.style-1 p {
    font-family: var(--font-aclonica);
    font-size: 24px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--dark);
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .testimonial__slider.style-1 p {
        font-size: 20px;
    }
}

.testimonial__slider.style-1 .info {
    border-top: 1px solid var(--gray-2);
    padding-top: 40px;
    margin-top: 25px;
}

@media (max-width: 767px) {
    .testimonial__slider.style-1 .info {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.testimonial__slider.style-1 .name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    text-transform: capitalize;
}

.testimonial__slider.style-1 .designation {
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
}

.testimonial__slider.style-1 .tsm-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    gap: 15px;
}

@media (max-width: 767px) {
    .testimonial__slider.style-1 .tsm-arrow {
        position: static;
    }
}

.testimonial__slider.style-1 .tsm-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.testimonial__slider.style-1 .tsm-btn:hover {
    color: var(--white);
    background-color: var(--dark);
}

.testimonial__slider.style-2 {
    margin-right: -540px;
}

@media (max-width: 1399px) {
    .testimonial__slider.style-2 {
        margin-right: -130px;
    }
}

@media (max-width: 991px) {
    .testimonial__slider.style-2 {
        margin-right: -30px;
    }
}

@media (max-width: 767px) {
    .testimonial__slider.style-2 {
        margin-right: 0;
    }
}

.testimonial__slider.style-2 .item {
    position: relative;
}

.testimonial__slider.style-2 .item::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 160px;
    right: -64px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed var(--gray-2);
}

@media (max-width: 991px) {
    .testimonial__slider.style-2 .item::after {
        right: -40px;
    }
}

@media (max-width: 767px) {
    .testimonial__slider.style-2 .item::after {
        display: none;
    }
}

.testimonial__slider.style-2 .info {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(182, 182, 182, 0.6705882353);
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.testimonial__slider.style-2 p {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px dashed rgba(182, 182, 182, 0.6705882353);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.testimonial__slider.style-2 .name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--dark);
}

.testimonial__slider.style-2 .designation {
    font-family: var(--font-syne);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--gray);
}

.testimonial__slider.style-2 .rating {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial__slider.style-3 .quote {
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .testimonial__slider.style-3 .quote {
        margin-bottom: 20px;
    }
}

.testimonial__slider.style-3 p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 35px;
}

@media (max-width: 767px) {
    .testimonial__slider.style-3 p {
        font-size: 20px;
        padding-bottom: 25px;
    }
}

.testimonial__slider.style-3 .content {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .testimonial__slider.style-3 .content {
        flex-wrap: wrap;
    }
}

.testimonial__slider.style-3 .info-wrap {
    gap: 30px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .testimonial__slider.style-3 .info-wrap {
        gap: 15px;
    }
}

.testimonial__slider.style-3 .info-wrap img {
    border-radius: 100%;
    border: 1px dashed #757575;
    padding: 7px;
}

.testimonial__slider.style-3 .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--white);
    font-family: var(--font-syne);
}

.testimonial__slider.style-3 .designation {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--primary);
    font-family: var(--font-syne);
    text-transform: capitalize;
}

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

/*  19. SLIDER CSS START
/*----------------------------------------*/

.textslider__area {
    background-color: var(--primary);
}

@media (max-width: 1199px) {
    .textslider__area {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.textslider__area-3 {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .textslider__area-3 {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .textslider__area-3 .text__slider.style-2 {
        padding-bottom: 20px;
    }
}

.textslider__area-3 .text__slider.style-2 .text {
    font-size: 100px;
    opacity: 0.3;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .textslider__area-3 .text__slider.style-2 .text {
        font-size: 60px;
    }
}

.textslider__area-3 .text__slider.style-2 img {
    opacity: 0.3;
}

.text__slider .swiper-wrapper {
    transition-timing-function: linear;
}

.text__slider .swiper-slide {
    width: auto !important;
}

.text__slider .item {
    display: flex;
    align-items: center;
}

.text__slider.style-1 .item {
    gap: 75px;
}

@media (max-width: 1199px) {
    .text__slider.style-1 .item {
        gap: 50px;
    }
}

@media (max-width: 767px) {
    .text__slider.style-1 .item {
        gap: 30px;
    }
}

.text__slider.style-1 .separator {
    margin-right: 75px;
}

@media (max-width: 1199px) {
    .text__slider.style-1 .separator {
        max-width: 80px;
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .text__slider.style-1 .separator {
        max-width: 50px;
        margin-right: 30px;
    }
}

.text__slider.style-1 .text {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: var(--white);
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .text__slider.style-1 .text {
        font-size: 40px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .text__slider.style-1 .text {
        font-size: 30px;
    }
}

.text__slider.style-1 .stoke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--white);
}

.text__slider.style-2 .item {
    gap: 45px;
}

.text__slider.style-2 .separator {
    margin-right: 45px;
}

.text__slider.style-2 .text {
    font-size: 46px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: var(--gray);
}

@media (max-width: 1199px) {
    .textslider__area-2 {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}

@media (max-width: 991px) {
    .textslider__area-2 {
        margin-bottom: -40px;
    }
}

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

/*  19. CTA CSS START
/*----------------------------------------*/

.cta__area {
    padding-bottom: 60px;
    background-image: url(../imgs/cta/bg.png);
}

.cta__area.cta-faq {
    padding-bottom: 130px;
}

@media (max-width: 1199px) {
    .cta__area.cta-faq {
        padding-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    .cta__area.cta-faq {
        padding-bottom: 90px;
    }
}

@media (max-width: 767px) {
    .cta__area.cta-faq {
        padding-bottom: 60px;
    }
}

.cta__left {
    gap: 40px;
    display: flex;
    align-items: flex-end;
    padding-right: 45px;
    background: url(../imgs/cta/shape.png);
    background-position: 15px 0;
    background-repeat: no-repeat;
    padding-top: 40px;
}

@media (max-width: 1399px) {
    .cta__left {
        background-position: -45px 0;
    }
}

@media (max-width: 1199px) {
    .cta__left {
        gap: 15px;
        background-size: 400px;
    }
}

@media (max-width: 991px) {
    .cta__left {
        background-position: 85px 0;
    }
}

@media (max-width: 767px) {
    .cta__left {
        padding: 0;
        background-position: 54px 0;
    }
}

@media (max-width: 574px) {
    .cta__left {
        background-position: -30px 0;
    }
}

@media (max-width: 479px) {
    .cta__left {
        flex-wrap: wrap;
        background: transparent;
        justify-content: center;
    }
}

.cta__left .contact {
    padding: 20px;
    margin-top: 30px;
    background: var(--primary);
    border-radius: 0px 200px 200px 10px;
    position: relative;
}

.cta__left .contact::before {
    position: absolute;
    width: 190px;
    height: 80px;
    content: "";
    left: 0;
    top: -80px;
    background: url(../imgs/cta/shape-bg.png);
}

.cta__left .contact a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.cta__left .contact a::after {
    position: absolute;
    content: "";
    width: 80px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: var(--white);
}

.cta__left .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
}

.cta__content {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .cta__content {
        padding-top: 100px;
    }
}

@media (max-width: 991px) {
    .cta__content {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .cta__content {
        padding-top: 60px;
    }
}

.cta__content .sec-title {
    padding-top: 25px;
    padding-bottom: 20px;
}

.cta__content p {
    font-size: 18px;
    padding-bottom: 35px;
}

.cta__content .btn-wrap {
    gap: 30px;
    display: flex;
    align-items: center;
}

.cta__content .btn-wrap .chat {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
}

.cta__content .btn-wrap .chat:hover {
    color: var(--primary);
}

.cta__content .btn-wrap .chat:hover .icon {
    color: var(--primary);
    border-color: var(--primary);
}

.cta__content .btn-wrap .icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--dark);
    transition: all 0.3s;
    border-radius: 100%;
    margin-right: 10px;
    color: var(--dark);
    font-size: 16px;
}

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

/*  20. ABOUT CSS START
/*----------------------------------------*/

.about__area {
    position: relative;
    background-image: url(../imgs/about/bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about__area .shape-1 {
    position: absolute;
    right: 0;
    bottom: -30px;
}

@media (max-width: 1399px) {
    .about__area .shape-1 {
        width: 250px;
    }
}

@media (max-width: 991px) {
    .about__area .shape-1 {
        width: 160px;
    }
}

@media (max-width: 767px) {
    .about__area .shape-1 {
        width: 120px;
        bottom: 0;
    }
}

@media (max-width: 479px) {
    .about__area .shape-1 {
        width: 120px;
        bottom: 60px;
    }
}

.about__area .shape-2 {
    position: absolute;
    right: 12%;
    top: -85px;
}

@media (max-width: 1919px) {
    .about__area .shape-2 {
        right: 5%;
        top: -30px;
    }
}

@media (max-width: 1399px) {
    .about__area .shape-2 {
        right: 12%;
        top: 0;
        width: 270px;
    }
}

@media (max-width: 991px) {
    .about__area .shape-2 {
        right: 35%;
        top: 42%;
        width: 170px;
    }
}

@media (max-width: 767px) {
    .about__area .shape-2 {
        right: 12%;
        top: 46%;
        width: 130px;
    }
}

@media (max-width: 574px) {
    .about__area .shape-2 {
        right: 18%;
        top: 42%;
    }
}

@media (max-width: 479px) {
    .about__area .shape-2 {
        display: none;
    }
}

.about__area .shape-3 {
    position: absolute;
    left: 66%;
    top: 20%;
}

@media (max-width: 1919px) {
    .about__area .shape-3 {
        left: 71%;
    }
}

@media (max-width: 1399px) {
    .about__area .shape-3 {
        left: 69%;
    }
}

@media (max-width: 1199px) {
    .about__area .shape-3 {
        left: 71%;
        top: 17%;
    }
}

@media (max-width: 991px) {
    .about__area .shape-3 {
        left: 45%;
        top: 50%;
    }
}

@media (max-width: 767px) {
    .about__area .shape-3 {
        left: 44%;
        top: 55%;
    }
}

.about__area-3 {
    overflow: hidden;
    position: relative;
    background-image: url(../imgs/about/bg-4.png);
}

.about__area-3 .shape-3 {
    position: absolute;
    right: 0;
    top: 32%;
}

.about__area-3 .title-wrap {
    text-align: center;
    padding-bottom: 90px;
}

@media (max-width: 991px) {
    .about__area-3 .title-wrap {
        padding-bottom: 50px;
    }
}

.about__area-3 .sec-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.35;
    padding-top: 30px;
    font-family: var(--font-syne);
}

@media (max-width: 1399px) {
    .about__area-3 .sec-title {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .about__area-3 .sec-title {
        font-size: 36px;
    }
}

@media (max-width: 991px) {
    .about__area-3 .sec-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .about__area-3 .sec-title {
        font-size: 20px;
    }
}

.about__area-4 {
    background-image: url(../imgs/about/bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.about__area-4 .counter-wrap {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #BABABA;
    padding: 40px 30px;
    text-align: center;
    border-radius: 15px;
    position: relative;
}

@media (max-width: 1199px) {
    .about__area-4 .counter-wrap {
        padding: 25px 20px;
    }
}

@media (max-width: 767px) {
    .about__area-4 .counter-wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.about__area-4 .counter-wrap::before,
.about__area-4 .counter-wrap::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../imgs/about/star-4.png);
    background-repeat: no-repeat;
}

.about__area-4 .counter-wrap::before {
    top: -20px;
    left: -20px;
}

.about__area-4 .counter-wrap::after {
    right: -20px;
    bottom: -20px;
}

.about__area-4 .counter__item {
    text-align: left;
    position: relative;
}

.about__area-4 .counter__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    right: 30px;
    top: 2px;
    background-image: url(../imgs/others/line.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 1199px) {
    .about__area-4 .counter__item:not(:last-child)::after {
        right: 15px;
    }
}

@media (max-width: 991px) {
    .about__area-4 .counter__item:not(:last-child)::after {
        right: 5px;
    }
}

@media (max-width: 767px) {
    .about__area-4 .counter__item:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 991px) {
    .about__area-4 .counter__item .number {
        font-size: 30px;
    }
}

.about__area-4 .counter__item .title {
    font-size: 24px;
    color: var(--dark);
    line-height: 1;
}

@media (max-width: 1399px) {
    .about__area-4 .counter__item .title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .about__area-4 .counter__item {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .about__area-4 {
        padding-bottom: 0;
    }
}

.about__wrapper-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .about__wrapper-4 {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.about__content {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .about__content {
        padding-top: 0;
    }
}

.about__content .sec-title {
    max-width: 580px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.about__content .text {
    font-size: 18px;
    max-width: 540px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px dashed var(--gray-2);
}

.about__content-2 {
    padding-top: 15px;
}

.about__content-2 .sec-title {
    max-width: 580px;
    margin-top: 35px;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .about__content-2 .sec-title {
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.about__content-2 .text {
    font-size: 18px;
    max-width: 540px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px dashed var(--gray);
}

@media (max-width: 991px) {
    .about__content-2 .text {
        max-width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .about__content-2 .text {
        font-size: 16px;
    }
}

.about__content-2 .quote {
    max-width: 530px;
}

@media (max-width: 991px) {
    .about__content-2 .quote {
        max-width: 100%;
        margin-bottom: 40px;
    }
}

.about__content-2 .quote p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: justify;
    color: var(--dark);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .about__content-2 .quote p {
        font-size: 18px;
    }
}

.about__content-2 .quote .ceo {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--primary);
    display: inline-block;
    position: relative;
    padding-left: 40px;
}

.about__content-2 .quote .ceo::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: var(--dark);
}

.about__content-3 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .about__content-3 {
        padding-top: 40px;
    }
}

.about__content-3 .counter-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    border: 1px dashed #BABABA;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 75px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .about__content-3 .counter-wrap {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .about__content-3 .counter-wrap {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.about__content-3 .counter__item {
    position: relative;
}

.about__content-3 .counter__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 80%;
    right: -20px;
    top: 10%;
    background-image: url(../imgs/about/line.png);
}

@media (max-width: 1199px) {
    .about__content-3 .counter__item:not(:last-child)::after {
        display: none;
    }
}

.about__content-3 .counter__item .number {
    font-size: 40px;
}

.about__content-3 .counter__item .title {
    font-size: 16px;
}

.about__content-3 .title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

.about__content-3 .text {
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 30px;
}

.about__content-3 .Weblytix-btn-flip {
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
}

.about__content-4 {
    padding-left: 125px;
}

@media (max-width: 1399px) {
    .about__content-4 {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .about__content-4 {
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .about__content-4 {
        padding-left: 0;
    }
}

.about__content-4 .sec-title {
    margin-top: 35px;
    margin-bottom: 20px;
}

.about__content-4 .text {
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px dashed var(--gray-2);
}

@media (max-width: 991px) {
    .about__content-4 .text {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.about__content-4 .sign-modal {
    display: flex;
    justify-content: space-between;
}

.about__content-4 .sign-modal p {
    font-size: 20px;
    color: var(--dark);
    padding-top: 3px;
}

.about__content-4 .modal-wrap {
    margin-top: 25px;
}

.about__content-4 .Weblytix__modal {
    background: var(--dark);
}

.about__counter {
    gap: 120px;
    display: flex;
    margin-bottom: 45px;
}

@media (max-width: 767px) {
    .about__counter {
        gap: 40px;
    }
}

.about__imgs {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.about__imgs .exp-img {
    padding-top: 40px;
    position: relative;
    z-index: 3;
}

.about__imgs .exp-img .counter__item .number {
    font-size: 60px;
    color: var(--white);
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .about__imgs .exp-img .counter__item .number {
        font-size: 40px;
        margin-bottom: 5px;
    }
}

.about__imgs .exp-img .title {
    color: var(--white);
    margin-bottom: 5px;
    font-family: var(--font-aclonica);
}

.about__imgs .exp-img .text {
    color: var(--white);
    padding-left: 60px;
}

@media (max-width: 1199px) {
    .about__imgs .exp-img .text {
        padding-left: 20px;
    }
}

.about__imgs .exp {
    padding: 60px 25px;
    text-align: right;
    border: 1px dotted var(--dark);
    background: var(--primary);
    border-radius: 20px 20px 20px 200px;
    margin-top: 25px;
}

@media (max-width: 1199px) {
    .about__imgs .exp {
        padding: 30px 15px;
        margin-top: 15px;
    }
}

.about__imgs .image {
    position: relative;
}

.about__imgs .image img {
    z-index: 1;
    position: relative;
}

.about__imgs .image .img-1 {
    position: absolute;
    bottom: 0;
    right: 40%;
    z-index: 0;
}

@media (max-width: 991px) {
    .about__imgs .image .img-1 {
        display: none;
    }
}

.about__imgs-2 {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.about__imgs-2 .shape {
    position: absolute;
    bottom: 45px;
    left: 100px;
    z-index: -1;
}

.about__imgs-2 .exp-img .counter__item .number {
    font-size: 60px;
    color: var(--white);
}

@media (max-width: 1199px) {
    .about__imgs-2 .exp-img .counter__item .number {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .about__imgs-2 .exp-img .counter__item .number {
        font-size: 30px;
    }
}

.about__imgs-2 .exp-img .title {
    font-size: 16px;
    color: var(--white);
    font-family: var(--font-aclonica);
}

.about__imgs-2 .exp {
    padding: 60px 20px;
    text-align: center;
    border: 4px solid var(--white);
    background: var(--primary);
    border-radius: 100px;
    width: 200px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .about__imgs-2 .exp {
        padding: 40px 15px;
        width: 180px;
        height: 250px;
    }
}

@media (max-width: 767px) {
    .about__imgs-2 .exp {
        padding: 15px;
        width: 130px;
        height: 200px;
        border-width: 2px;
    }
}

.about__imgs-3 {
    position: relative;
    padding-bottom: 170px;
    margin-right: 50px;
}

@media (max-width: 1199px) {
    .about__imgs-3 {
        margin-right: 20px;
    }
}

.about__imgs-3 .img-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1399px) {
    .about__imgs-3 .img-2 {
        max-width: 360px;
    }
}

@media (max-width: 1199px) {
    .about__imgs-3 .img-2 {
        max-width: 320px;
    }
}

.about__imgs-3 .shape-1 {
    position: absolute;
    right: 60px;
    top: 62px;
    z-index: -1;
}

.about__imgs-3 .shape-2 {
    position: absolute;
    bottom: 50px;
    left: 15px;
}

@media (max-width: 991px) {
    .about__imgs-3 .shape-2 {
        left: 200px;
    }
}

.about__imgs-4 {
    position: relative;
}

@media (max-width: 991px) {
    .about__imgs-4 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .about__imgs-4 {
        padding-top: 0;
    }
}

.about__imgs-4 .img-reveal img {
    height: auto;
}

.about__imgs-4 .arrow {
    position: absolute;
    right: 220px;
    top: 10px;
}

@media (max-width: 1399px) {
    .about__imgs-4 .arrow {
        right: 194px;
        top: 15px;
    }
}

@media (max-width: 1199px) {
    .about__imgs-4 .arrow {
        right: 150px;
        top: 0;
    }
}

@media (max-width: 991px) {
    .about__imgs-4 .arrow {
        right: 90px;
    }
}

@media (max-width: 767px) {
    .about__imgs-4 .arrow {
        top: -20px;
    }
}

.about__imgs-4 .star {
    position: absolute;
    bottom: 70px;
    right: 15px;
    animation: WeblytixRotation 5s infinite linear;
}

@media (max-width: 1399px) {
    .about__imgs-4 .star {
        bottom: 180px;
    }
}

@media (max-width: 767px) {
    .about__imgs-4 .star {
        bottom: 0;
        right: 0;
    }
}

.vision__area {
    background-image: url(../imgs/about/bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 130px;
    position: relative;
}

@media (max-width: 1199px) {
    .vision__area {
        padding-bottom: 75px;
    }
}

@media (max-width: 991px) {
    .vision__area {
        padding-bottom: 65px;
    }
}

.vision__area .shape-1 {
    position: absolute;
    top: -59px;
    left: 20%;
}

@media (max-width: 767px) {
    .vision__area .shape-1 {
        top: -40px;
        max-width: 200px;
    }
}

.vision__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .vision__wrapper {
        grid-template-columns: 1fr;
    }
}

.vision__content {
    padding-right: 125px;
}

@media (max-width: 1399px) {
    .vision__content {
        padding-right: 60px;
    }
}

@media (max-width: 1199px) {
    .vision__content {
        padding-right: 40px;
    }
}

@media (max-width: 991px) {
    .vision__content {
        padding-right: 30px;
    }
}

.vision__content .sec-title {
    margin-top: 35px;
    margin-bottom: 20px;
}

.vision__content .text p {
    font-size: 18px;
    padding-bottom: 20px;
}

.vision__img {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .vision__img {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .vision__img {
        padding-top: 30px;
    }
}

.vision__img .circle {
    position: absolute;
    top: 29px;
    left: 93px;
}

@media (max-width: 1399px) {
    .vision__img .circle {
        top: 20px;
        left: 70px;
    }
}

@media (max-width: 1199px) {
    .vision__img .circle {
        top: 17px;
        left: 54px;
    }
}

.vision__img .star {
    position: absolute;
    bottom: 0;
    left: 30px;
    z-index: -1;
}

@media (max-width: 1199px) {
    .vision__img .star {
        bottom: 30px;
    }
}

.vision__img .img-reveal img {
    height: auto;
}

.award__top {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 90px;
}

@media (max-width: 1199px) {
    .award__top {
        padding-bottom: 60px;
    }
}

@media (max-width: 991px) {
    .award__top {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .award__top {
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
}

.award__top .title-wrap {
    flex-basis: 500px;
}

.award__top .sec-title {
    padding-top: 35px;
}

.award__top .text {
    flex-basis: 520px;
}

.award__wrapper {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .award__wrapper {
        gap: 50px;
        flex-direction: column;
        align-items: center;
    }
}

.award__slider {
    width: 32%;
}

@media (max-width: 991px) {
    .award__slider {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .award__slider {
        width: 100%;
    }
}

.award__slider .image {
    height: 100%;
}

.award__slider .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.award__slider .slider-control {
    display: flex;
    margin-top: 20px;
}

.award__slider .award-btn {
    font-size: 18px;
    transition: all 0.3s;
}

.award__slider .award-btn:hover {
    color: var(--primary);
}

.award__slider .award-navigation {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.award__slider .swiper-pagination-bullets {
    gap: 10px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.award__slider .swiper-pagination-bullet {
    margin: 0 !important;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--dark);
    opacity: 0.5;
    position: relative;
    transition: all 0.3s;
    outline-offset: 4px;
}

.award__slider .swiper-pagination-bullet-active {
    opacity: 1;
    border: 1px solid var(--white);
    outline: 1px solid var(--dark);
}

.award__list {
    width: 68%;
    padding-left: 75px;
    -moz-columns: 2;
    columns: 2;
    gap: 60px;
}

@media (max-width: 1199px) {
    .award__list {
        gap: 30px;
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .award__list {
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .award__list {
        width: 100%;
        -moz-columns: unset;
        columns: unset;
    }
}

.award__item {
    padding: 30px 0 30px 45px;
    border-left: 1px solid var(--gray-2);
    position: relative;
}

@media (max-width: 1199px) {
    .award__item {
        padding: 20px 0 20px 30px;
    }
}

.award__item::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -20px;
    top: 30px;
    background-image: url(../imgs/about/star-4.png);
    background-repeat: no-repeat;
}

.award__item:nth-child(4),
.award__item:last-child {
    margin-bottom: 0;
}

.award__item .title {
    font-size: 20px;
    line-height: 1.3;
    color: var(--dark);
    padding-bottom: 5px;
}

.award__item p {
    font-size: 18px;
}

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

/*  00. CHOOSE CSS START
/*----------------------------------------*/

.choose__area {
    padding-top: 80px;
    background-image: url(../imgs/choose/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .choose__area {
        background-color: #FBF0FF;
    }
}

.choose__area-2 {
    background-color: #F4F6F8;
    background-image: url(../imgs/choose/bg-2.png);
}

@media (max-width: 767px) {
    .choose__area-2 {
        background-size: 0;
    }
}

.choose__wrapper-3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
}

@media (max-width: 991px) {
    .choose__wrapper-3 {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .choose__wrapper-3 {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.choose__img-3 {
    position: relative;
    margin-right: 90px;
}

@media (max-width: 991px) {
    .choose__img-3 {
        margin-right: 30px;
    }
    .choose__img-3 img {
        max-width: 230px;
    }
}

.choose__img-3 .shape {
    position: absolute;
    right: 120px;
    top: -15px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .choose__img-3 .shape {
        right: 70px;
    }
}

@media (max-width: 1199px) {
    .choose__img-3 .shape {
        right: -20px;
    }
}

@media (max-width: 991px) {
    .choose__img-3 .shape {
        right: 20px;
        max-width: 140px;
    }
}

.choose__img-3 .img-2 {
    position: absolute;
    right: 0;
    top: 75px;
}

@media (max-width: 1399px) {
    .choose__img-3 .img-2 {
        max-width: 260px;
    }
}

@media (max-width: 991px) {
    .choose__img-3 .img-2 {
        max-width: 180px;
    }
}

.choose__content {
    padding-right: 40px;
    position: relative;
}

@media (max-width: 1199px) {
    .choose__content {
        padding-right: 10px;
    }
}

.choose__content .star {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.choose__content .text {
    font-size: 20px;
    padding-bottom: 35px;
}

.choose__content .sec-title-2 {
    padding-top: 35px;
    padding-bottom: 15px;
}

.choose__content .gallery {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.choose__content .gallery .shape-1 {
    position: absolute;
    z-index: 0;
    bottom: 77px;
    left: 74px;
}

@media (max-width: 1199px) {
    .choose__content .gallery .shape-1 {
        max-width: 300px;
    }
}

.choose__content .gallery .wrap {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.choose__content-2 {
    padding-top: 15px;
}

@media (max-width: 767px) {
    .choose__content-2 {
        margin-bottom: 30px;
    }
}

.choose__content-2 .sec-title-2 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.choose__content-2 .text {
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .choose__content-2 .text {
        padding-bottom: 30px;
    }
}

.choose__content-2 .star {
    animation: WeblytixRotation 10s linear infinite;
}

@media (max-width: 767px) {
    .choose__content-2 .star {
        max-width: 100px;
    }
}

.choose__content-3 {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .choose__content-3 {
        padding-top: 0;
    }
}

.choose__content-3 .sec-title-2 {
    padding-top: 35px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .choose__content-3 .sec-title-2 {
        padding-top: 25px;
    }
}

.choose__content-3 .text {
    font-size: 18px;
}

@media (max-width: 767px) {
    .choose__content-3 .text {
        font-size: 16px;
    }
}

.choose__right .imgs {
    gap: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .choose__right .imgs {
        display: none;
    }
}

.choose__right-2 {
    padding-left: 30px;
    position: relative;
}

@media (max-width: 1399px) {
    .choose__right-2 {
        padding-left: 0;
    }
}

.choose__right-2::after {
    position: absolute;
    content: "";
    width: 206px;
    height: 206px;
    background: #B3F682;
    top: -100px;
    right: -100px;
    z-index: 0;
    border-radius: 100%;
    border: 1px solid var(--dark);
}

@media (max-width: 991px) {
    .choose__right-2::after {
        width: 100px;
        height: 100px;
        right: -30px;
        top: -50px;
    }
}

.choose__list {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
    .choose__list {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .choose__list {
        grid-template-columns: 1fr;
    }
}

.choose__list-2 {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .choose__list-2 {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .choose__list-2 {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .choose__list-2 {
        grid-template-columns: 1fr;
    }
}

.choose__list-3 {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .choose__list-3 {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .choose__list-3 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .choose__list-3 {
        gap: 40px;
    }
}

.icon__box.style-1 .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark);
    margin-bottom: 20px;
    padding: 20px 80px 15px 0;
    font-family: var(--font-syne);
    border-bottom: 1px dotted var(--gray-3);
}

@media (max-width: 1199px) {
    .icon__box.style-1 .title {
        padding: 15px 0;
    }
}

.icon__box.style-2 {
    padding: 20px;
    border-radius: 10px;
    background-color: var(--white);
}

.icon__box.style-2 .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--dark);
    padding-bottom: 5px;
    font-family: var(--font-syne);
}

.icon__box.style-2 .icon {
    padding-bottom: 28px;
    margin-bottom: 5px;
    position: relative;
}

.icon__box.style-2 .icon::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    left: 0;
    bottom: 0;
    background: var(--primary);
}

.icon__box.style-3 {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 1199px) {
    .icon__box.style-3 {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .icon__box.style-3 {
        grid-template-columns: 1fr;
    }
}

.icon__box.style-3:nth-child(1) .thumb,
.icon__box.style-3:nth-child(2) .thumb {
    order: 1;
}

@media (max-width: 767px) {
    .icon__box.style-3:nth-child(1) .thumb,
    .icon__box.style-3:nth-child(2) .thumb {
        order: unset;
    }
}

.icon__box.style-3 .thumb img {
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

@media (max-width: 767px) {
    .icon__box.style-3 .thumb img {
        width: 100%;
    }
}

.icon__box.style-3 .content {
    padding: 25px 20px;
    border-radius: 10px;
    background-color: var(--white);
    border: 2px solid var(--dark);
}

.icon__box.style-3 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 1199px) {
    .icon__box.style-3 .title {
        font-size: 18px;
    }
}

.icon__box.style-3 .title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--primary);
}

.icon__box.style-3 .icon {
    padding-bottom: 20px;
}

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

/*  21. BRAND CSS START
/*----------------------------------------*/

.brand__area {
    background-image: url(../imgs/brand/bg.png);
    position: relative;
}

.brand__area .shape {
    position: absolute;
    top: 20px;
    left: 41%;
}

.brand__left {
    padding-top: 20px;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .brand__left {
        padding: 0;
    }
}

.brand__left .sec-title {
    max-width: 520px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .brand__left .sec-title {
        padding-bottom: 40px;
    }
}

.brand__right p {
    font-size: 18px;
}

.brand__gallery {
    position: relative;
    display: grid;
    gap: 32px;
    margin-bottom: 55px;
}

@media (max-width: 991px) {
    .brand__gallery {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .brand__gallery {
        gap: 15px;
        margin-bottom: 30px;
    }
}

.brand__gallery .shape-2 {
    position: absolute;
    left: 90px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .brand__gallery .shape-2 {
        width: 303px;
        left: 76px;
    }
}

@media (max-width: 1199px) {
    .brand__gallery .shape-2 {
        width: 240px;
        left: 70px;
        top: 6px;
    }
}

@media (max-width: 991px) {
    .brand__gallery .shape-2 {
        display: none;
    }
}

.brand__gallery .imgs-wrap-1 {
    gap: 32px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
}

@media (max-width: 767px) {
    .brand__gallery .imgs-wrap-1 {
        gap: 15px;
    }
}

.brand__gallery .imgs-wrap-1 img {
    width: 100%;
}

.brand__gallery .imgs-wrap-2 {
    gap: 32px;
    display: grid;
    grid-template-columns: 1fr 1.56fr;
}

@media (max-width: 767px) {
    .brand__gallery .imgs-wrap-2 {
        gap: 15px;
    }
}

.brand__gallery .imgs-wrap-2 img {
    width: 100%;
}

.brand__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #E0DFDF;
}

@media (max-width: 991px) {
    .brand__list {
        justify-content: center;
    }
}

.brand__list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #E0DFDF;
}

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

@media (max-width: 1199px) {
    .brand__list::after {
        display: block;
    }
}

@media (max-width: 767px) {
    .brand__list::after {
        display: none;
    }
}

.brand__list .logo {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 30px;
    border-right: 1px dotted #E0DFDF;
}

@media (max-width: 1199px) {
    .brand__list .logo {
        padding: 0 10px;
    }
    .brand__list .logo img {
        max-width: 98px;
    }
}

@media (max-width: 991px) {
    .brand__list .logo {
        padding: 0 30px;
        max-width: auto;
    }
}

@media (max-width: 767px) {
    .brand__list .logo {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.brand__list .logo:nth-child(4),
.brand__list .logo:last-child {
    border-right: none;
}

.brand__slider.style-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #E0DFDF;
}

.brand__slider.style-1 .logo {
    position: relative;
    margin-right: 100px;
}

.brand__slider.style-1 .logo::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 48px;
    left: -50px;
    border-right: 1px dashed #E0DFDF;
}

.brand__slider.style-1 .swiper-wrapper {
    transition-timing-function: linear;
}

.brand__slider.style-1 .swiper-slide {
    width: auto !important;
}

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

/*  22. TEAM CSS START
/*----------------------------------------*/

.team__area {
    padding-top: 85px;
    background-image: url(../imgs/team/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

@media (max-width: 991px) {
    .team__area {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
    .team__area {
        padding-top: 65px;
    }
}

.team__area .shape-1 {
    position: absolute;
    top: 100px;
    left: 0;
    animation: WeblytixMoveY 5s infinite;
}

.team__area .shape-2 {
    position: absolute;
    right: 18%;
    top: 50px;
}

@media (max-width: 1399px) {
    .team__area .shape-2 {
        right: 3%;
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .team__area .shape-2 {
        display: none;
    }
}

.team__top-2 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 50px;
    position: relative;
}

@media (max-width: 1199px) {
    .team__top-2 {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .team__top-2 {
        gap: 30px;
        align-items: flex-start;
        flex-direction: column;
    }
}

.team__top-2 .shape {
    position: absolute;
    right: 15%;
    top: 25px;
}

@media (max-width: 1199px) {
    .team__top-2 .shape {
        top: 0;
    }
}

@media (max-width: 767px) {
    .team__top-2 .shape {
        display: none;
    }
}

.team__top-2 .title-wrap {
    max-width: 600px;
}

.team__top-2 .sec-title {
    padding-top: 35px;
}

.team__top-2 .tm-arrow {
    gap: 15px;
    display: flex;
    align-items: center;
}

.team__top-2 .tm-btn {
    width: 48px;
    height: 48px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.team__top-2 .tm-btn:hover {
    color: var(--white);
    background-color: var(--dark);
}

.team__top-3 {
    padding-left: 44%;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .team__top-3 {
        padding-left: 15%;
        padding-bottom: 40px;
        justify-content: space-between;
    }
}

@media (max-width: 1199px) and (max-width: 767px) {
    .team__top-3 {
        padding-left: 0;
    }
}

.team__top-3 .sec-title {
    max-width: 600px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .team__top-3 .sec-title {
        padding-top: 25px;
    }
}

.team__title {
    text-align: center;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.team__title .sec-title {
    margin-top: 25px;
}

.team__list {
    gap: 140px;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
}

@media (max-width: 1399px) {
    .team__list {
        gap: 80px;
    }
}

@media (max-width: 1199px) {
    .team__list {
        gap: 40px;
    }
}

@media (max-width: 991px) {
    .team__list {
        grid-template-columns: 1fr;
    }
}

.team__list .img-wrap {
    position: relative;
    height: 470px;
}

@media (max-width: 767px) {
    .team__list .img-wrap {
        height: 380px;
    }
}

@media (max-width: 479px) {
    .team__list .img-wrap {
        height: 300px;
    }
}

.team__list .thumb {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    overflow: hidden;
    opacity: 0;
}

@media (max-width: 991px) {
    .team__list .thumb {
        left: 50%;
        transform: translateX(-50%);
    }
}

.team__list .thumb img {
    width: 425px;
    height: 470px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 767px) {
    .team__list .thumb img {
        width: 100%;
        height: 380px;
    }
}

@media (max-width: 479px) {
    .team__list .thumb img {
        height: 300px;
    }
}

.team__list .name {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

@media (max-width: 991px) {
    .team__list .name {
        font-size: 24px;
    }
}

.team__list .role {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    transition: all 0.3s;
}

.team__list .member {
    gap: 15px;
    display: grid;
    align-items: center;
    grid-template-columns: 0.7fr 3fr 1.5fr;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #C3C3C3;
}

@media (max-width: 767px) {
    .team__list .member {
        grid-template-columns: 1fr;
    }
}

.team__list .member:first-child {
    border-top: 1px dashed #C3C3C3;
}

.team__list .member:hover .icon {
    border-color: var(--dark);
    background-color: var(--primary);
}

.team__list .member:hover .icon img {
    filter: brightness(20);
}

.team__list .member:hover .name,
.team__list .member:hover .role,
.team__list .member:hover li a {
    color: var(--primary);
}

.team__list .member .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C3C3C3;
    border-radius: 100%;
    transition: all 0.3s;
}

.team__list .member .icon img {
    width: 16px;
    transform: rotate(-45deg);
}

.team__list .social-media {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 35px;
    border: 1px solid #C3C3C3;
    border-radius: 50px;
    justify-self: end;
    padding: 7px 18px;
}

@media (max-width: 767px) {
    .team__list .social-media {
        justify-self: start;
    }
}

.team__list .social-media li:last-child a::after {
    display: none;
}

.team__list .social-media a {
    font-size: 16px;
    color: var(--dark);
    position: relative;
}

.team__list .social-media a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 1px;
    right: -22px;
    background-color: #C3C3C3;
    top: 49%;
}

.team__slider.style-1 {
    overflow: hidden;
}

.team__slider.style-1 .swiper {
    margin-right: -2px;
}

.team__slider.style-1 .member {
    padding-right: 25px;
    border-right: 1px dashed var(--gray-3);
}

.team__slider.style-1 .member:hover .thumb::after {
    opacity: 1;
    visibility: visible;
}

.team__slider.style-1 .member:hover .content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.team__slider.style-1 .member:hover .social-wrap {
    opacity: 1;
    visibility: visible;
    bottom: 22px;
}

.team__slider.style-1 .thumb {
    position: relative;
}

.team__slider.style-1 .thumb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .team__slider.style-1 .thumb::after {
        opacity: 1;
        visibility: visible;
    }
}

.team__slider.style-1 .thumb img {
    width: 100%;
}

.team__slider.style-1 .content {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 3;
}

@media (max-width: 1199px) {
    .team__slider.style-1 .content {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
}

.team__slider.style-1 .name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--white);
}

.team__slider.style-1 .role {
    font-size: 18px;
    color: var(--white);
}

.team__slider.style-1 .social-wrap {
    position: absolute;
    bottom: 10px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    z-index: 3;
}

@media (max-width: 1199px) {
    .team__slider.style-1 .social-wrap {
        opacity: 1;
        visibility: visible;
        bottom: 22px;
    }
}

.team__slider.style-1 .social-wrap li {
    position: absolute;
    bottom: 60px;
    transition: all 0.5s;
    transform: translateY(0);
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.team__slider.style-1 .social-wrap li:first-child a {
    border-radius: 0 0 25px 25px;
}

.team__slider.style-1 .social-wrap li:last-child a {
    border-radius: 25px 25px 0 0;
}

.team__slider.style-1 .social-wrap li a {
    width: 32px;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: var(--white);
    padding-top: 5px;
    background-color: var(--primary);
}

.team__slider.style-1 .social-wrap li a:hover {
    color: var(--dark);
}

.team__slider.style-1 .social-wrap .minus {
    display: none;
}

.team__slider.style-1 .social-wrap .social-btn {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: var(--dark);
    border: none;
    outline: none;
    margin-top: 10px;
    border-radius: 100%;
    background-color: var(--primary);
    cursor: pointer;
}

.team__slider.style-1 .social-wrap.active li {
    bottom: 15px;
    opacity: 1;
    visibility: visible;
    transform: translateY(calc(-32px * var(--i)));
}

.team__slider.style-1 .social-wrap.active .plus {
    display: none;
}

.team__slider.style-1 .social-wrap.active .minus {
    display: block;
}

.team__slider.style-1 .tm-pagination {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 5px;
}

.team__slider.style-1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: var(--dark);
    opacity: 0.5;
    transition: all 0.3s;
    position: relative;
}

.team__slider.style-1 .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 100%;
}

.team__slider.style-1 .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: var(--dark);
}

.team__slider.style-1 .swiper-pagination-bullet-active::after {
    border-color: var(--dark);
}

.team__slider.style-2 {
    margin-left: -80px;
    margin-right: -80px;
}

@media (max-width: 767px) {
    .team__slider.style-2 {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.team__slider.style-2 .thumb img {
    width: 100%;
}

.team__slider.style-2 .member {
    padding: 30px;
    position: relative;
}

@media (max-width: 991px) {
    .team__slider.style-2 .member {
        padding: 20px;
    }
}

.team__slider.style-2 .member::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid var(--dark);
    z-index: -1;
}

.team__slider.style-2 .content {
    padding-top: 25px;
}

.team__slider.style-2 .name {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
}

.team__slider.style-2 .name a:hover {
    color: var(--primary);
}

.team__slider.style-2 .role {
    font-size: 16px;
    color: var(--gray);
}

.team__slider.style-2 .social-media {
    position: absolute;
    background: var(--white);
    width: 32px;
    height: auto;
    right: 30px;
    bottom: 30px;
    padding: 15px 0;
    text-align: center;
    border-radius: 100px;
    border: 1px solid #C3C3C3;
}

@media (max-width: 991px) {
    .team__slider.style-2 .social-media {
        right: 20px;
    }
}

.team__slider.style-2 .social-media li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.team__slider.style-2 .social-media li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.team__slider.style-2 .social-media li:last-child::after {
    display: none;
}

.team__slider.style-2 .social-media li::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 1px;
    background: #C3C3C3;
    bottom: 0;
    left: 8px;
}

.team__slider.style-2 .social-media li a {
    font-size: 16px;
    color: var(--gray);
}

.team__slider.style-2 .social-media li a:hover {
    color: var(--primary);
}

.team__gallery {
    gap: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
    .team__gallery {
        gap: 15px;
    }
}

@media (max-width: 767px) {
    .team__gallery {
        grid-template-columns: 1fr;
    }
}

.team__gallery .large {
    grid-column: span 2;
}

@media (max-width: 767px) {
    .team__gallery .large {
        grid-column: unset;
    }
}

.team__gallery .vertical {
    grid-row: span 2;
}

@media (max-width: 767px) {
    .team__gallery .vertical {
        grid-row: unset;
    }
}

.team__gallery .popup-gallery {
    transition: all 0.3s;
    position: relative;
    display: block;
    height: 100%;
}

.team__gallery .popup-gallery:hover .preview {
    opacity: 1;
}

.team__gallery .popup-gallery img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}

.team__gallery .preview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: var(--white);
    border-radius: 20px;
    font-family: var(--font-aclonica);
    background-color: rgba(26, 26, 26, 0.8);
    opacity: 0;
}

@media (max-width: 991px) {
    .team__gallery .preview {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .team__gallery .preview {
        font-size: 18px;
    }
}

.team__gallery-area .sec-title {
    padding-bottom: 60px;
}

@media (max-width: 991px) {
    .team__gallery-area .sec-title {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .team__gallery-area .sec-title {
        padding-bottom: 30px;
    }
}

.team__info {
    gap: 70px;
    display: grid;
    grid-template-columns: 0.77fr 1fr;
    padding-top: 80px;
    position: relative;
}

@media (max-width: 1199px) {
    .team__info {
        gap: 40px;
        padding-top: 50px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .team__info {
        grid-template-columns: 1fr;
    }
}

.team__info .star-1 {
    position: absolute;
    right: 20px;
    bottom: -20px;
    animation: WeblytixRotation 10s linear infinite;
}

@media (max-width: 1399px) {
    .team__info .star-1 {
        right: 0;
    }
}

.team__info .image {
    position: relative;
}

.team__info .award {
    position: absolute;
    border-radius: 24px;
    padding: 25px;
    right: -25px;
    bottom: 30px;
    border: 1px dashed var(--dark);
    background-color: var(--white);
}

@media (max-width: 991px) {
    .team__info .award {
        padding: 20px 15px;
    }
}

@media (max-width: 767px) {
    .team__info .award {
        right: 15px;
        bottom: -15px;
    }
}

.team__info .award img {
    margin-bottom: 35px;
}

@media (max-width: 991px) {
    .team__info .award img {
        margin-bottom: 20px;
    }
}

.team__info .award p {
    font-size: 20px;
    font-family: var(--font-aclonica);
}

@media (max-width: 991px) {
    .team__info .award p {
        font-size: 16px;
    }
}

.team__info .info {
    padding-top: 60px;
}

@media (max-width: 1199px) {
    .team__info .info {
        padding-top: 20px;
    }
}

.team__info .info p {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 65px;
}

@media (max-width: 1199px) {
    .team__info .info p {
        font-size: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .team__info .info p {
        font-size: 18px;
        padding-bottom: 30px;
    }
}

.team__info .info .bio li {
    gap: 15px;
    display: grid;
    grid-template-columns: 150px 60px auto;
    font-size: 24px;
    font-weight: 500;
    color: var(--gray);
    margin-bottom: 28px;
}

@media (max-width: 1199px) {
    .team__info .info .bio li {
        font-size: 20px;
        margin-bottom: 20px;
        grid-template-columns: 120px 5px auto;
    }
}

@media (max-width: 991px) {
    .team__info .info .bio li {
        font-size: 16px;
        grid-template-columns: 90px 5px auto;
    }
}

.team__info .info .bio li:last-child {
    margin-bottom: 0;
}

.team__info .info .bio li strong {
    font-weight: 600;
    color: var(--dark);
}

.team__info .info .social-media {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.team__info .info .social-media li:last-child a::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    right: -14px;
    top: 49%;
    background-color: var(--gray);
}

.team__info .info .social-media a {
    font-size: 24px;
    display: inline-block;
    color: var(--dark);
    position: relative;
    padding-left: 28px;
    padding-right: 14px;
}

.team__info .info .social-media a:hover {
    color: var(--primary);
}

.team__info .info .social-media a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: var(--gray);
}

.team__details {
    padding-top: 200px;
    background-image: url(../imgs/team/bg-2.jpg);
    background-repeat: no-repeat;
}

@media (max-width: 1199px) {
    .team__details {
        padding-top: 160px;
    }
}

@media (max-width: 991px) {
    .team__details {
        padding-top: 140px;
    }
}

@media (max-width: 767px) {
    .team__details {
        padding-top: 100px;
    }
}

.team__details .top-wrap {
    position: relative;
}

.team__details .top-wrap .star-2 {
    position: absolute;
    right: 120px;
    top: 25%;
    animation: WeblytixRotation 10s linear infinite;
}

@media (max-width: 1399px) {
    .team__details .top-wrap .star-2 {
        right: 0;
    }
}

.team__details .top-wrap .title {
    font-size: 127px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--primary);
    padding-bottom: 20px;
    text-transform: capitalize;
}

@media (max-width: 1399px) {
    .team__details .top-wrap .title {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .team__details .top-wrap .title {
        font-size: 80px;
    }
}

@media (max-width: 991px) {
    .team__details .top-wrap .title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .team__details .top-wrap .title {
        font-size: 48px;
    }
}

.team__details .top-wrap .text {
    font-size: 37px;
    line-height: 1.3;
    color: var(--dark);
    max-width: 860px;
}

@media (max-width: 1399px) {
    .team__details .top-wrap .text {
        font-size: 32px;
    }
}

@media (max-width: 1199px) {
    .team__details .top-wrap .text {
        font-size: 24px;
        max-width: 700px;
    }
}

.team__career {
    gap: 120px;
    display: grid;
    grid-template-columns: 1fr 0.8fr;
    padding-top: 70px;
}

@media (max-width: 1399px) {
    .team__career {
        gap: 60px;
    }
}

@media (max-width: 991px) {
    .team__career {
        gap: 40px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .team__career {
        grid-template-columns: 1fr;
    }
}

.team__career .guideline .sec-title-2 {
    padding-bottom: 20px;
}

.team__career .guideline p {
    font-size: 24px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .team__career .guideline p {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .team__career .guideline p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .team__career .guideline p {
        font-size: 18px;
        padding-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .team__career .guideline p:last-child {
        padding-bottom: 0;
    }
}

.Weblytix__progressbar .title {
    font-size: 20px !important;
    font-weight: 500;
    color: var(--gray);
    padding-bottom: 15px !important;
}

.Weblytix__progressbar span.progress-percent {
    font-size: 18px;
    color: var(--gray);
    font-family: var(--font-aclonica);
}

.Weblytix__progressbar .sonny_progressbar .bar-container {
    border: 1px solid var(--dark);
    background: transparent !important;
}

.Weblytix__progressbar .sonny_progressbar {
    margin-bottom: 0;
}

.progressbar__list {
    gap: 35px;
    display: grid;
    padding-top: 35px;
}

@media (max-width: 991px) {
    .progressbar__list {
        gap: 20px;
        padding-top: 20px;
    }
}

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

/*  18. PORTFOLIO CSS START
/*----------------------------------------*/

.portfolio__area {
    background-image: url(../imgs/portfolio/bg.png);
}

.portfolio__area-3 {
    padding-top: 30px;
    position: relative;
}

@media (max-width: 1199px) {
    .portfolio__area-3 {
        padding-top: 0;
    }
}

.portfolio__area-3 .shape {
    position: absolute;
    right: 30%;
    top: 50px;
}

@media (max-width: 1399px) {
    .portfolio__area-3 .shape {
        top: 0;
        right: 15%;
    }
}

@media (max-width: 1199px) {
    .portfolio__area-3 .shape {
        top: -50px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .portfolio__area-3 .shape {
        max-width: 80px;
    }
}

.portfolio__area-inner {
    background-image: url(../imgs/portfolio/bg-2.png);
    background-repeat: no-repeat;
}

.portfolio__area-inner .portfolio__top {
    padding-bottom: 50px;
}

@media (max-width: 1199px) {
    .portfolio__area-inner .portfolio__top {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .portfolio__area-inner .portfolio__top .title-wrap {
        flex: 1;
    }
}

@media (max-width: 767px) {
    .portfolio__area-inner .portfolio__top {
        align-items: flex-start;
    }
}

.portfolio__area-inner .text {
    padding-bottom: 95px;
}

@media (max-width: 767px) {
    .portfolio__area-inner .text {
        padding-bottom: 50px;
    }
}

.portfolio__area-inner .text p {
    color: #565674;
    font-size: 24px;
}

@media (max-width: 991px) {
    .portfolio__area-inner .text p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .portfolio__area-inner .text p {
        font-size: 16px;
    }
}

.portfolio__area-inner .counter-wrap {
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

.portfolio__area-inner .load-more {
    margin-top: 80px;
    text-align: center;
    position: relative;
}

.portfolio__area-inner .Weblytix__modal {
    width: 188px;
    height: 188px;
    margin: 0 auto;
    background: var(--white);
    border: 1px dashed var(--gray-2);
}

.portfolio__area-inner .Weblytix__modal img {
    max-width: 168px;
}

.portfolio__area-inner .star-1 {
    position: absolute;
    right: 170px;
    top: 0;
}

.portfolio__area-inner .star-2 {
    position: absolute;
    left: 170px;
    top: 90px;
}

.portfolio__top {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 115px;
}

@media (max-width: 767px) {
    .portfolio__top {
        flex-direction: column;
        padding-bottom: 60px;
    }
}

.portfolio__top .sec-title {
    max-width: 740px;
    padding-top: 25px;
}

.portfolio__top .Weblytix__modal {
    width: 225px;
    height: 225px;
    background-color: transparent;
    background-image: url(../imgs/portfolio/modal-bg.png);
}

.portfolio__top-2 {
    gap: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 991px) {
    .portfolio__top-2 {
        flex-wrap: wrap;
    }
}

.portfolio__top-2 .star {
    position: absolute;
    right: 26%;
    top: 55px;
    animation: WeblytixRotation 10s linear infinite;
}

@media (max-width: 991px) {
    .portfolio__top-2 .star {
        top: 0;
        right: 12%;
    }
}

@media (max-width: 767px) {
    .portfolio__top-2 .star {
        top: 50%;
    }
}

.portfolio__top-2 .sec-title {
    max-width: 740px;
    padding-top: 35px;
}

@media (max-width: 1199px) {
    .portfolio__top-2 .sec-title {
        max-width: 540px;
    }
}

.portfolio__top-2 .Weblytix-btn-flip {
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
}

.portfolio__top-3 {
    gap: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .portfolio__top-3 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .portfolio__top-3 {
        flex-wrap: wrap;
    }
}

.portfolio__top-3 .sec-title {
    max-width: 740px;
    padding-top: 35px;
}

@media (max-width: 767px) {
    .portfolio__top-3 .sec-title {
        padding-top: 25px;
    }
}

.portfolio__top-3 .pf-arrow {
    gap: 15px;
    display: flex;
    align-items: center;
}

.portfolio__top-3 .pf-btn {
    width: 48px;
    height: 48px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.portfolio__top-3 .pf-btn:hover {
    color: var(--white);
    background-color: var(--dark);
}

.portfolio__list {
    gap: 120px;
    display: grid;
    position: relative;
}

@media (max-width: 1199px) {
    .portfolio__list {
        gap: 60px;
    }
}

.portfolio__list::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    border-right: 1px dashed var(--gray);
}

@media (max-width: 767px) {
    .portfolio__list::after {
        display: none;
    }
}

.portfolio__list-2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px dashed var(--gray-2);
    border-left: 1px dashed var(--gray-2);
}

@media (max-width: 991px) {
    .portfolio__list-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .portfolio__list-2 {
        grid-template-columns: 1fr;
    }
}

.portfolio__item {
    gap: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .portfolio__item {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.portfolio__item:first-child .thumb img {
    max-width: 48%;
}

.portfolio__item:last-child .thumb img {
    max-width: 48%;
}

.portfolio__item:nth-child(even) .thumb {
    order: 1;
}

@media (max-width: 767px) {
    .portfolio__item:nth-child(even) .thumb {
        order: unset;
    }
}

.portfolio__item .thumb {
    gap: 25px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .portfolio__item .thumb {
        gap: 15px;
    }
}

.portfolio__item .number {
    font-family: var(--font-aclonica);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
    color: #575263;
}

.portfolio__item .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    padding-top: 20px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .portfolio__item .title {
        font-size: 24px;
    }
}

.portfolio__item p {
    font-size: 20px;
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .portfolio__item p {
        font-size: 18px;
    }
}

.portfolio__item-2 {
    padding: 30px;
    border-right: 1px dashed var(--gray-2);
    border-bottom: 1px dashed var(--gray-2);
}

@media (max-width: 1399px) {
    .portfolio__item-2 {
        padding: 20px;
    }
}

.portfolio__item-2 .thumb {
    margin-bottom: 25px;
    overflow: hidden;
    transition: all 0.5s;
}

.portfolio__item-2 .thumb:hover img {
    transform: translateX(0) scaleX(1);
}

.portfolio__item-2 .thumb img {
    width: 100%;
    transition: all 0.5s;
    transform: translateX(-10px) scaleX(1.05);
}

.portfolio__item-2 .content {
    gap: 15px;
    display: flex;
    align-items: center;
}

.portfolio__item-2 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    flex: 1;
}

.portfolio__item-2 .title a:hover {
    color: var(--primary);
}

.portfolio__item-2 .link {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--dark);
    color: var(--white);
}

.portfolio__item-2 .link:hover {
    background-color: var(--primary);
}

.portfolio__slider {
    margin-left: -100px;
    margin-right: -100px;
}

@media (max-width: 1199px) {
    .portfolio__slider {
        margin: 0;
    }
}

.portfolio__slider .item:hover .content {
    transform: scale(1);
}

.portfolio__slider .content {
    position: absolute;
    width: 86%;
    height: 86%;
    background: rgba(255, 255, 255, 0.95);
    left: 7%;
    bottom: 7%;
    padding: 40px;
    border: 1px solid var(--dark);
    display: flex;
    flex-direction: column;
    transform: scale(0);
    transition: all 0.7s;
}

@media (max-width: 1919px) {
    .portfolio__slider .content {
        padding: 32px;
    }
}

.portfolio__slider .content .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.portfolio__slider .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

@media (max-width: 1919px) {
    .portfolio__slider .title {
        font-size: 26px;
    }
}

@media (max-width: 1599px) {
    .portfolio__slider .title {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (max-width: 1199px) {
    .portfolio__slider .title {
        font-size: 20px;
        line-height: 1.4;
    }
}

.portfolio__slider .category {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary);
    padding-top: 10px;
}

.portfolio__slider .view {
    width: 150px;
    height: 150px;
    border: 1px dashed var(--dark);
    font-family: var(--font-aclonica);
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 50px 24px;
    margin-top: auto;
}

@media (max-width: 1199px) {
    .portfolio__slider .view {
        padding: 30px 8px;
        font-size: 14px;
        height: 110px;
        width: 110px;
    }
}

.portfolio__slider .view:hover {
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
}

.portfolio__slider .view:hover img {
    filter: brightness(20);
}

.portfolio__slider .view img {
    margin-left: 5px;
    transition: all 0.3s;
}

.portfolio__details h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark);
    padding-bottom: 18px;
}

@media (max-width: 767px) {
    .portfolio__details h2 {
        font-size: 25px;
        padding-bottom: 12px;
    }
}

.portfolio__details h4 {
    font-size: 20px;
    color: var(--dark);
    font-weight: 700;
    padding-bottom: 10px;
    font-family: var(--font-syne);
}

.portfolio__details p {
    font-size: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .portfolio__details p {
        font-size: 16px;
    }
}

.portfolio__details p:last-child {
    padding-bottom: 0;
}

.portfolio__details .key-features {
    padding-top: 40px;
    padding-bottom: 30px;
}

@media (max-width: 1199px) {
    .portfolio__details .key-features {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .portfolio__details .key-features {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.portfolio__details .key-features h2 {
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .portfolio__details .key-features h2 {
        padding-bottom: 30px;
    }
}

.portfolio__details .feature {
    gap: 35px;
    display: flex;
    max-width: 725px;
    padding-left: 60px;
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    .portfolio__details .feature {
        gap: 25px;
        padding-left: 30px;
    }
}

.portfolio__details .feature .icon {
    flex-basis: 30px;
    padding-top: 8px;
}

.portfolio__details .text-img {
    gap: 130px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 80px;
}

@media (max-width: 1399px) {
    .portfolio__details .text-img {
        gap: 30px;
    }
}

@media (max-width: 1199px) {
    .portfolio__details .text-img {
        padding-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .portfolio__details .text-img {
        grid-template-columns: 1fr;
    }
}

.portfolio__details .text-img .text {
    max-width: 430px;
}

.portfolio__details .tech-list {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.portfolio__details .tech-list a {
    font-size: 16px;
    color: #565674;
    display: inline-block;
    border: 1px solid #565674;
    border-radius: 20px;
    padding: 8px 15px;
}

.portfolio__details .tech-list a:hover {
    color: var(--white);
    background-color: var(--dark);
}

.portfolio__details .list-1 {
    gap: 20px;
    display: grid;
    padding-top: 10px;
    padding-bottom: 65px;
}

@media (max-width: 767px) {
    .portfolio__details .list-1 {
        padding-bottom: 45px;
    }
}

.portfolio__details .list-1 li {
    font-size: 20px;
    color: #565674;
    font-weight: 400;
    padding-left: 40px;
    background-image: url(../imgs/portfolio/icon-2.png);
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .portfolio__details .list-1 li {
        font-size: 16px;
        background-position: 0 5px;
    }
}

.portfolio__details .imgs-wrap {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .portfolio__details .imgs-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .portfolio__details .imgs-wrap {
        gap: 10px;
        margin-bottom: 30px;
    }
}

.portfolio__details-top {
    padding-top: 140px;
    background-image: url(../imgs/portfolio/bg-3.png);
}

@media (max-width: 1199px) {
    .portfolio__details-top {
        padding-top: 120px;
    }
}

.portfolio__details-top .title-wrap {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .portfolio__details-top .title-wrap {
        flex-direction: column;
    }
}

.portfolio__details-top .title {
    flex: 1;
    max-width: 900px;
    font-size: 40px;
    line-height: 1.5;
    color: var(--dark);
    padding-top: 70px;
}

@media (max-width: 1199px) {
    .portfolio__details-top .title {
        padding-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .portfolio__details-top .title {
        padding-top: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .portfolio__details-top .title {
        font-size: 30px;
        padding-top: 0;
    }
}

.portfolio__details-top .btn-wrap {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    background-color: var(--white);
    transform: translate(-40px, 30px);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .portfolio__details-top .btn-wrap {
        transform: translate(0, 60px);
    }
}

@media (max-width: 991px) {
    .portfolio__details-top .btn-wrap {
        transform: translate(0, 30px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .portfolio__details-top .btn-wrap {
        width: 220px;
        height: 220px;
    }
}

.portfolio__details-top .Weblytix-btn-flip {
    width: 190px;
    height: 190px;
    color: var(--dark);
    border-radius: 100%;
    border: 1px solid var(--dark);
    background-color: var(--white);
    flex-direction: column;
    text-align: center;
    perspective: unset;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .portfolio__details-top .Weblytix-btn-flip {
        width: 180px;
        height: 180px;
    }
}

.portfolio__details-top .Weblytix-btn-flip:hover span::before {
    color: var(--dark);
}

.portfolio__details-top .Weblytix-btn-flip i {
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .portfolio__details-top .img-reveal {
        height: 300px;
    }
}

.portfolio__details-top .img-reveal img {
    border-radius: 20px;
}

.portfolio__details-area {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .portfolio__details-area {
        padding-top: 55px;
    }
}

.portfolio__details-wrapper {
    gap: 110px;
    display: grid;
    grid-template-columns: 1fr 340px;
}

@media (max-width: 1399px) {
    .portfolio__details-wrapper {
        gap: 50px;
    }
}

@media (max-width: 1199px) {
    .portfolio__details-wrapper {
        grid-template-columns: 1fr 320px;
    }
}

@media (max-width: 991px) {
    .portfolio__details-wrapper {
        grid-template-columns: 1fr;
    }
}

.portfolio__sidebar {
    gap: 60px;
    display: grid;
    align-self: start;
}

@media (max-width: 767px) {
    .portfolio__sidebar {
        gap: 30px;
    }
}

.portfolio__sidebar .project-info {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--primary);
    border: 1px dashed var(--secondary);
}

@media (max-width: 991px) {
    .portfolio__sidebar .project-info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 479px) {
    .portfolio__sidebar .project-info {
        grid-template-columns: repeat(1, 1fr);
    }
}

.portfolio__sidebar .project-info h3 {
    font-size: 20px;
    color: var(--white);
}

.portfolio__sidebar .project-info p {
    font-size: 20px;
    color: var(--white);
    margin-bottom: 50px;
    position: relative;
}

.portfolio__sidebar .project-info p::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 1px;
    border-bottom: 1px dashed var(--white);
}

.portfolio__sidebar .project-info ul {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.portfolio__sidebar .project-info ul li:last-child a::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    right: -14px;
    top: 49%;
    background-color: var(--white);
}

.portfolio__sidebar .project-info ul a {
    font-size: 16px;
    display: inline-block;
    color: var(--white);
    position: relative;
    padding-left: 28px;
    padding-right: 14px;
}

.portfolio__sidebar .project-info ul a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: var(--white);
}

.portfolio__sidebar .others-project {
    padding: 30px;
    border-radius: 10px;
    border: 1px dashed #565674;
}

.portfolio__sidebar .others-project h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    padding-bottom: 20px;
    font-family: var(--font-syne);
}

.portfolio__sidebar .others-project ul {
    gap: 25px;
    display: grid;
}

.portfolio__sidebar .others-project ul li a {
    font-size: 16px;
    color: #565674;
    font-weight: 500;
    padding-left: 35px;
    display: block;
    background-image: url(../imgs/portfolio/icon-2.png);
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .portfolio__sidebar .others-project ul li a {
        background-position: 0 8px;
    }
}

.portfolio__sidebar .others-project ul li a:hover {
    color: var(--primary);
}

.portfolio__sidebar .new-project {
    padding: 30px;
    border-radius: 10px;
    border: 1px solid var(--primary);
    background-image: url(../imgs/portfolio/cta.png);
    background-size: cover;
}

.portfolio__sidebar .new-project h2 {
    font-size: 28px;
    font-weight: 700;
    color: var(--dark);
    padding-bottom: 20px;
    font-family: var(--font-syne);
}

.portfolio__sidebar .new-project p {
    font-size: 18px;
    padding-bottom: 30px;
}

.gallery__area {
    padding-top: 70px;
}

@media (max-width: 574px) {
    .gallery__slider {
        text-align: center;
    }
}

.gallery__slider .control-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 574px) {
    .gallery__slider .control-wrapper {
        justify-content: center;
    }
}

.gallery__slider .gl-pagination {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-left: 5px;
}

@media (max-width: 574px) {
    .gallery__slider .gl-pagination {
        display: none;
    }
}

.gallery__slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    color: var(--dark);
    opacity: 0.5;
    transition: all 0.3s;
    position: relative;
}

.gallery__slider .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid transparent;
    border-radius: 100%;
}

.gallery__slider .swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
    opacity: 1;
    background: var(--dark);
}

.gallery__slider .swiper-pagination-bullet-active::after {
    border-color: var(--dark);
}

.gallery__slider .prev-next {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-top: 45px;
}

@media (max-width: 767px) {
    .gallery__slider .prev-next {
        margin-top: 30px;
    }
}

.gallery__slider .gl-arrow {
    width: 48px;
    height: 48px;
    border: 1px solid var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: all 0.3s;
}

.gallery__slider .gl-arrow:hover {
    color: var(--white);
    background-color: var(--dark);
}

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

/*  23. BLOG CSS START
/*----------------------------------------*/

.blog__area {
    padding-top: 75px;
    background-image: url(../imgs/blog/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

.blog__area .shape {
    position: absolute;
    top: 100px;
    left: 62%;
}

@media (max-width: 991px) {
    .blog__area .shape {
        top: 30px;
    }
}

@media (max-width: 767px) {
    .blog__area .shape {
        top: -30px;
    }
}

.blog__area .sec-title {
    padding-top: 25px;
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .blog__area .sec-title {
        padding-bottom: 40px;
    }
}

.blog__area .blog-arrow {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 120px;
}

@media (max-width: 767px) {
    .blog__area .blog-arrow {
        padding-top: 0;
        padding-bottom: 40px;
        justify-content: flex-start;
    }
}

.blog__area .blog-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 100%;
    transition: all 0.3s;
    font-size: 16px;
    color: var(--dark);
}

.blog__area .blog-btn:hover {
    color: var(--white);
    background-color: var(--dark);
}

.blog__area-2 .title-wrap {
    text-align: center;
    margin-bottom: 90px;
    position: relative;
}

@media (max-width: 1199px) {
    .blog__area-2 .title-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .blog__area-2 .title-wrap {
        margin-bottom: 40px;
    }
}

.blog__area-2 .title-wrap .shape-1 {
    position: absolute;
    left: 100px;
    top: 60px;
}

@media (max-width: 767px) {
    .blog__area-2 .title-wrap .shape-1 {
        display: none;
    }
}

.blog__area-2 .title-wrap .shape-3 {
    position: absolute;
    right: -200px;
    top: -15px;
    animation: WeblytixMoveY 5s infinite;
}

.blog__area-2 .sec-title {
    margin: auto;
    max-width: 700px;
    padding-top: 35px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog__area-3 {
        padding-top: 60px;
    }
}

.blog__area-3 .title-wrap {
    padding: 50px 50px 60px;
    position: relative;
}

@media (max-width: 1199px) {
    .blog__area-3 .title-wrap {
        padding: 0 15px 40px;
    }
}

.blog__area-3 .title-wrap .shape {
    position: absolute;
    bottom: 25px;
    right: 70px;
}

.blog__area-3 .sec-title {
    max-width: 550px;
    padding-top: 35px;
    padding-bottom: 60px;
}

@media (max-width: 1399px) {
    .blog__area-3 .sec-title {
        padding-top: 30px;
        padding-bottom: 36px;
    }
}

.blog__area-3 .Weblytix-btn-flip {
    gap: 10px;
    font-size: 20px;
    font-weight: 400;
}

.blog__area-4 {
    padding-top: 75px;
}

@media (max-width: 767px) {
    .blog__area-4 {
        padding-top: 60px;
    }
}

.blog__wrapper-3 {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
}

@media (max-width: 1199px) {
    .blog__wrapper-3 {
        grid-template-columns: 1fr;
    }
}

.blog__wrapper-5 {
    gap: 70px;
    display: grid;
    grid-template-columns: 1fr 390px;
}

@media (max-width: 1399px) {
    .blog__wrapper-5 {
        gap: 50px;
        grid-template-columns: 1fr 330px;
    }
}

@media (max-width: 991px) {
    .blog__wrapper-5 {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.blog__list.style-1 {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
    .blog__list.style-1 {
        gap: 15px;
    }
}

@media (max-width: 991px) {
    .blog__list.style-1 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .blog__list.style-1 {
        grid-template-columns: 1fr;
    }
}

.blog__list.style-1 .item {
    border-radius: 16px;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}

.blog__list.style-1 .item:hover .icon {
    opacity: 1;
    visibility: visible;
}

.blog__list.style-1 .item:hover img {
    transform: scale(1.1);
}

.blog__list.style-1 .item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 88.5%);
}

.blog__list.style-1 .item:nth-child(1) {
    grid-column: 1/3;
}

@media (max-width: 991px) {
    .blog__list.style-1 .item:nth-child(1) {
        grid-column: 1/-1;
    }
}

.blog__list.style-1 .item:nth-child(1) .wrapper {
    padding: 45px;
}

@media (max-width: 767px) {
    .blog__list.style-1 .item:nth-child(1) .wrapper {
        padding: 15px;
    }
}

.blog__list.style-1 .item:nth-child(1) .title {
    font-size: 36px;
}

@media (max-width: 1199px) {
    .blog__list.style-1 .item:nth-child(1) .title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog__list.style-1 .item:nth-child(1) .title {
        font-size: 20px;
    }
}

.blog__list.style-1 .thumb img {
    width: 100%;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1);
    transition: all 1s;
}

@media (max-width: 767px) {
    .blog__list.style-1 .thumb img {
        height: 400px;
    }
}

.blog__list.style-1 .wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 25px;
    gap: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 1;
}

@media (max-width: 1199px) {
    .blog__list.style-1 .wrapper {
        flex-direction: column;
        padding: 30px 15px;
    }
}

.blog__list.style-1 .content {
    flex: 1;
}

.blog__list.style-1 .title {
    font-family: var(--font-syne);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--white);
}

.blog__list.style-1 .title:hover {
    color: var(--primary);
}

.blog__list.style-1 .meta {
    gap: 40px;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 10px;
}

.blog__list.style-1 .meta li {
    position: relative;
}

.blog__list.style-1 .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
}

.blog__list.style-1 .meta li:last-child::after {
    display: none;
}

.blog__list.style-1 .meta li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    gap: 8px;
    display: flex;
    align-items: center;
}

.blog__list.style-1 .meta li a:hover {
    color: var(--primary);
}

.blog__list.style-1 .icon {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.blog__list.style-1 .icon a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    flex-basis: 48px;
    border-radius: 100%;
    transition: all 0.3s;
    font-size: 16px;
}

.blog__list.style-1 .icon a:hover {
    background-color: var(--primary);
}

.blog__list.style-1 .btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog__list.style-1 .btn-wrap .shape-2 {
    position: absolute;
    bottom: 12px;
    left: 5px;
    animation: WeblytixRotation 10s linear infinite;
}

.blog__list.style-1 .Weblytix-btn-flip {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid var(--dark);
    color: var(--dark);
    text-align: center;
    perspective: none;
    flex-direction: column-reverse;
}

.blog__list.style-1 .Weblytix-btn-flip:hover span:before {
    color: var(--dark);
}

.blog__list.style-2 .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #D7D7D7;
    border-bottom: none;
}

@media (max-width: 767px) {
    .blog__list.style-2 .item {
        border-left: none;
        grid-template-columns: 1fr;
    }
}

.blog__list.style-2 .content {
    padding: 30px;
    order: -1;
}

@media (max-width: 1399px) {
    .blog__list.style-2 .content {
        padding: 30px 15px;
    }
}

.blog__list.style-2 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark);
}

.blog__list.style-2 .title:hover {
    color: var(--primary);
}

.blog__list.style-2 .title a {
    display: inline-block;
}

.blog__list.style-2 .meta {
    gap: 30px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #D7D3D3;
}

.blog__list.style-2 .meta li {
    position: relative;
}

.blog__list.style-2 .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

.blog__list.style-2 .meta li:last-child::after {
    display: none;
}

.blog__list.style-2 .meta li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
}

@media (max-width: 1399px) {
    .blog__list.style-2 .meta li a {
        font-size: 15px;
    }
}

.blog__list.style-2 .meta li a:hover {
    color: var(--primary);
}

.blog__list.style-2 .meta li a i {
    font-size: 12px;
}

.blog__list.style-2 .category {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 120px;
}

@media (max-width: 1399px) {
    .blog__list.style-2 .category {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .blog__list.style-2 .category {
        margin-top: 50px;
    }
}

.blog__list.style-2 .category a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    display: inline-block;
    color: var(--gray);
    border: 1px solid #D7D3D3;
    border-radius: 20px;
}

.blog__list.style-2 .category a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.blog__list.style-2 .thumb {
    position: relative;
}

.blog__list.style-2 .thumb img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog__list.style-2 .thumb .icon a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--primary);
    border-radius: 100%;
    transition: all 0.3s;
    position: absolute;
    left: 25px;
    bottom: 25px;
    transform: rotate(-45deg);
    border: 1px solid var(--dark);
}

.blog__list.style-2 .thumb .icon a:hover {
    background-color: var(--secondary);
}

.blog__list.style-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    border-top: 1px solid #D7D7D7;
}

@media (max-width: 767px) {
    .blog__list.style-3 {
        grid-template-columns: 1fr;
    }
}

.blog__list.style-3 .item {
    border-left: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

@media (max-width: 767px) {
    .blog__list.style-3 .item {
        border-left: none;
    }
}

.blog__list.style-3 .content {
    padding: 30px;
}

@media (max-width: 1399px) {
    .blog__list.style-3 .content {
        padding: 30px 15px;
    }
}

.blog__list.style-3 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark);
}

@media (max-width: 1399px) {
    .blog__list.style-3 .title {
        font-size: 18px;
    }
}

.blog__list.style-3 .title:hover {
    color: var(--primary);
}

.blog__list.style-3 .title a {
    display: inline-block;
}

.blog__list.style-3 .meta {
    gap: 30px;
    display: flex;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #D7D3D3;
}

.blog__list.style-3 .meta li {
    position: relative;
}

.blog__list.style-3 .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

.blog__list.style-3 .meta li:last-child::after {
    display: none;
}

.blog__list.style-3 .meta li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
}

@media (max-width: 1399px) {
    .blog__list.style-3 .meta li a {
        font-size: 15px;
    }
}

.blog__list.style-3 .meta li a:hover {
    color: var(--primary);
}

.blog__list.style-3 .meta li a i {
    font-size: 12px;
}

.blog__list.style-3 .category {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

@media (max-width: 1399px) {
    .blog__list.style-3 .category {
        margin-top: 85px;
    }
}

@media (max-width: 767px) {
    .blog__list.style-3 .category {
        margin-top: 50px;
    }
}

.blog__list.style-3 .category a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    display: inline-block;
    color: var(--gray);
    border: 1px solid #D7D3D3;
    border-radius: 20px;
}

.blog__list.style-3 .category a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.blog__list.style-4 {
    gap: 80px;
    display: grid;
}

@media (max-width: 1199px) {
    .blog__list.style-4 {
        gap: 50px;
    }
}

.blog__list.style-4 .content {
    padding: 30px;
}

@media (max-width: 1399px) {
    .blog__list.style-4 .content {
        padding: 30px 15px;
    }
}

.blog__list.style-4 .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark);
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .blog__list.style-4 .title {
        font-size: 24px;
        padding-bottom: 15px;
    }
}

.blog__list.style-4 .title:hover {
    color: var(--primary);
}

.blog__list.style-4 p {
    font-size: 20px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .blog__list.style-4 p {
        font-size: 16px;
    }
}

.blog__list.style-4 .read-more {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blog__list.style-4 .read-more:hover {
    gap: 10px;
    color: var(--primary);
}

.blog__list.style-4 .meta {
    gap: 50px;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .blog__list.style-4 .meta {
        gap: 10px 25px;
        flex-wrap: wrap;
    }
}

.blog__list.style-4 .meta li {
    position: relative;
}

.blog__list.style-4 .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

@media (max-width: 1199px) {
    .blog__list.style-4 .meta li::after {
        right: -15px;
    }
}

.blog__list.style-4 .meta li:last-child::after {
    display: none;
}

.blog__list.style-4 .meta li a {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
}

@media (max-width: 1199px) {
    .blog__list.style-4 .meta li a {
        font-size: 16px;
    }
}

.blog__list.style-4 .meta li a:hover {
    color: var(--primary);
}

.blog__list.style-4 .meta li a i {
    font-size: 16px;
    padding-right: 3px;
}

@media (max-width: 1199px) {
    .blog__list.style-4 .meta li a i {
        font-size: 14px;
    }
}

.blog__list.style-4 .category {
    gap: 10px;
    display: flex;
    align-items: center;
    margin-top: 115px;
}

@media (max-width: 1399px) {
    .blog__list.style-4 .category {
        margin-top: 85px;
    }
}

@media (max-width: 767px) {
    .blog__list.style-4 .category {
        margin-top: 50px;
    }
}

.blog__list.style-4 .category a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    padding: 6px 15px;
    display: inline-block;
    color: var(--gray);
    border: 1px solid #D7D3D3;
    border-radius: 20px;
}

.blog__list.style-4 .category a:hover {
    color: var(--primary);
    border-color: var(--primary);
}

.blog__list.style-4 .thumb img {
    border-radius: 10px;
}

.blog__sidebar {
    gap: 60px;
    display: grid;
    align-self: flex-start;
}

@media (max-width: 1199px) {
    .blog__sidebar {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .blog__sidebar {
        gap: 15px;
    }
}

.blog__sidebar .ax-widget {
    padding: 40px 30px;
    border-radius: 16px;
    border: 1px solid var(--gray-2);
}

@media (max-width: 1199px) {
    .blog__sidebar .ax-widget {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .blog__slider {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog__slider.style-1 .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
}

.blog__slider.style-1 .title:hover {
    color: var(--primary);
}

.blog__slider.style-1 .thumb {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog__slider.style-1 .thumb:hover::after {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    border-radius: 0;
}

.blog__slider.style-1 .thumb:hover .icon {
    opacity: 0;
}

.blog__slider.style-1 .thumb::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    border-radius: 0% 100% 100% 0%/0% 100% 0% 100%;
    pointer-events: none;
    transition: all 0.5s;
}

.blog__slider.style-1 .thumb img {
    width: 100%;
    transition: all 0.5s;
}

.blog__slider.style-1 .thumb img:hover {
    transform: scale(1.1);
}

.blog__slider.style-1 .thumb .icon {
    position: absolute;
    width: 105px;
    bottom: 0;
    left: 0;
    height: 105px;
    background: url(../imgs/blog/shape-bg.png);
    display: flex;
    align-items: flex-end;
    z-index: 1;
    transition: all 0.3s;
}

.blog__slider.style-1 .thumb .icon i {
    font-size: 30px;
    color: var(--white);
    transform: rotate(-45deg);
    padding-bottom: 8px;
    padding-left: 20px;
}

.blog__slider.style-1 .meta {
    gap: 40px;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .blog__slider.style-1 .meta {
        padding-bottom: 15px;
    }
}

.blog__slider.style-1 .meta li {
    position: relative;
}

.blog__slider.style-1 .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--primary);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
}

.blog__slider.style-1 .meta li:last-child::after {
    display: none;
}

.blog__slider.style-1 .meta li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    gap: 8px;
    display: flex;
    align-items: center;
}

.blog__slider.style-1 .meta li a:hover {
    color: var(--primary);
}

.blog__slider.grid {
    gap: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1199px) {
    .blog__slider.grid {
        gap: 40px 15px;
    }
}

@media (max-width: 991px) {
    .blog__slider.grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .blog__slider.grid {
        grid-template-columns: 1fr;
        padding-left: 0;
        padding-right: 0;
    }
}

.blog__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .blog__pagination {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

.blog__pagination button {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray);
    font-family: var(--font-aclonica);
    font-size: 16px;
    font-weight: 400;
    color: var(--gray);
    background-color: transparent;
}

.blog__pagination button.active,
.blog__pagination button:hover {
    border-color: var(--primary);
}

.blog__details h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--dark);
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .blog__details h2 {
        font-size: 25px;
        padding-bottom: 15px;
    }
}

.blog__details h3 {
    font-size: 24px;
    color: var(--dark);
    font-weight: 700;
    padding-bottom: 10px;
    font-family: var(--font-syne);
}

@media (max-width: 767px) {
    .blog__details h3 {
        font-size: 22px;
    }
}

.blog__details p {
    font-size: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .blog__details p {
        font-size: 16px;
        padding-bottom: 15px;
    }
}

.blog__details .key-features {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .blog__details .key-features {
        padding-top: 25px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .blog__details .key-features {
        padding-top: 15px;
        padding-bottom: 10px;
    }
}

.blog__details .key-features h2 {
    padding-bottom: 35px;
}

@media (max-width: 1199px) {
    .blog__details .key-features h2 {
        padding-bottom: 30px;
    }
}

.blog__details .feature {
    gap: 35px;
    display: flex;
    max-width: 725px;
    padding-left: 60px;
    padding-bottom: 15px;
}

@media (max-width: 1199px) {
    .blog__details .feature {
        gap: 25px;
        padding-left: 30px;
    }
}

@media (max-width: 767px) {
    .blog__details .feature {
        gap: 15px;
        padding-left: 15px;
    }
}

.blog__details .feature .icon {
    flex-basis: 30px;
    padding-top: 8px;
}

.blog__details .imgs-wrap {
    gap: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .blog__details .imgs-wrap {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .blog__details .imgs-wrap {
        gap: 10px;
    }
}

.blog__details .imgs-wrap img {
    border-radius: 20px;
}

.blog__details .quote-wrap {
    gap: 55px;
    display: flex;
    padding: 40px 0;
    margin-bottom: 50px;
    border-top: 1px dashed #DBDADA;
    border-bottom: 1px dashed #DBDADA;
}

@media (max-width: 767px) {
    .blog__details .quote-wrap {
        padding: 30px 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) {
    .blog__details .quote-wrap {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .blog__details .quote-wrap {
        flex-wrap: wrap;
    }
}

.blog__details .quote-wrap .icon {
    flex-basis: 90px;
}

@media (max-width: 1199px) {
    .blog__details .quote-wrap .icon {
        flex-basis: 70px;
    }
}

.blog__details .quote-wrap .quote {
    flex: 1;
}

.blog__details .quote-wrap p {
    font-size: 36px;
    font-weight: 600;
    color: var(--dark);
}

@media (max-width: 1199px) {
    .blog__details .quote-wrap p {
        font-size: 30px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .blog__details .quote-wrap p {
        font-size: 24px;
    }
}

.blog__details .quote-wrap span {
    display: block;
    font-size: 20px;
    color: #565674;
    padding-left: 65px;
    position: relative;
}

@media (max-width: 767px) {
    .blog__details .quote-wrap span {
        font-size: 18px;
    }
}

.blog__details .quote-wrap span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    top: 50%;
    background-color: #C5C4C4;
}

.blog__details-top {
    padding-top: 170px;
    background-image: url(../imgs/blog/bg-2.png);
}

@media (max-width: 767px) {
    .blog__details-top {
        padding-top: 115px;
    }
}

.blog__details-top .wrapper {
    gap: 50px;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .blog__details-top .wrapper {
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .blog__details-top .wrapper {
        flex-direction: column;
    }
}

.blog__details-top .img-reveal {
    flex: 1;
}

.blog__details-top .info {
    flex-basis: 395px;
    border-radius: 100%;
    padding: 100px 90px;
    border: 1px dashed var(--gray);
    background-color: var(--white);
}

@media (max-width: 1399px) {
    .blog__details-top .info {
        padding: 80px 90px;
    }
}

@media (max-width: 1199px) {
    .blog__details-top .info {
        padding: 45px 60px;
        flex-basis: 250px;
    }
}

@media (max-width: 991px) {
    .blog__details-top .info {
        display: flex;
        padding: 0;
        border: none;
        background: transparent;
        justify-content: space-between;
        flex-basis: unset;
        gap: 50px;
    }
}

.blog__details-top .info p {
    font-size: 20px;
    color: var(--dark);
    font-family: var(--font-aclonica);
}

@media (max-width: 1199px) {
    .blog__details-top .info p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog__details-top .info p {
        font-size: 18px;
    }
}

.blog__details-top .info p:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--dark);
}

@media (max-width: 991px) {
    .blog__details-top .info p:first-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .blog__details-top .info p:first-child {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}

.blog__details-top .info p span {
    display: block;
    color: var(--gray);
}

.blog__details-top .title {
    font-size: 56px;
    line-height: 1.5;
    color: var(--dark);
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .blog__details-top .title {
        font-size: 50px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .blog__details-top .title {
        font-size: 36px;
    }
}

@media (max-width: 574px) {
    .blog__details-top .title {
        font-size: 30px;
    }
}

.blog__details-top .img-reveal img {
    border-radius: 100px;
}

.tags--share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url(../imgs/blog/bg-3.png);
    border: 1px solid var(--gray);
    border-radius: 20px;
    padding: 25px 35px;
}

@media (max-width: 767px) {
    .tags--share {
        gap: 20px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.tags--share h4 {
    font-size: 20px;
    color: var(--dark);
    padding-bottom: 5px;
}

.tags--share .tags {
    gap: 25px;
    display: flex;
    align-items: center;
}

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

.tags--share .tags li {
    position: relative;
}

.tags--share .tags li::after {
    position: absolute;
    content: "\f621";
    color: var(--dark);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 8px;
}

.tags--share .tags li:last-child::after {
    display: none;
}

.tags--share .tags li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    gap: 8px;
    display: flex;
    align-items: center;
}

.tags--share .tags li a:hover {
    color: var(--primary);
}

.tags--share .share-wrap {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.tags--share .share-wrap a {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #565674;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tags--share .share-wrap a:hover {
    color: var(--white);
    background-color: var(--dark);
}

.next--prev {
    position: relative;
}

@media (max-width: 767px) {
    .next--prev {
        display: flex;
        justify-content: space-between;
    }
}

.next--prev .next,
.next--prev .prev {
    position: absolute;
    font-family: var(--font-aclonica);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    top: -56px;
    border-radius: 100%;
    border: 1px solid var(--gray);
    flex-direction: column;
    background-color: transparent;
}

@media (max-width: 767px) {
    .next--prev .next,
    .next--prev .prev {
        position: static;
    }
}

.next--prev .next:hover,
.next--prev .prev:hover {
    color: var(--white);
    background-color: var(--dark);
}

.next--prev .next {
    right: 0;
}

.next--prev-2 {
    gap: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 55px;
}

@media (max-width: 1199px) {
    .next--prev-2 {
        gap: 40px;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .next--prev-2 {
        grid-template-columns: 1fr;
    }
}

.next--prev-2 .prev,
.next--prev-2 .next {
    gap: 15px;
    display: flex;
}

.next--prev-2 .prev:hover .text,
.next--prev-2 .next:hover .text {
    color: var(--primary);
}

.next--prev-2 .next {
    text-align: right;
}

.next--prev-2 .img {
    flex-basis: 85px;
}

.next--prev-2 .content {
    flex: 1;
}

.next--prev-2 .text {
    font-size: 16px;
    color: var(--dark);
    padding-bottom: 8px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.next--prev-2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .next--prev-2 p {
        font-size: 16px;
    }
}

.widget__title {
    font-size: 24px;
    color: var(--dark);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 40px;
}

@media (max-width: 1199px) {
    .widget__title {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .widget__title {
        padding-bottom: 20px;
    }
}

.widget__title i {
    font-size: 14px;
    color: var(--primary);
}

.widget__search form {
    position: relative;
}

.widget__search form input {
    width: 100%;
    outline: none;
    font-size: 18px;
    padding: 18px;
    border-radius: 50px;
    border: 1px solid var(--gray-2);
    padding-right: 62px;
}

.widget__search form .submit {
    width: 48px;
    height: 48px;
    color: var(--white);
    background-color: var(--dark);
    border-radius: 100%;
    outline: none;
    border: none;
    position: absolute;
    right: 6px;
    top: 6px;
    transition: all 0.3s;
}

.widget__search form .submit:hover {
    background-color: var(--primary);
}

.widget__rpost .item {
    display: grid;
    grid-template-columns: 75px 1fr;
    margin-bottom: 25px;
}

.widget__rpost .item:last-child {
    margin-bottom: 0;
}

.widget__rpost .content a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
    margin-bottom: 3px;
}

.widget__rpost .content a:hover {
    color: var(--primary);
}

.widget__rpost .thumb img {
    width: 64px;
    height: 64px;
}

.widget__rpost .meta {
    gap: 20px;
    display: flex;
    align-items: center;
}

@media (max-width: 1199px) {
    .widget__rpost .meta {
        gap: 0 20px;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .widget__rpost .meta {
        gap: 0 40px;
    }
}

.widget__rpost .meta li {
    position: relative;
}

.widget__rpost .meta li::after {
    position: absolute;
    content: "\f621";
    color: var(--dark);
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
}

.widget__rpost .meta li:last-child::after {
    display: none;
}

.widget__rpost .meta li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray);
    gap: 8px;
    display: flex;
    align-items: center;
}

.widget__rpost .meta li a:hover {
    color: var(--primary);
}

.widget__category ul {
    gap: 20px;
    display: grid;
}

.widget__category ul li {
    padding-left: 20px;
    position: relative;
}

.widget__category ul li i {
    font-size: 8px;
    color: #D9D9D9;
    position: absolute;
    left: 0;
    top: 7px;
}

.widget__category ul li a {
    gap: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 500;
    color: var(--dark);
}

.widget__category ul li a:hover {
    color: var(--primary);
}

.widget__tags ul {
    gap: 10px;
    flex-wrap: wrap;
    display: inline-flex;
}

.widget__tags ul a {
    font-size: 16px;
    color: var(--gray);
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--gray);
    font-family: var(--font-aclonica);
    border-radius: 100px;
}

.widget__tags ul a:hover {
    color: var(--white);
    background-color: var(--dark);
    border-color: var(--dark);
}

.widget__author {
    text-align: center;
}

.widget__author .title {
    font-size: 24px;
    color: var(--dark);
    line-height: 1.5;
    padding-top: 25px;
}

@media (max-width: 1199px) {
    .widget__author .title {
        padding-top: 20px;
    }
}

.widget__author .title:hover {
    color: var(--primary);
}

.widget__author ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .widget__author ul {
        margin-top: 30px;
    }
}

.widget__author ul li:last-child a::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    right: -14px;
    top: 49%;
    background-color: var(--gray);
}

.widget__author ul a {
    font-size: 18px;
    display: inline-block;
    color: var(--dark);
    position: relative;
    padding-left: 28px;
    padding-right: 14px;
}

.widget__author ul a:hover {
    color: var(--primary);
}

.widget__author ul a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: var(--gray);
}

.comment__wrapper {
    padding-top: 120px;
}

@media (max-width: 1199px) {
    .comment__wrapper {
        padding-top: 80px;
    }
}

.comment__wrapper .title {
    font-size: 30px;
    line-height: 1.5;
    color: var(--dark);
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .comment__wrapper .title {
        font-size: 25px;
        padding-bottom: 50px;
    }
}

.comment__list {
    gap: 60px;
    display: grid;
}

@media (max-width: 991px) {
    .comment__list {
        gap: 40px;
    }
}

.comment__item {
    gap: 30px;
    display: flex;
}

@media (max-width: 767px) {
    .comment__item {
        gap: 5px;
        flex-direction: column;
    }
}

.comment__item .img {
    flex-basis: 105px;
}

.comment__item .content {
    flex: 1;
}

.comment__item .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

@media (max-width: 1199px) {
    .comment__item .top {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .comment__item .top {
        gap: 10px;
        align-items: center;
        padding-bottom: 15px;
        flex-wrap: wrap;
    }
}

.comment__item .commentor {
    font-family: var(--font-syne);
}

.comment__item .commentor a {
    font-size: 24px;
    font-weight: 600;
    color: var(--dark);
    display: inline-block;
}

@media (max-width: 767px) {
    .comment__item .commentor a {
        font-size: 20px;
    }
}

.comment__item .commentor .date {
    color: #565674;
    font-size: 20px;
    position: relative;
    padding-left: 18px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .comment__item .commentor .date {
        font-size: 16px;
    }
}

.comment__item .commentor .date::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    border-radius: 100%;
    background-color: var(--dark);
}

.comment__item .reply {
    font-size: 18px;
    color: #565674;
    font-weight: 500;
    display: inline-block;
    border: none;
    background-color: transparent;
}

@media (max-width: 767px) {
    .comment__item .reply {
        font-size: 16px;
    }
}

.comment__item .reply:hover {
    color: var(--primary);
}

.comment__item p {
    font-size: 20px;
}

@media (max-width: 767px) {
    .comment__item p {
        font-size: 16px;
    }
}

.comment__form .title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .comment__form .title-wrap {
        padding-top: 60px;
        flex-direction: column;
    }
}

.comment__form form {
    gap: 40px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .comment__form form {
        gap: 30px;
        grid-template-columns: 1fr;
    }
}

.comment__form .input-single:nth-child(3) {
    grid-column: 1/-1;
}

.comment__form .input-single label {
    font-size: 20px;
    font-weight: 500;
    color: var(--dark);
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .comment__form .input-single label {
        font-size: 18px;
        padding-bottom: 10px;
    }
}

.comment__form .input-single textarea,
.comment__form .input-single input {
    width: 100%;
    color: #A1A1A1;
    outline: none;
    border-radius: 10px;
    border: 1px solid #A1A1A1;
    padding: 15px 20px;
    font-size: 20px;
    opacity: 1;
}

@media (max-width: 767px) {
    .comment__form .input-single textarea,
    .comment__form .input-single input {
        font-size: 18px;
    }
}

.comment__form .input-single textarea::-moz-placeholder,
.comment__form .input-single input::-moz-placeholder {
    opacity: 0.7;
}

.comment__form .input-single textarea::placeholder,
.comment__form .input-single input::placeholder {
    opacity: 0.7;
}

.comment__form .input-single textarea {
    height: 260px;
}

.comment__form .input-submit button {
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 500;
    background-color: var(--primary);
}

@media (max-width: 767px) {
    .comment__form .input-submit button {
        font-size: 18px;
    }
}

.reply__item {
    padding-left: 115px;
    position: relative;
}

@media (max-width: 767px) {
    .reply__item {
        padding-left: 40px;
    }
}

.reply__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 208px;
    left: 53px;
    top: -90px;
    background-color: var(--dark);
}

@media (max-width: 767px) {
    .reply__item::before {
        display: none;
    }
}

.reply__item::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 40px;
    left: 34px;
    top: 40px;
    background-image: url(../imgs/blog/star.png);
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .reply__item::after {
        display: none;
    }
}

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

/*  24. PRICE CSS START
/*----------------------------------------*/

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

/*  25. CONTACT CSS START
/*----------------------------------------*/

.contact__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

@media (max-width: 767px) {
    .contact__wrapper {
        gap: 40px;
        grid-template-columns: 1fr;
    }
}

.contact__img {
    position: relative;
    margin-right: 100px;
}

@media (max-width: 1399px) {
    .contact__img {
        margin-right: 60px;
    }
}

@media (max-width: 1199px) {
    .contact__img {
        margin-top: 50px;
    }
}

@media (max-width: 991px) {
    .contact__img {
        margin-right: 25px;
    }
}

@media (max-width: 767px) {
    .contact__img {
        margin-right: 0;
    }
}

.contact__img .img-reveal {
    height: auto;
}

.contact__img .img-1 {
    position: absolute;
    top: -67px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.contact__img .shape {
    position: absolute;
    left: 20px;
    bottom: 50px;
    z-index: -1;
}

@media (max-width: 1399px) {
    .contact__img .shape {
        bottom: 120px;
    }
}

@media (max-width: 991px) {
    .contact__img .shape {
        width: 150px;
        bottom: 50%;
    }
}

.contact__form .sec-title {
    padding-bottom: 30px;
}

.contact__form input,
.contact__form textarea {
    width: 100%;
    padding: 15px 20px;
    outline: none;
    border-radius: 8px;
    border: 1px dashed var(--gray-2);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--gray);
    margin-bottom: 30px;
    position: relative;
    background-position: 97% 22px !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 991px) {
    .contact__form input,
    .contact__form textarea {
        margin-bottom: 20px;
    }
}

.contact__form input::-moz-placeholder,
.contact__form textarea::-moz-placeholder {
    opacity: 1;
    color: var(--gray);
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
    opacity: 1;
    color: var(--gray);
}

.contact__form textarea {
    height: 220px;
    background: url(../imgs/others/pen.png);
}

.contact__form input[type=text] {
    background: url(../imgs/others/user.png);
}

.contact__form input[type=tel] {
    background: url(../imgs/others/tel.png);
}

.contact__form input[type=email] {
    background: url(../imgs/others/email.png);
}

.contact__form .submit {
    border: none;
    border-radius: 6px;
    background: var(--primary);
}

.address__office {
    gap: 25px;
    display: grid;
    grid-template-columns: 90px 2fr 1fr 1fr;
    border-bottom: 1px solid #C1C1C1;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .address__office {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .address__office {
        gap: 20px;
        grid-template-columns: 60px 2fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .address__office {
        grid-template-columns: 1fr;
    }
}

.address__office:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.address__office .icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
    color: var(--dark);
    border-radius: 100%;
    border: 1px solid var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .address__office .icon {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }
}

.address__office p {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 5px;
}

.address__office h4,
.address__office a {
    font-family: var(--font-aclonica);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    max-width: 410px;
}

.google__map iframe {
    width: 100%;
    height: 540px;
}

@media (max-width: 991px) {
    .google__map iframe {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .google__map iframe {
        height: 360px;
    }
}

.faq__area {
    background-image: url(../imgs/others/faq-bg.png);
    position: relative;
}

.faq__area .title-wrap {
    position: relative;
}

.faq__area .title-wrap .shape {
    position: absolute;
    right: 150px;
    top: 10px;
}

@media (max-width: 767px) {
    .faq__area .title-wrap .shape {
        display: none;
    }
}

.faq__area .sec-title-2 {
    max-width: 530px;
    padding-top: 35px;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .faq__area .sec-title-2 {
        padding-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .faq__area .sec-title-2 {
        padding-bottom: 40px;
    }
}

.faq__area-2 {
    margin-top: 50px;
    border-top: 1px dashed var(--dark);
    position: relative;
}

@media (max-width: 767px) {
    .faq__area-2 {
        margin-top: 0;
    }
}

.faq__area-2 .shape {
    position: absolute;
    right: 0;
    bottom: -200px;
}

@media (max-width: 1199px) {
    .faq__area-2 .shape {
        bottom: -150px;
        max-width: 350px;
    }
}

@media (max-width: 991px) {
    .faq__area-2 .shape {
        bottom: -100px;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .faq__area-2 .shape {
        display: none;
    }
}

.faq__area-3 .faq__list.style-2 {
    -moz-columns: unset;
    columns: unset;
}

.faq__area-3 .title-wrap {
    padding-right: 100px;
    position: relative;
}

@media (max-width: 1399px) {
    .faq__area-3 .title-wrap {
        padding-right: 60px;
    }
}

@media (max-width: 991px) {
    .faq__area-3 .title-wrap {
        padding-right: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .faq__area-3 .title-wrap {
        padding-bottom: 55px;
    }
}

.faq__area-3 .title-wrap .img-1 {
    position: absolute;
    bottom: 20px;
    right: 80px;
}

@media (max-width: 767px) {
    .faq__area-3 .title-wrap .img-1 {
        bottom: 40px;
    }
}

.faq__area-3 .sec-title-2 {
    padding-top: 35px;
    padding-bottom: 20px;
}

.faq__area-3 p {
    font-size: 18px;
    padding-bottom: 55px;
}

@media (max-width: 991px) {
    .faq__area-3 p {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .faq__area-3 p {
        font-size: 16px;
    }
}

.faq__img {
    position: relative;
}

.faq__img img {
    width: 100%;
}

.faq__img .btn-wrap {
    position: absolute;
    top: -63px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.faq__img .Weblytix-btn-flip {
    font-size: 16px;
    font-weight: 500;
    width: 126px;
    height: 126px;
    border: 3px solid var(--white);
    border-radius: 100%;
    background: var(--primary);
    flex-direction: column-reverse;
    padding: 15px;
}

.faq__img .Weblytix-btn-flip i {
    font-size: 24px;
    transform: rotate(-45deg);
}

.faq__list .accordion-button::after {
    background-image: unset;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "+";
    position: absolute;
    font-size: 16px;
    border: 1px solid;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
}

.faq__list .accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: unset;
    content: "\f068";
}

.faq__list.style-1 .accordion {
    gap: 30px;
    display: grid;
    padding-right: 40px;
}

@media (max-width: 991px) {
    .faq__list.style-1 .accordion {
        gap: 20px;
        padding-right: 0;
        margin-bottom: 120px;
    }
}

.faq__list.style-1 .accordion-item {
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background-color: var(--white);
}

.faq__list.style-1 .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    padding: 20px 20px 18px;
    padding-left: 70px;
}

@media (max-width: 767px) {
    .faq__list.style-1 .accordion-button {
        font-size: 18px;
        padding: 15px;
        padding-left: 50px;
    }
}

.faq__list.style-1 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: var(--dark);
    border-radius: 8px;
}

.faq__list.style-1 .accordion-button::after {
    left: 20px;
}

@media (max-width: 767px) {
    .faq__list.style-1 .accordion-button::after {
        left: 15px;
    }
}

.faq__list.style-1 .accordion-body {
    padding: 0;
    margin: 5px 20px 20px;
    border-top: 1px dashed #D2D2D2;
    padding-top: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray);
}

.faq__list.style-1 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.faq__list.style-1 .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.faq__list.style-2 {
    gap: 40px;
    -moz-columns: 2;
    columns: 2;
}

@media (max-width: 991px) {
    .faq__list.style-2 {
        -moz-columns: unset;
        columns: unset;
    }
}

.faq__list.style-2 .accordion-item {
    border: none;
    border-radius: 0;
    background-color: var(--white);
    border-bottom: 1px dashed #D2D2D2;
    margin-bottom: 10px;
}

.faq__list.style-2 .accordion-item:nth-child(4) {
    border-bottom: none;
}

@media (max-width: 991px) {
    .faq__list.style-2 .accordion-item:nth-child(4) {
        border-bottom: 1px dashed #D2D2D2;
    }
}

.faq__list.style-2 .accordion-item:last-child {
    border-bottom: none;
}

.faq__list.style-2 .accordion-item:last-child .accordion-body {
    margin-bottom: 0;
}

.faq__list.style-2 .accordion-button {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    padding: 20px 50px 20px 0;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .faq__list.style-2 .accordion-button {
        font-size: 18px;
        padding: 20px 30px 20px 0;
    }
}

.faq__list.style-2 .accordion-button span {
    display: inline-block;
    margin-right: 15px;
}

.faq__list.style-2 .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: var(--dark);
    border-radius: 0;
}

.faq__list.style-2 .accordion-button::after {
    width: 32px;
    height: 32px;
    left: 20px;
    line-height: 30px;
    right: 20px;
}

@media (max-width: 767px) {
    .faq__list.style-2 .accordion-button::after {
        right: 0;
        width: 24px;
        height: 24px;
        line-height: 23px;
    }
}

.faq__list.style-2 .accordion-body {
    padding: 0;
    margin: 0 20px 35px 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray);
}

.faq__list.style-2 .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (max-width: 767px) {
    .faq__list.style-2 .accordion-item:first-of-type .accordion-button {
        padding-top: 0;
    }
}

.faq__list.style-2 .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.error__area {
    padding-top: 240px;
    background-image: url(../imgs/others/404-bg.png);
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .error__area {
        padding-top: 200px;
    }
}

@media (max-width: 767px) {
    .error__area {
        padding-top: 120px;
    }
}

.error__content {
    text-align: center;
}

.error__content .title {
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 60px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--dark);
}

@media (max-width: 991px) {
    .error__content .title {
        font-size: 40px;
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    .error__content .title {
        font-size: 30px;
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .error__content img {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .error__content img {
        max-width: 300px;
    }
}

.error__content p {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 55px;
    max-width: 880px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .error__content p {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .error__content p {
        font-size: 16px;
        padding-bottom: 30px;
    }
}

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

/*  26. FOOTER CSS START
/*----------------------------------------*/

.footer__area {
    padding-bottom: 38px;
    background-color: var(--dark);
    position: relative;
}

@media (max-width: 767px) {
    .footer__area {
        padding-bottom: 25px;
    }
}

.footer__social .contact-info p {
    color: white; /* Text white */
    margin: 5px 0;
    font-size: 16px;
}

.footer__social .contact-info i {
    margin-right: 8px; /* Gap between icon & text */
    color: red; /* Icon red */
}


.footer__area::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    left: 0;
    bottom: 0;
    background-image: url(../imgs/others/footer-bg.png);
    z-index: 0;
}

.footer__wrapper {
    padding-top: 140px;
    position: relative;
}

@media (max-width: 991px) {
    .footer__wrapper {
        padding-top: 230px;
    }
}

@media (max-width: 767px) {
    .footer__wrapper {
        padding-top: 210px;
    }
}

.footer__wrapper .line-2,
.footer__wrapper .line-3,
.footer__wrapper .line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    border-left: 1px dashed #282828;
}

@media (max-width: 991px) {
    .footer__wrapper .line-2,
    .footer__wrapper .line-3,
    .footer__wrapper .line-4 {
        display: none;
    }
}

.footer__wrapper::after {
    right: 10px;
}

.footer__wrapper::before {
    left: 10px;
}

.footer__wrapper .line-2 {
    left: 25%;
}

.footer__wrapper .line-3 {
    left: 46.5%;
}

.footer__wrapper .line-4 {
    left: 75.5%;
}

.footer__top {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 140px;
}

@media (max-width: 1199px) {
    .footer__top {
        padding-bottom: 120px;
    }
}

@media (max-width: 991px) {
    .footer__top {
        gap: 50px 30px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .footer__top {
        padding-bottom: 60px;
        grid-template-columns: 1fr;
    }
}

.footer__logo p {
    color: var(--white);
    padding: 15px 30px 60px 0;
}

@media (max-width: 1199px) {
    .footer__logo p {
        padding: 15px 0 40px;
    }
}

.footer__logo .link {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    font-family: var(--font-aclonica);
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer__logo .link:hover {
    color: var(--primary);
}

.footer__logo .link i {
    font-size: 12px;
}

.footer__link.one {
    padding-left: 50px;
}

@media (max-width: 1199px) {
    .footer__link.one {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .footer__link.one {
        padding-left: 0;
    }
}

.footer__link .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .footer__link .title {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .footer__link .title {
        padding-bottom: 15px;
    }
}

.footer__link ul {
    gap: 15px;
    display: grid;
}

@media (max-width: 991px) {
    .footer__link ul {
        gap: 7px;
    }
}

.footer__link ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white) !important;
}

.footer__link ul li a:hover {
    color: var(--primary) !important;
}

.footer__btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
    position: relative;
}

@media (max-width: 767px) {
    .footer__btm {
        gap: 10px;
        flex-direction: column-reverse;
    }
}

.footer__btm p {
    color: var(--white);
}

.footer__menu {
    gap: 40px;
    display: flex;
    align-items: center;
}

.footer__menu li {
    position: relative;
}

.footer__menu li:last-child::after {
    display: none;
}

.footer__menu li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: -20px;
    top: calc(50% - 3px);
    border-radius: 100%;
    background-color: var(--primary);
}

.footer__menu a {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--white);
    display: inline-block;
    padding: 3px 5px;
}

.footer__menu a:hover {
    color: var(--primary);
}

.footer__social {
    padding-left: 48px;
}

@media (max-width: 1199px) {
    .footer__social {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .footer__social {
        padding-left: 0;
    }
}

.footer__social p {
    font-size: 18px;
    color: var(--white);
    padding-bottom: 20px;
}

.footer__social form {
    position: relative;
    margin-bottom: 45px;
}

.footer__social input {
    width: 100%;
    padding: 13px 15px;
    border: 1px solid #343433;
    background: transparent;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
    padding-right: 55px;
}

.footer__social .submit {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 100%;
    background-color: var(--primary);
    color: var(--white);
    font-size: 12px;
    transition: all 0.3s;
}

.footer__social .submit:hover {
    color: var(--primary);
    background-color: var(--white);
}

.footer__social ul {
    display: flex;
    align-items: center;
}

.footer__social ul li:last-child a::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    right: -14px;
    top: 49%;
    background-color: var(--gray);
}

.footer__social ul a {
    font-size: 18px;
    display: inline-block;
    color: var(--primary);
    position: relative;
    padding-left: 28px;
    padding-right: 14px;
}

.footer__social ul a:hover {
    color: var(--white);
}

.footer__social ul a::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    left: 0;
    top: 49%;
    background-color: var(--gray);
}

.newsletter__area {
    margin-bottom: -160px;
    z-index: 1;
    position: relative;
}

.newsletter__wrapper {
    max-width: 1100px;
    margin: 0 auto;
    border: 1px solid var(--primary);
    border-radius: 20px;
    display: grid;
    align-items: center;
    grid-template-columns: 1.3fr 1fr;
    background-image: url(../imgs/others/nl-bg.png);
    overflow: hidden;
}

@media (max-width: 991px) {
    .newsletter__wrapper {
        grid-template-columns: 1fr 0.3fr;
    }
}

@media (max-width: 767px) {
    .newsletter__wrapper {
        grid-template-columns: 1fr;
    }
}

.newsletter__content {
    padding: 50px 0 50px 50px;
}

@media (max-width: 767px) {
    .newsletter__content {
        padding: 30px 20px;
    }
}

.newsletter__content p {
    font-size: 18px;
    color: var(--dark);
    padding-top: 10px;
    padding-bottom: 40px;
}

@media (max-width: 991px) {
    .newsletter__content p {
        padding-bottom: 25px;
    }
}

.newsletter__form {
    max-width: 450px;
}

.newsletter__form form {
    gap: 15px;
    display: flex;
    align-items: center;
}

.newsletter__form form input {
    flex: 1;
    width: 100%;
    outline: none;
    padding: 17px;
    border-radius: 50px;
    border: 1px solid var(--dark);
    background: var(--white);
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
}

.newsletter__form form input::-moz-placeholder {
    opacity: 1;
    font-weight: 400;
    color: var(--dark);
}

.newsletter__form form input::placeholder {
    opacity: 1;
    font-weight: 400;
    color: var(--dark);
}

.newsletter__form form .submit {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    border-radius: 100%;
    border: none;
    color: var(--white);
    font-size: 16px;
    transition: all 0.3s;
    background-color: var(--dark);
}

.newsletter__form form .submit:hover {
    background-color: var(--primary);
}

.newsletter__img {
    height: 100%;
    margin-left: -30px;
}

@media (max-width: 991px) {
    .newsletter__img {
        margin-left: 10px;
    }
}

.newsletter__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*# sourceMappingURL=master.css.map */