@font-face {
    font-family: 'fontello';
    src: url(./assets/fonts/fontello.eot);
    src: url(./assets/fonts/fontello.eot) format('embedded-opentype'), url(./assets/fonts/fontello.woff) format('woff'), url(./assets/fonts/fontello.ttf) format('truetype'), url(./assets/fonts/fontello.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    speak: never;
    display: inline-block
}

.demo-icon {
    font-family: "standard";
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

body {
    font-family: "Outfit", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    overflow-x: hidden
}

section {
    float: left;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 60px
}

.sec-title,
.sec-title2 {
    line-height: 1.2;
    margin: -.25em 0 30px 0
}

.sec-title2 {
    color: var(--white-color)
}

.sec-subtitle,
.sec-subtitle2,
.sec-subtitle3,
.sec-subtitle4 {
    display: block;
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: -.25em 0 20px 0;
    text-transform: capitalize!important
}

.sec-subtitle::before,
.sec-subtitle2::before,
.sec-subtitle3::before,
.sec-subtitle4::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 0;
    border-color: var(--title-color) #fff0 #fff0 #fff0;
    transform: rotate(0deg);
    display: inline-block;
    margin-right: 8px
}

.sec-subtitle>i,
.sec-subtitle2>i,
.sec-subtitle3>i,
.sec-subtitle4>i {
    margin-right: 15px
}

.sec-subtitle2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: #fff0 var(--title-color) #fff0 #fff0;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 8px
}

.sec-subtitle3 {
    color: var(--title-color)
}

.sec-subtitle4 {
    color: var(--white-color)
}

@media (max-width:991px) {
    .sec-subtitle4 {
        font-size: 18px
    }
}

.sec-subtitle4::before {
    border-color: var(--white-color) #fff0 #fff0 #fff0
}

.sec-subtitle4.style2::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 0;
    border-color: #fff0 var(--white-color) #fff0 #fff0;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 8px
}

.sec-btns {
    padding: 13px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: calc(var(--section-title-space) - 40px)
}

.sec-btns i.fa-arrow-left {
    margin-left: 0;
    margin-right: 10px
}

.sec-btns.style1 .vs-btn i {
    margin-right: 0;
    margin-left: 0
}

.sec-btns.style2 .vs-btn {
    background-color: var(--sec-color)
}

.sec-btns.style2 .vs-btn::before,
.sec-btns.style2 .vs-btn::after {
    background-color: var(--theme-color)
}

.sec-btns.style2 .vs-btn i {
    margin-right: 0;
    margin-left: 0
}

.sec-btns2 {
    margin-bottom: calc(var(--section-title-space) - 5px)
}

.sec-line-wrap {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0 0 80px 0
}

.sec-line-wrap .sec-title2 {
    margin: -.3em 0 -.4em 0
}

.sec-line {
    background-color: var(--theme-color);
    flex: 1;
    height: 2px
}

.border-title {
    position: relative;
    padding: 0 0 5px 0;
    margin-bottom: 0
}

.border-title-border {
    width: 48px;
    height: 2px;
    display: inline-block;
    background-color: var(--theme-color);
    margin-bottom: 25px
}

@media (max-width:1399px) {
    .sec-title4 {
        font-size: 42px
    }
}

@media (max-width:1199px) {
    .sec-title4 {
        font-size: 36px;
        line-height: 1.4
    }
}

@media (max-width:991px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 36px
    }
    .sec-line-wrap {
        margin: 0 0 60px 0
    }
    .sec-subtitle2 {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .sec-title3.h1,
    .sec-title.h1 {
        font-size: 30px
    }
    .sec-subtitle {
        font-size: 16px
    }
    .sec-line-wrap {
        margin: 0 0 40px 0;
        gap: 10px
    }
    .sec-title4 {
        font-size: 30px;
        line-height: 1.4
    }
}

:root {
    --primary: #42974f;
    --secondary: #0162af;
    --theme-color: #7409f6;
    --sec-color: #000000;
    --title-color: #272e39;
    --body-color: #565656;
    --smoke-color: #f6f6f6;
    --secondary-color: #eef2fb;
    --border-color: #ececec;
    --black-color: #000000;
    --white-color: #ffffff;
    --yellow-color: #fec624;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #e0e0e0;
    --icon-font: "Font Awesome 5 Pro";
    --main-container: 1320px;
    --container-gutters: 30px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 80px;
    --ripple-ani-duration: 5s
}

.vs-header {
    position: relative;
    z-index: 41;
    background-color: #fff0
}

.header-top {
    background-color: var(--sec-color);
    padding: 5px 0 5px
}

.carousel-item .hero-content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease
}

.carousel-item.active .hero-content {
    opacity: 1;
    transform: translateY(0);
    animation: slideFadeIn 0.8s ease
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.header-text {
    margin: 0;
    color: var(--white-color)
}

.header-text i {
    margin-right: 10px
}

.header-text.style2 {
    display: inline-flex;
    padding-right: 30px;
    margin-right: 26px;
    position: relative;
    text-decoration: none
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px
}

@media (max-width:991px) {
    .header-right {
        justify-content: center;
        flex-wrap: wrap
    }
}

.header-social a {
    display: inline-block;
    color: var(--white-color);
    margin-left: 20px
}

@media (max-width:767px) {
    .header-social a:first-child {
        margin-left: 0
    }
}

.header-social a:hover {
    color: var(--theme-color)
}

.header-top.v2 .header-links a:hover {
    color: var(--sec-color)
}

.header-top.v2 .header-links a:hover i {
    color: var(--sec-color)
}

.header-top.v2 .header-social a:hover {
    color: var(--sec-color)
}

a.menu-link.vs-btn.text-white {
    top: 5px
}

a.menu-link.vs-btn.text-white:hover {
    color: white!important
}

@media (max-width:1399px) {
    .menu-style3>ul>li>a {
        padding-right: 10px;
        margin-right: 10px
    }
}

.header-text {
    margin: 0;
    color: var(--white-color)
}

.header-text i {
    margin-right: 10px
}

.header-text.style2 {
    display: inline-flex;
    padding-right: 30px;
    margin-right: 26px;
    position: relative
}

@media (max-width:1399px) {
    .header-text.style2 {
        padding-right: 15px;
        margin-right: 15px
    }
}

.header-text.style2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: var(--white-color);
    top: 50%;
    transform: translateY(-50%);
    right: 0
}

.header-text.style2:last-child {
    padding-right: 0;
    margin-right: 0
}

.header-text.style2:last-child::after {
    display: none
}

.header-text.style2 span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    color: var(--title-color);
    border-radius: 50%;
    margin-right: 10px
}

.header-text.style2 i {
    margin-right: 0
}

.header-text.style2 a {
    color: var(--white-color);
    position: relative
}

.header-text.style2 a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background-color: var(--white-color);
    bottom: -2px;
    right: 0;
    transition: all 0.3s ease-in-out
}

.header-text.style2 a:hover {
    color: var(--white-color)
}

.header-text.style2 a:hover::after {
    width: 100%;
    left: 0
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation li {
    position: relative
}

.main-navigation a {
    display: block;
    padding: 8px 15px 10px;
    text-decoration: none;
    color: #000;
    font-family: "Outfit", sans-serif;
    transition: all 0.4s ease-in-out;
    font-size: 17px
}

.main-navigation a:hover {
    color: #7409f6!important;
    transition: all 0.4s ease-in-out
}

.main-navigation ul.sub-menu {
    display: none;
    padding-left: 15px
}

.main-navigation ul.sub-menu.depth-0 {
    padding-left: 0
}

.menu-toggle {
    display: none
}

.main-navigation .current-menu-item>a {
    font-weight: 700
}

@media (max-width:991px) {
    .menu-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 4px;
        width: 40px;
        height: 40px;
        background: var(--theme-color);
        border: none;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        z-index: 1;
        color: #fff
    }
    .main-navigation ul.sub-menu {
        display: none;
        padding-left: 15px;
        background-color: #f9f9f9
    }
    .main-navigation ul.sub-menu .sub-menu {
        padding-left: 15px
    }
    .main-navigation ul.sub-menu li a {
        padding-left: 25px
    }
    .main-navigation ul.sub-menu li.has-children>a {
        padding-right: 40px
    }
    .main-navigation ul.sub-menu.active {
        display: block
    }
}

@media (min-width:992px) {
    .main-navigation>ul>li {
        display: inline-block
    }
    .main-navigation ul.sub-menu {
        position: absolute;
        min-width: 200px;
        background: #fff;
        box-shadow: 0 2px 5px rgb(0 0 0 / .1);
        z-index: 100;
        padding-left: 0
    }
    .main-navigation ul.sub-menu .sub-menu {
        left: 100%;
        top: 0
    }
    .main-navigation li.has-children:hover>ul.sub-menu {
        display: block
    }
}

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.sub-menu .menu-item {
    padding: 0
}

.sub-menu .menu-link {
    padding: 8px 20px;
    color: #000;
    font-size: .9em
}

.sub-menu .menu-link:hover {
    color: #7409f6;
    padding-left: 25px
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: .25rem
}

@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
        justify-content: flex-end
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }
}

button.navbar-toggler {
    background: var(--theme-color);
    color: #fff
}

#masthead {
    background-color: #fff;
    transition: .5s ease top;
    top: -105px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / .2);
    &.sticky {
        top: 0;
        left: 0;
        width: 100%;
        height: auto
    }
    .header {
        justify-content: center;
        h1 {
            color: #fff
        }
    }
    z-index:999
}

.logo img {
    width: 100%;
    height: auto
}

.logo {
    width: 170px!important;
    height: auto
}

.slider-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden
}

.slider-wrapper {
    display: flex;
    transition: transform 0.5s ease
}

.slider-slide {
    flex: 0 0 auto;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px
}

.slider-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px
}

.slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / .7);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px
}

.slider-button-next {
    right: 10px
}

.slider-button-prev {
    left: 10px
}

.slider-pagination {
    text-align: center;
    margin-top: 10px
}

.slider-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer
}

.slider-dot.active {
    background: #333
}

#slider .carousel-control.left,
#slider .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease
}

#slider .carousel-control .fa-angle-left {
    left: 5px;
    background: var(--primary)
}

#slider .carousel-control .fa-angle-right {
    right: 5px;
    background: var(--primary)
}

#slider .carousel-control .fa-angle-left,
#slider .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%)
}

#slider .carousel-control i {
    color: #000;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: all 500ms ease;
    background: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin: 15px
}

#slider .carousel-control i:hover {
    background: #fff
}

.slider-content {
    padding-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 15px;
    width: 100%;
    position: relative;
    z-index: 99
}

.slide-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
    text-align: left
}

.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0
}

.slider-description {
    color: #000;
    font-weight: 500;
    margin: 20px 0 20px
}

.fadeInUp {
    animation-name: fadeInUp
}

.wow-animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.fadein {
    --animation-name: fadein-custom
}

.slideinup {
    --animation-name: slideinup
}

.slideindown {
    --animation-name: slideindown
}

.slideinleft {
    --animation-name: slideinleft
}

.slideinright {
    --animation-name: slideinright
}

.animated,
.hero-btns {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name)
}

.ripple-animation {
    animation-duration: var(--ripple-ani-duration);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-name: ripple
}

