/* 
|......................................................................
| Template Name: Daevnt
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Spacing
| 4. General
| 5. Slider
| 6. Video Popup
| 7. Header
| 8. Footer
| 9. Pagination
| 10. Common Page Title
| 11. Button
| 12. Service Card
| 13. Hero
| 14. Service
| 15. Funfact
| 16. Testimonal
| 17. Team
| 18. Pricing Card
| 19. Blog
| 20. Cta
| 21. Choose Us Contain
| 22. Accordion
| 23. Tab
| 24. Contact
| 25. Error Comming Card
| 26. Sticky Content
| 27. gallery
| 28. Event
| 29. Feature
| 30. Speakers
| 31. Moving
| 32. About
| 33. Counterdown
| 34. Up Comming
 ................................................................*/
/*--------------------------------------------------------------
1. Basic Color Variable
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&amp;family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap");

:root {
    --white-color: #ffffff;
    --black-color: #131313;
    --primary-color: #13436a;
    --primary-100: #477ee9;
    --primary-200: #214ee6;
    --primary-300: #0a2245;
    --primary-500: #f8f6ff;
    --secondary-color: #ffd6b3;
    --secondary-emphasis-color: #16213d;
    --border-color: #ffffff;
    --border-emphasis-color: #13436a;
    --body-color: #d4d4d4;
    --heading-color: #ffffff;
    --light-bg-body-color: #303030;
    --body-bg-color: #111111;
    --body-font-family: DM Sans, sans-serif;
    --heading-font-family: DM Sans, sans-serif;
    /*--heading-font-family: Bricolage Grotesque, sans-serif;*/
}

/*--------------------------------------------------------------
2. Typography
----------------------------------------------------------------*/
html,
body {
    color: var(--body-color);
    font-family: var(--body-font-family);
    background-color: var(--body-bg-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    overflow-x: hidden;
    scroll-behavior: auto;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: var(--heading-color);
    font-family: var(--heading-font-family);
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    line-height: 100%;
    font-style: normal;
}

h1 {
    font-size: 110px;
}

h2 {
    font-size: 80px;
}

h3 {
    font-size: 50px;
}

h4 {
    font-size: 42px;
}

h5 {
    font-size: 36px;
}

h6 {
    font-size: 24px;
}

p {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    line-height: 150%;
}

ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
}

ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 15px;
    font-style: italic;
    font-size: 20px;
    line-height: 1.6em;
    margin: 0;
}

address {
    margin: 0 0 15px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

button {
    color: inherit;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

table {
    width: 100%;
    margin-bottom: 25px;
}

table th {
    font-weight: 600;
    color: var(--body-color);
}

table td,
table th {
    border-top: 1px solid var(--white-color);
    padding: 11px 10px;
}

dl {
    margin-bottom: 25px;
}

dl dt {
    font-weight: 600;
}

b,
strong {
    font-weight: bold;
}

pre {
    color: var(--body-color);
    border: 1px solid var(--white-color);
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;
}

kbd {
    font-size: 100%;
    background-color: var(--body-color);
    border-radius: 5px;
}

/*--------------------------------------------------------------
  4. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .tm-height-0 {
        height: 0px;
    }

    .tm-height-5 {
        height: 5px;
    }

    .tm-height-10 {
        height: 10px;
    }

    .tm-height-15 {
        height: 15px;
    }

    .tm-height-20 {
        height: 20px;
    }

    .tm-height-25 {
        height: 25px;
    }

    .tm-height-30 {
        height: 30px;
    }

    .tm-height-35 {
        height: 35px;
    }

    .tm-height-40 {
        height: 40px;
    }

    .tm-height-45 {
        height: 45px;
    }

    .tm-height-50 {
        height: 50px;
    }

    .tm-height-55 {
        height: 55px;
    }

    .tm-height-60 {
        height: 60px;
    }

    .tm-height-65 {
        height: 65px;
    }

    .tm-height-70 {
        height: 70px;
    }

    .tm-height-75 {
        height: 75px;
    }

    .tm-height-80 {
        height: 80px;
    }

    .tm-height-85 {
        height: 85px;
    }

    .tm-height-90 {
        height: 90px;
    }

    .tm-height-95 {
        height: 95px;
    }

    .tm-height-100 {
        height: 100px;
    }

    .tm-height-105 {
        height: 105px;
    }

    .tm-height-110 {
        height: 110px;
    }

    .tm-height-115 {
        height: 115px;
    }

    .tm-height-120 {
        height: 120px;
    }

    .tm-height-125 {
        height: 125px;
    }

    .tm-height-130 {
        height: 130px;
    }

    .tm-height-135 {
        height: 135px;
    }

    .tm-height-140 {
        height: 140px;
    }

    .tm-height-145 {
        height: 145px;
    }

    .tm-height-150 {
        height: 150px;
    }

    .tm-height-155 {
        height: 155px;
    }

    .tm-height-160 {
        height: 160px;
    }

    .tm-height-165 {
        height: 165px;
    }

    .tm-height-170 {
        height: 170px;
    }

    .tm-height-175 {
        height: 175px;
    }

    .tm-height-180 {
        height: 180px;
    }

    .tm-height-185 {
        height: 185px;
    }

    .tm-height-190 {
        height: 190px;
    }

    .tm-height-195 {
        height: 195px;
    }

    .tm-height-200 {
        height: 200px;
    }

    .tm-height-205 {
        height: 205px;
    }

    .tm-height-210 {
        height: 210px;
    }

    .tm-height-219 {
        height: 219px;
    }
}

@media screen and (max-width: 991px) {
    .tm-height-lg-0 {
        height: 0px;
    }

    .tm-height-lg-5 {
        height: 5px;
    }

    .tm-height-lg-10 {
        height: 10px;
    }

    .tm-height-lg-15 {
        height: 15px;
    }

    .tm-height-lg-20 {
        height: 20px;
    }

    .tm-height-lg-25 {
        height: 25px;
    }

    .tm-height-lg-30 {
        height: 30px;
    }

    .tm-height-lg-35 {
        height: 35px;
    }

    .tm-height-lg-40 {
        height: 40px;
    }

    .tm-height-lg-45 {
        height: 45px;
    }

    .tm-height-lg-50 {
        height: 50px;
    }

    .tm-height-lg-55 {
        height: 55px;
    }

    .tm-height-lg-60 {
        height: 60px;
    }

    .tm-height-lg-65 {
        height: 65px;
    }

    .tm-height-lg-70 {
        height: 70px;
    }

    .tm-height-lg-75 {
        height: 75px;
    }

    .tm-height-lg-80 {
        height: 80px;
    }

    .tm-height-lg-85 {
        height: 85px;
    }

    .tm-height-lg-90 {
        height: 90px;
    }

    .tm-height-lg-95 {
        height: 95px;
    }

    .tm-height-lg-100 {
        height: 100px;
    }

    .tm-height-lg-105 {
        height: 105px;
    }

    .tm-height-lg-110 {
        height: 110px;
    }

    .tm-height-lg-115 {
        height: 115px;
    }

    .tm-height-lg-120 {
        height: 120px;
    }

    .tm-height-lg-125 {
        height: 125px;
    }

    .tm-height-lg-130 {
        height: 130px;
    }

    .tm-height-lg-135 {
        height: 135px;
    }

    .tm-height-lg-140 {
        height: 140px;
    }

    .tm-height-lg-145 {
        height: 145px;
    }

    .tm-height-lg-150 {
        height: 150px;
    }

    .tm-height-lg-155 {
        height: 155px;
    }

    .tm-height-lg-160 {
        height: 160px;
    }

    .tm-height-lg-165 {
        height: 165px;
    }

    .tm-height-lg-170 {
        height: 170px;
    }

    .tm-height-lg-175 {
        height: 175px;
    }

    .tm-height-lg-180 {
        height: 180px;
    }

    .tm-height-lg-185 {
        height: 185px;
    }

    .tm-height-lg-190 {
        height: 190px;
    }

    .tm-height-lg-195 {
        height: 195px;
    }

    .tm-height-lg-200 {
        height: 200px;
    }

    .tm-height-lg-205 {
        height: 205px;
    }

    .tm-height-lg-210 {
        height: 210px;
    }

    .tm-height-lg-219 {
        height: 219px;
    }
}

/*--------------------------------------------------------------
  5. General
----------------------------------------------------------------*/
.tm-light {
    font-weight: 300;
}

.tm-normal {
    font-weight: 400;
}

.tm-medium {
    font-weight: 500;
}

.tm-semi-bold {
    font-weight: 600;
}

.tm-bold {
    font-weight: 700;
}

.tm-extra-bold {
    font-weight: 800;
}

.tm-black {
    font-weight: 900;
}

.tm-radius-3 {
    border-radius: 3px;
}

.tm-radius-5 {
    border-radius: 5px;
}

.tm-radius-7 {
    border-radius: 7px;
}

.tm-radius-10 {
    border-radius: 10px;
}

.tm-radius-15 {
    border-radius: 15px;
}

.tm-line-height-1 {
    line-height: 1.2em;
}

.tm-line-height-2 {
    line-height: 1.25em;
}

.tm-line-height-3 {
    line-height: 1.3em;
}

.tm-line-height-4 {
    line-height: 1.4em;
}

.tm-line-height-5 {
    line-height: 1.5em;
}

.tm-line-height-6 {
    line-height: 1.6em;
}

.tm-line-height-7 {
    line-height: 1.7em;
}

.tm-line-height-39 {
    line-height: 39px;
}

.tm-line-height-54 {
    line-height: 54px;
}

.tm-line-height-85 {
    line-height: 85px;
}

.tm-font-14 {
    font-size: 14px;
}

.tm-font-16 {
    font-size: 16px;
}

.tm-font-18 {
    font-size: 18px;
}

.tm-font-20 {
    font-size: 20px;
}

.tm-font-22 {
    font-size: 22px;
}

.tm-font-24 {
    font-size: 24px;
}

.tm-font-26 {
    font-size: 26px;
}

.tm-font-28 {
    font-size: 28px;
}

.tm-font-30 {
    font-size: 28px;
}

.tm-font-38 {
    font-size: 38px;
}

.tm-font-42 {
    font-size: 42px;
}

.tm-font-50 {
    font-size: 50px !important;
}

.tm-rotate-0 {
    transform: rotate(0deg);
}

.tm-rotate-90 {
    transform: rotate(90deg);
}

.tm-rotate-180 {
    transform: rotate(180deg);
}

.tm-rotate-270 {
    transform: rotate(270deg);
}

.tm-rotate-360 {
    transform: rotate(360deg);
}

.tm-mp0 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tm-m0 {
    margin: 0;
}

.tm-mt100 {
    margin-top: 100px;
}

.tm-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.tm-vertical-middle {
    display: flex;
    align-items: center;
    min-height: 100%;
}

.tm-vertical-middle-in {
    flex: none;
    width: 100%;
}

.tm-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-primary-font {
    font-family: var(--heading-font-family);
}

.tm-secondary-font {
    font-family: var(--body-font-family);
}

.tm-white-color,
.tm-white-color-hover:hover {
    color: var(--white-color) !important;
}

.tm-primary-color,
.tm-primary-color-hover:hover {
    color: var(--primary-color) !important;
}

.tm-black-color,
.tm-black-color-hover:hover {
    color: var(--black-color) !important;
}

.tm-gray-bg-20 {
    background: rgba(217, 217, 217, 0.2);
}

.tm-white-bg-1,
.tm-white-bg-1-hover:hover {
    background-color: rgba(var(--white-color), 25%);
}

.tm-white-bg,
.tm-white-bg-hover:hover {
    background-color: var(--white-color);
}

.tm-primary-bg,
.tm-primary-bg-hover:hover {
    background-color: #001232;
}

.tm-gradient-bg-1 {
    background: linear-gradient(267.18deg, #161616 0%, #080808 100%);
}

@media screen and (max-width: 991px) {
    .tm-left-space-30 {
        padding-left: 0px;
    }

    .tm-font-14-sm {
        font-size: 14px;
    }

    .tm-font-16-sm {
        font-size: 16px;
    }

    .tm-font-18-sm {
        font-size: 18px;
    }

    .tm-font-20-sm {
        font-size: 20px;
    }

    .tm-font-22-sm {
        font-size: 22px;
    }

    .tm-font-24-sm {
        font-size: 24px;
    }

    .tm-font-26-sm {
        font-size: 26px;
    }

    .tm-font-28-sm {
        font-size: 28px;
    }

    .tm-font-42-sm {
        font-size: 42px;
    }

    .tm-font-36-sm {
        font-size: 36px;
    }

    .tm-btn-group > *:not(:last-child) {
        margin-right: 10px;
    }

    .flex-column-reverse-lg {
        flex-direction: column-reverse;
    }
}

.min-container {
    max-width: 970px;
}

.tm-stroke-text {
    line-height: 1.2em;
    color: transparent;
    -webkit-text-stroke: 1px var(--body-color);
    transition: all 0.3s;
    cursor: pointer;
}

.tm-stroke-text.hover-color-changes:hover {
    -webkit-text-stroke: 1px var(--primary-color);
}

.tm-stroke-normal {
    font-weight: 700;
    line-height: 100%;
    text-shadow: -1px -1px 0 #ffffff, 0px -1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff;
    color: var(--body-bg-color);
    background-image: none;
    background-color: var(--body-bg-color);
    background-clip: text;
    -webkit-background-clip: text;
}

.tm-stroke-number {
    line-height: 1.2em;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 3px var(--primary-color);
}

.tm-stroke-number.color-white {
    -webkit-text-stroke: 1px var(--white-color);
}

.stroke-heading-text {
    line-height: 110%;
    color: transparent;
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--primary-color);
}

.tm-fixed-bg {
    background-attachment: fixed;
}

.text-dot-left {
    color: var(--white-color);
    text-transform: uppercase;
    position: relative;
    margin-left: 15px;
    display: flex;
    align-items: center;
}

.text-dot-left::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--primary-color);
}

.tm-hover-layer,
.tm-hover-layer1,
.tm-hover-layer3 {
    position: relative;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(600px) translate3d(0, 0, 0);
}

.tm-rotate-img {
    transform: rotate(45deg);
    overflow: hidden;
    border-radius: 7px;
}

.tm-rotate-img-in {
    transform: rotate(-45deg) scale(1.4);
}

.tm-half-screen {
    width: 56vw;
}

.tm-scrollup {
    position: fixed;
    bottom: -70px;
    right: 40px;
    color: var(--black-color);
    padding: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s ease;
    z-index: 10;
    background-color: var(--white-color);
    box-shadow: 0px 1px 5px 1px rgba(var(--black-color), 0.2);
    border-radius: 50%;
    z-index: 1111111111;
}

.tm-scrollup i {
    font-size: 30px;
    transition: all 0.3s ease;
    transform: rotate(90deg);
    color: var(--primary-color);
}

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

.tm-scrollup:hover i {
    color: var(--white-color);
}

.tm-scrollup.tm-scrollup-show {
    bottom: 50px;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.swiper-slide .tm-entity-img {
    display: none;
}

.tm-border-width {
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
}

.tm-border-height {
    width: 1px;
    height: 100%;
    background-color: var(--white-color);
}

.primary-color-border {
    width: 100%;
    height: 1px;
    opacity: 0.35;
    background: var(--primary-color);
}

.select-input-customize {
    border-radius: 0;
    background-color: transparent;
    color: var(--white-color);
    border: 1px solid var(--border-color);
}

.select-input-customize:focus {
    border-color: var(--primary-color) !important;
    box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.19);
}

.select-input-customize option {
    background-color: var(--black-color);
    color: rgba(var(--white-color), 25%);
}

.select-input-customize option:visited {
    background-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.social__icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 50%;
    border-radius: 50%;
    background-color: var(--white-color);
    color: var(--black-color);
    transition: all 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
}

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

.social__icon-btn:hover i {
    color: var(--white-color);
}