@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(1);
        opacity: 0
    }
    30% {
        opacity: .4
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes slideinup {
    0% {
        opacity: 0;
        transform: translateY(70px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes slideindown {
    0% {
        opacity: 0;
        transform: translateY(-70px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes slideinleft {
    0% {
        opacity: 0;
        transform: translateX(-70px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes slideinright {
    0% {
        opacity: 0;
        transform: translateX(70px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes fadein-custom {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

hero-inner {
    position: relative;
    z-index: 1;
    min-height: 900px;
    padding-top: 260px
}

@media (max-width:1199px) {
    .hero-inner {}
}

@media (max-width:991px) {
    .hero-inner {}
}

@media (max-width:767px) {
    .hero-inner {
        padding-bottom: 60px
    }
}

.hero-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 101px;
    background-color: var(--white-color);
    bottom: -1px;
    z-index: 1
}

.slider01 {
    background-image: url(./assets/images/about/slider2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider02 {
    background-image: url(./assets/images/about/h-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider03 {
    background-image: url(./assets/images/about/slider-3.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.slider04 {
    background-image: url(./assets/images/about/download.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-inner.style2 .hero-content,
.hero-inner.style3 .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 0
}

.hero-inner.style2::before,
.hero-inner.style3::before {
    display: none
}

.hero-inner.style2 .overlay,
.hero-inner.style3 .overlay {
    opacity: .6
}

.hero-inner.style3 {
    padding-top: 200px;
    padding-bottom: 270px
}

.hero-inner.style3 .hero-content {
    padding: 80px 88px
}

.hero-content {
    padding-top: 30px
}

.hero-content.style3 {
    position: relative;
    z-index: 1
}

.hero-content.style3 .hero-text {
    margin: 0 auto 40px auto;
    max-width: 90%
}

@media (max-width:767px) {
    .hero-content.style3 .hero-text {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .hero-content.style3 .hero-title {
        font-size: 30px
    }
}

.hero-content.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    z-index: -1;
    left: 0;
    top: 0;
    opacity: .9;
    border-radius: 50px
}

@media (max-width:991px) {
    .hero-content.style3::before {
        border-radius: 30px
    }
}

@media (max-width:767px) {
    .hero-content.style3::before {
        border-radius: 10px
    }
}

.hero-content.style3 .vs-btn::before,
.hero-content.style3 .vs-btn::after {
    background-color: var(--white-color)
}

.hero-content.style3 .vs-btn:hover {
    color: var(--theme-color)
}

.hero-content.style3 .vs-btn.style3::before,
.hero-content.style3 .vs-btn.style3::after {
    background-color: var(--theme-color)
}

.hero-content.style3 .vs-btn.style3:hover {
    color: var(--white-color)
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -2
}

.hero-info {
    display: flex;
    align-items: center
}

.hero-info .media-icon {
    margin-right: 25px
}

.hero-info .media-label {
    font-size: 22px;
    font-family: var(--title-font);
    color: #7190ff;
    display: block;
    margin-bottom: 20px
}

.hero-info .media-link {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font)
}

.hero-info .media-link a {
    color: inherit
}

.hero-info .media-link a:hover {
    color: var(--theme-color)
}

.vs-carousel.style1 {
    margin-top: -130px
}

.hero-subtitle {
    display: inline-block;
    font-size: 20px;
    color: var(--white-color);
    padding: 10px 30px;
    border: 2px solid var(--white-color);
    border-radius: 6px;
    margin-bottom: 13px
}

@media (max-width:767px) {
    .hero-subtitle {
        font-size: 18px;
        padding: 10px 20px
    }
}

.hero-title,
.hero-text {
    color: var(--white-color)
}

.hero-title {
    line-height: 56px
}

@media (max-width:1199px) {
    .hero-title {
        margin-bottom: 15px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .hero-title {
        margin-bottom: 10px;
        line-height: 50px
    }
}

@media (max-width:991px) {
    .hero-content {
        margin-bottom: 30px;
        text-align: center
    }
}

.vs-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

.service-btn {
    position: relative;
    display: inline-block;
    border: none;
    text-align: center;
    background-color: #000;
    color: var(--white-color);
    font-family: var(--body-font);
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 40px;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

@media (max-width:767px) {
    .vs-btn {
        padding: 20px 20px
    }
    .service-btn {
        padding: 20px 20px
    }
}

.vs-btn::after,
.vs-btn::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: var(--sec-color);
    transition: all ease 0.6s;
    z-index: -1;
    border-radius: inherit
}

.service-btn::after,
.service-btn::before {
    width: 100%;
    height: 100%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0%;
    left: 0%;
    background: #fff;
    transition: all ease 0.6s;
    z-index: -1;
    border-radius: inherit
}

.vs-btn:before {
    transform: rotateX(90deg)
}

.vs-btn:after {
    transform: rotateY(90deg)
}

.service-btn:before {
    transform: rotateX(90deg)
}

.service-btn:after {
    transform: rotateY(90deg)
}

.vs-btn>i {
    margin-left: 8px
}

.vs-btn.style2 {
    background-color: #fff0;
    color: var(--white-color);
    border: 4px solid var(--white-color);
    border-radius: 30px;
    padding: 18px 30px
}

.vs-btn.style3 {
    background-color: var(--white-color);
    color: var(--theme-color);
    border-radius: 60px;
    transition: all ease 0.6s
}

@media (max-width:767px) {
    .vs-btn.style3 {
        padding: 20px 30px
    }
}

.vs-btn.style3::after,
.vs-btn.style3::before {
    background-color: var(--theme-color);
    border-radius: 30px
}

.vs-btn.style3:hover {
    color: var(--white-color);
    background-color: var(--theme-color)
}

.vs-btn.style4 {
    background-color: var(--white-color);
    color: var(--theme-color)
}

.vs-btn.style5 {
    background-color: #7409f6;
    color: #fff
}

.vs-btn.style5:hover {
    color: #000;
    background-color: var(--theme-color)
}

.vs-btn.style5::after,
.vs-btn.style::before {
    background-color: #fff
}

.vs-btn.style6 {
    background-color: #000;
    color: #fff
}

.vs-btn.style6:hover {
    color: #000;
    background-color: var(--theme-color)
}

.vs-btn.style6::after,
.vs-btn.style::before {
    background-color: #fff
}

.vs-btn.style4::after,
.vs-btn.style4::before {
    background-color: var(--sec-color)
}

.vs-btn.slidebtn1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.vs-btn.slidebtn1 i {
    margin-left: 0
}

.vs-btn.slidebtn1.next {
    left: auto;
    right: -37px
}

@media (max-width:1399px) {
    .vs-btn.slidebtn1.next {
        right: 0
    }
}

.vs-btn.slidebtn1.prev {
    left: -37px
}

@media (max-width:1399px) {
    .vs-btn.slidebtn1.prev {
        left: 0
    }
}

.vs-btn:hover {
    color: var(--white-color);
    background-color: var(--title-color)
}

.service-btn:hover {
    color: #000;
    background-color: var(--theme-color)
}

.vs-btn:hover:before {
    transform: rotateX(0)
}

.vs-btn:hover:after {
    transform: rotateY(0)
}

.animated,
.hero-btns {
    animation-fill-mode: both;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-name: var(--animation-name)
}

.hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}

@media (max-width:991px) {
    .hero-btns {
        justify-content: center
    }
}

@media (max-width:767px) {
    .hero-btns {
        gap: 5px
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.hero-inner {
    position: relative;
    z-index: 1;
    min-height: 517px;
    padding-top: 100px
}

@media (max-width:1199px) {
    .hero-inner {}
}

@media (max-width:991px) {
    .hero-inner {}
}

@media (max-width:767px) {
    .hero-inner {
        padding-top: 60px
    }
}

.hero-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 101px;
    background-color: var(--white-color);
    bottom: -1px;
    z-index: 1
}

.hero-inner .overlay {
    background-color: #272e3999;
    opacity: .9;
    z-index: -1
}

.hero-inner.style2 .hero-content,
.hero-inner.style3 .hero-content {
    position: relative;
    z-index: 1;
    padding-top: 0
}

.hero-inner.style2::before,
.hero-inner.style3::before {
    display: none
}

.hero-inner.style2 .overlay,
.hero-inner.style3 .overlay {
    opacity: .6
}

.slider01 .hero-inner.style2 .hero-shape1,
.hero-inner.style3 .hero-shape1 {
    position: absolute;
    right: -64px;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
}

.slider03 .hero-inner.style2 .hero-shape1,
.hero-inner.style3 .hero-shape1 {
    position: absolute;
    right: -64px;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
}

.slider04 .hero-inner.style2 .hero-shape1,
.hero-inner.style3 .hero-shape1 {
    position: absolute;
    right: -64px;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%
}

.slider02 .hero-inner.style2 .hero-shape1,
.hero-inner.style3 .hero-shape1 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.hero-inner.style3 {
    padding-top: 200px;
    padding-bottom: 270px
}

@media (max-width:1199px) {
    .hero-inner.style3 {
        padding-top: 160px;
        padding-bottom: 220px
    }
}

.hero-inner.style3 .hero-content {
    padding: 80px 88px
}

@media (max-width:991px) {
    .hero-inner.style3 .hero-content {
        padding: 20px
    }
}

@media (max-width:767px) {
    .hero-inner.style3 .hero-content {
        padding: 15px
    }
}

.hero-content {
    padding-top: 30px
}

.hero-content.style3 {
    position: relative;
    z-index: 1
}

.hero-content.style3 .hero-text {
    margin: 0 auto 40px auto;
    max-width: 90%
}

@media (max-width:767px) {
    .hero-content.style3 .hero-text {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .hero-content.style3 .hero-title {
        font-size: 30px
    }
}

.hero-content.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--black-color);
    z-index: -1;
    left: 0;
    top: 0;
    opacity: .9;
    border-radius: 50px
}

@media (max-width:991px) {
    .hero-content.style3::before {
        border-radius: 30px
    }
}

@media (max-width:767px) {
    .hero-content.style3::before {
        border-radius: 10px
    }
}

.hero-content.style3 .vs-btn::before,
.hero-content.style3 .vs-btn::after {
    background-color: var(--white-color)
}

.hero-content.style3 .vs-btn:hover {
    color: var(--theme-color)
}

.hero-content.style3 .vs-btn.style3::before,
.hero-content.style3 .vs-btn.style3::after {
    background-color: var(--theme-color)
}

.hero-content.style3 .vs-btn.style3:hover {
    color: var(--white-color)
}

.hero-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -2
}

.hero-info {
    display: flex;
    align-items: center
}

.hero-info .media-icon {
    margin-right: 25px
}

.hero-info .media-label {
    font-size: 22px;
    font-family: var(--title-font);
    color: #7190ff;
    display: block;
    margin-bottom: 20px
}

.hero-info .media-link {
    font-size: 36px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--title-font)
}

.hero-info .media-link a {
    color: inherit
}

.hero-info .media-link a:hover {
    color: var(--theme-color)
}

.vs-carousel.style1 {
    margin-top: -130px
}

.hero-subtitle {
    display: inline-block;
    font-size: 20px;
    color: var(--white-color);
    padding: 10px 30px;
    border: 2px solid var(--white-color);
    border-radius: 6px;
    margin-bottom: 13px
}

@media (max-width:767px) {
    .hero-subtitle {
        font-size: 18px;
        padding: 10px 20px
    }
}

.hero-title,
.hero-text {
    color: var(--white-color)
}

@media (max-width:1199px) {
    .hero-title {
        margin-bottom: 25px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .hero-title {
        margin-bottom: 20px;
        line-height: 50px
    }
}

.hero-text {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    max-width: 93%
}

@media (max-width:991px) {
    .hero-content {
        margin-bottom: 30px;
        text-align: center
    }
}

.img-1 img {
    width: 95%;
    height: 100%;
    border-radius: 20px
}

.img-box1 {
    position: relative
}

.img-box1 .card-style1,
.img-box1 .card-style2 {
    position: absolute;
    right: 0
}

.img-box1 .img-1 img {
    border-radius: 120px 20px 20px 20px
}

.img-box1 .img-2 {
    z-index: 1;
    margin: -360px 0 0 auto;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    border-radius: 20px 20px 120px 20px;
    overflow: hidden;
    padding: 20px 0 0 21px;
    background: var(--white-color)
}

.img-box1 .img-2 img {
    border-radius: 20px 20px 120px 20px
}

.img-3 img {
    border-radius: 20px
}

.card-style1,
.card-style2 {
    max-width: 195px;
    background: var(--theme-color);
    border-radius: 20px;
    text-align: center;
    padding: 30px 20px
}

@media (max-width:767px) {
    .card-style1,
    .card-style2 {
        max-width: 150px;
        padding: 10px 10px
    }
}

.card-style1 .number,
.card-style2 .number {
    width: 120px;
    height: 120px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white-color);
    border-radius: 50%;
    font-size: 64px;
    color: var(--white-color);
    font-weight: 700;
    margin-bottom: 10px
}

.card-style1 .number span,
.card-style2 .number span {
    display: inline-block;
    line-height: 1
}

.card-style1 .title,
.card-style2 .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--white-color)
}

.card-style1 .number {
    color: var(--title-color)
}

.card-style2 {
    position: absolute;
    border-radius: 50%;
    min-width: 179px;
    height: 188px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 45%;
    left: 45%;
    transform: translate(-50%, -50%);
    z-index: 9;
    gap: 5px;
    padding: 20px
}

@media (max-width:991px) {
    .card-style2 {
        min-width: 150px;
        height: 150px;
        max-width: 150px
    }
}

.card-style2 .number {
    width: auto;
    height: auto;
    background-color: #fff0;
    margin-bottom: 0;
    font-size: 46px
}

@media (max-width:991px) {
    .card-style2 .number {
        font-size: 36px
    }
}

.card-style2 .title {
    line-height: 30px;
    font-size: 17px
}

@media (max-width:991px) {
    .card-style2 .title {
        font-size: 16px;
        line-height: 23px
    }
}

.img-box3 .img1 img,
.img-box3 .img2 img {
    border-radius: 154px;
    width: 80%
}

.img-box3 {
    position: relative;
    display: flex;
    gap: 30px
}

.img-box3 .img2 {
    margin-top: 111px;
    margin-left: -14px
}

.gt-about-section {
    position: relative;
    @include breakpoint (max-xl) {
        margin-bottom: -100px
    }
    @include breakpoint (max-lg) {
        margin-bottom: -80px
    }
    .gt-left-shape {
        position: absolute;
        left: 0;
        top: 25%;
        @include breakpoint (max-xxxl) {
            display: none
        }
    }
    .gt-right-shape {
        position: absolute;
        right: 0;
        bottom: 10%;
        @include breakpoint (max-xxxl) {
            display: none
        }
    }
    .gt-blur-shape {
        position: absolute;
        left: -2%;
        top: -22%;
        z-index: -1;
        max-width: initial;
        @include breakpoint (max-xl) {
            display: none
        }
        img {
            @include imgw
        }
    }
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 84px 0 rgb(21 57 238 / .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box .gt-count-item h2 {
    color: #1539ee;
    font-size: 50px;
    font-weight: 700
}

.gt-about-wrapper-3 .gt-about-content .gt-counter-box .gt-count-item p {
    color: #000
}

.gt-about-section .gt-left-shape {
    position: absolute;
    left: 0;
    top: 25%
}

.gt-about-section .gt-right-shape {
    position: absolute;
    right: 0;
    bottom: 10%
}

.gt-about-section .gt-blur-shape {
    position: absolute;
    left: -2%;
    top: -22%;
    z-index: -1;
    max-width: initial
}

.gt-about-wrapper-3 .gt-about-image img {
    width: 95%;
    height: 100%;
    border-radius: 20px
}

@media (max-width:1600px) {
    .gt-about-section .gt-left-shape,
    .gt-about-section .gt-right-shape {
        display: none
    }
}

@media (max-width:992px) {
    .new-title {
        margin-top: 30px;
    }
    ol.breadcrumb {
        margin-left: 0px !important;
        padding-left: 0px !important;
    }
    .blog-hero-img {
        height: auto !important;
        margin-bottom: 10px !important;
    }
    .gt-testimonial-section-2 {
        padding-bottom: 70px!important
    }
    .gt-about-section .gt-blur-shape {
        display: none
    }
    .footer-overlay {
        padding-top: 0px !important;
    }
}

@media (max-width:768) {
    .img2 {
        display: none!important
    }
    .header-right {
        display: none!important
    }
}

.service-style1 {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.service-style1 .overlay {
    background-color: var(--title-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(1.5)
}

.service-style1 .service-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--white-color);
    margin: 30px;
    text-align: center;
    padding: 21px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out
}

@media (max-width:1399px) {
    .service-style1 .service-content {
        margin: 15px
    }
}

.service-style1 .service-name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out
}

.service-style1 .service-name a {
    color: var(--title-color);
    transition: all 0.3s ease-in-out
}

.service-style1 .service-price {
    display: block;
    transition: all 0.3s ease-in-out
}

.service-style1 .service-price span {
    font-weight: 700
}

@media (max-width:991px) {
    .service-style1 .service-img img {
        width: 100%
    }
}

.service-style1 .service-plus {
    border-radius: 50%;
    background-color: var(--theme-color);
    color: var(--white-color);
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    min-height: 60px;
    left: 50%;
    transform: translateX(-50%) scale(0);
    top: 96px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.service-style1 .service-plus i {
    transition: all 0.3s ease-in-out;
    transform: rotate(360deg)
}

.service-style1 .service-plus:hover {
    background-color: var(--sec-color);
    color: var(--white-color)
}

.service-style1 .service-plus:hover i {
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg)
}

.service-style1:hover .overlay {
    opacity: .4;
    visibility: visible;
    transform: scale(1);
    transition: all 0.3s ease-in-out
}

.service-style1:hover .service-content {
    background-color: var(--theme-color)
}

.service-style1:hover .service-name a,
.service-style1:hover .service-price {
    color: var(--white-color);
    transition: all 0.3s ease-in-out
}

.service-style1:hover .service-plus {
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1)
}

.service-style1:hover .service-plus i {
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg)
}

.service-style2 {
    position: relative;
    z-index: 1;
    text-align: center;
    background: var(--white-color);
    box-shadow: 0 4px 24px rgb(0 0 0 / .07);
    border-radius: 0;
    overflow: hidden;
    margin-top: 20px;
    background-position: center center;
    transition: all 0.3s ease-in-out;
    padding: 0 0 30px
}

.service-style2 .overlay {
    background-color: var(--white-color);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.service-style2 .service-img {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
    margin: 30px auto;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    visibility: visible
}

.service-style2 .vs-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 25px
}

.service-style2 .service-name {
    margin-bottom: 0
}

.service-style2 .service-name a {
    color: var(--title-color);
    transition: all 0.3s ease-in-out
}

.service-style2 .service-price {
    font-size: 14px;
    transition: all 0.3s ease-in-out
}

.service-style2 .service-price span {
    font-weight: 700
}

.service-style2 .service-content {
    margin-bottom: 20px
}

.service-style2:hover {
    box-shadow: none
}

.service-style2:hover .overlay {
    background-color: var(--black-color);
    opacity: .6
}

.service-style2:hover .service-img {
    transform: scale(0);
    opacity: 0;
    visibility: hidden
}

.service-style2:hover .service-name a {
    color: var(--white-color)
}

.service-style2:hover .service-price {
    color: var(--white-color)
}

.list-style3 {
    margin-bottom: 30px;
    max-width: 80%
}

@media (max-width:1199px) {
    .list-style3 {
        max-width: 100%
    }
}

.list-style3 ul {
    display: block;
    -moz-columns: 2;
    columns: 2;
    padding-top: 0
}

@media (max-width:991px) {
    .list-style3 ul {
        -moz-columns: 1;
        columns: 1
    }
}

.service-details-img {
    border-radius: 20px
}

.service-details-img2 {
    border-radius: 30px
}

.best-service {
    background: #f7f7f7
}

.section-title {
    margin-bottom: 60px;
    position: relative
}

.single_service {
    background: #fff;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -webkit-transition: 0.2s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    position: relative;
    -webkit-box-shadow: 0 0 150px 0 rgb(78 67 250 / .06);
    box-shadow: 0 0 150px 0 rgb(78 67 250 / .06);
    z-index: 2
}

.single_service:hover {
    background: var(--theme-color);
    -webkit-box-shadow: 0 30px 30px rgb(0 0 0 / .1);
    box-shadow: 0 30px 30px rgb(0 0 0 / .1);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    transform: translate(0, -5px)
}

@media only screen and (max-width:480px) {
    .single_service {
        padding: 30px;
        margin: 0 0 30px 0
    }
}

.ss_icon i {
    display: inline-block;
    color: #3f3eed;
    margin-bottom: 12px;
    font-size: 30px;
    background: url(../img/dot.png);
    width: 60px;
    height: 60px;
    line-height: 56px;
    font-weight: 700
}

.single_service:hover .ss_icon i {
    color: #fff
}

.single_service h3 {
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 15px
}

.single_service:hover h3 {
    color: #fff
}

.single_service:hover p {
    color: #fff
}

.single_service a {
    text-transform: capitalize;
    font-size: 16px;
    color: #232434;
    font-weight: 600;
    background: #fff;
    display: block;
    padding: 15px;
    border: 1px solid #eee
}

.single_service p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500px!important;
    color: #000
}

.single_service a {
    bottom: 8px
}

.ss_btn {
    margin-top: 40px
}

.ss_btn a {
    background: #3f3eed;
    border: 1px solid #3f3eed;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    padding: 14px 40px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700
}

.ss_btn a:hover,
.ss_btn a:focus {
    background: #ffe06f;
    border: 1px solid #ffe06f;
    color: #232434;
    -webkit-box-shadow: 10px 15px 18px rgb(23 23 36 / .1);
    box-shadow: 10px 15px 18px rgb(23 23 36 / .1)
}

.feature-layout1 {
    background-color: var(--theme-color);
    position: relative;
    z-index: 1
}

.feature-layout1 .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    mix-blend-mode: color-dodge
}

.feature-layout1 .overlay {
    background-color: var(--black-color);
    opacity: .45;
    z-index: -1
}

.feature-style1,
.feature-style2 {
    background-color: var(--white-color);
    padding: 40px 30px 33px;
    border-radius: 10px;
    text-align: center
}

.feature-style1 .feature-text,
.feature-style2 .feature-text {
    margin-bottom: 0
}

.feature-style1 .feature-icon,
.feature-style2 .feature-icon {
    display: inline-flex;
    min-width: 80px;
    min-height: 80px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
    border: 2px solid var(--theme-color);
    border-radius: 50%
}

.feature-style1 .feature-icon img,
.feature-style2 .feature-icon img {
    filter: none;
    transition: all 0.3s ease-in-out
}

.feature-style1 .feature-icon::before,
.feature-style1 .feature-icon::after,
.feature-style2 .feature-icon::before,
.feature-style2 .feature-icon::after {
    position: absolute;
    content: "";
    z-index: -1
}

.feature-style1 .feature-icon::before,
.feature-style2 .feature-icon::before {
    display: none
}

.feature-style1 .feature-icon::after,
.feature-style2 .feature-icon::after {
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    background-color: var(--theme-color);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
    border-radius: 50%
}

.feature-style1:hover .feature-icon img,
.feature-style2:hover .feature-icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(48deg) brightness(180%) contrast(100%);
    transition: all 0.3s ease-in-out
}

.feature-style1:hover .feature-icon::before,
.feature-style2:hover .feature-icon::before {
    opacity: 0;
    visibility: hidden;
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
    background-color: var(--theme-color)
}

.feature-style1:hover .feature-icon::after,
.feature-style2:hover .feature-icon::after {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.feature-style2 {
    border: 2px solid var(--sec-color);
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px
}

.feature-style2 .feature-icon {
    background-color: var(--theme-color)
}

.feature-style2 .feature-icon img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(48deg) brightness(180%) contrast(100%)
}

.feature-style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.feature-style2 .feature-title,
.feature-style2 .feature-text {
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px
}

.feature-style2:hover {
    border-color: var(--theme-color);
    background-color: var(--theme-color)
}

.feature-style2:hover::before {
    opacity: 1;
    visibility: visible
}

.feature-style2:hover .feature-icon::after {
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    background-color: var(--white-color)
}

.feature-style2:hover .feature-icon img {
    filter: none
}

.feature-style2:hover .feature-title,
.feature-style2:hover .feature-text {
    color: var(--white-color)
}

.feature-title h5 {
    font-weight: 500!important;
    font-size: 22px!important
}

.gt-event-ticket-section-2 {
    padding-top: 0
}

.gt-event-ticket-section-2 {
    position: relative;
    .gt-left-shape {
        position: absolute;
        left: 50px;
        bottom: 270px;
        @include breakpoint (max-xl) {
            display: none
        }
    }
    .gt-top-shape {
        position: absolute;
        right: 37%;
        top: 120px;
        @include breakpoint (max-xl) {
            display: none
        }
    }
    .gt-right-shape {
        position: absolute;
        right: 50px;
        bottom: 230px;
        @include breakpoint (max-xl) {
            display: none
        }
    }
    .gt-right-shape-2 {
        position: absolute;
        right: 0;
        top: -20%;
        @include breakpoint (max-xl) {
            display: none
        }
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.gt-event-ticket-section-2 .gt-left-shape {
    position: absolute;
    left: 50px;
    bottom: 270px
}

.gt-event-ticket-section-2 .gt-right-shape {
    position: absolute;
    right: 50px;
    bottom: 230px
}

.gt-event-ticket-section-2 .gt-right-shape-2 {
    position: absolute;
    right: 0
}

.gt-event-ticket-section-2 .gt-top-shape {
    position: absolute;
    right: 37%
}

.gt-section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9
}

.gt-section-title-area .gt-section-title-2 {
    margin-bottom: 0
}

.gt-section-title-2 {
    position: relative;
    margin-bottom: 30px
}

.gt-section-title-2 .gt-sub-title.gt-style-2 {
    position: relative
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.gt-section-title-2 h2 span {
    background: linear-gradient(90deg, #2ADDC8 47.48%, #7A73D1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.gt-main-card-item.gt-bg {
    background: rgb(122 115 209 / .3)
}

.gt-main-card-item {
    padding: 12px;
    border-radius: 10px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(0)
}

.gt-main-card-item .gt-event-ticket-card-item {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding: 30px 35px;
    position: relative
}

.gt-main-card-item .gt-event-ticket-card-item h3 {
    border-bottom: 1.5px solid rgb(191 191 191 / .32);
    padding-bottom: 16px;
    margin-bottom: 40px;
    font-weight: 800
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item {
    padding: 24px 20px;
    background-color: #fcfcfc;
    position: relative;
    margin-bottom: 16px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::before {
    position: absolute;
    content: "";
    left: -13px;
    top: 41px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #f2f2f2
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item h6 {
    border-bottom: 1px dashed #bfbfbf;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-weight: 700
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item h6 span {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item::after {
    position: absolute;
    content: "";
    right: -13px;
    top: 41px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #f2f2f2
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item {
    text-align: center
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item span {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
    color: #595959
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item p {
    text-align: center;
    color: #595959;
    margin: 0;
    transition: all 0.4s ease-in-out
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty button,
.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11112c;
    font-weight: 400;
    font-size: 16px;
    width: 45px;
    border: none;
    background-color: #fff0;
    padding: 0
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
    background-color: #fff0;
    text-align: center;
    border-radius: 0;
    border: unset;
    outline: none
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty button,
.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11112c;
    font-weight: 400;
    font-size: 16px;
    width: 45px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty button,
.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty input {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11112c;
    font-weight: 400;
    font-size: 16px;
    width: 45px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item {
    background-color: #fcfcfc;
    padding: 24px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li:not(:last-child) {
    border-bottom: 1px solid rgb(191 191 191 / .32);
    padding-bottom: 16px;
    margin-bottom: 16px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #11112c
}

.gt-main-card-item .gt-event-ticket-card-item .gt-list-item li span {
    font-weight: 400;
    color: #595959
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button {
    margin-top: 30px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-card-button .gt-theme-btn.gt-theme-btn-2 {
    background-image: none;
    width: 100%;
    border: 1.5px solid #7409f6;
    color: var(--gt-header)
}

.gt-main-card-item.gt-style-2 .gt-event-ticket-card-item {
    background: rgb(255 255 255 / .8)
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item .qty {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 5px 12px;
    line-height: 1;
    justify-content: space-between;
    margin-top: 0;
    width: 100px
}

.gt-main-card-item .gt-event-ticket-card-item .gt-event-box-item .gt-box-item .gt-item p {
    text-align: center;
    color: #595959
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.gt-main-card-item.gt-style-2 {
    background: linear-gradient(180deg, #2ADDC8 0%, #7409f6 100%)
}

.event-style2 {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    transition: transform 0.3s ease
}

.event-style2:hover {
    transform: translateY(-5px)
}

.event-img {
    position: relative;
    height: 250px;
    overflow: hidden
}

.event-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #fff0 0%, #272e39 100%);
    opacity: .7
}

.event-img .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease
}

.event-style2:hover .event-img .img {
    transform: scale(1.05)
}

.event-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--theme-color);
    color: var(--white-color);
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 600
}

.event-date span {
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 2px
}

.event-img .event-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: 0;
    color: var(--white-color);
    font-size: 22px;
    width: 100%
}

.event-img .event-title a {
    color: inherit;
    text-decoration: none
}

.event-content {
    background: var(--white-color);
    padding: 20px;
    border-radius: 0 0 10px 10px
}

.event-meta ul {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px
}

.event-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666
}

.event-meta i {
    color: var(--theme-color)
}

.event-content .event-title {
    font-size: 18px;
    margin: 0 0 15px 0
}

.event-content .event-title a {
    color: var(--title-color);
    text-decoration: none;
    transition: color 0.3s ease
}

.event-content .event-title a:hover {
    color: var(--theme-color)
}

.event-footer {
    display: flex;
    justify-content: center
}

.vs-btn.blog-btn {
    display: inline-block;
    padding: 15px 25px;
    background: var(--theme-color);
    color: var(--white-color);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease
}

.event-style1,
.event-style2,
.event-style3 {
    border-radius: 10px;
    overflow: hidden
}

.event-style1 .event-img,
.event-style2 .event-img,
.event-style3 .event-img {
    position: relative
}

.event-style1 .event-tags,
.event-style2 .event-tags,
.event-style3 .event-tags {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap
}

.event-style1 .event-tags a,
.event-style2 .event-tags a,
.event-style3 .event-tags a {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700
}

.event-style1 .event-date,
.event-style2 .event-date,
.event-style3 .event-date {
    position: absolute;
    right: 30px;
    text-align: center;
    background: var(--theme-color);
    padding: 13px 9px;
    border-radius: 10px;
    color: var(--white-color)
}

a {
    text-decoration: none!important
}

.event-style1 .event-date span,
.event-style2 .event-date span,
.event-style3 .event-date span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 2px
}

.event-style1 .event-meta,
.event-style2 .event-meta,
.event-style3 .event-meta {
    margin-bottom: 16px
}

.event-style1 .event-meta ul,
.event-style2 .event-meta ul,
.event-style3 .event-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0
}

.event-style1 .event-meta span,
.event-style2 .event-meta span,
.event-style3 .event-meta span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px
}

.event-style1 .event-meta span i,
.event-style2 .event-meta span i,
.event-style3 .event-meta span i {
    font-size: 14px;
    color: var(--theme-color)
}

.event-style1 .event-content,
.event-style2 .event-content,
.event-style3 .event-content {
    padding: 28px 20px 30px;
    border: 2px solid var(--border-color);
    border-top: 0;
    border-radius: 0 0 10px 10px
}

@media (max-width:991px) {
    .slider-slide {
        flex: 0 0 50%
    }
    .sec-title {
        font-size: 30px
    }
    .event-img {
        height: 220px
    }
    .event-img .event-title {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .gt-newsletter-wrapper .form-clt .gt-theme-btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 5px 12px!important;
        background-image: none;
        background: #7409f6;
        border-radius: 0;
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%)
    }
    .slider-slide {
        flex: 0 0 100%
    }
    .sec-title {
        font-size: 26px
    }
    .event-img {
        height: 200px
    }
    .event-img .event-title {
        font-size: 18px;
        padding: 15px
    }
    .event-date {
        top: 15px;
        right: 15px;
        padding: 8px 12px
    }
    .event-date span {
        font-size: 20px
    }
    .event-content {
        padding: 15px
    }
    .event-meta ul {
        gap: 10px
    }
}

@media (max-width:480px) {
    .sec-title {
        font-size: 21px
    }
    .event-img {
        height: 180px
    }
    .event-meta ul {
        flex-direction: column;
        gap: 8px
    }
}

.video-wrap1,
.video-wrap2,
.video-wrap3 {
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media (max-width:1199px) {
    .video-wrap1,
    .video-wrap2,
    .video-wrap3 {
        padding: 50px
    }
}

@media (max-width:991px) {
    .video-wrap1,
    .video-wrap2,
    .video-wrap3 {
        padding: 50px 20px;
        text-align: center
    }
}

.video-wrap1 .play-btn,
.video-wrap2 .play-btn,
.video-wrap3 .play-btn {
    margin-bottom: 72px
}

@media (max-width:991px) {
    .video-wrap1 .play-btn,
    .video-wrap2 .play-btn,
    .video-wrap3 .play-btn {
        margin-bottom: 25px
    }
}

.video-wrap1 .overlay,
.video-wrap2 .overlay,
.video-wrap3 .overlay {
    background: linear-gradient(90deg, #272e39 0%, rgb(39 46 57 / .35) 100%);
    opacity: .6;
    z-index: -1
}

.video-wrap2 {
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .video-wrap2 {
        min-height: 640px;
        padding-top: 0
    }
}

.video-wrap2 .overlay {
    opacity: .6
}

.video-wrap2 .video-content {
    padding-top: 200px
}

.video-wrap2 .play-btn.style4 {
    --icon-size: 80px;
    margin-bottom: 60px;
    color: var(--white-color);
    margin-left: 40px
}

@media (max-width:991px) {
    .video-wrap2 .play-btn.style4 {
        margin-left: 0
    }
}

.video-wrap2 .play-btn.style4::before,
.video-wrap2 .play-btn.style4::after {
    background-color: var(--white-color);
    color: var(--title-color);
    animation-name: ripple2
}

.video-wrap2 .play-btn.style4::after {
    animation-duration: 3s
}

.video-wrap2 .play-btn.style4::before {
    animation-duration: 8s
}

.video-wrap2 .play-btn.style4 i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.video-wrap2 .form-style1 {
    margin-bottom: 60px;
    margin-top: 60px
}

section.events-layout2 {
    padding-bottom: 15px
}

.video-wrap3 {
    padding: 190px 0 260px;
    border-radius: 0;
    margin-top: 0
}

@media (max-width:1199px) {
    .video-wrap3 {
        padding: 110px 0 200px
    }
}

.form-style1,
.form-style2,
.form-style3 {
    background-color: var(--theme-color);
    padding: 20px 50px;
    text-align: center;
    box-shadow: 0 6px 24px rgb(0 0 0 / .1);
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .form-style1,
    .form-style2,
    .form-style3 {
        padding: 20px 15px
    }
}

.form-style1 .title,
.form-style2 .title,
.form-style3 .title {
    font-size: 32px;
    line-height: 58px;
    margin-bottom: 11px;
    color: var(--white-color)
}

@media (max-width:767px) {
    .form-style1 .title,
    .form-style2 .title,
    .form-style3 .title {
        font-size: 40px
    }
}

.form-style1 .subtitle,
.form-style2 .subtitle,
.form-style3 .subtitle {
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    display: block
}

.form-style1 .form-group:last-child,
.form-style2 .form-group:last-child,
.form-style3 .form-group:last-child {
    margin-bottom: 0
}

.form-style1 .form-title,
.form-style2 .form-title,
.form-style3 .form-title {
    color: var(--white-color);
    text-align: center;
    margin: 0 0 27px 0;
    padding: 0 0 17px 0;
    position: relative
}

.form-style1 .form-title:before,
.form-style2 .form-title:before,
.form-style3 .form-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-radius: 5px;
    background-color: #0844bc;
    background-color: var(--white-color);
    opacity: .3
}

.form-style1 .vs-btn,
.form-style2 .vs-btn,
.form-style3 .vs-btn {
    margin-top: 25px
}

.form-style1 textarea,
.form-style1 input,
.form-style1 .form-control,
.form-style2 textarea,
.form-style2 input,
.form-style2 .form-control,
.form-style3 textarea,
.form-style3 input,
.form-style3 .form-control {
    height: 60px;
    background-color: var(--smoke-color);
    font-size: 16px;
    font-family: var(--body-font);
    color: var(--body-color);
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
    padding-left: 22px
}

.form-style1 textarea::-moz-placeholder,
.form-style1 input::-moz-placeholder,
.form-style1 .form-control::-moz-placeholder,
.form-style2 textarea::-moz-placeholder,
.form-style2 input::-moz-placeholder,
.form-style2 .form-control::-moz-placeholder,
.form-style3 textarea::-moz-placeholder,
.form-style3 input::-moz-placeholder,
.form-style3 .form-control::-moz-placeholder {
    color: var(--body-color)
}

.form-style1 textarea::placeholder,
.form-style1 input::placeholder,
.form-style1 .form-control::placeholder,
.form-style2 textarea::placeholder,
.form-style2 input::placeholder,
.form-style2 .form-control::placeholder,
.form-style3 textarea::placeholder,
.form-style3 input::placeholder,
.form-style3 .form-control::placeholder {
    color: var(--body-color)
}

.form-style1 textarea,
.form-style2 textarea,
.form-style3 textarea {
    min-height: 180px;
    resize: none
}

.form-style1 .shape-1,
.form-style1 .shape-2,
.form-style2 .shape-1,
.form-style2 .shape-2,
.form-style3 .shape-1,
.form-style3 .shape-2 {
    position: absolute;
    z-index: -1;
    opacity: .6;
    mix-blend-mode: soft-light
}

.form-style1 .shape-1,
.form-style2 .shape-1,
.form-style3 .shape-1 {
    top: 0;
    left: 0
}

.form-style1 .shape-2,
.form-style2 .shape-2,
.form-style3 .shape-2 {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0
}

.form-style2 {
    padding: 60px 60px 40px 60px;
    margin-top: -130px;
    background-color: var(--black-color)
}

.form-style2 .shape-1,
.form-style2 .shape-2 {
    mix-blend-mode: normal;
    opacity: .4
}

.form-style2 .vs-btn {
    background-color: var(--black-color)
}

.form-style2 .vs-btn::after,
.form-style2 .vs-btn::before {
    background-color: var(--theme-color)
}

@media (max-width:767px) {
    .form-style2 {
        padding: 40px 20px 40px 20px
    }
}

.form-style3 {
    padding: 40px 40px 30px 40px;
    margin-top: -70px;
    margin-bottom: 0
}

.form-style3 .form-control {
    max-width: 169px
}

.form-style3 .form-control::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 20px
}

.form-style4 .form-control {
    border-radius: 30px;
    background-color: var(--smoke-color);
    border: 1px solid #fff0;
    height: 60px
}

.form-style4 .form-control:focus {
    border-color: var(--theme-color)
}

.newsletter-form1,
.newsletter-form2 {
    background-color: var(--theme-color);
    padding: 70px 60px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media (max-width:1199px) {
    .newsletter-form1,
    .newsletter-form2 {
        padding: 30px 20px
    }
}

@media (max-width:991px) {
    .newsletter-form1,
    .newsletter-form2 {
        padding: 20px
    }
}

.newsletter-form1 .form-group>i,
.newsletter-form2 .form-group>i {
    right: calc(var(--bs-gutter-x) / 2 + 24px);
    top: 25px;
    font-size: 14px;
    color: var(--title-color)
}

.newsletter-form1 .form-control,
.newsletter-form2 .form-control {
    height: 60px;
    border: 0 solid var(--sec-color);
    border-radius: 999px;
    padding: 0 30px 0 30px;
    min-width: 450px
}

@media (max-width:991px) {
    .newsletter-form1 .form-control,
    .newsletter-form2 .form-control {
        margin-bottom: 20px;
        min-width: 100%
    }
}

.newsletter-form1 .shape,
.newsletter-form2 .shape {
    z-index: -1
}

.newsletter-form2 {
    border-radius: 0;
    padding: 40px 0
}

.newsletter-form2 .overlay {
    background-color: var(--title-color);
    opacity: .2;
    z-index: -1
}

.newsletter-form2 .sec-text {
    margin-bottom: 0
}

.newsletter-form2 .form-control {
    margin-bottom: 0;
    border: 0;
    height: 70px;
    min-width: 646px
}

@media (max-width:1199px) {
    .newsletter-form2 .form-control {
        min-width: 500px
    }
}

@media (max-width:991px) {
    .newsletter-form2 .form-control {
        min-width: 100%
    }
}

.newsletter-form2 .vs-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: var(--theme-color);
    color: var(--white-color);
    padding: 22px 30px
}

@media (max-width:767px) {
    .newsletter-form2 .vs-btn {
        position: relative;
        top: 0;
        right: 0;
        background-color: var(--sec-color);
        color: var(--white-color);
        padding: 22px 30px
    }
}

.form-style5 .form-group {
    margin-bottom: 20px
}

.form-style5 .form-group:last-child {
    margin-bottom: 30px
}

.form-style5 .form-control {
    border-radius: 10px;
    border: none;
    height: 60px;
    background: rgb(0 0 0 / .55);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 0 4px 6px rgb(0 0 0 / .1);
    color: var(--white-color)
}

.form-style5 .form-control::-moz-placeholder {
    color: var(--white-color)
}

.form-style5 .form-control::placeholder {
    color: var(--white-color)
}

.play-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
    border: none;
    background-color: #fff0;
    padding: 0;
    --icon-size: 80px
}

.play-btn>i {
    display: inline-block;
    width: var(--icon-size, 124px);
    height: var(--icon-size, 124px);
    line-height: var(--icon-size, 124px);
    font-size: var(--icon-font-size, 1.5em);
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    z-index: 1;
    transition: all ease 0.4s
}

.play-btn:after,
.play-btn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--white-color);
    z-index: -1;
    border-radius: 50%;
    transition: all ease 0.4s;
    animation: 5s ripple2 linear infinite
}

.play-btn:after {
    animation-delay: 2s
}

.play-btn.style3 i,
.play-btn.style2 i {
    --icon-size: 60px;
    border-radius: 5px;
    --icon-font-size: 18px
}

.play-btn.style2:after,
.play-btn.style2:before {
    border-radius: 5px
}

.play-btn.style3 i {
    background-color: rgb(14 89 242 / .7)
}

.play-btn.style3:after,
.play-btn.style3::before {
    display: none
}

.play-btn.style4 {
    --icon-size: 120px;
    --icon-font-size: 30px
}

.play-btn.style4::before,
.play-btn.style4::after {
    background-color: var(--white-color)
}

.play-btn.style4 i {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.play-btn.style5 i {
    border-radius: 0;
    --icon-size: 120px;
    --icon-font-size: 30px
}

.play-btn.style5:after,
.play-btn.style5:before {
    border: 2px solid var(--theme-color);
    background-color: #fff0;
    border-radius: 0
}

.play-btn.style6 {
    --icon-size: 60px;
    --icon-font-size: 18px
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
    background-color: var(--sec-color)
}

blockquote {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--title-font);
    color: var(--title-color);
    background-color: var(--quote-bg, #eff1f5);
    border-left: 4px solid var(--theme-color);
    padding: 43px 50px 42px 35px;
    margin: 35px 0
}

blockquote p {
    font-family: inherit;
    color: inherit;
    z-index: 3;
    width: 100%;
    margin-bottom: 0!important;
    line-height: 1.5;
    position: relative
}

blockquote:before {
    content: "\f10e";
    font-family: var(--icon-font);
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: var(--theme-color);
    opacity: .3
}

blockquote p {
    margin-bottom: 0
}

blockquote p a {
    color: inherit
}

blockquote cite {
    color: var(--theme-color);
    font-family: var(--title-font);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-left: 45px;
    line-height: 1;
    margin-top: 20px;
    font-style: normal
}

blockquote cite:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 30px;
    height: 2px;
    border-top: 2px solid var(--theme-color)
}

blockquote.vs-quote {
    text-align: left;
    padding: 50px 60px;
    border-left: 0 solid var(--theme-color);
    border-radius: 30px
}

blockquote.vs-quote::after {
    position: absolute;
    content: "";
    height: 160px;
    width: 4px;
    background-color: var(--theme-color);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

blockquote.vs-quote:before {
    position: absolute;
    top: 30px;
    right: 40px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    color: var(--theme-color);
    font-size: 110px;
    display: inline-block;
    opacity: .2
}

blockquote.vs-quote cite {
    padding: 0;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px
}

blockquote.vs-quote cite::before {
    position: static
}

blockquote.vs-quote .quote-author {
    display: block;
    font-size: 14px;
    color: #74787c;
    font-family: var(--title-font);
    display: block;
    font-weight: 400
}

.blog-meta span,
.blog-meta a {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    color: #8b919c
}

.blog-meta span:last-child,
.blog-meta a:last-child {
    margin-right: 0
}

.blog-meta span i,
.blog-meta a i {
    margin-right: 10px;
    color: var(--theme-color)
}

.blog-meta a:hover {
    color: var(--theme-color)
}

.blog-category {
    margin-bottom: -10px
}

.blog-category a {
    display: inline-block;
    color: var(--white-color);
    padding: 4.5px 24.5px;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #fff0;
    background-color: var(--theme-color)
}

.blog-category a:hover {
    background-color: var(--white-color);
    color: var(--body-color);
    border-color: var(--theme-color)
}

.blog-title a {
    color: inherit
}

.blog-title a:hover {
    color: var(--theme-color)
}

.vs-blog {
    margin-bottom: 30px
}

.blog-inner-title {
    font-size: 30px;
    margin-top: -.2em;
    margin-bottom: 8px
}

.blog-single {
    position: relative;
    margin-bottom: 0;
    background: var(--white-color);
    box-shadow: 0 10px 31px rgb(169 177 193 / .17);
    border-radius: 5px;
    padding: .1px 0 .1px 0
}

.blog-single .blog-meta {
    margin: -.2em 0 10px 0
}

.blog-single .blog-title {
    font-size: 30px;
    margin-bottom: 17px
}

.blog-single .link-btn {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 26px
}

.blog-single .blog-date {
    color: var(--body-color)
}

.blog-single .blog-date i {
    color: var(--theme-color);
    margin: 0 10px 0 0
}

.blog-single .share-links-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--title-font);
    margin: 0 15px 0 0;
    display: inline-block
}

.blog-single .share-links {
    margin: 16px 0 0 0
}

.blog-single .share-links .row {
    align-items: center;
    --bs-gutter-y: 15px
}

.blog-single .share-links .tagcloud {
    display: inline-block
}

.blog-single .share-links .tagcloud a {
    padding: 0;
    border-radius: 0;
    color: var(--body-color)
}

.blog-single .share-links .tagcloud a:not(:last-child):after {
    content: ","
}

.blog-single .social-links {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block
}

.blog-single .social-links li {
    display: inline-block;
    margin-right: 13px
}

.blog-single .social-links li:last-child {
    margin-right: 0
}

.blog-single .social-links a {
    line-height: 1;
    font-size: 16px;
    color: var(--body-color);
    text-align: center;
    display: block
}

.blog-single .social-links a:hover {
    color: var(--theme-color)
}

.blog-single .blog-content {
    margin: var(--blog-space-y, 40px) var(--blog-space-x, 40px) var(--blog-space-y, 40px) var(--blog-space-x, 40px);
    padding: 0;
    position: relative;
    border-radius: 0 0 5px 5px
}

.blog-single .blog-audio {
    line-height: 1
}

.blog-single .blog-audio,
.blog-single .blog-img {
    position: relative;
    background-color: var(--smoke-color)
}

.blog-single .blog-audio img,
.blog-single .blog-audio>*,
.blog-single .blog-img img,
.blog-single .blog-img>* {
    border-radius: 5px 5px 0 0
}

.blog-single .blog-img .slick-arrow {
    --pos-x: 30px;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 5px
}

.blog-single .blog-img .slick-arrow:hover {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.blog-single .blog-img .play-btn {
    --icon-size: 80px;
    --icon-font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: calc(var(--icon-size) / -2) 0 0 calc(var(--icon-size) / -2)
}

.blog-single:hover .blog-img .slick-arrow {
    opacity: 1;
    visibility: visible
}

.blog-author {
    background-color: var(--smoke-color);
    padding: 30px;
    display: flex;
    align-items: center;
    margin: var(--blog-space-y, 60px) 0
}

.blog-author .media-img {
    width: 189px;
    margin: 0 30px 0 0
}

.blog-author .author-name {
    font-size: 24px;
    font-weight: 700;
    margin: -.3em 0 0 0
}

.blog-author .author-degi {
    color: var(--theme-color)
}

.blog-author .author-text {
    margin: 0 0 -.1em 0
}

.blog-details .blog-single {
    background: #fff0;
    box-shadow: none;
    padding: 0
}

.blog-details .blog-img {
    margin: 0 0 40px 0
}

.blog-details .blog-img img {
    border-radius: 0
}

.blog-details .blog-content {
    margin: 0
}

.vs-blog,
.blog-style1,
.blog-style2,
.blog-style3,
.blog-style4 {
    background-color: var(--white-color);
    box-shadow: 0 4px 25px rgb(0 0 0 / .07);
    border-radius: 10px;
    overflow: hidden
}

.vs-blog .blog-img,
.blog-style1 .blog-img,
.blog-style2 .blog-img,
.blog-style3 .blog-img,
.blog-style4 .blog-img {
    position: relative;
    height: 280px;
    width: 100%;
    overflow: hidden
}

.vs-blog .blog-img__item,
.blog-style1 .blog-img__item,
.blog-style2 .blog-img__item,
.blog-style3 .blog-img__item,
.blog-style4 .blog-img__item {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    transition: 0.5s;
    background-size: cover
}

.vs-blog .blog-img__item:nth-child(1),
.blog-style1 .blog-img__item:nth-child(1),
.blog-style2 .blog-img__item:nth-child(1),
.blog-style3 .blog-img__item:nth-child(1),
.blog-style4 .blog-img__item:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.vs-blog .blog-img a,
.blog-style1 .blog-img a,
.blog-style2 .blog-img a,
.blog-style3 .blog-img a,
.blog-style4 .blog-img a {
    display: inline-block
}

.vs-blog:hover .blog-img__item:nth-child(1),
.blog-style1:hover .blog-img__item:nth-child(1),
.blog-style2:hover .blog-img__item:nth-child(1),
.blog-style3:hover .blog-img__item:nth-child(1),
.blog-style4:hover .blog-img__item:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0)
}

.vs-blog:hover .blog-img__item:nth-child(2),
.blog-style1:hover .blog-img__item:nth-child(2),
.blog-style2:hover .blog-img__item:nth-child(2),
.blog-style3:hover .blog-img__item:nth-child(2),
.blog-style4:hover .blog-img__item:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px)
}

.vs-blog .blog-content,
.blog-style1 .blog-content,
.blog-style2 .blog-content,
.blog-style3 .blog-content,
.blog-style4 .blog-content {
    padding: 0 30px 30px 30px
}

@media (max-width:1399px) {
    .vs-blog .blog-content,
    .blog-style1 .blog-content,
    .blog-style2 .blog-content,
    .blog-style3 .blog-content,
    .blog-style4 .blog-content {
        padding: 0 15px 15px 15px
    }
}

.vs-blog .blog-metas,
.blog-style1 .blog-metas,
.blog-style2 .blog-metas,
.blog-style3 .blog-metas,
.blog-style4 .blog-metas {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 12px
}

@media (max-width:1199px) {
    .vs-blog .blog-metas,
    .blog-style1 .blog-metas,
    .blog-style2 .blog-metas,
    .blog-style3 .blog-metas,
    .blog-style4 .blog-metas {
        gap: 15px
    }
}

.vs-blog .blog-metas ul,
.blog-style1 .blog-metas ul,
.blog-style2 .blog-metas ul,
.blog-style3 .blog-metas ul,
.blog-style4 .blog-metas ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0
}

.vs-blog .blog-metas ul li,
.blog-style1 .blog-metas ul li,
.blog-style2 .blog-metas ul li,
.blog-style3 .blog-metas ul li,
.blog-style4 .blog-metas ul li {
    display: inline-flex;
    align-items: center
}

.vs-blog .blog-meta,
.blog-style1 .blog-meta,
.blog-style2 .blog-meta,
.blog-style3 .blog-meta,
.blog-style4 .blog-meta {
    color: var(--body-color);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px
}

.vs-blog .blog-meta:hover,
.blog-style1 .blog-meta:hover,
.blog-style2 .blog-meta:hover,
.blog-style3 .blog-meta:hover,
.blog-style4 .blog-meta:hover {
    color: var(--theme-color)
}

.vs-blog .blog-date,
.blog-style1 .blog-date,
.blog-style2 .blog-date,
.blog-style3 .blog-date,
.blog-style4 .blog-date {
    background-color: var(--smoke-color);
    display: inline-block;
    text-align: center;
    padding: 7px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--title-color);
    transition: all 0.3s ease-in-out
}

.vs-blog .blog-date span,
.blog-style1 .blog-date span,
.blog-style2 .blog-date span,
.blog-style3 .blog-date span,
.blog-style4 .blog-date span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.vs-blog .blog-title,
.blog-style1 .blog-title,
.blog-style2 .blog-title,
.blog-style3 .blog-title,
.blog-style4 .blog-title {
    padding-right: 50px
}

@media (max-width:1399px) {
    .vs-blog .blog-title,
    .blog-style1 .blog-title,
    .blog-style2 .blog-title,
    .blog-style3 .blog-title,
    .blog-style4 .blog-title {
        padding-right: 0
    }
}

.vs-blog .blog-title a,
.blog-style1 .blog-title a,
.blog-style2 .blog-title a,
.blog-style3 .blog-title a,
.blog-style4 .blog-title a {
    display: block
}

.vs-blog .blog-link,
.blog-style1 .blog-link,
.blog-style2 .blog-link,
.blog-style3 .blog-link,
.blog-style4 .blog-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--theme-color);
    padding: 8px 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.vs-blog .blog-link::before,
.blog-style1 .blog-link::before,
.blog-style2 .blog-link::before,
.blog-style3 .blog-link::before,
.blog-style4 .blog-link::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: 0;
    background-color: var(--smoke-color);
    z-index: -1;
    top: 50%;
    transform: translateY(-50%) scale(1);
    border-radius: 50%;
    transition: all 0.3s ease-in-out
}

.vs-blog .blog-link:hover,
.blog-style1 .blog-link:hover,
.blog-style2 .blog-link:hover,
.blog-style3 .blog-link:hover,
.blog-style4 .blog-link:hover {
    transition: all 0.3s ease-in-out;
    color: var(--white-color);
    border-radius: 10px
}

.vs-blog .blog-link:hover::before,
.blog-style1 .blog-link:hover::before,
.blog-style2 .blog-link:hover::before,
.blog-style3 .blog-link:hover::before,
.blog-style4 .blog-link:hover::before {
    background-color: var(--theme-color);
    transform: translateY(-50%) scale(1.5);
    transition: all 0.3s ease-in-out;
    width: 100%
}

.vs-blog:hover .blog-date,
.blog-style1:hover .blog-date,
.blog-style2:hover .blog-date,
.blog-style3:hover .blog-date,
.blog-style4:hover .blog-date {
    background-color: var(--theme-color);
    color: var(--white-color)
}

.vs-blog .blog-metas {
    gap: 60px
}

@media (max-width:767px) {
    .vs-blog .blog-metas {
        gap: 10px
    }
}

.vs-blog .blog-metas ul {
    gap: 120px
}

@media (max-width:767px) {
    .vs-blog .blog-metas ul {
        gap: 10px
    }
}

.vs-blog .blog-metas .blog-meta {
    font-size: 20px
}

@media (max-width:767px) {
    .vs-blog .blog-metas .blog-meta {
        font-size: 16px
    }
}

.vs-blog .blog-img {
    height: 580px
}

@media (max-width:1199px) {
    .vs-blog .blog-img {
        height: 440px
    }
}

@media (max-width:767px) {
    .vs-blog .blog-img {
        height: 280px
    }
}

.vs-blog .blog-title {
    font-size: 40px
}

@media (max-width:1199px) {
    .vs-blog .blog-title {
        font-size: 34px
    }
}

@media (max-width:767px) {
    .vs-blog .blog-title {
        font-size: 20px
    }
}

.vs-blog.blog-single {
    box-shadow: none
}

.vs-blog.blog-single .blog-title {
    padding-right: 0;
    margin: -.4em 0 15px 0
}

.vs-blog.blog-single .blog-content {
    margin: 0;
    padding: 0
}

.vs-blog.blog-single .blog-img {
    margin-bottom: 50px
}

.vs-blog.blog-single .blog-img .blog-date {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    border-radius: 20px;
    background-color: var(--theme-color);
    min-width: 80px;
    height: 86px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color)
}

.vs-blog.blog-single .blog-img__img {
    border-radius: 30px
}

.vs-blog.blog-single .blog-meta {
    margin-bottom: 20px;
    gap: 0
}

.vs-blog.blog-single .blog-meta a {
    color: var(--body-color);
    padding-right: 30px;
    margin-right: 30px;
    position: relative
}

.vs-blog.blog-single .blog-meta a::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--title-color);
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.vs-blog.blog-single .blog-meta a:last-child {
    padding-right: 0;
    margin-right: 0
}

.vs-blog.blog-single .blog-meta a:last-child::after {
    display: none
}

.vs-blog.blog-single .blog-inner-img {
    border-radius: 20px
}

.vs-blog.blog-style1 .blog-metas,
.vs-blog.blog-style2 .blog-metas,
.vs-blog.blog-style3 .blog-metas,
.vs-blog.blog-style4 .blog-metas {
    gap: 30px
}

@media (max-width:1399px) {
    .vs-blog.blog-style1 .blog-metas,
    .vs-blog.blog-style2 .blog-metas,
    .vs-blog.blog-style3 .blog-metas,
    .vs-blog.blog-style4 .blog-metas {
        gap: 10px
    }
}

@media (max-width:1199px) {
    .vs-blog.blog-style1 .blog-metas,
    .vs-blog.blog-style2 .blog-metas,
    .vs-blog.blog-style3 .blog-metas,
    .vs-blog.blog-style4 .blog-metas {
        gap: 5px
    }
}

.vs-blog.blog-style1 .blog-metas ul,
.vs-blog.blog-style2 .blog-metas ul,
.vs-blog.blog-style3 .blog-metas ul,
.vs-blog.blog-style4 .blog-metas ul {
    gap: 30px
}

@media (max-width:1399px) {
    .vs-blog.blog-style1 .blog-metas ul,
    .vs-blog.blog-style2 .blog-metas ul,
    .vs-blog.blog-style3 .blog-metas ul,
    .vs-blog.blog-style4 .blog-metas ul {
        gap: 10px
    }
}

@media (max-width:1199px) {
    .vs-blog.blog-style1 .blog-metas ul,
    .vs-blog.blog-style2 .blog-metas ul,
    .vs-blog.blog-style3 .blog-metas ul,
    .vs-blog.blog-style4 .blog-metas ul {
        gap: 5px
    }
}

.vs-blog.blog-style1 .blog-meta,
.vs-blog.blog-style2 .blog-meta,
.vs-blog.blog-style3 .blog-meta,
.vs-blog.blog-style4 .blog-meta {
    font-size: 16px
}

@media (max-width:1199px) {
    .vs-blog.blog-style1 .blog-meta,
    .vs-blog.blog-style2 .blog-meta,
    .vs-blog.blog-style3 .blog-meta,
    .vs-blog.blog-style4 .blog-meta {
        font-size: 14px;
        gap: 5px
    }
}

.vs-blog.blog-style1 .blog-title,
.vs-blog.blog-style2 .blog-title,
.vs-blog.blog-style3 .blog-title,
.vs-blog.blog-style4 .blog-title {
    font-size: 22px
}

@media (max-width:1199px) {
    .vs-blog.blog-style1 .blog-title,
    .vs-blog.blog-style2 .blog-title,
    .vs-blog.blog-style3 .blog-title,
    .vs-blog.blog-style4 .blog-title {
        font-size: 20px
    }
}

.vs-blog.blog-style1 .blog-img,
.vs-blog.blog-style2 .blog-img {
    height: 280px
}

.vs-blog.blog-style1 .blog-img__item:nth-child(2) {
    width: 100%
}

.vs-blog.blog-style2 .blog-content {
    padding: 25px 30px 30px 30px
}

.vs-blog.blog-style2 .blog-date {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 10px 0 0 0;
    padding: 7px 20px
}

.vs-blog.blog-style2 .blog-metas {
    padding: 0 0
}

.vs-blog.blog-style3,
.vs-blog.blog-style4 {
    border-radius: 30px
}

.vs-blog.blog-style3 .blog-img,
.vs-blog.blog-style4 .blog-img {
    height: 423px
}

@media (max-width:1399px) {
    .vs-blog.blog-style3 .blog-img,
    .vs-blog.blog-style4 .blog-img {
        height: 356px
    }
}

.vs-blog.blog-style3 .blog-content,
.vs-blog.blog-style4 .blog-content {
    padding: 35px 40px 40px 40px
}

@media (max-width:1399px) {
    .vs-blog.blog-style3 .blog-content,
    .vs-blog.blog-style4 .blog-content {
        padding: 41px 30px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style3 .blog-content,
    .vs-blog.blog-style4 .blog-content {
        padding: 20px 15px
    }
}

.vs-blog.blog-style3 .blog-title,
.vs-blog.blog-style4 .blog-title {
    padding-right: 0;
    font-size: 30px;
    margin-bottom: 7px
}

.vs-blog.blog-style3 .blog-date,
.vs-blog.blog-style4 .blog-date {
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 0;
    padding: 10px;
    background-color: var(--theme-color);
    font-size: 14px;
    color: var(--white-color);
    border-radius: 6px
}

.vs-blog.blog-style3 .blog-date span,
.vs-blog.blog-style4 .blog-date span {
    font-size: 30px;
    display: block;
    font-weight: 700
}

.vs-blog.blog-style3 .vs-btn,
.vs-blog.blog-style4 .vs-btn {
    padding: 14px 30px
}

.vs-blog.blog-style3 .blog-meta i,
.vs-blog.blog-style4 .blog-meta i {
    color: var(--theme-color)
}

.vs-blog.blog-style3 .blog-meta:hover,
.vs-blog.blog-style4 .blog-meta:hover {
    color: var(--theme-color)
}

.vs-blog.blog-style3 .blog-divider,
.vs-blog.blog-style4 .blog-divider {
    margin: 24px 0 30px;
    background-color: var(--border-color)
}

.vs-blog.blog-style3 {
    min-height: 810px
}

@media (max-width:1399px) {
    .vs-blog.blog-style3 {
        min-height: 750px
    }
}

@media (max-width:1199px) {
    .vs-blog.blog-style3 {
        min-height: 727px
    }
}

.vs-blog.blog-style3 .blog-img {
    height: 423px
}

@media (max-width:1399px) {
    .vs-blog.blog-style3 .blog-img {
        height: 356px
    }
}

@media (max-width:1199px) {
    .vs-blog.blog-style3 .blog-img {
        height: 300px
    }
}

@media (max-width:991px) {
    .vs-blog.blog-style3 .blog-img {
        height: 423px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style3 .blog-img {
        height: 356px
    }
}

@media (max-width:991px) {
    .vs-blog.blog-style3 .blog-img__item:nth-child(2) {
        width: 100%
    }
}

.vs-blog.blog-style4 {
    display: flex;
    border-radius: 20px;
    padding: 30px;
    gap: 30px
}

@media (max-width:1399px) {
    .vs-blog.blog-style4 {
        padding: 20px;
        gap: 15px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style4 {
        padding: 15px;
        gap: 10px
    }
}

.vs-blog.blog-style4 .blog-metas {
    margin-bottom: 9px
}

.vs-blog.blog-style4 .blog-img {
    height: 190px;
    max-width: 220px;
    border-radius: 20px
}

@media (max-width:1199px) {
    .vs-blog.blog-style4 .blog-img {
        height: 130px;
        max-width: 130px;
        min-width: 130px
    }
}

@media (max-width:991px) {
    .vs-blog.blog-style4 .blog-img {
        height: 220px;
        max-width: 220px;
        min-width: 220px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style4 .blog-img {
        height: 100px;
        max-width: 100px;
        min-width: 100px
    }
}

.vs-blog.blog-style4 .blog-img__item {
    width: 100%
}

.vs-blog.blog-style4 .blog-content {
    padding: 0
}

.vs-blog.blog-style4 .blog-title {
    font-size: 24px;
    line-height: 34px
}

@media (max-width:1399px) {
    .vs-blog.blog-style4 .blog-title {
        font-size: 20px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style4 .blog-title {
        font-size: 18px;
        line-height: 28px
    }
}

@media (max-width:767px) {
    .vs-blog.blog-style4 .blog-title {
        font-size: 16px;
        line-height: 26px
    }
}

.vs-blog.blog-style4 .blog-divider {
    margin: 17px 0 25px
}

@media (max-width:991px) {
    .vs-blog.blog-style4 .blog-divider {
        margin: 12px 0 17px
    }
}

@media (min-width:1199px) {
    .blog-style4-slider {
        max-width: 775px
    }
}

@media (max-width:1199px) {
    blockquote {
        font-size: 20px;
        padding: 23px 30px 26px 30px
    }
    blockquote cite {
        font-size: 16px
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 30px
    }
    .blog-single .blog-title {
        font-size: 24px
    }
    .blog-meta span,
    .blog-meta a {
        font-size: 14px
    }
    .blog-style3 .blog-content {
        padding: 25px 25px 30px 25px
    }
    .blog-style4 {
        padding: 10px
    }
    .blog-style4 .blog-content {
        padding: 0 15px 20px 15px
    }
    .blog-style4 .blog-title {
        margin-bottom: 15px;
        font-size: 20px
    }
}

@media (max-width:767px) {
    blockquote.vs-quote {
        padding: 40px 15px
    }
    blockquote.vs-quote p {
        line-height: 1.8
    }
    blockquote.vs-quote cite {
        padding: 0;
        margin-top: 10px
    }
    .blog-inner-title {
        font-size: 26px
    }
    .blog-single {
        --blog-space-y: 40px;
        --blog-space-x: 20px
    }
    .blog-single .blog-title {
        font-size: 20px
    }
    .blog-single .blog-img .play-btn {
        --icon-size: 60px;
        --icon-font-size: 20px
    }
    .blog-author {
        display: block;
        padding: 30px 15px
    }
    .blog-author .media-img {
        margin: 0 0 30px 0;
        width: 100%
    }
    .blog-author .media-img img {
        width: 100%
    }
    .blog-author .author-name {
        font-size: 18px
    }
    .blog-author .author-degi {
        margin-bottom: 10px
    }
}

.blog-btn {
    margin-top: 5px;
    padding: 16px 20px 15px 20px;
    font-size: 15px
}

.gt-news-image {
    overflow: hidden;
    display: block
}

.gt-news-image img {
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    width: 100%
}

.gt-news-card-item:hover .gt-news-image img {
    transform: scale(1.05)
}

.gt-news-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .2);
    opacity: 0;
    transition: opacity 0.3s ease
}

.gt-news-card-item:hover .gt-news-image::after {
    opacity: 1
}

.gt-news-card-item .gt-news-post-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    border-top: 1px solid rgb(21 57 238 / .2);
    transition: border-color 0.3s ease
}

.gt-news-card-item:hover .gt-news-post-item {
    border-top-color: rgb(0 0 0 / .5)
}

.gt-news-section::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: radial-gradient(ellipse at 20% 80%, rgb(173 216 230 / .6) 0%, rgb(255 255 224 / .4) 60%, #f0f0f0 100%);
    top: 50%;
    z-index: -1
}

.gt-section-title {
    position: relative
}

.gt-section-title .gt-sub-title {
    font-size: 16px;
    font-weight: 600;
    color: #1539ee;
    margin-bottom: 25px;
    text-transform: capitalize;
    border-radius: 100px;
    background: rgb(21 57 238 / .1);
    padding: 10px 24px;
    line-height: 1;
    display: inline-block
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.gt-news-card-item {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid rgb(21 57 238 / .1);
    background: #f8f9fa
}

.gt-news-card-item .gt-news-image {
    position: relative
}

.gt-news-card-item .gt-news-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0
}

.gt-news-card-item .gt-news-image span {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #1539ee;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 100px;
    line-height: 1;
    margin: 0
}

.gt-news-card-item .gt-news-content {
    padding: 30px
}

.gt-news-card-item .gt-news-content h3 {
    margin-bottom: 10px
}

.gt-news-card-item .gt-news-content h3 a {
    text-decoration: none;
    outline: none!important;
    cursor: pointer;
    color: #11112c;
    transition: all 0.4s ease-in-out;
    font-size: 24px
}

.gt-news-card-item .gt-news-content h3 a:hover {
    color: #1539ee
}

.gt-news-card-item .gt-news-content p {
    margin: 0;
    transition: all 0.4s ease-in-out
}

.gt-news-card-item .gt-news-post-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border-top: 1px solid rgb(21 57 238 / .2)
}

.gt-news-card-item .gt-news-post-item .post-date {
    width: 68px;
    height: 68px;
    padding: 8px;
    text-align: center;
    border-radius: 6px;
    background: #7409f6
}

.gt-news-card-item .gt-news-post-item .post-date h5 {
    color: #fff;
    font-weight: 700
}

.gt-news-card-item .gt-news-post-item .post-date p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    transition: all 0.4s ease-in-out
}

.test-wrap1 {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    padding-left: 50%;
    margin-right: -50%
}

@media (max-width:1919px) {
    .test-wrap1 {
        padding-left: 40%;
        margin-right: -40%
    }
}

@media (max-width:1199px) {
    .test-wrap1 {
        padding-left: 10%;
        margin-right: -10%
    }
}

@media (max-width:991px) {
    .test-wrap1 {
        padding: 45px 0;
        padding-left: 15px;
        margin-right: 0;
        padding-right: 15px;
        padding-bottom: 80px
    }
}

.test-wrap1 .testi-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.test-wrap1 .testi-thumb img {
    height: 100%;
    border-radius: 30px
}

.test-wrap1 .vs-carousel {
    padding: 30px 0
}

.test-wrap1 .vs-btn.slidebtn1 {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    transform: translateY(0);
    position: static;
    border-radius: 30px;
    background-color: var(--white-color);
    border: 1px solid var(--theme-color);
    color: var(--title-color);
    font-size: 24px;
    padding: 17px 29px
}

.test-wrap1 .vs-btn.slidebtn1::before,
.test-wrap1 .vs-btn.slidebtn1::after {
    background-color: var(--theme-color)
}

.test-wrap1 .vs-btn.slidebtn1:hover {
    border: 1px solid var(--theme-color);
    background-color: var(--theme-color);
    color: var(--white-color)
}

.test-wrap1 .testi-slide-btns {
    position: absolute;
    bottom: 0;
    right: auto;
    left: 46%;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width:1499px) {
    .test-wrap1 .testi-slide-btns {
        left: 50%;
        transform: translateX(-50%);
        z-index: 1
    }
}

@media (max-width:991px) {
    .test-wrap1 .testi-slide-btns {
        bottom: 20px
    }
}

.testi-style1,
.testi-style3 {
    background-color: var(--white-color);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 24px rgb(0 0 0 / .09);
    margin-bottom: 0;
    position: relative
}

.testi-style1 {
    margin-left: 11px
}

@media (max-width:991px) {
    .testi-style1,
    .testi-style3 {
        text-align: center
    }
}

@media (max-width:767px) {
    .testi-style1,
    .testi-style3 {
        padding: 15px
    }
}

.testi-style1 .testi-icon,
.testi-style3 .testi-icon {
    position: absolute;
    right: 40px;
    top: 25.46px
}

.testi-icon-img {
    height: auto;
    width: 70%!important
}

@media (max-width:767px) {
    .testi-style1 .testi-icon,
    .testi-style3 .testi-icon {
        display: none
    }
}

.testi-style1 .testi-author,
.testi-style3 .testi-author {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0
}

@media (max-width:991px) {
    .testi-style1 .testi-author,
    .testi-style3 .testi-author {
        display: inline-flex;
        justify-content: center
    }
}

.testi-style1 .author-img,
.testi-style3 .author-img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px
}

.testi-style1 .author-img img,
.testi-style3 .author-img img {
    width: 100%
}

.testi-style1 .testi-name,
.testi-style3 .testi-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.testi-style1 .testi-degi,
.testi-style3 .testi-degi {
    color: var(--theme-color);
    font-size: 14px
}

.testi-style1 .testi-rating,
.testi-style3 .testi-rating {
    font-weight: 600;
    font-family: var(--title-font);
    color: var(--title-color);
    margin-bottom: 18px
}

.testi-style1 .testi-rating i,
.testi-style3 .testi-rating i {
    color: #feb519;
    margin-left: 5px;
    font-size: 14px
}

.testi-style1 .testi-rating i:first-child,
.testi-style3 .testi-rating i:first-child {
    margin-left: 0
}

.testi-style1 .testi-text,
.testi-style3 .testi-text {
    margin-bottom: 0
}

.testi-style1 {
    box-shadow: none
}

.testi-style3 {
    box-shadow: none;
    margin-bottom: 30px
}

.testi-author3 {
    display: flex;
    align-items: center;
    text-align: left;
    background: var(--white-color);
    box-shadow: 0 4px 20px rgb(0 0 0 / .07);
    border-radius: 15px;
    padding: 30px 35px 30px 30px;
    position: relative;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease-in-out
}

@media (max-width:1199px) {
    .testi-author3 {
        padding: 15px
    }
}

.testi-author3::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 60px;
    background-color: var(--border-color);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 15px;
    transition: all 0.3s ease-in-out
}

.testi-author3 .author-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px
}

.testi-author3 .author-img img {
    width: 100%
}

.testi-author3 .testi-name {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.testi-author3 .testi-degi {
    color: var(--theme-color);
    font-size: 14px
}

.testi-slider-tab {
    display: flex;
    gap: 30px;
    margin-bottom: 40px
}

@media (max-width:1199px) {
    .testi-slider-tab {
        flex-wrap: wrap
    }
}

@media (max-width:991px) {
    .testi-slider-tab {
        flex-wrap: nowrap
    }
}

@media (max-width:767px) {
    .testi-slider-tab {
        flex-wrap: wrap
    }
}

.testi-slider-tab .slick-slide.slick-current.slick-active .testi-author3 {
    border: 1px solid var(--theme-color)
}

.testi-slider-tab .slick-slide.slick-current.slick-active .testi-author3::before {
    background-color: var(--theme-color);
    transition: all 0.3s ease-in-out
}

.testi-thumb3 {
    position: absolute;
    width: 47%;
    height: 100%;
    border-radius: 0 0 0 0;
    top: 0;
    bottom: 0
}

@media (max-width:991px) {
    .testi-thumb3 {
        position: relative;
        width: 100%;
        height: 500px;
        border-radius: 0;
        top: 0;
        bottom: 0;
        margin-top: -80px;
        margin-bottom: 50px
    }
}

.testi-thumb3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #272e39 0%, rgb(39 46 57 / .35) 100%);
    opacity: .6;
    border-radius: 0 0 0 0
}

.testi-slider-btn3 {
    margin-right: 20px
}

.testi-slider-btn3:last-child {
    margin-right: 0
}

.testi-slider-btn3 i {
    margin: 0
}

.test-wrap2 {
    padding: 0 15px
}

.gt-testimonial-section-2 {
    position: relative;
    padding-bottom: 0;
    padding-top: 70px
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.gt-testimomnial-wrapper-2 {
    position: relative
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item {
    background-color: #fff;
    padding: 30px 30px 55px;
    border-radius: 20px;
    position: relative
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-shape {
    position: absolute;
    top: 50px;
    left: -23px;
    right: 0;
    bottom: 0
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-shape-2 {
    position: absolute;
    top: 12px;
    left: 25px;
    right: 0;
    bottom: 0
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .array-buttons-2 {
    position: absolute;
    right: 50px;
    bottom: 40px
}

.array-buttons-2 {
    display: flex;
    align-items: center;
    gap: 20px
}

.array-buttons-2 .array-prev {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #11112c;
    color: #00E5FF;
    transition: all 0.4s ease-in-out;
    border-radius: 100%
}

.array-buttons-2 .array-next {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    text-align: center;
    background: #2ADDC8;
    color: #11112c;
    transition: all 0.4s ease-in-out
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-testmonial-content {
    position: relative;
    z-index: 1
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-testmonial-content h3 {
    color: var(--theme-color);
    margin-bottom: 20px
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-testmonial-content p {
    color: #000;
    letter-spacing: .5px;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 630px
}

.gt-testimomnial-wrapper-2 .gt-testimonial-card-item .gt-testmonial-content h3 span {
    color: #11112c;
    font-weight: 400;
    font-size: 1rem!important
}

.gt-testmonial-content h3 {
    font-size: 1rem!important
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.btn-prev {
    top: 20px!important;
    left: -51px!important;
    background: #343a40!important;
    color: white!important
}

.btn-next {
    top: 20px!important;
    left: 0px!important;
    background: #343a40!important;
    color: white!important
}

.gt-testimonial-image {
    margin-left: 40px
}

.gt-meet-speaker-items .slider-container {
    position: relative;
    overflow: hidden;
    padding: 0 40px
}

.gt-meet-speaker-items .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease
}

.gt-meet-speaker-items .slider-slide {
    flex: 0 0 calc(100% / 4);
    padding: 0 15px;
    box-sizing: border-box;
    transition: all 0.3s ease
}

.gt-meet-speaker-items .slider-slide.gt-style-2 {
    padding-top: 30px;
    position: relative;
    overflow: visible
}

.gt-meet-speaker-items .slider-slide.gt-style-2 .speaker-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible!important
}

.gt-meet-speaker-items .slider-slide.gt-style-2 .speaker-image img {
    width: 100%;
    max-width: 250px;
    transition: transform 0.5s ease;
    transform: scale(1);
    transform-origin: center center;
    display: block
}

.gt-meet-speaker-items .slider-slide.gt-style-2 .content {
    transition: opacity 0.4s ease;
    margin-top: 20px
}

.gt-meet-speaker-items .slider-slide.gt-style-2:hover .speaker-image img {
    transform: scale(1.05)
}

.gt-meet-speaker-items .slider-slide.gt-style-2:hover .content {
    opacity: 1;
    visibility: visible
}

.gt-meet-speaker-items .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    color: #333
}

.gt-meet-speaker-items .slider-button-prev {
    left: 0
}

.gt-meet-speaker-items .slider-button-next {
    right: 0
}

.gt-meet-speaker-items .slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.gt-meet-speaker-items .slider-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer
}

.gt-meet-speaker-items .slider-pagination span.active {
    background: #7409f6
}

.speaker-image-wrapper {
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.speaker-image {
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    margin-top: 20px
}

.gt-style-2:hover .speaker-image {
    transform: scale(1.05);
    opacity: .9
}

.speaker-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .2);
    opacity: 0;
    transition: opacity 0.3s ease
}

.speaker-image:hover .speaker-image-wrapper::after {
    opacity: 1
}

@media (max-width:767px) {
    .col-md-3 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.content {
    padding-top: 10px
}

.slider-container[data-id="team"] {
    position: relative;
    padding: 0 40px
}

.slider-container[data-id="team"] .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease
}

.slider-container[data-id="team"] .slider-slide {
    flex: 0 0 calc(100% / 3);
    padding: 0 15px;
    box-sizing: border-box
}

@media (max-width:992px) {
    .slider-container[data-id="team"] .slider-slide {
        flex: 0 0 calc(100% / 2)
    }
}

@media (max-width:768px) {
    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }
    .slider-container[data-id="team"] .slider-slide {
        flex: 0 0 100%
    }
}

.slider-container[data-id="team"] .slider-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    color: #333
}

.slider-container[data-id="team"] .slider-button-prev {
    left: 0
}

.slider-container[data-id="team"] .slider-button-next {
    right: 0
}

.slider-container[data-id="team"] .slider-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.slider-container[data-id="team"] .slider-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer
}

.slider-container[data-id="team"] .slider-pagination span.active {
    background: var(--theme-color)
}

.team-img {
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.team-img img {
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    width: 100%
}

.team-style1:hover .team-img img {
    transform: scale(1.05)
}

.team-style1 {
    transition: all 0.3s ease
}

.team-style1:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgb(0 0 0 / .1)
}

.team-bottom li {
    transition: all 0.3s ease
}

.team-style1:hover .team-bottom li {
    transform: translateX(5px)
}

.team-style1 {
    background-color: #e9ecef;
    padding: 40px 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.team-style1 .team-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 10px solid var(--white-color);
    box-shadow: 0 0 24px rgb(0 0 0 / .07);
    margin-bottom: 20px
}

.team-degi {
    justify-content: center;
    display: flex
}

.team-style1 .team-name {
    margin-bottom: 4px;
    font-size: 24px
}

.team-style1 .team-content {
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: all 0.3s ease-in-out
}

.team-style1 .team-social ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.team-style1 .team-social>ul>li {
    position: relative
}

.team-style1 .team-social>ul>li>a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    border-radius: 10px;
    color: var(--white-color)
}

.team-style1 .team-social>ul>li>ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: var(--theme-color);
    border-radius: 10px;
    margin-bottom: 10px;
    color: var(--title-color);
    padding: 20px 0;
    transform: scaleY(0);
    transform-origin: bottom;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out
}

.team-style1 .team-social>ul>li>ul>li {
    line-height: 1;
    display: inline-flex
}

.team-style1 .team-social>ul>li>ul>li>a {
    color: var(--white-color);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden
}

.team-style1 .team-social>ul>li>ul>li>a:hover {
    color: var(--sec-color)
}

.team-style1 .team-social>ul>li>ul>li:nth-child(1) a {
    transition-delay: 0.09s
}

.team-style1 .team-social>ul>li>ul>li:nth-child(2) a {
    transition-delay: 0.1s
}

.team-style1 .team-social>ul>li>ul>li:nth-child(3) a {
    transition-delay: 0.2s
}

.team-style1 .team-social>ul>li>ul>li:nth-child(4) a {
    transition-delay: 0.3s
}

.team-style1 .team-social>ul>li:hover>ul {
    transform: scaleY(1);
    opacity: 1;
    transform-origin: bottom;
    visibility: visible;
    transition: all 0.3s ease-in-out
}

.team-style1 .team-social>ul>li:hover>ul>li {
    transform: translateY(0)
}

.team-style1 .team-social>ul>li:hover>ul>li>a {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.team-style1 .team-bottom {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    flex-wrap: wrap;
    gap: 10px
}

.team-style1 .team-bottom li a {
    display: inline-flex;
    align-items: center;
    color: var(--body-color);
    gap: 10px;
    text-decoration: none
}

.team-style1 .team-bottom li a:hover {
    color: var(--theme-color)
}

.team-style1 .team-bottom li a span {
    min-width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    border-radius: 50%;
    font-size: 14px
}

.team-style1:hover {
    box-shadow: 0 0 0 #fff0;
    background-color: var(--smoke-color)
}

.team-style1:hover .team-content {
    border-top: 1px solid var(--theme-color)
}

.team-style2 {
    position: relative;
    background-color: var(--smoke-color);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

.team-style2 .team-img img {
    width: 100%
}

.team-style2 .team-social2 {
    position: absolute;
    background-color: var(--theme-color);
    border-radius: 10px;
    top: -69px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out
}

.team-style2 .team-social2 ul {
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 11px 30px
}

.team-style2 .team-social2 ul li a {
    color: var(--white-color);
    font-size: 14px
}

.team-style2 .team-social2 ul li a:hover {
    color: var(--title-color)
}

.team-style2 .team-content {
    text-align: center;
    padding: 23px 15px;
    position: relative
}

.team-style2 .team-name {
    margin-bottom: 0;
    font-size: 20px
}

.team-style2 .team-name a {
    color: var(--title-color)
}

.team-style2 .team-degi {
    color: var(--theme-color);
    font-size: 14px
}

.team-style2:hover .team-social2 {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out
}

.slide-btns {
    margin-bottom: calc(var(--section-title-space) - 40px);
    display: flex;
    align-items: center;
    gap: 20px
}

.slide-btns .vs-btn {
    width: 80px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: #fff0;
    border: 1px solid var(--theme-color);
    color: var(--theme-color)
}

.slide-btns .vs-btn::before,
.slide-btns .vs-btn::after {
    background-color: var(--theme-color)
}

.slide-btns .vs-btn i {
    margin-left: 0
}

.slide-btns .vs-btn:hover {
    color: var(--white-color)
}

.counter-media {
    display: flex;
    align-items: center
}

.counter-media__icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0 20px 0 0;
    background-color: var(--white-color);
    border-radius: 10px
}

.counter-media__number {
    line-height: 1;
    margin: -.04em 0 7px 0;
    display: block;
    font-size: 40px;
    color: var(--white-color);
    font-weight: 700
}

.counter-media__title {
    font-family: var(--title-font);
    font-weight: 700;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
    color: var(--white-color);
    font-size: 20px
}

.counter-area1 {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: var(--smoke-color)
}

.counter-wrap1,
.counter-wrap2 {
    background-color: var(--theme-color);
    border-radius: 20px;
    padding: 80px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media (max-width:1199px) {
    .counter-wrap1,
    .counter-wrap2 {
        padding: 40px
    }
}

@media (max-width:767px) {
    .counter-wrap1,
    .counter-wrap2 {
        padding: 40px 15px
    }
}

.counter-wrap1 .overlay,
.counter-wrap2 .overlay {
    background-color: var(--title-color);
    opacity: .1;
    z-index: -1;
    border-radius: 20px
}

.counter-wrap1 .shape-1,
.counter-wrap1 .shape-2,
.counter-wrap2 .shape-1,
.counter-wrap2 .shape-2 {
    position: absolute;
    top: 0;
    z-index: -2;
    mix-blend-mode: soft-light;
    opacity: .6
}

.counter-wrap1 .shape-1,
.counter-wrap2 .shape-1 {
    left: 0
}

.counter-wrap1 .shape-2,
.counter-wrap2 .shape-2 {
    left: auto;
    right: 0
}

.counter-wrap2 {
    border-radius: 0
}

@media (max-width:1199px) {
    .counter-media {
        display: block;
        text-align: center
    }
    .counter-media__icon {
        margin: 0 0 20px 0
    }
    .counter-style2 .media-label {
        font-size: 46px
    }
    .counter-style2 .media-icon {
        font-size: 30px
    }
    .counter-style2 .media-link {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .counter-style2 {
        display: block;
        text-align: center
    }
    .counter-style2 .media-icon {
        margin-right: 0;
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .counter-media__icon {
        width: 70px;
        height: 70px;
        line-height: 70px
    }
    .counter-media__icon img {
        max-width: 40px
    }
    .counter-media__title {
        font-size: 12px
    }
    .counter-media__number {
        font-size: 30px
    }
}

.gt-newsletter-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 55px;
    position: relative;
    border-radius: 20px
}

.gt-newsletter-wrapper .gt-microphone {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

.gt-newsletter-wrapper .gt-microphone img {
    width: 100%;
    height: 100%
}

.gt-newsletter-wrapper .gt-newsletter-content h3 {
    color: #fff
}

.footer-overlay .widget-content ul li {
    list-style: none!important;
    padding-left: 0rem!important
}

.gt-newsletter-wrapper form {
    max-width: 515px;
    width: 100%
}

.gt-newsletter-wrapper .form-clt {
    position: relative
}

.gt-newsletter-wrapper .form-clt input {
    width: 100%;
    outline: none;
    border: none;
    background-color: #fff;
    color: #ABABAB;
    line-height: 1;
    padding: 20px;
    border-radius: 10px;
    max-width: 515px
}

.gt-newsletter-wrapper .form-clt .gt-theme-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 30px;
    background-image: none;
    background: #7409f6;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 12% 100%)
}

.gt-newsletter-section {
    bottom: -40px;
    z-index: 11;
    position: relative;
    padding-bottom: 0;
    padding-top: 0
}

.newsletter-layout1 {
    position: relative;
    z-index: 1
}

.newsletter-layout1 .overlay {
    height: 50%;
    background-color: var(--sec-color);
    bottom: 0;
    top: auto
}

.news-letter {
    padding: 40px 40px!important
}

.footer {
    background-color: #010101;
    overflow: hidden;
    position: relative;
    z-index: 9;
    clear: both
}

.primary-footer {
    position: relative;
    z-index: 99;
    padding: 70px 0 70px
}

.footer .navbar-brand {
    margin-right: 35px;
    padding: 0
}

.logo img {
    max-height: 70px
}

.media-icon li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 40px;
    border-bottom: dashed 1px #374148
}

.media-icon li i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 24px;
    color: #7409f6
}

.media-icon li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.footer-number {
    position: relative;
    display: block;
    border: dashed 1px rgb(255 255 255 / .12);
    padding: 6px;
    margin-top: 40px;
    margin-right: 38px
}

.footer-number-inner {
    position: relative;
    display: block;
    background-color: #181515;
    padding: 12px 21px 15px
}

.footer-number i {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%) skewX(-17deg);
    height: 58px;
    width: 60px;
    font-size: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #7409f6
}

.footer-number span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    display: block;
    transition: all 0.5s ease-in-out 0s
}

.footer-number a {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 3px;
    font-weight: 600;
    display: inline-block;
    color: #fff
}

.footer h5 {
    position: relative;
    color: #fff
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    padding-top: 32px
}

.footer-menu li {
    margin-bottom: 15px;
    text-transform: capitalize
}

.footer-menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
    color: #fff
}

.footer-menu li a:hover {
    color: var(--themeht-primary-color)
}

.secondary-footer {
    position: relative;
    color: #fff;
    border-top: 1px solid rgb(255 255 255 / .12)
}

.copyright {
    margin-top: 25px;
    position: relative;
    background-color: #7409f6;
    padding-bottom: 7px
}

.copyright a {
    text-decoration: underline!important;
    color: #7409f6
}

.footer-number a:hover {
    color: var(--themeht-primary-color)
}

.contact-widget ul.list li i {
    transition: transform 0.3s ease
}

.contact-widget ul.list li:hover i {
    transform: scale(1.3) rotate(10deg);
    color: #7409f6
}

.contact-widget .social-links li a {
    background: rgb(255 255 255 / .15);
    color: #fff;
    font-size: 16px;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 #fff0;
    position: relative
}

.contact-widget .social-links li a:hover {
    background-color: #7409f6;
    color: #fff;
    transform: scale(1.15)
}

.contact-widget .social-links li a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.4s ease-out;
    z-index: -1
}

.contact-widget .social-links li a:hover::after {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0
}

.main-footer.style-two {
    position: relative;
    background-image: url(./assets/images/about/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #010101;
    padding-bottom: 0;
    z-index: 1
}

.footer-overlay {
    position: relative;
    z-index: 2;
    padding-top: 40px
}

.main-footer.style-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / .52);
    z-index: 1
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px
}

.main-footer .widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize
}

.links-widget .widget-content {
    position: relative
}

.links-widget ul li {
    position: relative
}

.links-widget ul li a {
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #fff;
    transition: all 0.3s ease 0s;
    text-decoration: none
}

.links-widget ul li a:after {
    position: absolute;
    content: '';
    left: -30px;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    opacity: 0;
    background-color: var(--primary)
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 15px
}

.contact-widget .social-links {
    position: relative
}

.contact-widget ul.list li {
    position: relative;
    display: flex;
    color: #fff;
    font-weight: 500
}

.contact-widget .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: rgb(255 255 255 / .2);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.contact-widget .social-links li a span {
    position: relative
}

.contact-widget .social-links li {
    position: relative;
    margin-right: 8px;
    margin-bottom: 10px;
    display: inline-block
}

.contact-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-image: -webkit-linear-gradient(0deg, #11656e 16%, #4aacb3 100%)
}