.social__items {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.social__item {
    border: 1px solid var(--white-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

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

.social__item:hover .social__link i {
    color: var(--black-color);
}

.social__link {
    transition: all 0.3s ease;
    line-height: 50%;
}

.social__link i {
    font-size: 20px;
    color: var(--white-color);
}

.fade-up,
.fade-down,
.fade-left,
.fade-right,
.zoom-in,
.zoom-out,
.flip-left,
.flip-right,
.slide-up,
.counter {
    will-change: transform, opacity;
}

.fade-up-content__wrapper > * {
    will-change: transform, opacity;
}

/* end tm-animison cricle */
@media screen and (max-width: 1399px) {
    .tm-right-space-150 {
        padding-right: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .tm-right-space-40,
    .tm-right-space-150 {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .tm-cursor-lg,
    .tm-cursor-sm {
        display: none !important;
    }
}

/*--------------------------------------------------------------
  6. Slider
----------------------------------------------------------------*/
.tm-slider {
    position: relative;
    overflow: hidden;
}

.parallax-item {
    --parallax-offset: 0px;
    transform: translate3d(var(--parallax-offset), 0, 0);
    transition: transform 0.3s ease;
}

.creative-conference__slider {
    width: 100%;
    height: 100%;
}

.creative-conference__slider .swiper-slide {
    width: 100%;
}

.educational-conference__slider {
    width: 100%;
    height: 100%;
}

.educational-conference__slider .swiper-slide {
    width: 100%;
}

.brands-sponsor__slider {
    width: 100%;
    height: 100%;
}

.brands-sponsor__slider .swiper-slide {
    width: 16.66%;
}

.testimonal-items__slider {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.testimonal-items__slider .swiper-slide {
    width: 410px;
}

.oc-testimonal-items__slider {
    width: 100%;
    height: 100%;
}

.oc-testimonal-items__slider .swiper-slide {
    width: 21%;
}

.oc-brands-sponsor__slider {
    width: 100%;
    height: 100%;
}

.oc-brands-sponsor__slider .swiper-slide {
    width: calc(25% - 24px);
}

.oc-brands-sponsor__slider.style2 .swiper-slide {
    width: calc(20% - 24px);
}

@media screen and (max-width: 1399px) {
    .oc-brands-sponsor__slider .swiper-slide {
        width: calc(33.333% - 24px);
    }

    .oc-brands-sponsor__slider.style2 .swiper-slide {
        width: calc(33.333% - 24px);
    }

    .oc-testimonal-items__slider .swiper-slide {
        width: 30%;
    }
}

@media screen and (max-width: 1250px) {
    .brands-sponsor__slider {
        width: 100%;
        height: 100%;
    }

    .brands-sponsor__slider .swiper-slide {
        width: 25%;
    }

    .oc-testimonal-items__slider .swiper-slide {
        width: 35%;
    }
}

@media screen and (max-width: 991px) {
    .brands-sponsor__slider {
        width: 100%;
        height: 100%;
    }

    .brands-sponsor__slider .swiper-slide {
        width: 33.33%;
    }

    .oc-testimonal-items__slider .swiper-slide {
        width: 50%;
    }

    .oc-brands-sponsor__slider .swiper-slide {
        width: calc(50% - 24px);
    }

    .oc-brands-sponsor__slider.style2 .swiper-slide {
        width: calc(50% - 24px);
    }
}

@media screen and (max-width: 767px) {
    .brands-sponsor__slider {
        width: 100%;
        height: 100%;
    }

    .brands-sponsor__slider .swiper-slide {
        width: 50%;
    }

    .oc-brands-sponsor__slider .swiper-slide {
        width: calc(100% - 0px);
    }

    .oc-brands-sponsor__slider.style2 .swiper-slide {
        width: calc(100% - 0px);
    }

    .oc-testimonal-items__slider .swiper-slide {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .swiper-slide {
        width: 100%;
    }
}

/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/
.video-counterdown__wapper {
    display: flex;
    background-position: center left;
}

.video-counterdown .video-counter {
    display: block;
    max-width: 1172px;
    width: 100%;
    height: 100%;
    flex-shrink: 1;
}

.video-counterdown .counterdown {
    flex-grow: 1;
    flex-shrink: 2;
    position: relative;
}

.video-counterdown .counterdown.style2 {
    display: flex;
    align-items: flex-end;
}

.tm-pd-video .tm-video-open,
.tm-sample-img .tm-video-open {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 68px;
    transition: all 0.3s ease;
    line-height: 48px;
}

.tm-video-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: 0.3s;
}

.tm-video-popup.active {
    left: 0;
    transition-delay: 0s;
    left: 0;
}

.tm-video-popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: var(--white-color);
    transition: all 0.4s ease-out;
    opacity: 0;
}

.tm-video-popup.active .tm-video-popup-overlay {
    opacity: 0.8;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.tm-video-popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: all 0.4s ease-out;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px;
}

.tm-video-popup.active .tm-video-popup-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.tm-video-popup-content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.tm-video-popup-container {
    display: inline-block;
    position: relative;
    text-align: left;
    max-width: 1380px;
    width: 100%;
    vertical-align: middle;
}

.tm-video-popup-container .embed-responsive {
    width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.tm-video-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.tm-video-popup iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.tm-video-popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(-45deg);
    transition: all 0.4s ease-in-out;
}

.tm-video-popup-close:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: var(--white-color);
    margin-left: -10px;
    transform: rotate(45deg);
    transition: all 0.4s ease-in-out;
}

.tm-video-popup-close:hover:before,
.tm-video-popup-close:hover:after {
    background: var(--black-color);
}

.tm-video-popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.tm-video-popup-align {
    overflow: hidden;
}

.tm-video-block {
    position: relative;
    height: 750px;
    overflow: hidden;
}

.tm-video-block.about-video-block {
    height: 750px;
}

.tm-video-block .video-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tm-video-block .video-player-btn {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    background: rgba(255, 255, 255, 0.38);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tm-video-block .video-player-btn .text {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .tm-video-block {
        height: 450px;
    }

    .tm-video-block.about-video-block {
        height: 475px;
    }

    .video-counterdown__wapper {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    .tm-video-block {
        height: 450px;
    }

    .tm-video-block.about-video-block {
        height: 400px;
    }
}

/*--------------------------------------------------------------
8. Header
----------------------------------------------------------------*/
.container-customizes {
    max-width: 1720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px;
}

.tm-site_header {
    position: relative;
    z-index: 100001;
}

.tm-site-branding {
    display: inline-block;
    max-width: 180px;
}

.tm-site_header.tm-style1 .tm-main_header_in,
.tm-site_header.tm-style1 .tm-top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0px;
    justify-content: space-between;
    gap: 50px;
}

.tm-site_header.tm-style1 .tm-main-header-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.tm-site_header.tm-style1.style-2 .tm-main-header-right {
    margin: 0;
}

@media (min-width: 1199px) {
    .tm-site_header.tm-style1.style-2 .tm-main-header-right {
        display: flex;
        gap: 25px;
    }
}

@media (min-width: 1299px) {
    .tm-site_header.tm-style1.style-2 .tm-main-header-right {
        margin: 0px 0px 0px auto;
    }

    .tm-site_header.tm-style1.style-2 .tm-main_header_in,
    .tm-site_header.tm-style1.style-2 .tm-top_header_in {
        gap: 150px;
    }

    .tm-site_header.tm-style1.style-2.type-2 .tm-main-header-center {
        margin: 0px 0px 0px auto;
    }

    .tm-site_header.tm-style1.style-2.type-2 .tm-main-header-right {
        margin: 0px;
    }

    .tm-site_header.tm-style1.style-2.type-2 .tm-main_header_in,
    .tm-site_header.tm-style1.style-2.type-2 .tm-top_header_in {
        gap: 50px;
    }
}

.tm-site_header_full_width .container {
    max-width: 100%;
    padding: 0 100px;
}

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

.tm-nav .tm-nav_list a {
    font-family: var(--heading-font-family);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    transition: word-spacing 0.2s ease;
    color: var(--white-color);
}

.tm-nav .tm-nav_list a:hover {
    word-spacing: 2px;
}

.tm-sticky_header {
    position: fixed !important;
    width: 100%;
    z-index: 999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transition: background-color 0.4s ease;
}

@media (min-width: 1199px) {
    .tm-sticky_header.style-2 {
        background-color: transparent;
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(1px);
    }

    .tm-sticky_header.style-2 .tm-nav_list {
        background-color: transparent;
    }

    .tm-sticky_header.style-2::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        opacity: 0.1;
        background-color: var(--white-color);
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list li a {
        transition: all 0.3s ease;
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list li a:hover {
        transition: all 0.3s ease;
        word-spacing: 2px;
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list .menu-item-has-children > ul {
        background-color: var(--black-color);
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list .menu-item-has-children > ul > li > a {
        transition: word-spacing 0.2s ease-in-out;
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list .menu-item-has-children > ul > li > a ::after {
        border: 2px solid rgba(var(--white-color), 0.7);
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list .menu-item-has-children > ul > li > a:hover {
        word-spacing: 2px;
    }

    .tm-sticky_header.style-2 .tm-nav > .tm-nav_list .menu-item-has-children > ul a::after {
        border: 2px solid rgba(var(--white-color), 0.7) !important;
    }

    .tm-sticky_header.style-2.tm-gescout_show > .tm-main_header .tm-main_header_in .tm-site_branding.default-logo {
        display: inline-block;
    }

    .tm-sticky_header.style-2.tm-gescout_show > .tm-main_header .tm-main_header_in .tm-site_branding.white-logo {
        display: none;
    }

    .tm-sticky_header.style-2:not(.tm-gescout_show) .tm-main_header .tm-main_header_in .tm-site_branding.default-logo {
        display: none;
    }

    .tm-sticky_header.style-2:not(.tm-gescout_show) .tm-main_header .tm-main_header_in .tm-site_branding.white-logo {
        display: inline-block;
    }
}

.tm-gescout_sticky {
    position: fixed !important;
    top: -150px;
    transition: top 0.4s ease-in-out;
}

@media (min-width: 1199px) {
    .tm-gescout_sticky.style-2 {
        background-color: var(--black-color);
    }
}

.tm-gescout_show {
    top: 0 !important;
}

.offcanvas.offcanvas-end.style-1 {
    background-color: var(--body-bg-color);
    width: 500px;
}

.offcanvaopen-btn.style-2 {
    cursor: pointer;
}

.offcanvas-header {
    display: flex;
    gap: 7px;
}

.offcanvas-header .close-text {
    text-transform: uppercase;
    font-size: 16px;
    margin-left: auto;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

.btn-close {
    width: 26px;
    height: 26px;
    transform: scale(1.5);
    filter: brightness(1.3) saturate(100%) invert(25%) sepia(82%) saturate(4500%) hue-rotate(255deg) contrast(101%);
    transition: transform 0.2s ease, filter 0.2s ease;
    outline: none;
    box-shadow: none;
    margin: 0 !important;
}

.btn-close:focus {
    outline: none;
    box-shadow: none;
}

.btn-close:active {
    transform: scale(0.85);
}

.btn-close:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.offcanvas-body__coustom-style {
    margin-top: 10%;
    padding-left: 50px;
    padding-right: 45px;
}

.offcanvas-body__content {
    display: flex;
    flex-direction: column;
    gap: 135px;
    height: 65vh;
}

.offcanvas-body__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 363px;
}

.offcanvas-body__phone {
    font-size: 32px;
    line-height: 110%;
}

.offcanvas-body__email {
    display: inline;
    font-size: 32px;
    line-height: 110%;
    color: var(--white-color);
    position: relative;
}

.offcanvas-body__email::before {
    display: inline;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    transition: background-color 0.3s ease;
}

.offcanvas-body__email:hover::before {
    background-color: var(--primary-color);
}

.offcanvas-body__desp {
    font-size: 24px;
    line-height: 150%;
}

.offcanvas-body__input {
    position: relative;
}

.offcanvas-body__input__email {
    padding-bottom: 17px;
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-family: var(--body-font-family);
    border-bottom: 1px solid rgba(117, 70, 255, 0.2);
    font-size: 16px;
    color: var(--white-color);
}

.offcanvas-body__input__email:focus {
    outline: none;
    border-bottom: 1px solid var(--white-color);
}

.offcanvas-body__input__email::-moz-placeholder {
    color: var(--white-color);
}

.offcanvas-body__input__email::placeholder {
    color: var(--white-color);
}

.offcanvas-body__input__email::-webkit-input-placeholder {
    color: var(--white-color);
}

.offcanvas-body__input__btn {
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    width: 100px;
    position: absolute;
    right: 0;
    gap: 5px;
    color: var(--white-color);
    display: inline-block;
}

.offcanvas-body__input__btn:hover {
    color: var(--primary-color);
}

@media screen and (min-width: 1199px) {
    .tm-main_header {
        position: relative;
    }

    .tm-main_header .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }

    .tm-main_header_center,
    .tm-top_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .tm-site_header.tm-style1 .tm-main_header_center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        max-width: calc(100% - 300px);
    }

    .tm-nav {
        display: flex;
        align-items: center;
        height: 100%;
        line-height: 1.6em;
        font-size: 16px;
    }

    .tm-nav .tm-nav_list {
        display: flex !important;
        flex-wrap: wrap;
        height: inherit;
    }

    .tm-nav .tm-nav_list > li {
        margin-right: 40px;
        height: 80px;
    }

    .tm-nav .tm-nav_list > li:last-child {
        margin-right: 0;
    }

    .tm-nav .tm-nav_list > li > a {
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
    }

    .tm-nav .tm-nav_list > li > ul {
        left: 0;
        top: calc(100% + 25px);
    }

    .tm-nav .tm-nav_list > li:hover > ul {
        top: calc(100% + 0px);
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children > a {
        position: relative;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children > a::after {
        content: "";
        position: absolute;
        bottom: 27px;
        display: inline-block;
        height: 2px;
        width: 0%;
        background-color: var(--white-color);
        transition: width 0.3s ease;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children > a:hover::after {
        width: 100%;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children.cs_changes_color_1 > a {
        position: relative;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children.cs_changes_color_1 > a::after {
        content: "";
        display: inline-block;
        height: 8px;
        width: 8px;
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
        margin-left: 6px;
        position: relative;
        top: -2px;
        border-radius: 0px 0px 2px 0px;
    }

    .tm-nav .tm-nav_list > li.menu-item-has-children > ul > li:last-child {
        border-bottom: none;
    }

    .tm-nav .tm-nav_list li:not(.tm-mega_menu) {
        position: relative;
    }

    .tm-nav .tm-nav_list ul {
        width: 260px;
        position: absolute;
        box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
        border-top: 0px solid rgba(255, 255, 255, 0.3215686275);
        padding: 10px 0px;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block !important;
        border-radius: 0;
        transition: all 0.1s ease;
    }

    .tm-nav .tm-nav_list ul li:hover ul {
        top: 0px;
    }

    .tm-nav .tm-nav_list ul li:hover > ul {
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease;
    }

    .tm-nav .tm-nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 7px 20px;
    }

    .tm-nav .tm-nav_list ul ul {
        top: 15px;
        left: 100%;
    }

    .tm-munu_toggle,
    .tm-munu_dropdown_toggle {
        display: none;
    }

    .tm-nav_black_section ul {
        position: relative;
        list-style: none;
        line-height: 65px;
        padding: 0px;
    }

    .tm-nav_black_section ul li {
        margin-top: 40px;
        font-size: 55px;
        text-transform: uppercase;
        font-weight: 900;
    }

    .menu-item-has-black-section {
        position: relative;
    }

    .menu-item-has-black-section span {
        cursor: pointer;
    }

    .menu-item-has-black-section > a {
        position: relative;
    }

    .menu-item-has-black-section > ul {
        padding-left: 40px;
        display: none;
        list-style: none;
        line-height: 30px;
    }

    .menu-item-has-black-section > ul li {
        margin-top: 40px;
    }

    .tm-munu_dropdown_toggle_1 {
        position: absolute;
        height: 30px;
        width: 35px;
        right: 20px;
        top: 9px;
    }

    .tm-munu_dropdown_toggle_1:before, .tm-munu_dropdown_toggle_1:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 35px;
        transition: all 0.3s ease;
    }

    .tm-munu_dropdown_toggle_1:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .tm-munu_dropdown_toggle_1.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@media screen and (max-width: 1199px) {
    .tm-main_header .container {
        max-width: 100%;
    }

    .tm-site_header.tm-style1 .tm-nav {
        display: flex;
    }

    .tm-site_header.tm-style1 .tm-main-header-left {
        position: relative;
        z-index: 1111;
    }

    .tm-site_header_full_width .container {
        padding: 0 15px;
    }

    .tm-munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px;
        z-index: 11;
    }

    .tm-munu_dropdown_toggle:before, .tm-munu_dropdown_toggle:after {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 10px;
        transition: all 0.3s ease;
        background-color: var(--white-color);
    }

    .tm-munu_dropdown_toggle:before {
        transform: translate(-50%, -50%) rotate(90deg);
    }

    .tm-munu_dropdown_toggle.active:before {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    .tm-nav .tm-nav_list {
        position: absolute;
        width: 100vw;
        left: -15px;
        padding: 10px 0;
        display: none;
        top: 0%;
        padding-top: 75px;
        border-top: 1px solid var(--black-color);
        border-bottom: 1px solid var(--black-color);
        overflow: auto;
        max-height: calc(100vh - 80px);
        line-height: 1.6em;
        background-color: var(--black-color);
    }

    .tm-nav .tm-nav_list ul {
        padding-left: 15px;
        display: none;
    }

    .tm-nav .tm-nav_list a {
        display: block;
        padding: 8px 20px;
        text-transform: uppercase;
        position: relative;
    }

    .tm-nav .menu-item-has-children {
        position: relative;
    }

    /*Mobile Menu Button*/
    .tm-munu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px;
    }

    .tm-munu_toggle span,
    .tm-munu_toggle span:before,
    .tm-munu_toggle span:after {
        width: 100%;
        height: 2px;
        background-color: var(--white-color);
        display: block;
    }

    .tm-munu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: 0.2s;
    }

    .tm-munu_toggle span:before {
        content: "";
        position: absolute;
        margin-top: -9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }

    .tm-munu_toggle span:after {
        content: "";
        position: absolute;
        margin-top: 9px;
        transition-property: margin, transform;
        transition-duration: 0.2s;
        transition-delay: 0.2s, 0s;
    }

    .tm-site_header.tm-style1 .tm-munu_toggle {
        top: 50%;
        right: 0px;
        margin-top: -13px;
    }

    .tm-toggle_active span {
        background-color: rgba(0, 0, 0, 0);
        transition-delay: 0.2s;
    }

    .tm-toggle_active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.2s;
    }

    .tm-toggle_active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.2s;
    }

    .tm-header_toolbox {
        margin-right: 50px;
    }

    .tm-site_header.tm-style1 .tm-main_header_in {
        height: 80px;
        justify-content: start;
        margin: 0px;
    }

    .tm-site_header .current-menu-item > a:before {
        display: none;
    }

    .tm-site_header.tm-style1 .tm-main_header_center .tm-site_branding {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .tm-site_header.tm-style1 {
        top: 0;
    }

    .tm-main-header-right {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .tm-site_header .container {
        max-width: 100%;
    }

    .tm-site_header.tm-style1 .tm-action_box > *:not(:last-child) {
        margin-right: 25px;
    }

    .tm-site_header.tm-style1 .tm-btn {
        padding: 8px;
    }
}

@media screen and (max-width: 575px) {
    .tm-site-branding {
        max-width: 150px;
    }

    .tm-site_branding img {
        max-height: 32px;
    }

    .tm-site_header.tm-style1 .tm-btn span {
        display: none;
    }

    .tm-site_header.tm-style1 .tm-btn svg {
        margin-right: 0;
        width: 20px;
        height: 20px;
    }
}

/*--------------------------------------------------------------
  9. Footer
----------------------------------------------------------------*/
.footer {
    position: relative;
    z-index: 111;
    overflow: hidden;
}

.footer__bg--icon {
    position: absolute;
    left: 51%;
    transform: translate(-79%, 17%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: clamp(133px, 22vw + 10px, 291px);
    /* height: clamp(60px, 23vw + 30px, 568px);*/
}

.footer__main {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

.footer__left {
    max-width: 400px;
    width: 100%;
    font-size: 18px;
}

.footer__right {
    max-width: 450px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer__input {
    position: relative;
}

.footer__input__email {
    padding-bottom: 17px;
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-family: var(--body-font-family);
    border-bottom: 1px solid rgba(117, 70, 255, 0.2);
    font-size: 16px;
    color: var(--white-color);
}

.footer__input__email:focus {
    outline: none;
    border-bottom: 1px solid var(--white-color);
}

.footer__input__email::-moz-placeholder {
    color: var(--white-color);
}

.footer__input__email::placeholder {
    color: var(--white-color);
}

.footer__input__email::-webkit-input-placeholder {
    color: var(--white-color);
}

.footer__input__btn {
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    width: 100px;
    position: absolute;
    right: 0;
    gap: 5px;
    color: var(--white-color);
    display: inline-block;
}

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

.footer__logo {
    margin-bottom: 17px;
}

.footer__description {
    margin-bottom: 80px;
}

.footer__list--services {
    max-width: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 37px;
}

.footer__title {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer__title.sp__btttom-10 {
    margin-bottom: 10px;
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__link {
    font-size: 16px;
    font-family: var(--heading-font-family);
    position: relative;
}

.footer__link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    margin-top: 5px;
    transition: all 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
}

.footer__link:hover {
    color: var(--white-color);
}

.footer__link:hover::after {
    width: 100%;
    transform: scaleX(1);
}

.footer__address {
    font-size: 16px;
}

.footer__phonetitle {
    font-size: 20px;
    line-height: 110%;
}

.footer__phonenumber {
    font-size: 24px;
    line-height: 110%;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

.footer__emailtitle {
    font-size: 20px;
    line-height: 110%;
}

.footer__emailtext {
    font-size: 24px;
    line-height: 110%;
    color: var(--white-color);
    font-family: var(--heading-font-family);
}

.footer__copyright {
    position: relative;
    z-index: 111;
    border-bottom: 1px solid rgba(117, 70, 255, 0.2);
    border-top: 1px solid rgba(117, 70, 255, 0.2);
}

.footer__copyright__copytext {
    font-size: 16px;
    line-height: 110%;
    color: var(--white-color);
}

.footer__copyright__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

@media screen and (max-width: 991px) {
    .footer__right {
        max-width: 100%;
    }

    .footer__bg--icon {
        opacity: 0.3;
    }

    .footer__description {
        margin-bottom: 50px;
    }

    .footer__copyright__inner {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 406px) {
    .footer .tm-height-lg--33 {
        height: 30px;
    }
}

/*--------------------------------------------------------------
  11. Common Page Title
----------------------------------------------------------------*/
.common-section-heading {
    padding-bottom: 50px;
}

.common-section-heading__wapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common-section-heading__wapper.type-2 {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.common-section-heading__subtitle {
    max-width: 693px;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
}

.common-section-heading__right {
    flex: 1;
}

.common-section-heading__left {
    flex: 1;
    justify-items: end;
}

.common-section-heading__left.swiper__buttons {
    justify-items: end;
}

.common-section-heading__left .tm-stroke-normal {
    opacity: 0.3;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
}

.common-section-heading__left .tm-stroke-normal.style2 {
    color: #f5f6fa;
    text-transform: uppercase;
}

.common-section-heading__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.common-section-heading__title {
    font-size: 80px;
    color: var(--heading-color);
}

.common-section-heading__title--small {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 110%;
    font-weight: 600;
}

.common-section-heading__title.color-tyle {
    color: var(--black-color);
}

.braidcrumb {
    position: relative;
    overflow: hidden;
    max-height: 600px;
    min-height: 595px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center top;
}

.braidcrumb.style2 {
    max-height: 400px;
    min-height: 399px;
}

.braidcrumb.style3 {
    max-height: 350px;
    min-height: 349px;
}

.braidcrumb.style3 .braidcrumb__wapper {
    margin-top: 100px;
}

.braidcrumb.color2 {
    background-color: #131726;
}

.braidcrumb__wapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 50px;
}

.braidcrumb__wapper.type2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.braidcrumb__wapper.type2 .braidcrumb__content {
    align-items: flex-start;
}

.braidcrumb__wapper.type2 .braidcrumb__right-content {
    width: 451px;
    display: flex;
    flex-direction: column;
}

.braidcrumb__wapper.type2 .braidcrumb__right-content .prev-btn__desp {
    align-self: flex-end;
    max-width: 258px;
    width: 100%;
    text-align: start;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--heading-font-family);
    color: var(--white-color);
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn {
    display: flex;
    gap: 30px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .next-btn {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .next-btn .text {
    color: var(--white-color);
    font-size: 16px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .next-btn .icon {
    margin-top: 2px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .next-btn .icon i {
    line-height: 100%;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .dot {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--primary-color);
    margin-top: 7px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .prev-btn {
    display: flex;
    gap: 5px;
    cursor: pointer;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .prev-btn .text {
    color: var(--white-color);
    font-size: 16px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .prev-btn .icon {
    margin-top: 2px;
}

.braidcrumb__wapper.type2 .braidcrumb__inner-btn .prev-btn .icon i {
    line-height: 100%;
}

.braidcrumb__wapper.type2 .underline_style {
    position: relative;
}

.braidcrumb__wapper.type2 .underline_style::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    opacity: 0.2;
}

.braidcrumb__content {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.braidcrumb__title {
    font-size: 80px;
    font-weight: 600;
}

.braidcrumb__backto__home {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    display: flex;
    gap: 5px;
}

.braidcrumb__time-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0px;
}

.braidcrumb__time-info-text {
    color: var(--white-color);
    font-family: var(--heading-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
}

.braidcrumb__time-info .circle-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
}

.braidcrumb__location-text {
    color: var(--white-color);
    line-height: 136%;
}

.braidcrumb__location-text-title {
    font-size: 20px;
    font-weight: 700;
}

.tm-animetion-right,
.tm-animetion-left,
.tm-animetion-top {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: none;
    will-change: transform, opacity;
}

.tm-animetion-right {
    animation: td-animation-right 0.5s ease-out forwards;
}

@keyframes td-animation-right {
    0% {
        transform: translateX(60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.tm-animetion-left {
    animation: td-animation-left 0.5s ease-out forwards;
}

@keyframes td-animation-left {
    0% {
        transform: translateX(-60px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.tm-animetion-top {
    animation: td-animation-top 0.5s ease-out forwards;
}

@keyframes td-animation-top {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1199px) {
    .common-section-heading__right {
        flex: 2;
    }
}

@media screen and (max-width: 991px) {
    .common-section-heading__wapper {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    .common-section-heading__title {
        font-size: 52px;
    }

    .braidcrumb__wapper.type2 {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .braidcrumb__wapper.type2 .braidcrumb__right-content .prev-btn__desp {
        margin-top: 15px;
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .common-section-heading__wapper.type-2 {
        align-items: flex-start;
    }

    .common-section-heading__subtitle {
        text-align: start;
    }

    .braidcrumb__title {
        font-size: 62px;
    }
}

/*
|......................................................................
| Template Name: Daevnt
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Spacing
| 4. General
| 5. Slider
| 6. Video Popup
| 7. Header
| 8. Footer
| 9. Pagination
| 10. Common Page Title
| 11. Button
| 12. Service Card
| 13. Hero
| 14. Service
| 15. Funfact
| 16. Testimonal
| 17. Team
| 18. Pricing Card
| 19. Blog
| 20. Cta
| 21. Choose Us Contain
| 22. Accordion
| 23. Tab
| 24. Contact
| 25. Error Comming Card
| 26. Sticky Content
| 27. gallery
| 28. Event
| 29. Feature
| 30. Speakers
| 31. Moving
| 32. About
| 33. Counterdown
| 34. Up Comming
 ................................................................*/
/*--------------------------------------------------------------
  12. Button
----------------------------------------------------------------*/
.primary__btn {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    background-color: #c3851c;
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.primary__btn:hover {
    background-color: #0b3c5f;
    color: var(--white-color);
}

.primary__btn.style3 {
    padding: 10px 16px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
}

.primary__btn.bg-white__btn {
    color: var(--black-color);
}

.primary__btn.style2 {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background-color: var(--white-color);
    width: 100%;
    border: none;
    color: var(--black-color);
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
}

.primary__btn.style2:hover {
    background-color: var(--primary-200);
    color: var(--white-color);
}

.feature-content__button {
    display: inline-flex;
    padding: 16px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    background-color: var(--primary-color);
    font-family: var(--heading-font-family);
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    text-transform: uppercase;
    transition: all 0.3s ease;
    flex-shrink: 0;
    background: transparent;
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}

.feature-content__button:hover {
    background-color: var(--primary-200);
    color: var(--white-color);
}

.feature-content__button:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.feature-content__button.button-active {
    background: var(--primary-color);
    color: var(--white-color);
}

.zigzag__btn {
    cursor: pointer;
    display: inline-block;
    width: 150px;
    height: 151px;
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
}

.zigzag__btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 151px;
}

.zigzag__btn--text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    color: var(--black-color);
    text-align: center;
}

.zigzag__btn--icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 17.995px;
    height: 18px;
    flex-shrink: 0;
    color: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    position: relative;
    line-height: 19%;
}

.zigzag__btn--icon i {
    position: absolute;
    font-size: 10px;
    padding: 2px;
    line-height: 19%;
}

.zigzag__btn.style2 {
    cursor: pointer;
}

.zigzag__btn.style2 .zigzag__btn--icon,
.zigzag__btn.style2 .zigzag__btn--text {
    color: var(--white-color);
}

.zigzag__btn.style2 svg path {
    fill: #c3851c;
}

.circle__btn-next {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transform: rotate(180deg);
}

.circle__btn-next i {
    font-size: 30px;
    color: var(--white-color);
}

.circle__btn-next:hover {
    background: #c3851c;
}

.circle__btn-perv {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    background: var(--primary-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.circle__btn-perv i {
    font-size: 30px;
    color: var(--white-color);
}

.circle__btn-perv:hover {
    background: #c3851c;
}

.view__btn {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 17.6px */
    text-transform: uppercase;
    color: var(--white-color);
}

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

@media screen and (max-width: 991px) {
    .circle__btn-next {
        width: 60px;
        height: 60px;
    }

    .circle__btn-perv {
        width: 60px;
        height: 60px;
    }
}

/*--------------------------------------------------------------
  13. Service Card
----------------------------------------------------------------*/
.services__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 115px;
}

.services-item {
    max-width: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    gap: 15px;
}

.services-item:hover {
    color: var(--body-color);
}

.services-item__title {
    font-size: 36px;
    font-weight: 600;
}

.services-item__body {
    flex: 1 1 auto;
}

.services-item__desp {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.services-item__bottom {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    width: calc(100% - 32px);
}

.services-item__border {
    flex-grow: 1;
}

.services-item__border .border-one {
    width: 100%;
    height: 1px;
    background-color: var(--primary-color);
}

.services-item__arrow-icon i {
    transition: color 0.3s ease;
    color: rgba(117, 70, 255, 0.2);
    font-size: 50px;
}

.services-item:hover .services-item__arrow-icon i {
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .services-item {
        max-width: 338px;
    }
}

@media screen and (max-width: 767px) {
    .services__items {
        row-gap: 50px;
        justify-content: center;
    }
}

/*--------------------------------------------------------------
  14. Hero
----------------------------------------------------------------*/
.creative-conference__wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.creative-conference__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.creative-conference__content {
    margin-top: 84px;
    position: absolute;
    max-width: 905px;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.creative-conference__title {
    font-size: clamp(52px, 13vw, 131px);
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 5px;
}

.creative-conference__speaker {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 45px;
    margin-top: 20px;
    position: relative;
}

.creative-conference__speaker .speaker__img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 2;
}

.creative-conference__speaker .speaker__inner-text {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white-color);
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    -moz-text-stroke: 1px var(--white-color);
    -moz-text-stroke-width: 1px;
    -moz-text-stroke-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: var(--heading-font-family);
    font-size: 80px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    z-index: 1;
    background-color: transparent;
    background: transparent;
    opacity: 0.15;
}

.creative-conference__datetime {
    display: flex;
    gap: 40px;
}

.creative-conference__datetime .datetime_desp {
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    color: var(--white-color);
    max-width: 182px;
}

.creative-conference__datetime .datetime__content .datetime__name {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    color: var(--white-color);
}

.creative-conference__datetime .datetime__content .datetime__desp {
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    color: var(--white-color);
}

.creative-conference .cc__slider--controller {
    position: absolute;
    top: 85%;
    right: 80px;
    z-index: 2;
    display: flex;
    gap: 30px;
}

.creative-conference .cc__slider--controller .cc__slider__prve--btn {
    visibility: hidden;
    opacity: 0;
}

.creative-conference .cc__slider--controller .cc__slider__next--btn,
.creative-conference .cc__slider--controller .cc__slider__prve--btn {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.creative-conference .cc__slider--controller .cc__slider__next--btn:hover,
.creative-conference .cc__slider--controller .cc__slider__prve--btn:hover {
    opacity: 0.8;
    transform: translateX(2px);
}

.creative-conference .cc__slider--controller .cc__slider__next--btn:hover .dotshape,
.creative-conference .cc__slider--controller .cc__slider__prve--btn:hover .dotshape {
    transform: scale(1.2);
}

.creative-conference .cc__slider--controller .cc__slider__next--btn .dotshape,
.creative-conference .cc__slider--controller .cc__slider__prve--btn .dotshape {
    display: none;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.creative-conference .cc__slider--controller .cc__slider__next--btn .text,
.creative-conference .cc__slider--controller .cc__slider__prve--btn .text {
    line-height: 65%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);
}

.creative-conference .cc__slider--btn {
    position: absolute;
    left: 50%;
    bottom: 7%;
    transform: translate(-50%, 0%);
    z-index: 2;
}

.creative-conference .cc_contact--bar {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-color);
    font-weight: 500;
}

.creative-conference .cc_contact--bar > * {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 325px;
}

.creative-conference .cc_contact--bar > * > * {
    font-weight: 500;
    font-size: 18px;
}

.creative-conference .cc_contact--bar .left-border {
    border-left: 1px solid rgba(117, 70, 255, 0.4);
}

.creative-conference .cc_contact--bar .right-border {
    border-right: 1px solid rgba(117, 70, 255, 0.4);
    opacity: 0.4;
}

.creative-conference .cc_contact--bar .left-border-none {
    border-left: none;
}

.creative-conference .cc_contact--bar .right-border-none {
    border-right: none;
}

.home-intro__highlight-word {
    display: inline-block !important;
    overflow: hidden;
}

.online-conference-hero__wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.online-conference-hero__inner {
    position: absolute;
    bottom: 100px;
    margin-left: -10px;
}

.online-conference-hero-bg__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.online-conference-hero-man__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    will-change: transform, opacity;
    transform-origin: center;
    transform-style: preserve-3d;
    opacity: 0;
}

.online-conference-hero__content {
    position: relative;
    z-index: 11;
    max-height: 579px;
    min-height: 578px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.online-conference-hero__title {
    display: inline;
    max-width: 768px;
}

.online-conference-hero__title-text {
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-variation-settings: "wght" 600, "opsz" 96;
    font-size: 80px;
    transform: scaleX(0.55);
    transform-origin: left;
    display: inline-block;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    white-space: nowrap;
}

.online-conference-hero__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.online-conference-hero__social-links {
    position: absolute;
    width: 100px;
    height: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    right: -12px;
    list-style: none;
    display: flex;
    flex-direction: column;
    z-index: 11;
    justify-content: center;
    padding-left: 0px;
    padding: 0;
}

.online-conference-hero__social-item {
    border-bottom: 1px solid rgba(117, 70, 255, 0.4);
    text-align: center;
}

.online-conference-hero__social-item:last-child {
    border-bottom: none;
}

.online-conference-hero__social-item a {
    padding: 15px;
    display: inline-block;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-decoration: none;
    color: var(--white-color);
    transition: color 0.5s ease;
}

.curve-animation-content {
    opacity: 0;
    transform: translateY(60px) translateZ(0) skewY(3deg) scaleY(1.2) scaleZ(0.8);
    transform-style: preserve-3d;
    transform-origin: top left;
    transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
    will-change: transform;
}

.curve-animation-content.active-animation {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleY(1) scaleZ(1);
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
}

.educational-conference__wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.educational-conference__img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
}

.educational-conference__content {
    margin-top: 84px;
    position: absolute;
    max-width: 903px;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}

.educational-conference__title {
    font-size: clamp(62px, 15vw, 65px);
    font-weight: 700;
    text-transform: uppercase;
    font-variation-settings: "wght" 700, "opsz" 85;
    transform: scaleX(0.85);
    transform-origin: left;
    display: inline-block;
    letter-spacing: 1px;
    transition: transform 0.3s ease;
    white-space: nowrap;
}

.educational-conference__datedesp {
    color: var(--white-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.educational-conference__datedesp .desp {
    font-size: 20px;
    line-height: 150%;
}

.educational-conference__datedesp .year {
    font-size: clamp(62px, 15vw, 110px);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

.educational-conference__btn {
    margin-top: 40px;
}

.educational-conference__stroke {
    font-size: clamp(-31px, 7vw, 33px);
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 500;
    color: transparent;
    -webkit-text-stroke: 0.5px var(--white-color);
}

.educational-conference .ec__slider--controller {
    position: absolute;
    top: 85%;
    right: 80px;
    z-index: 2;
    display: flex;
    gap: 30px;
}

.educational-conference .ec__slider--controller .ec__slider__prve--btn {
    visibility: hidden;
    opacity: 0;
}

.educational-conference .ec__slider--controller .ec__slider__next--btn,
.educational-conference .ec__slider--controller .ec__slider__prve--btn {
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.educational-conference .ec__slider--controller .ec__slider__next--btn:hover,
.educational-conference .ec__slider--controller .ec__slider__prve--btn:hover {
    opacity: 0.8;
    transform: translateX(2px);
}

.educational-conference .ec__slider--controller .ec__slider__next--btn:hover .dotshape,
.educational-conference .ec__slider--controller .ec__slider__prve--btn:hover .dotshape {
    transform: scale(1.2);
}

.educational-conference .ec__slider--controller .ec__slider__next--btn .dotshape,
.educational-conference .ec__slider--controller .ec__slider__prve--btn .dotshape {
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    background-color: var(--secondary-color);
    transition: all 0.3s ease;
    margin-bottom: 2px;
}

.educational-conference .ec__slider--controller .ec__slider__next--btn .text,
.educational-conference .ec__slider--controller .ec__slider__prve--btn .text {
    line-height: 65%;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);
}

.text-curve-animation {
    opacity: 0;
    transform: translateY(60px) translateZ(0) skewY(3deg) scaleY(1.2) scaleZ(0.8);
    transform-style: preserve-3d;
    transform-origin: top left;
    transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
    will-change: transform;
}

.swiper-slide-active .text-curve-animation {
    opacity: 1;
    transform: translateY(0) skewY(0) scaleY(1) scaleZ(1);
    transform-style: preserve-3d;
    transition: transform 1.5s cubic-bezier(0.16, 0.09, 0, 1.02) 0s, opacity 0.3s 0s;
}

.educational-conference__img {
    transition: transform 2s ease, opacity 1.2s ease;
    transform: scale(1.2);
    opacity: 0;
}

.swiper-slide-active .educational-conference__img {
    transform: scale(1);
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .creative-conference__datetime {
        display: none;
    }

    .online-conference-hero__content {
        min-height: 478px;
        gap: 50px;
    }

    .online-conference-hero__bottom {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 991px) {
    .educational-conference__title {
        white-space: wrap;
    }

    .educational-conference__datedesp {
        flex-wrap: wrap;
        gap: 30px;
        width: 70%;
    }

    .online-conference-hero__social-links {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .creative-conference__content {
        margin-top: -27px;
    }

    .creative-conference__datetime {
        display: none;
    }

    .creative-conference .cc_contact--bar {
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .creative-conference .cc_contact--bar > * {
        height: 40px;
    }

    .creative-conference .cc__slider--controller {
        display: none;
    }

    .creative-conference .small-text {
        font-size: 42px !important;
    }

    .online-conference-hero__social-links {
        display: none;
    }

    .online-conference-hero__title-text {
        white-space: normal;
    }
}

/*--------------------------------------------------------------
  15. Service
----------------------------------------------------------------*/
.services-details__wapper {
    border: 1px solid rgba(217, 217, 217, 0.2);
    border-top: 0;
    border-bottom: 0;
    padding: 0 130px;
}

.services-details__desp {
    padding-top: 30px;
    line-height: 150%;
    font-size: 16px;
}

.services-details__desp .highlight {
    font-weight: 700;
    color: var(--white-color);
}

.services-details__title {
    margin-top: 50px;
    font-size: 24px;
}

.services-details__imgs {
    margin: 50px 0;
    display: flex;
    gap: 10px;
}

.services-details__imgs > * {
    flex: 1;
}

@media screen and (max-width: 991px) {
    .services-details__wapper {
        padding: 0 15px;
    }

    .services-details__imgs {
        flex-wrap: wrap;
    }
}

/*--------------------------------------------------------------
  16. Funfact
----------------------------------------------------------------*/
.funfact-content__wapper {
    display: flex;
    justify-content: space-between;
}

.funfact-content__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.funfact-content__item--cunter {
    font-size: 80px;
    line-height: 100%;
}

.funfact-content__item--title {
    font-size: 30px;
    line-height: 110%;
}

.funfact-content__item--desp {
    margin-top: 5px;
    font-size: 16px;
}

.funfact-content.style2 .funfact-content__item {
    text-align: start;
    align-items: flex-start;
}

.funfact-content.style2 .funfact-content__item--desp {
    font-family: var(--heading-font-family);
    font-size: 24px;
    line-height: 110%;
    color: var(--white-color);
}

@media screen and (max-width: 991px) {
    .funfact-content__wapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-around;
    }
}

@media screen and (max-width: 767px) {
    .funfact-content__wapper {
        flex-direction: column;
        gap: 50px;
    }

    .funfact-content__item--cunter {
        font-size: 52px;
    }
}

/*--------------------------------------------------------------
  17. Testimonal
----------------------------------------------------------------*/
.testimonal-items__wrapper {
    height: 673px;
}

.testimonal-items__wrapper .swiper-slide {
    display: flex;
}

.testimonal-items__wrapper .swiper-slide:nth-child(even) {
    align-items: start;
}

.testimonal-items__wrapper .swiper-slide:nth-child(odd) {
    align-items: end;
}

.testimonal-items .testimonal-item {
    width: 410px;
    height: 410px;
    border-radius: 50%;
    border: 1px dashed var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--primary-color);
    padding: 20px 20px 20px 62px;
}

.testimonal-items .testimonal-item__subtitle {
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
    color: var(--white-color);
}

.testimonal-items .testimonal-item__title {
    margin-top: 9px;
    margin-bottom: 5px;
    font-size: 20px;
}

.testimonal-items .testimonal-item__desp {
    font-size: 16px;
    font-style: italic;
}

.testimonal-items .testimonal-item__style2 {
    padding: 73px;
    background-color: var(--white-color);
}

.testimonal-items .testimonal-item__style2 .testimonal-item__title {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.testimonal-items .testimonal-item__style2 .testimonal-item__desp {
    color: var(--black-color);
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (min-width: 1200px) {
    .testimonal-items__wrapper {
        height: 673px;
    }

    .testimonal-items__wrapper.style2 {
        height: 100%;
    }

    .testimonal-items__wrapper.style2 .swiper-slide {
        margin-left: 20px;
        width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonal-items__wrapper {
        height: auto;
    }

    .testimonal-items .testimonal-item__style2 {
        padding: 35px;
    }
}

@media screen and (max-width: 991px) {
    .testimonal-items__wrapper {
        height: auto;
    }

    .testimonal-items .testimonal-item {
        width: auto;
        height: auto;
        border: none;
    }

    .testimonal-items .testimonal-item__style2 {
        padding: 55px 35px;
    }
}

@media screen and (max-width: 991px) {
    .testimonal-items .testimonal-item {
        padding: 20px 20px 20px 15px;
    }
}

/*--------------------------------------------------------------
  18. team
----------------------------------------------------------------*/
.about-content__wapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-content__subtitle {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 110%;
    text-align: center;
    font-family: var(--heading-font-family);
}

.about-content__subtitle .style1 {
    margin: 0;
}

.about-content__info {
    text-align: center;
    font-size: 50px;
    margin-bottom: 45px;
}

.about-content__info .highlight-text {
    color: var(--primary-color);
}

.about-content__btn-phone {
    margin-top: 75px;
    display: flex;
    gap: 35px;
}

.about-content__btn-phone .about-phone-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.about-content__btn-phone .about-phone-info .social__icon-btn {
    transition: color 0.3s ease;
}

.about-content__btn-phone .about-phone-info .social__icon-btn i {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.about-content__btn-phone .about-phone-info:hover .social__icon-btn {
    background-color: var(--primary-color);
}

.about-content__btn-phone .about-phone-info:hover .social__icon-btn i {
    color: var(--white-color);
}

.about-content__btn-phone .about-phone-info .about-phone-text {
    font-size: 22px;
    font-weight: 500;
    color: var(--white-color);
}

@media screen and (max-width: 767px) {
    .about-content__info {
        font-size: 42px;
    }

    .about-content__btn-phone {
        margin-top: 50px;
    }
}

/*--------------------------------------------------------------
  19. Pricing Card
----------------------------------------------------------------*/
.package-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.package-content .fade-up {
    flex-grow: 1;
}

.package-content .package-one,
.package-content .package-two,
.package-content .package-three {
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.package-content .package-one.style2,
.package-content .package-two.style2,
.package-content .package-three.style2 {
    background-color: var(--secondary-emphasis-color);
    transition: all 0.3s ease;
    color: var(--white-color);
}

.package-content .package-one.style2.type2,
.package-content .package-two.style2.type2,
.package-content .package-three.style2.type2 {
    background-color: var(--white-color);
    color: var(--black-color);
}

.package-content .package-one.style2.type2 .package-head-info .title,
.package-content .package-two.style2.type2 .package-head-info .title,
.package-content .package-three.style2.type2 .package-head-info .title {
    color: var(--black-color);
}

.package-content .package-one.style2.type2 .package-head-info .price,
.package-content .package-two.style2.type2 .package-head-info .price,
.package-content .package-three.style2.type2 .package-head-info .price {
    color: var(--black-color);
}

.package-content .package-one.style2.type2 .visitor-select,
.package-content .package-two.style2.type2 .visitor-select,
.package-content .package-three.style2.type2 .visitor-select {
    color: var(--black-color);
}

.package-content .package-one.style2.type2 .primary__btn.type-2,
.package-content .package-two.style2.type2 .primary__btn.type-2,
.package-content .package-three.style2.type2 .primary__btn.type-2 {
    background-color: var(--primary-color);
}

.package-content .package-one.style2.type3,
.package-content .package-two.style2.type3,
.package-content .package-three.style2.type3 {
    background-color: transparent;
    color: var(--white-color);
}

.package-content .package-one.style2.type3 .package-head-info .title,
.package-content .package-two.style2.type3 .package-head-info .title,
.package-content .package-three.style2.type3 .package-head-info .title {
    color: var(--white-color);
}

.package-content .package-one.style2.type3 .package-head-info .price,
.package-content .package-two.style2.type3 .package-head-info .price,
.package-content .package-three.style2.type3 .package-head-info .price {
    color: var(--white-color);
}

.package-content .package-one.style2.type3 .visitor-select,
.package-content .package-two.style2.type3 .visitor-select,
.package-content .package-three.style2.type3 .visitor-select {
    color: var(--white-color);
}

.package-content .package-one.style2.type3 .primary__btn.type-2,
.package-content .package-two.style2.type3 .primary__btn.type-2,
.package-content .package-three.style2.type3 .primary__btn.type-2 {
    border: none;
    color: var(--black-color);
    background-color: var(--white-color);
}

.package-content .package-one.style2.type3 .package-list li i,
.package-content .package-two.style2.type3 .package-list li i,
.package-content .package-three.style2.type3 .package-list li i {
    transition: color 0.3s ease;
    color: var(--white-color);
}

.package-content .package-one.style2.active,
.package-content .package-two.style2.active,
.package-content .package-three.style2.active {
    background-color: var(--primary-color);
    cursor: pointer;
    color: var(--white-color);
}

.package-content .package-one.style2.active .primary__btn.type-2,
.package-content .package-two.style2.active .primary__btn.type-2,
.package-content .package-three.style2.active .primary__btn.type-2 {
    background-color: var(--white-color);
    color: var(--black-color);
}

.package-content .package-one.style2.active .package-head-info .title,
.package-content .package-two.style2.active .package-head-info .title,
.package-content .package-three.style2.active .package-head-info .title {
    color: var(--white-color);
}

.package-content .package-one.style2.active .package-head-info .price,
.package-content .package-two.style2.active .package-head-info .price,
.package-content .package-three.style2.active .package-head-info .price {
    color: var(--white-color);
}

.package-content .package-one.style2.active .package-list li i,
.package-content .package-two.style2.active .package-list li i,
.package-content .package-three.style2.active .package-list li i {
    color: var(--white-color);
}

.package-content .package-one.style2.active .visitor-select,
.package-content .package-two.style2.active .visitor-select,
.package-content .package-three.style2.active .visitor-select {
    color: var(--white-color);
}

.package-content .package-one.style2.active.type3,
.package-content .package-two.style2.active.type3,
.package-content .package-three.style2.active.type3 {
    background-color: var(--white-color);
    color: var(--black-color);
}

.package-content .package-one.style2.active.type3 .package-head-info .title,
.package-content .package-two.style2.active.type3 .package-head-info .title,
.package-content .package-three.style2.active.type3 .package-head-info .title {
    color: var(--black-color);
}

.package-content .package-one.style2.active.type3 .package-head-info .price,
.package-content .package-two.style2.active.type3 .package-head-info .price,
.package-content .package-three.style2.active.type3 .package-head-info .price {
    color: var(--black-color);
}

.package-content .package-one.style2.active.type3 .visitor-select,
.package-content .package-two.style2.active.type3 .visitor-select,
.package-content .package-three.style2.active.type3 .visitor-select {
    color: var(--black-color);
}

.package-content .package-one.style2.active.type3 .primary__btn.type-2,
.package-content .package-two.style2.active.type3 .primary__btn.type-2,
.package-content .package-three.style2.active.type3 .primary__btn.type-2 {
    color: var(--white-color);
    background-color: var(--primary-color);
}

.package-content .package-one.style2.active.type3 .package-list li i,
.package-content .package-two.style2.active.type3 .package-list li i,
.package-content .package-three.style2.active.type3 .package-list li i {
    transition: color 0.3s ease;
    color: var(--primary-color);
}

.package-content .package-one .package-head-info,
.package-content .package-two .package-head-info,
.package-content .package-three .package-head-info {
    position: relative;
    margin-top: 50px;
}

.package-content .package-one .package-head-info .title,
.package-content .package-two .package-head-info .title,
.package-content .package-three .package-head-info .title {
    font-size: 24px;
    color: var(--white-color);
    margin-bottom: 10px;
    font-family: var(--heading-font-family);
    font-weight: 600;
}

.package-content .package-one .package-head-info .price,
.package-content .package-two .package-head-info .price,
.package-content .package-three .package-head-info .price {
    color: var(--white-color);
    font-size: 50px;
    margin-bottom: 20px;
    font-family: var(--heading-font-family);
}

.package-content .package-one .package-head-info .duration,
.package-content .package-two .package-head-info .duration,
.package-content .package-three .package-head-info .duration {
    font-size: 18px;
}

.package-content .package-one .border-horizontal,
.package-content .package-two .border-horizontal,
.package-content .package-three .border-horizontal {
    width: 100%;
    height: 1px;
    background-color: transparent;
    opacity: 0.05;
    margin-top: 20px;
    margin-bottom: 40px;
}

.package-content .package-one .package-list,
.package-content .package-two .package-list,
.package-content .package-three .package-list {
    text-align: start;
    max-width: 320px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.package-content .package-one .package-list li,
.package-content .package-two .package-list li,
.package-content .package-three .package-list li {
    display: flex;
    gap: 10px;
}

.package-content .package-one .package-list li i,
.package-content .package-two .package-list li i,
.package-content .package-three .package-list li i {
    transition: color 0.3s ease;
    color: var(--primary-color);
}

.package-content .package-one .primary__btn.type-2,
.package-content .package-two .primary__btn.type-2,
.package-content .package-three .primary__btn.type-2 {
    margin-top: 70px;
    margin-bottom: 50px;
    border: 1px solid var(--white-color);
    background-color: transparent;
    color: var(--white-color);
}

.package-content .package-content__info {
    max-width: 510px;
    width: 100%;
}

.package-content .package-content__info-wapper {
    max-width: 380px;
    width: 100%;
}

.package-content .package-content__info-title {
    font-size: 80px;
    color: var(--black-color);
    line-height: 110%;
    margin-bottom: 20px;
}

.package-content .package-content__info-title--small {
    font-size: 50px;
    font-weight: 600;
    color: var(--black-color);
    line-height: 110%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.package-content .package-content__info-desp {
    color: var(--light-bg-body-color);
    line-height: 150%;
}

.visitor-select {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: var(--white-color);
    cursor: pointer;
}

.visitor-select option {
    cursor: pointer;
    background-color: transparent;
    color: var(--black-color);
}

.visitor-select:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1399px) {
    .package-content__info {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .package-content__info-wapper {
        max-width: 500px;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .package-content .fade-up {
        flex-grow: 1;
    }

    .package-content .package-one.style2,
    .package-content .package-two.style2,
    .package-content .package-three.style2 {
        max-width: 420px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .package-content {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .package-content .fade-up {
        width: 100%;
    }

    .package-content .package-one.style2,
    .package-content .package-two.style2,
    .package-content .package-three.style2 {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
    }

    .package-content__info-title {
        font-size: 52px;
    }
}

/*
|......................................................................
| Template Name: Daevnt
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Spacing
| 4. General
| 5. Slider
| 6. Video Popup
| 7. Header
| 8. Footer
| 9. Pagination
| 10. Common Page Title
| 11. Button
| 12. Service Card
| 13. Hero
| 14. Service
| 15. Funfact
| 16. Testimonal
| 17. Team
| 18. Pricing Card
| 19. Blog
| 20. Cta
| 21. Choose Us Contain
| 22. Accordion
| 23. Tab
| 24. Contact
| 25. Error Comming Card
| 26. Sticky Content
| 27. gallery
| 28. Event
| 29. Feature
| 30. Speakers
| 31. Moving
| 32. About
| 33. Counterdown
| 34. Up Comming
 ................................................................*/
/*--------------------------------------------------------------
  20. Blog
----------------------------------------------------------------*/
.hover-circle {
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.2s ease-out;
    mix-blend-mode: multiply;
    z-index: 2;
}

.recent-news__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.recent-news__img {
    max-width: 400px;
    width: 100%;
}

.recent-news__item {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.recent-news__item__content {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    border-top: 1px solid var(--light-bg-body-color);
    padding-top: 18px;
}

.recent-news__item__content .news-category {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 150px;
    width: 100%;
}

.recent-news__item__content .news-category__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--body-color);
}

.recent-news__item__content .news-category__description {
    text-transform: capitalize;
    font-size: 19px;
    color: var(--white-color);
    font-weight: 500;
}

.recent-news__item__content .news-date {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 150px;
    width: 100%;
}

.recent-news__item__content .news-date__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--body-color);
}

.recent-news__item__content .news-date__description {
    text-transform: capitalize;
    font-size: 19px;
    color: var(--white-color);
    font-weight: 500;
}

.recent-news__item__content .news-title {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.recent-news__item__content .news-title__title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--body-color);
}

.recent-news__item__content .news-title__description {
    text-transform: capitalize;
    font-size: 24px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
    line-height: 110%;
    font-weight: 500;
    display: inline-block;
    transition: color 0.3s ease;
}

.recent-news__item__content .news-title__description:hover {
    color: #ffffff;
    mix-blend-mode: lighten;
}

.recent-news-style2 .recent-news__list {
    gap: 50px;
}

.recent-news-style2 .recent-news__item {
    flex-direction: column;
    gap: 30px;
}

.recent-news-style2 .recent-news__item__content {
    gap: 18px;
}

.recent-news-style2 .recent-news__img {
    max-width: none;
    width: 100%;
    max-height: 400px;
    min-height: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.edu-confer.recent-news .recent-news__img {
    order: 2;
}

.edu-confer.recent-news .recent-news__item__content {
    border-top: 1px solid rgba(19, 19, 19, 0.21);
    border-bottom: 0px solid var(--light-bg-body-color);
    order: 1;
    padding-top: 15px;
    padding-bottom: 0px;
    position: relative;
}

.edu-confer.recent-news .recent-news__item__content .news-category__title {
    color: var(--black-color);
    opacity: 0.8;
}

.edu-confer.recent-news .recent-news__item__content .news-category__description {
    color: var(--black-color);
}

.edu-confer.recent-news .recent-news__item__content .news-date__title {
    color: var(--black-color);
    opacity: 0.8;
}

.edu-confer.recent-news .recent-news__item__content .news-date__description {
    color: var(--black-color);
}

.edu-confer.recent-news .recent-news__item__content .news-title__title {
    color: var(--black-color);
    opacity: 0.8;
}

.edu-confer.recent-news .recent-news__item__content .news-title__description {
    color: var(--black-color);
    transition: color 0.3s ease;
}

.edu-confer.recent-news .recent-news__item__content .news-title__description:hover {
    color: var(--primary-color);
}

.blogs {
    position: relative;
    overflow: hidden;
}

.blogs__item {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-clip: border-box;
    word-wrap: break-word;
    width: 100%;
    height: 100% !important;
}

.blogs__item:hover .blogs__img-top {
    transform: perspective(1000px) scale3d(1.03, 1.03, 1.03) rotateX(1deg) rotateY(-1deg);
}

.blogs__img-top {
    transform: scale3d(1, 1, 1);
    transition: transform 0.4s ease;
    transform-style: preserve-3d;
    will-change: transform;
    max-width: 420px;
    max-height: 355px;
    overflow: hidden;
}

.blogs__body {
    flex: 1 1 auto;
    color: var(--bs-card-color);
}

.blogs__title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: color 0.4s ease;
}

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

.blogs__footer {
    display: flex;
    gap: 90px;
    color: var(--white-color);
    font-size: 19px;
    font-weight: 500;
}

.blogs__footer p {
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .recent-news__item__content {
        flex-wrap: wrap;
        gap: 0;
    }

    .recent-news__item__content .news-category {
        gap: 0;
    }

    .recent-news__item__content .news-date {
        gap: 0;
    }

    .recent-news__item__content .news-title {
        gap: 0;
    }
}

@media screen and (max-width: 991px) {
    .recent-news__list {
        gap: 50px;
    }

    .recent-news__img {
        max-width: 100%;
        max-height: 400px;
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .recent-news__item__content {
        gap: 30px;
        border-top: 0px;
        padding-top: 0px;
        border-bottom: 1px solid var(--light-bg-body-color);
        padding-bottom: 18px;
    }

    .recent-news__item {
        gap: 30px;
        flex-direction: column;
    }
}

.sidebar-search {
    position: relative;
}

.sidebar-search .search-input {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(3, 9, 23, 0.2);
    transition: border-color 0.3s ease;
}

.sidebar-search .search-input:focus {
    border-color: var(--primary-color);
    outline: none;
}

.sidebar-search .search-btn {
    position: absolute;
    right: 13px;
    top: 20%;
    border: none;
    background-color: transparent;
}

.blog-widgets {
    display: flex;
    flex-direction: column;
    gap: 50px;
    max-width: 380px;
    margin-left: auto;
}

.blog-widgets__author {
    display: flex;
    gap: 30px;
    align-items: center;
}

.blog-widgets__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blog-widgets__avatar-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: var(--white-color);
}

.blog-widgets__avatar-desp {
    font-size: 16px;
    line-height: 150%;
}

.blog-widgets__category-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 27px;
    color: var(--white-color);
}

.blog-widgets__category-lists {
    display: flex;
    flex-direction: column;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-widgets__category-list a {
    font-size: 18px;
    color: var(--white-color);
    transition: color 0.3s ease;
}

.blog-widgets__category-list a:hover {
    color: var(--primary-color);
}

.blog-widgets__recent-comments-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 27px;
}

.blog-widgets__recent-blogs {
    display: flex;
    gap: 31px;
    flex-direction: column;
}

.blog-widgets__recent-blog {
    display: flex;
    gap: 11px;
    align-items: center;
}

.blog-widgets__recent-blog-img {
    width: 95px;
    height: 85px;
    flex-shrink: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-widgets__recent-blog-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
}

.blog-widgets__popular-tag-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 27px;
    color: var(--white-color);
}

.blog-widgets__popular-tag-lists {
    display: inline-flex;
    row-gap: 5px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    flex-wrap: wrap;
}

.blog-widgets__popular-tag-lists a {
    color: var(--white-color);
    font-size: 16px;
    line-height: 150%;
    transition: color 0.35s ease;
}

.blog-widgets__popular-tag-lists a:hover {
    color: var(--primary-color);
}

.blog-details__title {
    font-size: 42px;
    margin-bottom: 25px;
}

.blog-details__thumbnail {
    max-height: 400px;
}

.blog-details__desp .hightlight {
    color: var(--white-color);
    font-weight: 700;
    line-height: 150%;
}

.blog-details__quote-text {
    background-color: var(--white-color);
    border-left: 5px solid var(--primary-color);
    padding: 70px 50px;
    margin: 50px 0;
}

.blog-details__quote-text .quote-text {
    font-size: 24px;
    color: var(--black-color);
    font-style: italic;
    line-height: 130%;
    font-weight: 400;
}

.blog-details__video-section {
    margin: 50px 0;
    height: 450px;
}

.blog-details__video-section .tm-video-block {
    height: 100%;
}

.blog-details__video-section .tm-video-block .video-player-btn {
    background-color: var(--black-color);
}

.blog-details__video-section .tm-video-block .video-player-btn .text {
    color: var(--white-color);
}

@media screen and (max-width: 991px) {
    .blog-widgets {
        margin-left: 0;
        margin-bottom: 80px;
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
  21. Cta
----------------------------------------------------------------*/
.cta {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta__content {
    max-width: 1010px;
    width: 100%;
    text-align: center;
}

.cta__title {
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
}

.cta__desp {
    padding: 0px 126px;
    color: var(--white-color);
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.cta-boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.cta-boxs > :nth-of-type(1) {
    max-width: 470px;
    width: 100%;
}

.cta-boxs > :nth-of-type(2) {
    max-width: 470px;
    width: 100%;
}

.cta-boxs > :nth-of-type(3) {
    max-width: 150px;
    width: 100%;
}

.cta-boxs__title {
    font-size: 50px;
    font-weight: 600;
}

.cta-boxs__desp {
    line-height: 150%;
    font-size: 20px;
    color: var(--white-color);
}

@media screen and (max-width: 991px) {
    .cta {
        padding: 0 15px;
    }

    .cta__title {
        font-size: 42px;
    }

    .cta__desp {
        padding: 0;
        font-size: 16px;
    }

    .cta-boxs {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 767px) {
    .cta-boxs {
        gap: 30px;
    }
}

/*--------------------------------------------------------------
  22. Choose Us Contain
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  23. Accordion
----------------------------------------------------------------*/
.accordion-benifits__content {
    padding-left: 5%;
    max-width: 1495px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.accordion-benifits__img {
    height: 100%;
}

.accordion-benifits__img img {
    width: 100%;
    height: 100%;
}

.accordion-benifits .custom-accordion {
    max-width: 727px;
    width: 100%;
}

.custom-accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #e0d6f8;
    background-color: transparent;
    border-radius: 0;
}

.custom-accordion .accordion-button {
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    color: var(--black-color);
    padding: 20px 0;
    box-shadow: none;
    border: none;
    transition: all 0.3s ease;
    line-height: normal;
}

.custom-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    transform: rotate(0deg);
    transition: transform 0.3s ease;
    width: 1.2rem;
    height: 1.2rem;
}

.custom-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    font-size: 16px;
    color: #303030;
    padding: 0 50px 20px 0;
    line-height: 150%;
}

.custom-accordion.style2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.custom-accordion.style2 .accordion-item {
    border-bottom: 0px solid var(--primary-color);
}

.custom-accordion.style2 .accordion-header .accordion-button {
    background-color: var(--primary-color);
    border-radius: 0;
}

.custom-accordion.style2 .accordion-header .accordion-button.collapsed {
    border-radius: 0;
    background-color: #563ba4;
}

.custom-accordion.style2 .accordion-button {
    color: var(--white-color);
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0;
}

.custom-accordion.style2 .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
}

.custom-accordion.style2 .accordion-body {
    padding: 30px 0px 0px 30px;
    color: var(--body-color);
    border-color: var(--primary-color);
}

.faq-section__title {
    font-size: 80px;
    margin-bottom: 10px;
    font-weight: 600;
}

.faq-section__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

@media screen and (max-width: 1299px) {
    .accordion-benifits__content {
        padding-left: 0%;
        align-items: normal;
    }

    .accordion-benifits .custom-accordion {
        flex: 1;
    }

    .accordion-benifits__img {
        height: auto;
        flex: 1;
    }
}

@media screen and (max-width: 991px) {
    .accordion-benifits .custom-accordion {
        flex: 2;
    }

    .accordion-benifits__img {
        margin-bottom: 30px;
        height: auto;
        flex: 1;
    }

    .accordion-benifits__img img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .faq-section__title {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .accordion-benifits__content {
        display: block;
    }

    .accordion-benifits__img {
        overflow: hidden;
        max-height: 400px;
    }
}

@media screen and (max-width: 575px) {
    .custom-accordion.style2 .accordion-body {
        padding: 20px 0px 0px 0px;
    }
}

/*--------------------------------------------------------------
  24. Tab
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  25. Contact
----------------------------------------------------------------*/
.contact-form .contact-title {
    font-size: 50px;
    line-height: 100%;
    font-weight: 400;
}

.contact-form .contact-desp {
    font-size: 20px;
    line-height: 150%;
}

.contact-form .form-inputs {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.contact-form .form-inputs .type_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.contact-form .form-inputs .type_1 label {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
}

.contact-form .form-inputs .type_1 input,
.contact-form .form-inputs .type_1 select {
    flex-shrink: 0;
    background-color: transparent;
    padding: 0px 10px 15px 0px;
    outline: none;
    border: 1px solid var(--light-bg-body-color);
    padding: 21px 20px;
    color: var(--white-color);
}

.contact-form .form-inputs .type_1 input::-moz-placeholder, .contact-form .form-inputs .type_1 select::-moz-placeholder {
    color: var(--white-color);
}

.contact-form .form-inputs .type_1 input::placeholder,
.contact-form .form-inputs .type_1 select::placeholder {
    color: var(--white-color);
}

.contact-form .form-inputs .type_1 input option,
.contact-form .form-inputs .type_1 select option {
    color: var(--black-color);
}

.contact-form .form-inputs .type_1 input:focus,
.contact-form .form-inputs .type_1 select:focus {
    border: 1px solid var(--primary-color);
}

.contact-form .form-textarea {
    display: flex;
}

.contact-form .form-textarea .type_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contact-form .form-textarea .type_1 label {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--black-color);
    font-weight: 600;
}

.contact-form .form-textarea .type_1 textarea {
    color: var(--white-color);
    background-color: transparent;
    padding: 21px 20px;
    border: 1px solid var(--light-bg-body-color);
}

.contact-form .form-textarea .type_1 textarea::-moz-placeholder {
    color: var(--white-color);
}

.contact-form .form-textarea .type_1 textarea::placeholder {
    color: var(--white-color);
}

.contact-form .form-textarea .type_1 textarea:focus, .contact-form .form-textarea .type_1 textarea:focus-visible {
    outline: none;
    border: 1px solid var(--primary-color) !important;
}

.contact-form .form-check {
    cursor: pointer !important;
}

.contact-form .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid var(--white-color);
}

.contact-form .form-check .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.contact-form .form-check .form-check-label {
    cursor: pointer !important;
}

.contact-form-content {
    display: flex;
    gap: 100px;
}

.contact-form-content .contact-form-img {
    max-width: 945px;
    width: 100%;
    height: auto;
}

.contact-form-content .contact-form-img .tm-google-map {
    height: 100%;
    width: 100%;
}

.contact-form-content .contact-form-img .tm-google-map iframe {
    height: 100%;
    width: 100%;
}

.contact-form-content.style2 {
    justify-content: space-between;
}

.contact-form-content.style2 .contact-form {
    padding: 0;
}

.contact-form-content .contact-form-info {
    max-width: 489px;
    width: 100%;
    height: auto;
}

.contact-form-content .contact-form-info__wapper {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.contact-form-content .contact-form-info__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form-content .contact-form-info__phn a {
    font-size: 36px;
}

.contact-form-content .contact-form-info__email a {
    font-size: 36px;
    color: var(--white-color);
}

.contact-form-content .contact-form-info__desp {
    font-size: 24px;
    line-height: 150%;
}

.contact-form-content .contact-form-info__recruiting-desp {
    font-size: 24px;
    color: var(--white-color);
}

.contact-form-content .contact-form-info__recruiting-emial a {
    font-size: 42px;
    color: var(--white-color);
    font-weight: 400;
    line-height: 110%;
}

.contact-form-content .contact-form {
    max-width: 563px;
    width: 100%;
    height: auto;
    align-self: center;
    padding: 91px 15px;
}

.conference-contact__wapper {
    display: flex;
    gap: 30px;
}

.conference-contact__content {
    max-width: 572px;
    width: 100%;
    height: auto;
    padding: 113px 15px;
}

.conference-contact__title {
    color: var(--black-color);
    font-size: 50px;
}

.conference-contact__desp {
    color: var(--light-bg-body-color);
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 30px;
}

.conference-contact__address-info {
    margin-bottom: 25px;
    max-width: 200px;
    width: 100%;
}

.conference-contact__address-info .address-info-title, .conference-contact__address-info .address-info-desp {
    font-weight: 400;
    line-height: 150%;
    font-size: 16px;
    font-family: var(--heading-font-family);
    color: var(--light-bg-body-color);
}

.conference-contact__phone-email {
    display: flex;
    gap: 100px;
}

.conference-contact__phone-subtitle, .conference-contact__email-subtitle {
    line-height: 150%;
    font-size: 16px;
    font-family: var(--heading-font-family);
    color: var(--light-bg-body-color);
}

.conference-contact__phone-number, .conference-contact__email-number {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    color: var(--black-color);
    font-family: var(--heading-font-family);
}

.conference-contact__map {
    max-width: 757px;
    width: 100%;
    height: auto;
}

.conference-contact__map .tm-google-map {
    height: 100%;
    width: 100%;
}

.conference-contact__map .tm-google-map .map {
    height: 100%;
    width: 100%;
}

.conference-contact__btn {
    margin-top: 50px;
}

.comments-box-content .comments-content .comments-title {
    margin-bottom: 36px;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.comments-box-content .comments-content .comments-info .person-info {
    display: flex;
    gap: 15px;
    align-items: center;
}

.comments-box-content .comments-content .comments-info .person-info .comment-person-img {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.comments-box-content .comments-content .comments-info .person-info .person-name {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.comments-box-content .comments-content .comments-info .person-info .person-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.comments-box-content .comments-content .comments-info .person-desp {
    margin-top: 14px;
    margin-bottom: 30px;
}

.comments-box-content .comments-content .comments-info .comment-reply-btn {
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-weight: 500;
    text-align: start;
    padding: 0;
}

.comments-box-content .comments-content .comments-info .comment-reply-btn:hover {
    color: var(--primary-color);
}

.comments-box-content .comments-content .comments-reply {
    margin-top: 40px;
    margin-left: 50px;
}

.comments-box-content .contact-form .contact-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-form-map {
    width: 100%;
    height: 600px;
}

.contact-form-map .google-map {
    height: 100%;
    width: 100%;
}

.contact-form-map .google-map .map {
    height: 100%;
    width: 100%;
}

.newsletter-form__input {
    position: relative;
    width: 500px;
}

.newsletter-form__input-email {
    padding-bottom: 17px;
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-family: var(--body-font-family);
    border-bottom: 1px solid rgba(117, 70, 255, 0.2);
    font-size: 16px;
    color: var(--white-color);
}

.newsletter-form__input-email:focus {
    outline: none;
    border-bottom: 1px solid var(--white-color);
}

.newsletter-form__input-btn {
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    width: 100px;
    position: absolute;
    right: 0;
    gap: 5px;
    color: var(--white-color);
    display: inline-block;
}

.newsletter-form__input-btn:hover span {
    color: var(--primary-color);
}

@media screen and (max-width: 1199px) {
    .contact-form-content {
        gap: 50px;
    }
}

@media screen and (max-width: 991px) {
    .contact-form-content {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 80px;
    }

    .contact-form-content .contact-form-img {
        max-width: 100%;
        flex-basis: 450px;
        overflow: hidden;
    }

    .contact-form-content .contact-form {
        max-width: 100%;
        margin-bottom: 0px;
        padding: 0px 15px;
    }

    .conference-contact__wapper {
        flex-direction: column;
        gap: 50px;
    }

    .conference-contact__content {
        padding: 0;
    }

    .conference-contact__map {
        height: 400px;
    }

    .conference-contact__btn {
        margin-top: 30px;
    }

    .contact-form-map {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form-content.style2 .contact-form-info__wapper {
        gap: 25px;
    }

    .contact-form-content.style2 .contact-form-info__link {
        gap: 5px;
    }

    .contact-form-content.style2 .contact-form-info__phn a {
        font-size: 22px;
    }

    .contact-form-content.style2 .contact-form-info__email a {
        font-size: 22px;
    }

    .contact-form-content.style2 .contact-form-info__desp {
        font-size: 24px;
    }

    .contact-form-content.style2 .contact-form-info__recruiting-desp {
        font-size: 24px;
    }

    .contact-form-content.style2 .contact-form-info__recruiting-emial a {
        font-size: 32px;
    }
}

@media screen and (max-width: 576px) {
    .contact-form .form-inputs {
        flex-direction: column;
    }

    .newsletter-form__input {
        width: calc(100vw - 50px);
    }
}

/*--------------------------------------------------------------
  26. Error Page Content
----------------------------------------------------------------*/
.error-page {
    position: relative;
}

.error-page__content {
    max-width: 626px;
    width: 100%;
    position: relative;
    z-index: 13;
}

.error-page__heading {
    font-size: 110px;
}

.error-page__subtitle {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}

.error-page__desp {
    max-width: 470px;
    margin-bottom: 40px;
}

.error-page__bg-img {
    position: absolute;
    z-index: 12;
    bottom: -26px;
    right: 0;
    max-width: 913px;
    width: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
    .error-page__bg-img {
        opacity: 0.5;
    }
}

/*--------------------------------------------------------------
  28. Gallery
----------------------------------------------------------------*/
.gallery-slider {
    position: relative;
    z-index: 111;
}

.gallery.style1 {
    display: flex;
}

.gallery.style1 > .swiper-slide {
    width: 20% !important;
}

.gallery.style1 .gallery-img-content {
    max-width: 395px;
    height: auto;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.gallery.style1 .gallery-img-content .gallery-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gallery.style1 .gallery-img-content .gallery-img-overlay {
    position: absolute;
    opacity: 0;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-in;
    transform: scale(0.5);
}

.gallery.style1 .gallery-img-content .gallery-img-overlay i {
    width: 70px;
    height: 70px;
    background-color: var(--white-color);
    transition: all 0.3s ease-in;
    border-radius: 50%;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary-color);
}

.gallery.style1 .gallery-img-content:hover .gallery-img-overlay {
    opacity: 1;
    transform: scale(1);
}

.gallery.style1 .gallery-img-content:hover .gallery-img-overlay i {
    color: var(--primary-color);
}

.lg-custom-thumbnails {
    background-color: #040d10;
}

.lg-custom-thumbnails #lg-counter {
    color: #fff;
}

.lg-custom-thumbnails .lg-icon {
    background-color: transparent;
    border: none;
    color: #fff;
}

.lg-custom-thumbnails .lg-icon:hover {
    color: var(--primary-color);
}

.gallery-show {
    position: relative;
    z-index: 111;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 400px;
    grid-auto-flow: dense;
    padding: 0 10px;
}

.gallery-show .item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 11;
}

.gallery-show .item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery-show .vertical {
    grid-row: span 2;
}

.gallery-show .horizontal {
    grid-column: span 2;
}

.gallery-show .big {
    grid-column: span 2;
    grid-row: span 2;
}

.gallery-show .frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0.8);
}

.gallery-show .frame span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.gallery-show .item:hover .frame {
    opacity: 1;
    transform: scale(0.55);
}

.gallery-show .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 1s;
    transition-delay: 0.2s;
    transform: scale(1);
}

.gallery-show .item:hover img {
    transform: scale(1.2);
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .gallery.style1 > * {
        width: 100%;
    }

    .gallery-show {
        grid-template-columns: auto;
        grid-auto-rows: auto;
    }
}

/*
|......................................................................
| Template Name: Daevnt
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 1. Basic Color Variable
| 2. Typography
| 3. Spacing
| 4. General
| 5. Slider
| 6. Video Popup
| 7. Header
| 8. Footer
| 9. Pagination
| 10. Common Page Title
| 11. Button
| 12. Service Card
| 13. Hero
| 14. Service
| 15. Funfact
| 16. Testimonal
| 17. Team
| 18. Pricing Card
| 19. Blog
| 20. Cta
| 21. Choose Us Contain
| 22. Accordion
| 23. Tab
| 24. Contact
| 25. Error Comming Card
| 26. Sticky Content
| 27. gallery
| 28. Event
| 29. Feature
| 30. Speakers
| 31. Moving
| 32. About
| 33. Counterdown
| 34. Up Comming
 ................................................................*/
/*--------------------------------------------------------------
  29. Event
----------------------------------------------------------------*/
.future-events__wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.future-events__wrapper-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0px;
    row-gap: 30px;
}

.future-events__wrapper-grid > * {
    flex: 0 0 auto;
    width: 50% !important;
}

.future-events__wrapper-grid .future-events__item {
    height: auto;
    gap: 30px;
}

.future-events__wrapper-grid .future-events__img {
    max-width: 280px;
    width: 100%;
}

.future-events__wrapper-grid .future-events__content {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0;
}

.future-events__wrapper-grid .future-events__content::after {
    display: none;
}

.future-events__wrapper-grid .future-events__title {
    font-size: 24px;
}

.future-events__wrapper-grid .future-events__datetime {
    flex-direction: row;
    gap: 5px;
    margin-bottom: 30px;
}

.future-events__wrapper-grid .future-events__date {
    margin: 0px;
}

.future-events__wrapper-grid .future-events__date .date {
    text-transform: capitalize;
}

.future-events__wrapper-grid .future-events__desp {
    margin-top: 18px;
    margin-bottom: 30px;
}

.future-events__item {
    width: 100%;
    height: 280px;
    display: flex;
    gap: 53px;
    align-items: center;
}

.future-events__item--style2 {
    height: 100%;
    margin-bottom: 45px;
}

.future-events__item--style2 .future-events__content {
    align-items: center;
}

.future-events__item--style2 .future-events__content::after {
    bottom: -45px;
}

.future-events__item--style2 .future-events__info {
    max-width: 338px;
    width: 100%;
}

.future-events__item--style2 .future-events__btn {
    max-width: 171px;
    width: 100%;
    text-align: end;
}

.future-events__img {
    height: 100%;
}

.future-events__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.future-events__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    position: relative;
    height: 100%;
}

.future-events__content::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--white-color);
    bottom: 2px;
    opacity: 0.23;
}

.future-events__info {
    max-width: 330px;
    width: 100%;
}

.future-events__desp {
    line-height: 150%;
    margin-top: 10px;
}

.future-events__desp span {
    font-size: 19px;
    color: var(--white-color);
}

.future-events__title {
    font-size: 27px;
    line-height: 110%;
    color: var(--white-color);
    cursor: pointer;
    font-weight: 600;
    position: relative;
    display: inline;
    background-image: linear-gradient(to right, #ffffff 100%, transparent 0%);
    background-size: 0% 1px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    transition: background-size 1s ease;
}

.future-events__title--style2 {
    font-size: 24px;
    font-weight: 500;
}

.future-events__title:hover {
    background-size: 100% 1px;
    transition: background-size 1s ease;
}

.future-events__datetime {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.future-events__date {
    margin-bottom: 20px;
}

.future-events__date .text {
    font-size: 16px;
    text-transform: uppercase;
}

.future-events__date .text--style2 {
    font-size: 80px;
}

.future-events__date .date {
    font-size: 16px;
    color: var(--white-color);
    text-transform: uppercase;
}

.future-events__time .text {
    font-size: 16px;
    text-transform: uppercase;
}

.future-events__time .date {
    font-size: 16px;
    color: var(--white-color);
    text-transform: uppercase;
    position: relative;
    margin-left: 15px;
}

.future-events__time .date::before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    left: -15px;
    bottom: 7px;
    background-color: var(--primary-color);
}

.future-events__time .date--style2::before {
    display: none;
}

.edu-con-future-events {
    display: flex;
    gap: 30px;
}

.future-events__item-style2 {
    display: flex;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    gap: 30px;
    align-items: center;
}

.future-events__item-img {
    max-width: 280px;
    width: 100%;
}

.future-events__item-body {
    max-width: 380px;
    width: 100%;
}

.future-events__item-location {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 34px;
    color: var(--white-color);
}

.future-events__item-location .highlight {
    font-size: 19px;
}

.future-events__item-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 18px;
    color: var(--white-color);
    transition: color 0.3s ease;
}

.future-events__item-title:hover {
    color: var(--primary-color);
}

.future-events__item-datetime {
    display: flex;
    gap: 10px;
    margin-bottom: 34px;
    color: var(--white-color);
}

.event-details__wapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.event-details__title {
    font-size: 36px;
    margin-bottom: 10px;
}

.event-details__desp {
    font-size: 16px;
}

.event-details__lists {
    padding: 0;
}

.event-details__lists.style2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.event-details__lists.style2 > * {
    width: 45%;
}

.event-details__list {
    font-size: 16px;
    line-height: 200%;
    list-style: none;
}

.event-details__speakers {
    display: flex;
    gap: 58px;
}

.event-details__speakers-right {
    display: flex;
    gap: 23px;
}

.ticket-purchase {
    background: var(--primary-color);
}

.ticket-purchase__card {
    width: 100%;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 55px 50px;
}

.ticket-purchase__title {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}

.ticket-purchase__dropdown {
    width: 100%;
    margin-bottom: 20px;
    padding: 13px 16px;
    background: var(--primary-color);
    color: var(--white-color);
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.ticket-purchase__dropdown:focus {
    box-shadow: none;
    border: 1px solid var(--white-color);
}

.ticket-purchase .dropdown-icon {
    position: absolute;
    right: 15px;
    top: 17px;
}

.ticket-purchase__price-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 16px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 50px;
}

.ticket-purchase__price {
    text-align: left;
}

.ticket-purchase__amount {
    font-size: 20px;
    font-weight: 400;
    display: block;
}

.ticket-purchase__label {
    font-size: 16px;
    color: var(--white-color);
    opacity: 0.8;
    font-weight: 400;
}

.ticket-purchase__quantity-selector {
    display: flex;
    align-items: center;
}

.ticket-purchase__quantity-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--white-color);
    cursor: pointer;
    padding: 0px;
}

.ticket-purchase__quantity {
    min-width: 50px;
    font-weight: 600;
    font-size: 24px;
    width: 100%;
    color: var(--white-color);
    text-align: center;
}

.ticket-purchase__summary {
    margin-bottom: 50px;
}

.ticket-purchase__summary-item {
    margin: 6px 0;
    font-size: 20px;
    font-weight: 400;
}

.ticket-purchase__button {
    width: 100%;
    background-color: var(--white-color);
    color: var(--black-color);
    padding: 12px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
}

.ticket-purchase__button:hover {
    background: #f0f0f0;
}

.event-info-contact {
    display: flex;
    gap: 50px;
}

.event-info-contact > * {
    width: 33.33%;
}

.event-info-contact .event-info-sction {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.event-info-contact .event-info-sction__title {
    font-size: 20px;
    line-height: 136%;
    color: var(--white-color);
}

.event-info-contact .event-info-sction .event-info__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    color: var(--white-color);
}

.event-info-contact .event-info-sction .event-info__subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.event-info-contact .event-info-sction .google-map {
    width: 100%;
    height: 100%;
}

.event-info-contact .event-info-sction .google-map .map {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .edu-con-future-events .future-events__item-style2 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-body {
        max-width: 100%;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-location {
        margin-bottom: 15px;
    }

    .event-details__speakers-left {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .future-events__img img {
        max-height: 400px;
    }

    .future-events__content {
        flex-wrap: wrap;
    }

    .future-events__wrapper-grid .future-events__item {
        flex-direction: column;
    }

    .future-events__wrapper-grid .future-events__img {
        max-width: 100%;
    }

    .future-events__wrapper-grid .future-events__content {
        padding: 0px;
    }

    .future-events__wrapper-grid .future-events__info {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .future-events__wrapper-grid .future-events__content {
        margin-bottom: 0;
        gap: 0px;
    }

    .future-events__item {
        gap: 50px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .future-events__item--style2 {
        gap: 50px;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
    }

    .future-events__item--style2 .future-events__content {
        flex-direction: row;
    }

    .future-events__img {
        width: 100%;
    }

    .future-events__content {
        gap: 30px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .future-events__content::after {
        bottom: -30px;
    }

    .future-events__info {
        max-width: 100%;
    }

    .future-events__datetime {
        flex-direction: row;
        gap: 30px;
    }

    .future-events__date {
        margin-bottom: 0px;
    }

    .event-info-contact {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .event-info-contact > * {
        width: calc(50% - 50px);
        flex: 1 1 auto;
    }
}

@media screen and (max-width: 767px) {
    .future-events__wrapper-grid {
        flex-direction: column;
        row-gap: 50px;
    }

    .future-events__wrapper-grid > * {
        width: 100% !important;
    }

    .future-events__wrapper-grid .future-events__content {
        margin-bottom: 0;
        gap: 0px;
    }

    .future-events__wrapper-grid .future-events__desp {
        margin-bottom: 5px;
    }

    .edu-con-future-events {
        flex-direction: column;
        gap: 50px;
    }

    .edu-con-future-events .future-events__item-style2 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-body {
        max-width: 100%;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-location {
        margin-bottom: 2px;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-img {
        max-width: 100% !important;
        max-height: 400px;
        overflow: hidden;
    }

    .edu-con-future-events .future-events__item-style2 .future-events__item-img img {
        height: 100%;
        width: 100%;
    }

    .event-details__speakers {
        gap: 0;
    }

    .event-details__speakers-left {
        display: none;
    }

    .event-details__speakers-right {
        flex-direction: column;
        gap: 50px;
    }
}

@media screen and (max-width: 575px) {
    .future-events__item--style2 .future-events__content {
        gap: 0px;
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 0;
        width: 100%;
    }

    .future-events__item--style2 .date--style2 {
        margin-left: 0px;
    }

    .future-events__item--style2 .future-events__btn {
        margin-top: 30px;
        text-align: start;
    }

    .future-events__item--style2 .future-events__info {
        margin-bottom: 10px;
    }

    .future-events__title--style2 {
        text-align: center;
    }
}

/*--------------------------------------------------------------
  30. Feature
----------------------------------------------------------------*/
.feature-content__buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.feature-content__info {
    display: none;
    gap: 80px;
    align-items: center;
}

.feature-content__info.active {
    display: flex;
}

.feature-content__speaker {
    max-width: 620px;
    width: 100%;
}

.feature-content__img {
    width: 100%;
    height: auto;
}

.feature-content__person__info {
    max-width: 725px;
    width: 100%;
}

.feature-content__tagline {
    font-size: 24px;
    line-height: 110%;
    margin-bottom: 10px;
}

.feature-content__headline {
    font-size: 60px;
}

.feature-content__title {
    font-size: 80px;
    margin-bottom: 50px;
    line-height: 85%;
}

.feature-content__description {
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 150%;
    padding-right: 77px;
}

.brands-sponsor {
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
}

.brands-sponsor__title--text {
    text-align: center;
    font-size: 42px;
}

.brands-sponsor__list {
    display: flex;
    justify-content: space-between;
}

.brands-sponsor__item {
    max-width: 218px;
    width: 100%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.brands-sponsor__item.style2 {
    max-width: 308px;
    border: 1px solid var(--primary-300);
    padding: 91px 40px;
}

@media screen and (max-width: 1399px) {
    .brands-sponsor__item {
        max-width: 100%;
    }

    .brands-sponsor__item.style2 {
        max-width: 100%;
        padding: 40px 20px;
    }
}

@media screen and (max-width: 991px) {
    .feature-content__wrapper {
        max-width: 720px;
        padding: 0px 15px;
    }

    .feature-content__info {
        gap: 50px;
    }

    .feature-content__info.active {
        flex-direction: column;
    }

    .feature-content__title {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .feature-content__headline {
        font-size: 42px;
    }

    .feature-content__description {
        margin-bottom: 50px;
        padding: 0;
    }

    .brands-sponsor__title--text {
        text-align: center;
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .feature-content__wrapper {
        max-width: 540px;
    }

    .feature-content__buttons {
        flex-wrap: wrap;
    }

    .brands-sponsor__title--text {
        text-align: center;
        font-size: 26px;
    }
}

/*--------------------------------------------------------------
  31. Speakers
----------------------------------------------------------------*/
.speakers-section__wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
}

.speakers-section__left-sider {
    width: 100%;
    max-width: 870px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.speakers-section__left-sider-cards {
    display: flex;
    gap: 30px;
    align-items: flex-end;
    gap: 30px;
    justify-content: space-between;
}

.speakers-section__right-sider {
    max-width: 420px;
    width: 100%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.speakers-section__title {
    font-size: 80px;
    margin-bottom: 65px;
}

.speakers-section__title span {
    font-size: 36px;
}

.speakers-card {
    max-width: 420px;
    height: 100%;
    width: 100%;
    position: relative;
}

.speakers-card .speakers-top__img {
    margin-bottom: 30px;
    position: relative;
}

.speakers-card .speakers-top__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.speakers-card .speakers-top__img .speakers-main__button-content {
    display: flex;
    position: absolute;
    right: 30px;
    width: 70px;
    z-index: 2;
    justify-content: center;
    align-items: center;
}

.speakers-card .speakers-top__img .icon.trigger {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: var(--white-color);
    z-index: 2;
}

.speakers-card .speakers-top__img .icon.trigger.type2 {
    width: 50px;
    height: 50px;
}

.speakers-card .speakers-top__img .icon.trigger.type2 .arrow-up__icon {
    line-height: 100%;
}

.speakers-card .speakers-top__img .icon.trigger.type2 .arrow-up__icon i {
    font-size: 30px;
}

.speakers-card .speakers-top__img .icon.trigger.type2 .link__icon {
    line-height: 100%;
}

.speakers-card .speakers-top__img .icon.trigger.type2 .link__icon i {
    font-size: 20px;
    line-height: 100%;
}

.speakers-card .speakers-top__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.speakers-card:hover .speakers-top__img::after {
    opacity: 1;
    pointer-events: auto;
}

.speakers-card__info.style-2 {
    position: absolute;
    bottom: 60px;
    left: 30px;
    max-width: 280px;
    width: 100%;
    z-index: 2;
}

.speakers-card__info:hover .speakers-card__title {
    color: var(--primary-color);
}

.speakers-card__title {
    margin-bottom: 10px;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.speakers-card__subtitle {
    font-size: 18px;
    line-height: 120%;
    color: var(--body-color);
}

.speakers-top__img__social {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.speakers-top__img__social .icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--white-color);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.speakers-top__img__social .icon i {
    font-size: 15px;
    color: var(--black-color);
    transition: color 0.4s ease;
    line-height: 100%;
}

.speakers-top__img__social .icon.trigger {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    position: relative;
}

.speakers-top__img__social .icon.trigger .arrow-up__icon {
    position: absolute;
    left: 45%;
    top: 50%;
    display: inline;
    transform: translate(-50%, -45%) scale(0.5) rotate(90deg);
    opacity: 0;
    transition: all 0.3s ease;
    transform-origin: center center;
}

.speakers-top__img__social .icon.trigger .arrow-up__icon i {
    font-size: 40px;
    color: var(--primary-color);
}

.speakers-top__img__social .icon.trigger .link__icon {
    display: inline;
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-52%, -50%) scale(1);
    opacity: 1;
    transform-origin: center center;
    transition: all 0.3s ease;
}

.speakers-top__img__social .icon.trigger .link__icon i {
    font-size: 25px;
    color: var(--primary-color);
}

.speakers-top__img__social:hover .icon:nth-child(4) .arrow-up__icon {
    opacity: 1;
    left: 45%;
    top: 50%;
    transition-delay: 0.3s;
    transform: translate(-50%, -45%) scale(1) rotate(90deg);
}

.speakers-top__img__social:hover .icon:nth-child(4) .link__icon {
    opacity: 0;
    left: 50%;
    top: 52%;
    transform: translate(-52%, -50%) scale(0.5);
}

.speakers-top__img__social:hover .icon:nth-child(3) {
    transition-delay: 0.1s;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.speakers-top__img__social:hover .icon:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.speakers-top__img__social:hover .icon:nth-child(1) {
    transition-delay: 0.3s;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.speakers-top__img__social:not(:hover) .icon:nth-child(1) {
    transition-delay: 0.3s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.speakers-top__img__social:not(:hover) .icon:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.speakers-top__img__social:not(:hover) .icon:nth-child(3) {
    transition-delay: 0.1s;
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
}

.speakers-btn__content-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 30px;
}

.edconfer-speakers-card__title {
    font-size: 80px;
    margin-bottom: 50px;
    color: var(--white-color);
    max-width: 628px;
    width: 100%;
}

.edconfer-speakers-card__title .highlight {
    font-size: 36px;
}

.edconfer-speakers-card__content {
    position: relative;
}

.oc-speakers-card__title {
    font-size: 50px;
    margin-bottom: 50px;
    color: var(--black-color);
}

.oc-speakers-card__content {
    position: relative;
}

.previous-hit-event__section-title {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 50px;
}

.previous-hit-event__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.previous-hit-event__item {
    display: flex;
    gap: 30px;
    align-items: center;
    max-width: 645px;
    width: 100%;
    line-height: 110%;
}

.previous-hit-event__right-side {
    max-width: 280px;
    width: 100%;
}

.previous-hit-event__left-side {
    max-width: 335px;
    width: 100%;
}

.previous-hit-event__item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    transition: color 0.3s ease;
}

.previous-hit-event__location {
    color: var(--white-color);
    margin-bottom: 35px;
}

.previous-hit-event__location span {
    font-size: 20px;
}

.previous-hit-event__date {
    color: var(--white-color);
}

.previous-hit-event__item:hover .previous-hit-event__item-title {
    color: var(--primary-color);
}

.speaker-details {
    display: flex;
    gap: clamp(80px, 5vw, 145px);
    justify-content: space-between;
}

.speaker-details__right-side {
    max-width: 420px;
    width: 100%;
    flex-shrink: 1;
}

.speaker-details__left-side {
    flex-shrink: 2;
    max-width: 757px;
}

.speaker-details__speaker-img {
    width: 100%;
    height: 100%;
}

.speaker-details__speaker-img-info {
    margin-top: 50px;
    margin-bottom: 30px;
}

.speaker-details__speaker-img-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.speaker-details__speaker-img-info ul li {
    margin-bottom: 6px;
    font-size: 20px;
}

.speaker-details__speaker-img-info a {
    font-size: 20px;
    line-height: 110%;
    color: var(--white-color);
}

.speaker-details__speaker-scoile-info .social__item {
    background-color: var(--white-color);
}

.speaker-details__speaker-scoile-info .social__item i {
    color: var(--black-color);
}

.speaker-details__speaker-content {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.speaker-details__bio-title {
    font-size: 42px;
}

.speaker-details__bio-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}

.speaker-details__achievement .accordion-benifits__content {
    padding: 0;
    max-width: 100%;
}

.speaker-details__achievement .accordion-benifits .accordion-item {
    border-bottom: 1px solid var(--primary-color);
}

.speaker-details__achievement .accordion-benifits .accordion-button {
    color: var(--white-color);
    font-size: 30px;
}

.speaker-details__achievement .accordion-benifits .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
}

.speaker-details__achievement .accordion-benifits .accordion-body {
    color: var(--body-color);
    border-color: var(--primary-color);
}

@media screen and (max-width: 1299px) {
    .speakers-section__left-sider {
        flex: 2;
    }

    .speakers-section__right-sider {
        flex: 1;
    }

    .speakers-card__info.style-2 {
        position: static;
    }
}

@media screen and (max-width: 1199px) {
    .speakers-btn__content-wrapper {
        margin-top: 0px;
    }

    .oc-speakers-card__title {
        position: absolute;
        top: 80px;
    }

    .edconfer-speakers-card__title {
        font-size: 52px;
    }

    .edconfer-speakers-card__title .highlight {
        font-size: 36px;
    }
}

@media screen and (max-width: 991px) {
    .speakers-btn__content-wrapper {
        margin-top: 80px;
    }

    .speakers-section__title {
        font-size: 52px;
        margin-bottom: 30px;
    }

    .speakers-section__left-sider {
        gap: 25px;
        flex: 1;
    }

    .speakers-section__wrapper {
        flex-direction: column;
    }

    .speakers-section__right-sider {
        flex: 1;
        max-width: 100%;
        flex-direction: row;
    }

    .speaker-details {
        flex-direction: column;
    }

    .speaker-details__speaker-content {
        gap: 70px;
    }

    .speaker-details__right-side {
        max-width: 100%;
        width: 100%;
        flex-shrink: 1;
    }

    .speaker-details__left-side {
        flex-shrink: 2;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .speakers-section__wrapper {
        gap: 50px;
    }

    .speakers-section__left-sider-cards {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .speakers-section__right-sider {
        gap: 50px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .speakers-card {
        max-width: none;
    }
}

@media screen and (max-width: 457px) {
    .previous-hit-event__item {
        flex-wrap: wrap;
    }

    .previous-hit-event__right-side {
        max-width: 100%;
        width: 100%;
    }

    .previous-hit-event__img {
        width: 100%;
    }
}

/*--------------------------------------------------------------
  32. Moving
----------------------------------------------------------------*/
.moving-section__wrap {
    overflow: hidden;
}

.moving-section__in {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 80px;
}

.moving-section {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 5px 0px;
    animation: slide-left 10s linear infinite;
    will-change: transform, opacity;
}

.moving-section.ak-stroke-text {
    margin: 0 10px;
}

.moving-section__title {
    color: transparent;
    font-size: 150px;
    font-weight: 700;
    color: var(--white-color);
}

.moving-section .highlight-text {
    font-weight: 700;
    line-height: 100%;
    text-shadow: -1px -1px 0 #7546ff, 0px -1px 0 #7546ff, 1px -1px 0 #7546ff, 1px 0px 0 #7546ff, 1px 1px 0 #7546ff, 0px 1px 0 #7546ff, -1px 1px 0 #7546ff, -1px 0 0 #7546ff;
    color: var(--body-bg-color);
    background-image: none;
    background-color: var(--body-bg-color);
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
}

.moving-section .highlight-text::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7%;
    width: 25px;
    height: 25px;
    z-index: 111;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.moving-section-in.style2 {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 10px;
    background-color: var(--primary-color);
}

.moving-section-in.style2 .moving-section {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 5px 0px;
    animation: slide-left 10s linear infinite;
    will-change: transform, opacity;
}

.moving-section-in.style2 .moving-section h2 {
    font-size: 80px;
    padding: 20px 0px;
    position: relative;
}

.moving-section-in.style2 .moving-section .highlight-text-style2 {
    font-weight: 700;
    line-height: 100%;
    text-shadow: -1px -1px 0 #ffffff, 0px -1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, 1px 1px 0 #ffffff, 0px 1px 0 #ffffff, -1px 1px 0 #ffffff, -1px 0 0 #ffffff;
    color: var(--primary-color);
    background-image: none;
    background-color: var(--primary-color);
    background-clip: text;
    -webkit-background-clip: text;
    position: relative;
    margin: 0px 65px;
}

.moving-section-in.style2 .moving-section .highlight-text-style2::before {
    content: "";
    position: absolute;
    top: 42%;
    left: -4%;
    width: 25px;
    height: 25px;
    z-index: 111;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.moving-section-in.style2 .moving-section .highlight-text-style2::after {
    content: "";
    position: absolute;
    top: 42%;
    right: -4%;
    width: 25px;
    height: 25px;
    z-index: 111;
    background-color: var(--secondary-color);
    border-radius: 50%;
}

.animation-speed-10 {
    animation: slide-left 10s linear infinite;
}

.animation-speed-15 {
    animation: slide-left 15s linear infinite !important;
}

.animation-speed-20 {
    animation: slide-left 20s linear infinite;
}

.animation-speed-30 {
    animation: slide-left 30s linear infinite;
}

.animation-speed-40 {
    animation: slide-left 40s linear infinite;
}

.animation-speed-50 {
    animation: slide-left 50s linear infinite;
}

.moving-section-hover-push:hover .moving-section {
    animation-play-state: paused;
}

@keyframes slide-left {
    from {
        transform: translate3d(0%, 0px, 0px);
    }
    to {
        transform: translate3d(-100%, 0px, 0px);
    }
}

.brand-logo {
    display: inline-flex;
    width: 100%;
    height: 208px;
    flex: 1 1 0%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black-color);
}

@media screen and (max-width: 1199px) {
    .moving-section__title {
        font-size: 90px;
    }
}

@media screen and (max-width: 767px) {
    .brand-logo {
        height: auto;
        padding: 10px;
    }
}

/*--------------------------------------------------------------
  33. About
----------------------------------------------------------------*/
.about-conference {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: center;
}

.about-conference__left {
    max-width: 619px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.about-conference__left-bottom-img {
    display: flex;
    gap: 20px;
}

.about-conference__left-bottom-img .about__2-img {
    width: 60%;
}

.about-conference__left-bottom-img .about__3-img {
    width: 40%;
}

.about-conference__right {
    max-width: 600px;
    width: 100%;
}

.about-conference__header {
    margin-bottom: 40px;
}

.about-conference__header-subtitle {
    font-size: 16px;
    color: var(--white-color);
    margin-bottom: 8px;
}

.about-conference__header-title {
    font-size: 50px;
}

.about-conference__feature {
    display: flex;
    gap: 22px;
    margin-bottom: 25px;
}

.about-conference__feature-image {
    margin-top: 9px;
    color: var(--primary-color);
}

.about-conference__feature-title {
    font-size: 19px;
    line-height: 180%;
    margin-bottom: 15px;
}

.about-conference__cta {
    margin-top: 40px;
}

.about-conference__cta-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 125%;
}

.about-ed-coner {
    display: flex;
    gap: 78px;
    justify-content: space-between;
}

.about-ed-coner__right {
    max-width: 619px;
    width: 100%;
}

.about-ed-coner__right-img {
    display: flex;
    gap: 30px;
}

.about-ed-coner__right-desp {
    margin-top: 35px;
    line-height: 150%;
    font-size: 16px;
    color: var(--light-bg-body-color);
}

.about-ed-coner__features {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-ed-coner__feature {
    display: flex;
    align-items: center;
    gap: 22px;
}

.about-ed-coner__feature-title {
    color: var(--black-color);
    font-size: 19px;
}

.about-ed-coner__feature-image i {
    color: var(--primary-color);
}

.about-ed-coner__header-subtitle {
    margin-bottom: 15px;
    color: var(--black-color);
    font-size: 16px;
    font-family: var(--heading-font-family);
}

.about-ed-coner__header-title {
    line-height: 80%;
    font-size: 80px;
    color: var(--black-color);
}

.about-ed-coner__header-title .hightlight {
    font-size: 50px;
}

.about-ed-coner__cta {
    max-width: 452px;
    margin-top: 45px;
}

.about-ed-coner__cta-text {
    font-size: 24px;
    color: var(--black-color);
}

.about-ed-coner__dark_bg .about-ed-coner__right-desp {
    color: var(--body-color);
}

.about-ed-coner__dark_bg .about-ed-coner__features {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.about-ed-coner__dark_bg .about-ed-coner__feature {
    margin-top: 0px;
}

.about-ed-coner__dark_bg .about-ed-coner__feature-title {
    font-weight: 400;
    color: var(--white-color);
}

.about-ed-coner__dark_bg .about-ed-coner__header-subtitle {
    color: var(--white-color);
}

.about-ed-coner__dark_bg .about-ed-coner__header-title {
    color: var(--white-color);
}

.about-ed-coner__dark_bg .about-ed-coner__cta-text {
    color: var(--white-color);
}

.benifits__wapper {
    display: flex;
    gap: 150px;
    align-items: center;
}

.benifits__left {
    max-width: 570px;
    width: 100%;
}

.benifits__right {
    max-width: 757px;
    width: 100%;
}

.benifits__header-content {
    margin-bottom: 50px;
}

.benifits__header-subtitle {
    text-transform: uppercase;
    color: var(--black-color);
}

.benifits__header-title {
    color: var(--black-color);
}

.benifits__header-title .hightlight {
    font-size: 50px;
}

.benifits__bottom-info {
    display: flex;
    gap: 30px;
    align-items: center;
}

.benifits-desp {
    color: var(--light-bg-body-color);
    font-size: 16px;
    line-height: 150%;
}

@media screen and (max-width: 1199px) {
    .about-ed-coner__right-img .ed-coner-about_1 {
        width: 100%;
    }

    .about-ed-coner__right-img .ed-coner-about_2 {
        display: none;
    }

    .benifits__wapper {
        gap: 50px;
    }

    .benifits__header-title {
        font-size: 52px;
    }
}

@media screen and (max-width: 991px) {
    .about-ed-coner__dark_bg .about-conference {
        flex-direction: column;
    }

    .about-ed-coner__dark_bg .about-conference__left-bottom-img .about__2-img {
        width: 60%;
    }

    .about-ed-coner__dark_bg .about-conference__left-bottom-img .about__3-img {
        width: 40%;
    }

    .about-ed-coner {
        flex-direction: column;
        gap: 50px;
    }

    .about-ed-coner__header-title {
        font-size: 52px;
    }

    .about-ed-coner__features {
        margin-top: 30px;
    }

    .about-ed-coner__right-img {
        width: 100%;
    }

    .about-ed-coner__right-img .ed-coner-about_1 {
        width: 100%;
        flex: 1 1 auto;
    }

    .about-ed-coner__right-img .ed-coner-about_2 {
        width: 100%;
        display: block;
        flex: 1 1 auto;
    }

    .about-conference {
        flex-direction: column;
    }

    .about-conference__left-bottom-img .about__2-img {
        width: 60%;
    }

    .about-conference__left-bottom-img .about__3-img {
        width: 40%;
    }

    .benifits__left {
        max-width: 100%;
        max-height: 500px;
        overflow: hidden;
    }

    .benifits__left img {
        width: 100%;
    }

    .benifits__wapper {
        gap: 50px;
        flex-direction: column;
    }

    .benifits__header-title {
        font-size: 52px;
    }
}

@media screen and (max-width: 767px) {
    .about-ed-coner__right-img {
        overflow: hidden;
        max-height: 400px;
    }

    .about-ed-coner__right-img .ed-coner-about_1 {
        height: 100%;
        width: 100%;
    }

    .about-ed-coner__right-img .ed-coner-about_2 {
        display: none;
    }

    .benifits__left {
        max-width: 100%;
        max-height: 400px;
        overflow: hidden;
    }

    .benifits__left img {
        width: 100%;
    }

    .benifits__wapper {
        gap: 50px;
        flex-direction: column;
    }

    .benifits__header-title {
        font-size: 52px;
    }

    .benifits__bottom-info {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

/*--------------------------------------------------------------
  34. Counterdown
----------------------------------------------------------------*/
.counterdown__info {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(22, 28, 39, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 50px;
}

.counterdown__info.style2 {
    height: 75%;
}

.counterdown__subtitle {
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    line-height: 110%;
    color: var(--white-color);
}

.counterdown__title {
    text-align: center;
    font-size: 36px;
    line-height: 110%;
    color: var(--white-color);
}

.counterdown__number-content {
    display: flex;
    gap: 65px;
    margin-bottom: 50px;
    margin-top: 25px;
}

.counterdown__number-item {
    max-width: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counterdown__number-item-title {
    font-size: 80px;
    color: var(--white-color);
}

.counterdown__number-item-subtitle {
    font-size: 20px;
    line-height: 110%;
    color: var(--white-color);
}

@media screen and (max-width: 1199px) {
    .counterdown.style2 {
        height: 100%;
    }
}

@media screen and (max-width: 991px) {
    .counterdown.style2 {
        height: 100%;
    }

    .counterdown__number-content {
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .counterdown__info {
        padding: 50px 15px;
    }

    .counterdown__number-item-title {
        font-size: 52px;
    }
}

/*--------------------------------------------------------------
  35. Up Comming
----------------------------------------------------------------*/
.up-comming {
    width: 100%;
    height: 100vh;
}

.up-comming__wapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.up-comming__timer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px;
}

.up-comming__timer {
    width: 115px;
}

.up-comming__title {
    font-size: 80px;
    font-weight: 600;
}

.up-comming__desp {
    font-size: 32px;
    color: var(--white-color);
    font-family: var(--heading-font-family);
    font-weight: 400;
}

.up-comming__number {
    font-weight: 600;
    font-size: 80px;
}

.up-comming__text {
    font-size: 24px;
    font-family: var(--heading-font-family);
}

@media screen and (max-width: 991px) {
    .up-comming__wapper {
        gap: 50px;
    }

    .up-comming__timer-content {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .up-comming__title {
        font-size: 52px;
    }

    .up-comming__desp {
        font-size: 32px;
    }

    .up-comming__number {
        font-size: 52px;
    }

    .up-comming__text {
        font-size: 24px;
    }
}

/*# sourceMappingURL=style.css.map */