footer.main-footer.style-two i {
    color: #fff;
    margin-right: 15px;
    font-weight: 300
}

.widget-content ul li a {
    color: #fff
}

.widget-content ul li a::before {
    color: #fff
}

.copyright-info a {
    color: #fff
}

.copyright-info {
    color: #fff;
    padding-top: 7px
}

.footer-bottom-two .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-widget ul.list li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px
}

.widgets-section li {
    margin-bottom: 10px
}

.contact-widget ul.list i {
    margin-right: 10px
}

.contact-widget ul.list {
    margin-bottom: 20px
}

ul.list {
    margin-left: 0rem
}

ol,
ul {
    padding-left: 1rem!important
}

.copyright-text.text-right {
    text-align: right
}

.copyright-text a {
    text-decoration: none
}

section.bottom_footer {
    padding: 0;
    background: var(--secondary);
    padding-bottom: 6px
}

ul.list.address1 i {
    margin-top: 4px;
    margin-right: 15px
}

ul.list.address1 {
    padding-left: 0rem
}

.footer-widget.links-widget.pl-5 {
    padding-left: 50px
}

.hover-content-heading a {
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    padding: 2px 10px;
    float: right;
    font-size: 13px;
    border-radius: 5px
}

.hover-content-heading h2 {
    float: left;
    font-size: 16px;
    margin-top: 6px
}

.website-tag-part {
    float: left;
    width: 100%
}

.website-tag-part li {
    float: left;
    box-shadow: 0 0 2px 0 var(--secondary);
    background: #f5f5f5;
    padding: 2px 7px;
    margin: 4px;
    color: var(--secondary);
    font-size: 13px
}

::marker {
    color: #000
}

.page-title {
    background: #010101;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title::before {
    opacity: .9;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000 42%, #00000080 50%, #fff0 60%);
    opacity: .7;
    z-index: -1
}

.page-title h1 {
    color: #fff;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize
}

.breadcrumb-1 {
    padding: 6px 10px;
    background: #fff;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    color: #0e0e0e;
    font-weight: 600;
    z-index: 9
}

.breadcrumb-item {
    display: inline-block;
    color: #fff
}

.breadcrumb-item a {
    color: #f9f9f9;
    text-decoration: none
}

.breadcrumb-item i {
    padding: 2px 5px
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #fff;
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active,
.breadcrumb-item a:hover {
    color: #f8f9fa
}

.vm-card {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05);
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    border: 1px solid rgb(108 99 255 / .1)
}

.vm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(108 99 255 / .1)
}

.vision-card {
    border-top: 4px solid #6c63ff
}

.mission-card {
    border-top: 4px solid #ff6b6b
}

.vm-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 28px;
    transition: all 0.3s ease
}

.vision-card .vm-icon {
    background: rgb(108 99 255 / .1);
    color: #6c63ff
}

.mission-card .vm-icon {
    background: rgb(255 107 107 / .1);
    color: #ff6b6b
}

.vm-card:hover .vm-icon {
    transform: rotateY(180deg);
    color: #fff
}

.vision-card:hover .vm-icon {
    background: #6c63ff
}

.mission-card:hover .vm-icon {
    background: #ff6b6b
}

.vm-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2d3748
}

.vm-content p {
    margin-bottom: 25px
}

.vm-hover-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.4s ease
}

.vm-card:hover .vm-hover-content {
    opacity: 1;
    height: auto
}

.mission-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px
}

.mission-list li {
    margin-bottom: 10px;
    color: #000
}

.mission-list i {
    margin-right: 10px;
    color: #6c63ff
}

.vm-stats {
    display: flex;
    gap: 20px;
    margin-top: 25px
}

.stat-item {
    text-align: center
}

.stat-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #6c63ff
}

.stat-label {
    font-size: 14px;
    color: #718096
}

.vm-contact-link {
    display: inline-flex;
    align-items: center;
    color: #6c63ff;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: all 0.3s ease
}

.vm-contact-link i {
    margin-left: 8px;
    transition: all 0.3s ease
}

.vm-contact-link:hover {
    color: #4a42c2
}

.vm-contact-link:hover i {
    transform: translateX(5px)
}

.vision-mission-section {
    background-color: #f8f9fa
}

@media (max-width:1199px) {
    .gt-newsletter-wrapper .gt-microphone {
        display: none
    }
    .gt-newsletter-wrapper {
        flex-wrap: wrap!important;
        gap: 30px!important
    }
}

@media(max-width:992px) {
    .feature-style2 {
        margin-top: 10px!important
    }
}

@media(max-width:768px) {
    .gt-newsletter-wrapper {
        padding: 40px!important
    }
    .feature-style2 {
        margin-top: 20px!important
    }
    .header-right {
        display: none!important
    }
}

@media(max-width:576px) {
    .gt-newsletter-wrapper {
        padding: 30px!important
    }
    .feature-style2 {
        margin-top: 30px!important
    }
    .header-top {
        display: none!important
    }
    .logo {
        width: 122px!important
    }
    .testi-style1 {
        margin-left: 0
    }
    ul {
        padding-left: 1rem!important
    }
    .gt-shape {
        display: none!important
    }
}

.section-subtitle {
    display: inline-block;
    color: #7409f6;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.1rem
}

.section-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    position: relative
}

.divider {
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #7409f6, #ff6b6b);
    margin-bottom: 30px
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px
}

.feature-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / .05);
    transition: all 0.3s ease;
    height: 100%
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgb(0 0 0 / .1)
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgb(0 0 0 / .1), rgb(11 11 11 / .1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-size: 24px
}

.feature-box h4 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #222
}

.feature-box p {
    color: #666;
    margin-bottom: 0
}

.image-wrapper {
    position: relative
}

.main-img {
    border: 10px solid #fff;
    transition: all 0.5s ease
}

.image-wrapper:hover .main-img {
    transform: scale(1.02)
}

.floating-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgb(0 0 0 / .1);
    text-align: center;
    z-index: 2;
    background-color: #fff
}

.floating-badge span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1
}

.decor-circle {
    position: absolute;
    border-radius: 50%;
    background: rgb(228 10 45 / .05);
    z-index: -1
}

.decor-1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px
}

.decor-2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px
}

@media (max-width:991px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .features-grid {
        grid-template-columns: 1fr
    }
    .floating-badge {
        right: 20px;
        bottom: -30px
    }
}

.modern-features {
    max-width: 800px
}

.feature-row {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    position: relative;
    transition: all 0.3s ease
}

.feature-row:not(.last-feature)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    right: 0;
    height: 1px;
    background: rgb(0 0 0 / .08)
}

.feature-row:hover {
    transform: translateX(5px)
}

.feature-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color: #7409f6;
    font-size: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease
}

.feature-row:hover .feature-icon-wrapper {
    background: #7409f6;
    color: #fff;
    transform: scale(1.1)
}

.feature-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #fff;
    font-weight: 600
}

.feature-desc {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.6
}

@media (max-width:576px) {
    .feature-row {
        flex-direction: column;
        padding: 20px 0
    }
    .feature-icon-wrapper {
        margin-bottom: 15px;
        margin-right: 0
    }
    .feature-row:not(.last-feature)::after {
        left: 0
    }
}

.scrolling-wrap-2 {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    padding: 15px 0;
    .comm {
        display: flex;
        align-items: center;
        animation: scroll 60s linear infinite;
        gap: 15px;
        cursor: pointer;
        .cmn-textslide {
            font-size: 16px;
            font-weight: 500;
            line-height: 32px;
            text-transform: capitalize;
            color: $gt-white;
            font-family: $gt-heading-font;
            @include flex;
            gap: 15px;
            i {
                font-size: 21px
            }
            &.text-color-2 {
                color: $gt-header-color
            }
        }
    }
    &:hover {
        .comm {
            animation-play-state: paused
        }
    }
    @include breakpoint (max-xxl) {
        .comm {
            gap: 20px
        }
    }
    @include breakpoint (max-lg) {
        gap: 14px;
        .comm {
            gap: 14px
        }
    }
    @include breakpoint (max-sm) {
        .comm {
            gap: 12px
        }
    }
}

.mycustom-marque {
    &.style-2 {
        transform: rotate(-2.579deg);
        position: relative;
        z-index: -1;
        margin-bottom: 120px;
        @include breakpoint (max-xl) {
            margin-bottom: 100px
        }
        @include breakpoint (max-lg) {
            margin-bottom: 80px
        }
    }
    &.theme-green-bg {
        background-color: $gt-theme-color-2
    }
    &.theme-pink-bg {
        background: #D8CEF0;
        .scrolling-wrap-2 {
            .comm {
                animation: scrollRight 60s linear infinite;
                display: flex;
                align-items: center;
                gap: 15px;
                cursor: pointer
            }
            .cmn-textslide {
                color: $gt-header-color;
                i {
                    color: $gt-header-color
                }
            }
        }
    }
    &.header-marque {
        .scrolling-wrap {
            padding: 5px 0
        }
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-60%)
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0%)
    }
}

.gt-feature-bg-wrapper {
    padding: 75px;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-radius: 20px;
    @include breakpoint (max-xl) {
        flex-wrap: wrap;
        gap: 30px;
        padding: 60px
    }
    @include breakpoint (max-lg) {
        padding: 50px
    }
    @include breakpoint (max-md) {
        padding: 40px
    }
    @include breakpoint (max-sm) {
        padding: 30px
    }
    .gt-ai-image {
        position: absolute;
        right: 0;
        bottom: 0;
        @include breakpoint (max-xl) {
            display: none
        }
        img {
            @include imgw
        }
    }
    .gt-feature-content {
        h2 {
            color: $gt-white;
            margin-bottom: 10px
        }
        h4 {
            color: $gt-white;
            margin-bottom: 20px
        }
        p {
            color: $gt-white;
            font-weight: 400;
            font-size: 16px;
            padding-bottom: 35px
        }
        .gt-theme-btn {
            &.gt-theme-btn-2 {
                &.gt-border-btn {
                    border: 1px solid $gt-white;
                    color: $gt-white;
                    i {
                        color: $gt-white
                    }
                    &:hover {
                        border: 1px solid #4D55CC
                    }
                }
            }
        }
    }
    .gt-coming-soon-time {
        @include flex;
        gap: 20px;
        position: relative;
        @include breakpoint (max-xl) {
            flex-wrap: wrap
        }
        .gt-timer-content {
            text-align: center;
            width: 70px;
            height: 70px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background-color: $gt-white;
            border-radius: 100%;
            h3 {
                font-size: 14px;
                font-weight: 700;
                color: $gt-header-color;
                line-height: 1
            }
            p {
                font-size: 14px;
                font-weight: 300;
                color: $gt-header-color;
                text-transform: uppercase
            }
        }
    }
}

.gt-coming-soon-items {
    text-align: center;
    position: relative;
    .gt-coming-soon-image {
        position: relative;
        max-width: 600px;
        text-align: center;
        margin: 0 auto;
        margin-top: 50px;
        margin-bottom: 50px;
        img {
            @include imgw
        }
        .gt-coming-soon-time {
            @include flex;
            gap: 20px;
            position: relative;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            @include breakpoint (max-lg) {
                flex-wrap: wrap;
                position: static;
                transform: translate(0);
                margin-top: 30px;
                justify-content: center
            }
            .gt-timer-content {
                text-align: center;
                width: 210px;
                height: 210px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                background-color: $gt-white;
                box-shadow: 0 4px 60px 0 rgb(21 57 238 / .1);
                border-radius: 100%;
                @include breakpoint (max-md) {
                    width: 100px;
                    height: 100px
                }
                h3 {
                    font-size: 64px;
                    font-weight: 800;
                    color: $gt-header-color;
                    line-height: 1;
                    @include breakpoint (max-xl) {
                        font-size: 45px
                    }
                    @include breakpoint (max-lg) {
                        font-size: 40px
                    }
                    @include breakpoint (max-md) {
                        font-size: 34px
                    }
                    @include breakpoint (max-sm) {
                        font-size: 28px
                    }
                }
                p {
                    font-size: 20px;
                    font-weight: 400;
                    color: $gt-header-color;
                    text-transform: uppercase;
                    @include breakpoint (max-xl) {
                        font-size: 16px
                    }
                    @include breakpoint (max-sm) {
                        font-size: 14px
                    }
                }
            }
        }
    }
    .gt-coming-soon-content {
        h2 {
            font-size: 45px;
            margin-bottom: 20px;
            @include breakpoint (max-xl) {
                font-size: 40px
            }
            @include breakpoint (max-lg) {
                font-size: 36px
            }
            @include breakpoint (max-md) {
                font-size: 32px
            }
            @include breakpoint (max-sm) {
                font-size: 28px
            }
        }
        p {
            margin-bottom: 50px;
            @include breakpoint (max-xl) {
                margin-bottom: 30px
            }
        }
        form {
            max-width: 752px;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            @include breakpoint (max-sm) {
                text-align: left
            }
        }
        .form-clt {
            position: relative;
            input {
                width: 100%;
                outline: none;
                border: none;
                border-radius: 100px;
                background: rgb(77 85 204 / .07);
                line-height: 1;
                padding: 20px;
                max-width: 664px;
                color: $gt-header-color;
                @include breakpoint (max-xxs) {
                    font-size: 14px;
                    margin-bottom: 10px
                }
            }
            .gt-theme-btn {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                text-align: center;
                @include breakpoint (max-xxs) {
                    position: static
                }
            }
        }
    }
}

.gt-feature-bg-section {
    position: relative;
    .gt-top-shape {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        img {
            @include imgw
        }
    }
}

.gt-counter-wrapper-4 {
    @include flex;
    justify-content: space-between;
    @include breakpoint (max-xl) {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center
    }
    .gt-counter-item {
        width: 100%;
        height: 388.462px;
        width: 388.462px;
        border-radius: 388.462px;
        border: 1px solid rgb(255 255 255 / .2);
        text-align: center;
        position: relative;
        overflow: hidden;
        &.gt-style-2 {
            margin-left: -35px;
            @include breakpoint (max-lg) {
                margin-left: 0
            }
        }
        @include breakpoint (max-lg) {
            height: 330.462px;
            width: 330.462px
        }
        @include breakpoint (max-md) {
            height: 300.462px;
            width: 300.462px
        }
        &::before {
            content: "";
            position: absolute;
            inset: 0;
            background-image: url(../../assets/img/home-4/counter/bg.png);
            background-size: cover;
            background-position: center;
            opacity: 0;
            @include transition;
            z-index: -1
        }
        .gt-content {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: 9;
            .gt-icon {
                margin-bottom: 10px
            }
            h3 {
                font-weight: 600;
                color: #686868
            }
            h2 {
                font-size: 75px;
                color: $gt-white
            }
        }
        &:hover {
            .gt-content {
                h3 {
                    color: $gt-white
                }
            }
            &::before {
                opacity: 1;
                z-index: 9
            }
        }
    }
}

.img-1 img {
    transition: transform 0.5s ease-in-out
}

.img-1:hover img {
    transform: scale(1.1)
}

.gt-why-attend-item {
    margin-top: 30px;
    .gt-why-attend-content {
        border-bottom: 1px solid rgb(17 17 44 / .2);
        padding-bottom: 30px;
        margin-bottom: 30px;
        span {
            font-weight: 600;
            color: whitesmoke;
            margin-bottom: 5px;
            display: inline-block
        }
        p {
            max-width: 450px
        }
    }
    .gt-why-attend-image {
        .video-img {
            width: 100%;
            height: 683px;
            border-radius: 225px;
            object-fit: cover;
            @include breakpoint (max-sm) {
                height: 400px
            }
        }
    }
}

.gt-why-attend-section {
    position: relative;
    z-index: 9;
    .shape {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 55%;
        z-index: -1;
        @include breakpoint (max-xl) {
            display: none
        }
    }
}