@charset "UTF-8";
/*
Theme Name: Evenza 
Author: themeservices
Author URI: https://themeforest.net/user/themeservices/portfolio
Description: "Evenza – Event Conference HTML Template
Service Html Template 
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/*
--------------------------------------------------------------
[Table of Contents]
--------------------------------------------------------------
01. Variables & Mixins
02. Typography
03. Buttons
04. About 
05. Animation 
06. Brand 
07. Contact
08. Cta
09. Event
10. Faq
11. Feature
12. Footer
13. Header
14. Helping
15. Hero
16. Marquee
17. Meanmenu
18. News
19. Preloader
20. Pricing
21. Section
22. Service
23. Team
24. Project
25. Testimonial

--------------------------------------------------------------
*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #003B73;
  --header: #000D44;
  --text: #788094;
  --border: #CAD2D2;
  --bg: #000D44;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  background: var(--theme);
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 35px;
}
.theme-btn i {
  margin-left: 10px;
  transition: all 0.4s ease-in-out;
  color: var(--white);
}
.theme-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}
.theme-btn:hover {
  color: var(--white);
  box-shadow: none;
}
.theme-btn:hover::before {
  width: 100%;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 500;
  line-height: 105%;
}
@media (max-width: 1899px) {
  h1 {
    font-size: 78px;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
    line-height: 110%;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 43px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 112%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 133%;
}
@media (max-width: 1899px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 1600px) {
  h3 {
    font-size: 23px;
  }
}
@media (max-width: 1399px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 167%;
}

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

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

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

span {
  margin: 0px;
}

.about-wrapper .about-image-items .about-image1 {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image1 {
    padding-left: 0;
  }
}
.about-wrapper .about-image-items .about-image1::before {
  position: absolute;
  width: calc(100% - 20px);
  height: 100%;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border: 2px solid var(--theme);
  border-radius: 100px 0px 100px 100px;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image1::before {
    display: none;
  }
}
.about-wrapper .about-image-items .about-image1 img {
  width: 100%;
  height: 100%;
  border-radius: 100px 0px 100px 100px;
}
.about-wrapper .about-image-items .about-counters {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-counters {
    display: none;
  }
}
.about-wrapper .about-image-items .about-counters h2 {
  font-size: 65px;
  font-weight: 600;
  color: var(--theme);
}
.about-wrapper .about-image-items .about-counters p {
  color: #000D44;
  font-size: 20px;
  font-weight: 600;
  margin-left: 10px;
}
.about-wrapper .about-image-items .about-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 100px 100px 100px 0px;
}
.about-wrapper .about-image-items .about-image-3 {
  margin-top: 30px;
}
.about-wrapper .about-image-items .about-image-3 img {
  width: 100%;
  height: 100%;
  border-radius: 100px 0px 100px 100px;
}
.about-wrapper .about-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content {
    margin-left: 0;
  }
}
.about-wrapper .about-content .about-text {
  margin-top: 25px;
  color: var(--text);
}
.about-wrapper .about-content .icon-items-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .icon-items-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper .about-content .icon-items-area .icon-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper .about-content .icon-items-area .icon-items .icon {
  background-color: rgb(241, 236, 255);
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 10px;
}
.about-wrapper .about-content .icon-items-area .icon-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.about-wrapper .about-content .icon-items-area .icon-items h4 {
  max-width: 177px;
}
.about-wrapper .about-content .icon-items-area .icon-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.about-wrapper .about-content .about-text-2 {
  font-weight: 500;
  color: var(--header);
  margin-top: 30px;
}
.about-wrapper .about-content .about-bottom-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-bottom-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper .about-content .about-bottom-area .client-phn-area {
  display: flex;
  align-items: center;
  gap: 40px;
}
.about-wrapper .about-content .about-bottom-area .client-phn-area .client-image {
  position: relative;
}
.about-wrapper .about-content .about-bottom-area .client-phn-area .client-image .phone-icon {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  color: var(--white);
  border: 2px solid var(--white);
  position: absolute;
  top: 6px;
  right: -30px;
}
.about-wrapper .about-content .about-bottom-area .client-phn-area .client-content p {
  color: var(--text);
}
.about-wrapper .about-content .about-bottom-area .client-phn-area .client-content a {
  color: var(--header);
  font-size: 14px;
  font-weight: 700;
}

.about-wrapper-2 .top-area {
  margin-left: 300px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .top-area {
    margin-left: 0;
  }
}
.about-wrapper-2 .top-area h2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .top-area h2 br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .top-area h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .top-area h2 {
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .about-wrapper-2 .top-area h2 {
    font-size: 25px;
  }
}
.about-wrapper-2 .about-main-content {
  border-top: 1px solid rgb(216, 221, 225);
  padding-top: 60px;
  margin-top: 40px;
  border-bottom: 1px solid rgb(216, 221, 225);
  padding-bottom: 60px;
  position: relative;
}
.about-wrapper-2 .about-main-content::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  content: "";
  background: #D8DDE1;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-main-content::before {
    display: none;
  }
}
.about-wrapper-2 .about-main-content .frist-content .about-image {
  margin-top: 80px;
}
.about-wrapper-2 .about-main-content .middle-content .about-text {
  margin-left: 60px;
}
.about-wrapper-2 .about-main-content .middle-content .about-client-img-area {
  margin-top: 70px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper-2 .about-main-content .middle-content .about-client-img-area h3 {
  font-size: 24px;
}
.about-wrapper-2 .about-main-content .about-last-content .about-img {
  position: relative;
}
.about-wrapper-2 .about-main-content .about-last-content .about-img img {
  width: 100%;
  height: 100%;
}
.about-wrapper-2 .about-main-content .about-last-content .about-img .theme-btn {
  position: absolute;
  bottom: 4px;
  right: -6px;
  font-size: 13px;
  padding: 18px 30px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-main-content .about-last-content .about-img .theme-btn {
    padding: 18px 22px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-main-content .about-last-content .about-img .theme-btn {
    position: static;
    margin-top: 30px;
  }
}
.about-wrapper-2 .about-main-content .about-last-content p {
  margin-top: 20px;
}

.about-creativity-wrapper .about-creativity-left-items {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .about-creativity-wrapper .about-creativity-left-items {
    margin-right: 0;
  }
}
.about-creativity-wrapper .about-creativity-left-items .creativity-text {
  margin-top: 25px;
}
.about-creativity-wrapper .about-creativity-left-items .theme-btn {
  margin-top: 30px;
}
.about-creativity-wrapper .about-creativity-left-items .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 40px;
  border-top: 1px solid rgb(216, 221, 225);
  padding-top: 30px;
}
@media (max-width: 1399px) {
  .about-creativity-wrapper .about-creativity-left-items .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.about-creativity-wrapper .about-creativity-left-items .list-items ul li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
  position: relative;
}
.about-creativity-wrapper .about-creativity-left-items .list-items ul li::before {
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--theme);
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.about-creativity-wrapper .about-creativity-left-items .list-items ul li:not(:last-child) {
  margin-bottom: 5px;
}
.about-creativity-wrapper .about-creativity-right-items .thumb {
  position: relative;
}
.about-creativity-wrapper .about-creativity-right-items .thumb img {
  width: 100%;
  height: 100%;
}
.about-creativity-wrapper .about-creativity-right-items .thumb .sm-thumb {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 991px) {
  .about-creativity-wrapper .about-creativity-right-items .thumb .sm-thumb {
    display: none;
  }
}
.about-creativity-wrapper .about-creativity-right-items p {
  margin-top: 20px;
}

.achieve-success-wrapper .achieve-left-thumb {
  position: relative;
}
.achieve-success-wrapper .achieve-left-thumb img {
  width: 100%;
  height: 100%;
}
.achieve-success-wrapper .achieve-left-thumb .sm-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .achieve-success-wrapper .achieve-left-thumb .sm-thumb {
    max-width: 200px;
  }
}
.achieve-success-wrapper .achieve-right-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .achieve-success-wrapper .achieve-right-content {
    margin-left: 0;
  }
}
.achieve-success-wrapper .achieve-right-content .achieve-text {
  margin-top: 25px;
}
.achieve-success-wrapper .achieve-right-content ul {
  margin-top: 30px;
}
.achieve-success-wrapper .achieve-right-content ul li {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .achieve-success-wrapper .achieve-right-content ul li {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.achieve-success-wrapper .achieve-right-content ul li .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.achieve-success-wrapper .achieve-right-content ul li .content {
  max-width: 404px;
}
.achieve-success-wrapper .achieve-right-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.achieve-success-wrapper .achieve-right-content h3 {
  font-size: 24px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .achieve-success-wrapper .achieve-right-content h3 {
    font-size: 20px;
  }
}
.achieve-success-wrapper .achieve-right-content .theme-btn {
  margin-top: 30px;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.animation-infinite {
  animation: ShapeAnim 80s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

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

@keyframes img-anim-bottom {
  0% {
    transform: translateY(5%);
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes sparkle {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes borderAnim {
  0% {
    width: 0;
  }
  100% {
    width: 44px;
  }
}
@keyframes dance {
  0% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

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

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

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scrolly {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60%);
  }
}
@keyframes scrolls {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.img_left_animation {
  animation: left-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes left-animation {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_right_animation {
  animation: right-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes right-animation {
  0% {
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_top_animation {
  animation: top-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes top-animation {
  0% {
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img_bottom_animation {
  animation: bottom-animation 2000ms forwards cubic-bezier(0.4, 0.98, 0.52, 0.99);
  opacity: 0;
}

@keyframes bottom-animation {
  0% {
    clip-path: inset(100% 0 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.brand-box {
  height: 150px;
  line-height: 150px;
  border: 1px solid rgb(216, 221, 225);
  text-align: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.brand-box .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-box .brand-img-1 img {
  opacity: 0.4;
  transition: all 0.6s ease;
  transform: translateY(0);
}
.brand-box .brand-img-1:last-child img {
  transform: translateY(-350%);
  opacity: 0;
}
.brand-box:hover .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-box:hover .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}

.brand-section .section-title {
  margin-bottom: 60px;
}

.brand-section-2 .brand-top-text {
  margin-bottom: 30px;
}
.brand-section-2 .brand-top-text p b {
  color: var(--theme);
}

.location-left-content .location-text {
  margin-top: 20px;
}
.location-left-content ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .location-left-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.location-left-content ul li img {
  margin-right: 10px;
}
.location-left-content .location-line {
  margin-top: 15px;
}
.location-left-content .location-line h4 img {
  margin-right: 10px;
}
.location-left-content .theme-btn {
  margin-top: 30px;
}

.map-section-contact {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .map-section-contact {
    margin-left: 0;
  }
}
.map-section-contact .google-map iframe {
  width: 744px;
  height: 478px;
  border-radius: 10px;
}

.location-left-content-inner .location-text {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .location-left-content-inner br {
    display: none;
  }
}
.location-left-content-inner .contact-list {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .location-left-content-inner .contact-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.location-left-content-inner .contact-list ul li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.location-left-content-inner .contact-list ul li .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
}
.location-left-content-inner .contact-list ul li .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid rgb(216, 221, 225);
  color: var(--header);
}
.location-left-content-inner .contact-list ul li .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.location-left-content-inner .contact-list ul li p a {
  color: var(--text);
}
.location-left-content-inner .contact-list ul li p a:hover {
  color: var(--theme);
}
.location-left-content-inner .contact-list ul li:not(:last-child) {
  margin-bottom: 20px;
}

.map-section-contact-inner {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .map-section-contact-inner {
    margin-left: 0;
  }
}
.map-section-contact-inner .google-map iframe {
  width: 100%;
  height: 478px;
  border-radius: 10px;
}

.contact-form-box {
  border-radius: 30px;
  background: rgb(245, 248, 253);
  padding: 35px;
  border: 1px solid rgb(216, 221, 225);
}
@media (max-width: 767px) {
  .contact-form-box {
    padding: 28px;
  }
}
.contact-form-box h3 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
}
.contact-form-box .form-clt {
  position: relative;
}
.contact-form-box .form-clt .icon {
  position: absolute;
  right: 25px;
  top: 16px;
}
.contact-form-box .form-clt input, .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header);
  border-radius: 100px;
  border: 1px solid rgb(216, 221, 225);
  background: var(--white);
}
.contact-form-box .form-clt input::placeholder, .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.contact-form-box .form-clt .single-select {
  line-height: 1;
  height: initial;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--header);
  border-radius: 100px;
  border: 1px solid rgb(216, 221, 225);
  background: var(--white);
}
.contact-form-box .form-clt .single-select::after {
  right: 25px;
}
.contact-form-box .form-clt .single-select .list {
  width: 100%;
}
.contact-form-box .form-clt textarea {
  padding-bottom: 120px;
  border-radius: 30px;
}
.contact-form-box .contact-button {
  text-align: center;
}

.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.cta-wrapper .title {
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 1199px) {
  .cta-wrapper .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .cta-wrapper .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .title {
    font-size: 26px;
  }
}
.cta-wrapper form {
  position: relative;
  max-width: 550px;
  width: 100%;
}
.cta-wrapper form input {
  width: 100%;
  outline: none;
  border: none;
  background-color: var(--white);
  color: var(--text);
  line-height: 1;
  padding: 18px 24px;
  border-radius: 40px;
}
.cta-wrapper form input::placeholder {
  color: var(--text);
}
.cta-wrapper form .theme-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
}
.cta-wrapper .theme-btn {
  padding: 16px 22px;
}

.cta-section {
  padding: 80px 0;
}

.cta-countdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cta-countdown-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.cta-countdown-wrapper .cooming-soon-items .coming-soon-time {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  justify-content: center;
}
.cta-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content {
  text-align: center;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 10px;
  position: relative;
}
.cta-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.cta-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .cta-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .cta-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 span {
    font-size: 14px;
  }
}

.cta-video-section-2 {
  position: relative;
  z-index: 9;
}
.cta-video-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(97.54deg, rgba(25, 0, 177, 0.81) 14.32%, rgba(227, 38, 130, 0.405) 153.15%);
  z-index: -1;
}
.cta-video-section-2 .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  color: var(--theme);
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  z-index: 9;
  position: absolute;
  top: 120px;
  right: 315px;
}
@media (max-width: 1199px) {
  .cta-video-section-2 .video-btn {
    position: relative;
    top: initial;
    right: initial;
  }
}
.cta-video-section-2 .video-btn::before {
  width: 60px;
  height: 60px;
  line-height: 60px;
  content: "";
  right: 0;
  bottom: 0;
  background-color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.cta-video-section-2 .video-btn:hover::before {
  background-color: var(--theme);
}
.cta-video-section-2 .video-btn:hover i {
  color: var(--white);
}

.cta-video-content-2 {
  margin-top: 208px;
}
@media (max-width: 1199px) {
  .cta-video-content-2 {
    margin-top: 40px;
  }
}
.cta-video-content-2 .cta-text {
  color: var(--white);
  margin-top: 20px;
}
.cta-video-content-2 .theme-btn {
  margin-top: 40px;
}

.event-box-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(216, 221, 225);
  padding: 30px;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .event-box-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .event-box-wrapper-2 {
    display: block;
    padding: 20px;
  }
}
.event-box-wrapper-2 .event-content-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .event-box-wrapper-2 .event-content-area {
    display: block;
  }
}
.event-box-wrapper-2 .event-content-area .event-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .event-box-wrapper-2 .event-content-area .event-thumb {
    height: 450px;
  }
}
.event-box-wrapper-2 .event-content-area .event-thumb img {
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .event-box-wrapper-2 .event-content-area .event-thumb img {
    width: 100%;
    height: 100%;
  }
}
.event-box-wrapper-2 .event-content-area .event-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.event-box-wrapper-2 .event-content-area .event-content {
  max-width: 437px;
}
@media (max-width: 991px) {
  .event-box-wrapper-2 .event-content-area .event-content {
    margin: 25px 0;
  }
}
.event-box-wrapper-2 .event-content-area .event-content .date-item i {
  color: var(--theme);
}
.event-box-wrapper-2 .event-content-area .event-content h3 {
  margin-top: 10px;
}
.event-box-wrapper-2 .event-content-area .event-content h3 a:hover {
  color: var(--theme);
}
.event-box-wrapper-2 .event-content-area .event-content p {
  margin-top: 6px;
}
.event-box-wrapper-2 .event-content-area .event-content .theme-btn {
  margin-top: 20px;
}
.event-box-wrapper-2 .event-content-area:hover .event-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.event-box-wrapper-2 .event-content-area:hover .event-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.event-box-wrapper-2 .line {
  background-color: rgb(216, 221, 225);
  width: 1px;
  height: 280px;
}
@media (max-width: 1399px) {
  .event-box-wrapper-2 .line {
    display: none;
  }
}
.event-box-wrapper-2 .client-info-area .client-info {
  margin-top: 25px;
}
.event-box-wrapper-2 .client-info-area .client-info li {
  display: flex;
  gap: 12px;
}
.event-box-wrapper-2 .client-info-area .client-info li .content p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  color: var(--header);
  max-width: 271px;
}
.event-box-wrapper-2 .client-info-area .client-info li .content p span {
  color: var(--text);
  font-weight: 400;
}
.event-box-wrapper-2 .client-info-area .client-info li:not(:last-child) {
  margin-bottom: 8px;
}

.event-venue-section-2 {
  position: relative;
  z-index: 9;
}
.event-venue-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 13, 68, 0.8);
  z-index: -1;
}
.event-venue-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  z-index: -1;
  top: 82%;
}
.event-venue-section-2 .event-navs {
  background-color: var(--white);
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
  padding: 20px;
  max-width: 895px;
  margin: 100px auto 30px;
}
@media (max-width: 991px) {
  .event-venue-section-2 .event-navs {
    border-radius: 10px;
  }
}
.event-venue-section-2 .nav {
  border: 1px solid #D8DDE1;
  border-radius: 100px;
  padding: 0;
}
@media (max-width: 991px) {
  .event-venue-section-2 .nav {
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .event-venue-section-2 .nav {
    display: block;
  }
}
.event-venue-section-2 .nav .nav-item .nav-link {
  height: 110px;
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-venue-section-2 .nav .nav-item .nav-link .text-items {
  text-align: center;
}
.event-venue-section-2 .nav .nav-item .nav-link .text-items .text1 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--header);
  font-family: "Bricolage Grotesque", sans-serif;
}
.event-venue-section-2 .nav .nav-item .nav-link .text-items .text2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  margin-top: 10px;
}
.event-venue-section-2 .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
@media (max-width: 991px) {
  .event-venue-section-2 .nav .nav-item .nav-link.active {
    border-radius: 10px;
  }
}
.event-venue-section-2 .nav .nav-item .nav-link.active .text-items .text1 {
  color: var(--white);
}
.event-venue-section-2 .nav .nav-item .nav-link.active .text-items .text2 {
  color: var(--white);
}
.event-venue-section-2 .nav .nav-item:last-child .nav-link.active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media (max-width: 991px) {
  .event-venue-section-2 .nav .nav-item:last-child .nav-link.active {
    border-radius: 10px;
  }
}

.event-venue-wrapper-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .event-venue-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
  }
  .event-venue-wrapper-2 .section-title {
    margin-bottom: 0;
  }
}
.event-venue-wrapper-2 .event-right-items li {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(9.5px);
  border-radius: 100px;
  padding: 8px;
  padding-right: 47px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.event-venue-wrapper-2 .event-right-items li .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}
.event-venue-wrapper-2 .event-right-items li .content h4 {
  color: var(--white);
}
.event-venue-wrapper-2 .event-right-items li .content p {
  color: var(--white);
}
.event-venue-wrapper-2 .event-right-items li:not(:last-child) {
  margin-bottom: 20px;
}

.event-signle-list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D8DDE1;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .event-signle-list-items {
    padding: 30px 0;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.event-signle-list-items .event-left-items {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 1399px) {
  .event-signle-list-items .event-left-items {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .event-signle-list-items .event-left-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .event-signle-list-items .event-left-items {
    display: grid;
  }
}
.event-signle-list-items .event-left-items .date-text {
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-signle-list-items .event-left-items .date-text h2 {
  font-size: 64px;
  font-weight: 700;
}
.event-signle-list-items .event-left-items .date-text span {
  font-size: 20px;
  font-weight: 600;
}
.event-signle-list-items .event-left-items .thumb {
  border-radius: 30px;
  max-width: 275px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.event-signle-list-items .event-left-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.event-signle-list-items .event-left-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.event-signle-list-items .event-left-items .content h3 {
  font-size: 24px;
  font-weight: 600;
}
.event-signle-list-items .event-left-items .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.event-signle-list-items .event-left-items .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.event-signle-list-items .event-left-items .content ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  .event-signle-list-items .event-left-items .content ul {
    flex-wrap: wrap;
  }
}
.event-signle-list-items .event-left-items .content ul li {
  font-size: 14px;
  font-weight: 400;
  color: #000D44;
  display: flex;
  align-items: center;
  gap: 8px;
}
.event-signle-list-items .event-left-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.event-signle-list-items .event-left-items:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.event-signle-list-items .theme-btn {
  background-color: var(--header);
}
.event-signle-list-items .theme-btn::before {
  background-color: var(--theme);
}

.event-section-3 {
  background-color: #F5F7FA;
}
.event-section-3 .section-title-area {
  border-bottom: 1px solid #D8DDE1;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.event-section-3 .section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 10px;
}
.event-section-3 .section-title-area .nav .nav-item .nav-link {
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  background-color: var(--white);
  border-radius: 10px;
  color: #000D44;
  font-size: 20px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
}
.event-section-3 .section-title-area .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}

.event-details-wrapper .details-image {
  border-radius: 50px;
}
@media (max-width: 767px) {
  .event-details-wrapper .details-image .fix {
    border-radius: 50px;
    height: 400px;
  }
}
.event-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}
.event-details-wrapper .details-content {
  margin-top: 30px;
}
.event-details-wrapper .details-content .info-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-content .info-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.event-details-wrapper .details-content .info-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--header);
}
.event-details-wrapper .details-content .info-list li i {
  color: var(--theme);
}
.event-details-wrapper .details-content h2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-content h2 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .event-details-wrapper .details-content h2 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .event-details-wrapper .details-content h2 {
    font-size: 25px;
  }
}
.event-details-wrapper .details-content .event-list-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-content .event-list-items {
    flex-wrap: wrap;
  }
}
.event-details-wrapper .details-content .event-list-items .thumb {
  max-width: 255px;
}
.event-details-wrapper .details-content .event-list-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.event-details-wrapper .details-content .event-list-items .list-items li {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  position: relative;
  padding-left: 15px;
}
.event-details-wrapper .details-content .event-list-items .list-items li:not(:last-child) {
  margin-bottom: 5px;
}
.event-details-wrapper .details-content .event-list-items .list-items li::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: var(--theme);
  transform: translateY(-50%);
}
.event-details-wrapper .details-content .details-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.event-details-wrapper .details-content .details-button-info {
  padding: 40px 0;
  border-top: 1px solid #D8DDE1;
  border-bottom: 1px solid #D8DDE1;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-content .details-button-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.event-details-wrapper .details-content .details-button-info .client-infos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.event-details-wrapper .details-content .details-button-info .client-infos .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
}
.event-details-wrapper .details-content .details-button-info .client-infos .cont h4 {
  font-size: 20px;
  font-weight: 600;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items {
    flex-direction: column;
    text-align: center;
    padding: 30px;
  }
  .event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-header {
    flex-direction: column;
    gap: 20px;
  }
  .event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .social-icons {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-image-area .image-circle {
    width: 140px;
    height: 140px;
  }
}
.event-details-wrapper .details-content .event-speaker-info-wrapper h2 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .event-details-wrapper .details-content .event-speaker-info-wrapper h2 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .event-details-wrapper .details-content .event-speaker-info-wrapper h2 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .event-details-wrapper .details-content .event-speaker-info-wrapper h2 {
    font-size: 25px;
  }
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items {
  background: #ffffff;
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
  transition: 0.3s;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-image-area {
  flex-shrink: 0;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-image-area .image-circle {
  width: 170px;
  height: 170px;
  background: #d8f0f3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-image-area .image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content {
  flex-grow: 1;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header .name-info h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header .name-info p {
  margin: 5px 0 0;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header .social-icons {
  display: flex;
  gap: 10px;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header .social-icons a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
  color: var(--header);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-header .social-icons a:hover {
  background-color: var(--theme);
  color: #ffffff;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .divider {
  border-top: 1px solid #D8DDE1;
  opacity: 1;
  margin: 20px 0;
}
.event-details-wrapper .details-content .event-speaker-info-wrapper .event-speaker-info-items .speaker-content .speaker-bio {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.event-details-wrapper .event-details-info {
  background: #ffffff;
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .event-details-wrapper .event-details-info {
    margin-top: 0;
  }
}
.event-details-wrapper .event-details-info h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}
.event-details-wrapper .event-details-info h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: var(--theme);
}
.event-details-wrapper .event-details-info .info-list .info-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #D8DDE1;
}
.event-details-wrapper .event-details-info .info-list .info-item.border-none {
  border: none;
}
.event-details-wrapper .event-details-info .info-list .info-item .label {
  font-weight: 500;
  color: var(--header);
  width: 100px;
  font-size: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.event-details-wrapper .event-details-info .info-list .info-item .value {
  font-size: 16px;
  font-family: "Bricolage Grotesque", sans-serif;
}
.event-details-wrapper .event-purchase-ticket-items {
  background: #ffffff;
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  padding: 30px;
}
.event-details-wrapper .event-purchase-ticket-items h3 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.event-details-wrapper .event-purchase-ticket-items h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background-color: var(--theme);
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card {
  background-color: #F5F8FD;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-header {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 16px;
  color: var(--header);
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-header .sub-text {
  font-weight: normal;
  font-size: 14px;
  color: var(--text);
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 20px;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column .caption {
  font-size: 13px;
  color: #788094;
  margin-bottom: 10px;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column .amount {
  font-weight: bold;
  color: var(--header);
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column .quantity-control {
  display: flex;
  align-items: center;
  border: 1px solid #D8DDE1;
  border-radius: 20px;
  background: #fff;
  padding: 2px 10px;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column .quantity-control button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.event-details-wrapper .event-purchase-ticket-items .ticket-card .ticket-body .column .quantity-control input {
  width: 25px;
  text-align: center;
  border: none;
  font-weight: bold;
  color: var(--header);
  outline: none;
}
.event-details-wrapper .event-purchase-ticket-items .total-summary {
  background-color: #F5F8FD;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 25px;
}
.event-details-wrapper .event-purchase-ticket-items .total-summary p {
  margin: 0;
  font-weight: bold;
  color: var(--header);
  margin-bottom: 10px;
}
.event-details-wrapper .event-purchase-ticket-items .total-summary hr {
  border: none;
  border-top: 1px solid #D8DDE1;
  margin: 10px 0;
}
.event-details-wrapper .event-purchase-ticket-items .total-summary h4 {
  margin: 0;
  color: var(--header);
  font-size: 18px;
}

.event-join-box-items {
  margin-top: 30px;
}
.event-join-box-items .icon {
  background-color: var(--theme);
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 10px;
}
.event-join-box-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.event-join-box-items h3 {
  color: var(--white);
  margin-top: 30px;
}
.event-join-box-items p {
  color: var(--white);
  margin-top: 10px;
}
.event-join-box-items:hover .icon img {
  transform: scaleX(-1) !important;
}

.faq-wrapper-2 .faq-left-content {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-left-content {
    margin-right: 0;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items {
    margin-top: 30px;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box {
  position: relative;
  border-bottom: 1px solid rgb(216, 221, 225);
  padding-bottom: 10px;
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block {
  position: relative;
  background-color: transparent;
  line-height: 1;
  border-top: 1px solid rgb(216, 221, 225);
  padding: 22px 0;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block {
    padding: 18px;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-btn {
  position: relative;
  font-size: 24px;
  color: var(--header);
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-btn {
    font-size: 17px;
    line-height: 1.5;
    padding-right: 40px;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: var(--header);
  font-size: 16px;
  line-height: 30px;
  color: var(--white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  border-radius: 50%;
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content {
  position: relative;
  display: none;
  margin-top: 22px;
}
@media (max-width: 470px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content {
    margin-top: 10px;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 16px;
  font-weight: 400;
  color: rgb(120, 128, 148);
  max-width: 605px;
}
@media (max-width: 1199px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content .content .text {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content .content .text {
    font-size: 13px;
  }
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-content.current {
  display: block;
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-btn.active .icon:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block .acc-btn.active .icon {
  background-color: var(--theme);
}
.faq-wrapper-2 .faq-left-content .faq-page-items .accordion-box .block:last-child {
  margin-bottom: 0;
}
.faq-wrapper-2 .faq-right-thumb {
  position: relative;
}
.faq-wrapper-2 .faq-right-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.faq-wrapper-2 .faq-right-thumb .support-text-area {
  background: #FFFFFF;
  border-radius: 50px 0px 0px 0px;
  padding: 40px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .faq-wrapper-2 .faq-right-thumb .support-text-area {
    padding: 25px;
  }
}
.faq-wrapper-2 .faq-right-thumb .support-text-area .icon img {
  width: initial;
  height: initial;
}
.faq-wrapper-2 .faq-right-thumb .support-text-area h3 {
  font-size: 74px;
  font-weight: 700;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .faq-wrapper-2 .faq-right-thumb .support-text-area h3 {
    font-size: 42px;
  }
}
.faq-wrapper-2 .faq-right-thumb .support-text-area p {
  font-size: 20px;
  font-weight: 600;
}

.experience-content .experience-text {
  margin-top: 25px;
  color: var(--white);
}
.experience-content .theme-btn {
  margin-top: 35px;
}

.experience-section {
  position: relative;
  z-index: 9;
}
.experience-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 13, 68, 0.3);
  z-index: -1;
}
.experience-section .shape-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.feature-box-items {
  box-shadow: 0px 9px 30px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  padding: 40px 30px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  margin-top: 30px;
}
.feature-box-items .box-shape {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-box-items .box-shape img {
  width: 100%;
  height: 100%;
}
.feature-box-items .icon {
  background-color: var(--theme);
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 10px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.feature-box-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.feature-box-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.feature-box-items .content p {
  margin-top: 10px;
}
.feature-box-items .content .link-btn {
  color: var(--header);
  margin-top: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
}
.feature-box-items .content .link-btn i {
  margin-left: 7px;
}
.feature-box-items .content .link-btn:hover {
  color: var(--theme);
}
.feature-box-items:hover .icon img {
  transform: scaleX(-1) !important;
}

.reasons-wrapper .reasons-left-video-thumb {
  position: relative;
}
@media (max-width: 1899px) {
  .reasons-wrapper .reasons-left-video-thumb {
    height: 755px;
  }
}
@media (max-width: 1199px) {
  .reasons-wrapper .reasons-left-video-thumb {
    height: 500px;
  }
}
.reasons-wrapper .reasons-left-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reasons-wrapper .reasons-left-video-thumb .video-btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  text-align: center;
  border-radius: 100%;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.reasons-wrapper .reasons-right-content {
  margin-left: 40px;
  position: relative;
}
@media (max-width: 1199px) {
  .reasons-wrapper .reasons-right-content {
    margin-right: 30px;
  }
}
.reasons-wrapper .reasons-right-content .reasons-bg-shape {
  position: absolute;
  top: -15%;
  left: -73%;
}
.reasons-wrapper .reasons-right-content .reasons-text {
  margin-top: 25px;
  max-width: 569px;
  color: var(--white);
}
.reasons-wrapper .reasons-right-content .list-items {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .reasons-wrapper .reasons-right-content .list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.reasons-wrapper .reasons-right-content .list-items ul li {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.reasons-wrapper .reasons-right-content .list-items ul li:not(:last-child) {
  margin-bottom: 20px;
}
.reasons-wrapper .reasons-right-content .list-items ul li img {
  margin-right: 10px;
}
.reasons-wrapper .reasons-right-content .counter-items-area {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 65px;
}
@media (max-width: 1199px) {
  .reasons-wrapper .reasons-right-content .counter-items-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .reasons-wrapper .reasons-right-content .counter-items-area {
    margin-top: 30px;
  }
}
.reasons-wrapper .reasons-right-content .counter-items-area .counter-items {
  text-align: center;
}
.reasons-wrapper .reasons-right-content .counter-items-area .counter-items .icon {
  position: relative;
}
.reasons-wrapper .reasons-right-content .counter-items-area .counter-items .icon h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white);
  transform: translate(-50%, -50%);
  font-size: 36px;
}
.reasons-wrapper .reasons-right-content .counter-items-area .counter-items h5 {
  color: var(--white);
  margin-top: 30px;
}

.reasons-feature-section {
  position: relative;
}
@media (max-width: 1199px) {
  .reasons-feature-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .reasons-feature-section {
    padding-bottom: 80px;
  }
}
.reasons-feature-section .shape-1 {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.feature-dream-wrapper-2 .feature-dream-thumb img {
  width: 100%;
  height: 100%;
}
.feature-dream-wrapper-2 .feature-dream-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .feature-dream-wrapper-2 .feature-dream-content {
    margin-left: 0;
  }
}
.feature-dream-wrapper-2 .feature-dream-content .feature-dream-list {
  border-top: 1px solid rgb(216, 221, 225);
  padding-top: 25px;
  margin-top: 25px;
}
.feature-dream-wrapper-2 .feature-dream-content .feature-dream-list li h5 img {
  margin-right: 10px;
}
.feature-dream-wrapper-2 .feature-dream-content .feature-dream-list li p {
  margin-top: 10px;
}
.feature-dream-wrapper-2 .feature-dream-content .feature-dream-list li:not(:last-child) {
  margin-bottom: 20px;
}

.feature-award-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .feature-award-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.feature-award-wrapper .feature-award-wrap {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 767px) {
  .feature-award-wrapper .feature-award-wrap {
    margin-left: 30px;
  }
}
.feature-award-wrapper .feature-award-wrap .number {
  font-size: 65px;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #788094;
  transition: all 0.4s ease-in-out;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .feature-award-wrapper .feature-award-wrap .number {
    font-size: 50px;
  }
}
.feature-award-wrapper .feature-award-wrap .feature-award-items .icon img {
  transition: all 0.4s ease-in-out;
  display: inline-block;
}
.feature-award-wrapper .feature-award-wrap .feature-award-items h3 {
  font-size: 36px;
  margin-top: 20px;
  max-width: 194px;
}
@media (max-width: 991px) {
  .feature-award-wrapper .feature-award-wrap .feature-award-items h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .feature-award-wrapper .feature-award-wrap .feature-award-items h3 {
    font-size: 24px;
  }
}
.feature-award-wrapper .feature-award-wrap .feature-award-items:hover .icon img {
  transform: scaleX(-1) !important;
}
.feature-award-wrapper .line {
  background: rgb(216, 221, 225);
  height: 160px;
  width: 1px;
  margin-left: 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .feature-award-wrapper .line {
    display: none;
  }
}

.footer-section {
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 13, 68, 0.9);
  z-index: -1;
}

.footer-wrappper {
  padding: 70px 0 100px;
}
.footer-wrappper .footer-widget-items {
  margin-top: 30px;
}
.footer-wrappper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-wrappper .footer-widget-items .widget-head h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
}
.footer-wrappper .footer-widget-items .widget-head .line {
  width: 75px;
  height: 1px;
  background-color: var(--theme);
  margin-top: 15px;
}
.footer-wrappper .footer-widget-items .footer-content {
  margin-top: 30px;
}
.footer-wrappper .footer-widget-items .footer-content p {
  color: var(--white);
  max-width: 350px;
}
.footer-wrappper .footer-widget-items .footer-content .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}
.footer-wrappper .footer-widget-items .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--white);
  color: var(--white);
}
.footer-wrappper .footer-widget-items .footer-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.footer-wrappper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 400;
}
.footer-wrappper .footer-widget-items .list-area li i {
  margin-right: 9px;
  font-size: 14px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.footer-wrappper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-wrappper .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-wrappper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-wrappper .footer-widget-items .list-area li:hover i {
  color: var(--theme);
}
.footer-wrappper .footer-widget-items .list-area li:hover a {
  color: var(--theme);
}
.footer-wrappper .footer-widget-items .icon-area li {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-wrappper .footer-widget-items .icon-area li .icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  background-color: var(--theme);
  border: 3px solid var(--white);
  border-radius: 50%;
}
.footer-wrappper .footer-widget-items .icon-area li .content p {
  color: var(--white);
  margin-bottom: 5px;
}
.footer-wrappper .footer-widget-items .icon-area li .content a {
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
}
.footer-wrappper .footer-widget-items .icon-area li .content a:hover {
  color: var(--theme);
}
.footer-wrappper .footer-widget-items .icon-area li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-wrappper .footer-widget-items .recent-post li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-wrappper .footer-widget-items .recent-post li .thumb img {
  border-radius: 8px;
}
.footer-wrappper .footer-widget-items .recent-post li .content p {
  color: var(--white);
}
.footer-wrappper .footer-widget-items .recent-post li .content p i {
  margin-right: 5px;
}
.footer-wrappper .footer-widget-items .recent-post li .content h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}
.footer-wrappper .footer-widget-items .recent-post li .content h4 a {
  color: var(--white);
}
.footer-wrappper .footer-widget-items .recent-post li .content h4 a:hover {
  color: var(--theme);
}
.footer-wrappper .footer-widget-items .recent-post li:not(:last-child) {
  margin-bottom: 30px;
}

.footer-bottom {
  background: var(--theme);
  position: relative;
  z-index: 9;
  padding: 15px 0;
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
  }
}
.footer-bottom .footer-bottom-wrapper p {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.footer-bottom .footer-bottom-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a {
  color: var(--white);
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-bottom .footer-bottom-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--white);
}

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

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 60px;
}
@media (max-width: 1600px) {
  .header-main .main-menu ul li {
    margin-inline-end: 40px;
  }
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li {
    margin-inline-end: 30px;
  }
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #000D44;
  font-family: "Bricolage Grotesque", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: #000D44;
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: #000D44;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .sidebar__toggle {
  color: var(--header);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: relative;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-1 {
    margin-top: 20px;
  }
}
.header-1 .mega-menu-wrapper {
  background-color: var(--white);
  padding: 0 30px;
  border-radius: 100px;
}
.header-1 .header-main {
  padding: 25px 0;
}
@media (max-width: 1399px) {
  .header-1 .header-main {
    padding: 15px 0;
  }
}
.header-1 .header-left {
  display: flex;
  align-items: center;
  gap: 130px;
}
@media (max-width: 1399px) {
  .header-1 .header-left {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .header-1 .header-left {
    gap: 0;
  }
}
.header-1 .search-toggler {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #D8DDE1;
  text-align: center;
  border-radius: 50%;
  color: var(--header);
}
.header-1 .search-toggler:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.header-1 .header-right {
  gap: 20px !important;
}
.header-call-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--header);
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.header-call-link i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EEF4F8;
  color: var(--theme);
  transition: all 0.3s ease;
}
.header-call-link:hover {
  color: var(--theme);
}
.header-call-link:hover i {
  background-color: var(--theme);
  color: var(--white);
}
.header-1 .theme-btn {
  padding: 22px 35px;
}
@media (max-width: 1199px) {
  .header-1 .theme-btn {
    display: none;
  }
}

.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header-section .container {
  max-width: 1536px;
}

.header-top-wrapper {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header-top-wrapper {
    display: none;
  }
}
.header-top-wrapper ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-wrapper ul li {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: var(--white);
  gap: 10px;
}
.header-top-wrapper ul li a {
  color: var(--white);
}
.header-top-wrapper ul .line {
  display: inline-block;
  width: 1px;
  height: 20px;
  opacity: 0.2;
  border: 1px solid #FFFFFF;
}
.header-top-wrapper ul .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-top-wrapper ul .social-icon a {
  color: var(--white);
}
.header-top-wrapper ul .social-icon a:hover {
  color: var(--theme);
}

.header-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
}
.header-2 .container {
  max-width: 1560px;
}
.header-2 .header-main .main-menu ul li a {
  color: #fff;
}
.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-2 .header-main .main-menu ul li .submenu {
  color: #000D44;
}
.header-2 .header-main .main-menu ul li .submenu li a {
  color: #000D44;
}
.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme);
}
.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-2 .header-main .sidebar__toggle {
  color: var(--white);
}
.header-2 .header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-2 .header-main .header-right {
    gap: 20px;
  }
}
.header-2 .header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}
.header-2 .header-right {
  gap: 20px !important;
}
.header-2 .theme-btn {
  padding: 22px 35px;
}
@media (max-width: 1199px) {
  .header-2 .theme-btn {
    display: none;
  }
}
.header-2 .search-toggler {
  width: 55px;
  height: 55px;
  line-height: 55px;
  border: 1px solid #D8DDE1;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
}
.header-2 .search-toggler:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.header-2.header-inner {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header-2.header-inner .container {
  max-width: 1621px;
}
.header-2.header-inner .sidebar__toggle {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: all 0.4s ease-in-out;
}
.header-2.header-inner .sidebar__toggle:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  background-color: #fff;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-main {
  padding: 15px 0;
}
.sticky.header-1 .mega-menu-wrapper {
  padding: 0 0;
}
@media (max-width: 1199px) {
  .sticky.header-1 {
    margin-top: 0;
  }
}
.sticky.header-2 .header-main .main-menu ul li a {
  color: #000D44;
}
.sticky.header-2 .header-main .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-2 .header-main .main-menu ul li .submenu {
  color: #000D44;
}
.sticky.header-2 .header-main .main-menu ul li .submenu li a {
  color: #000D44;
}
.sticky.header-2 .header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme) !important;
}
.sticky.header-2 .header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme) !important;
}
.sticky.header-2 .header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme);
}
.sticky.header-2 .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  color: var(--theme);
}
.sticky.header-2 .header-main .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky.header-2 .header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.sticky.header-2 .header-main .sidebar__toggle {
  color: var(--header);
}
.sticky.header-2 .search-toggler {
  color: var(--header);
}
.sticky.header-2 .search-toggler:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.sticky.header-inner .logo {
  display: none;
}
.sticky.header-inner .logo2 {
  display: block !important;
}
.sticky.header-inner .sidebar__toggle {
  border: 1px solid #D8DDE1;
}
.sticky.header-inner .sidebar__toggle svg path {
  fill: var(--header);
  transition: all 0.4s ease-in-out;
}
.sticky.header-inner .sidebar__toggle:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}
.sticky.header-inner .sidebar__toggle:hover svg path {
  fill: var(--white);
}

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

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

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas-title {
  font-size: 32px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content p {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .social-icon {
  margin-top: 30px;
  gap: 10px;
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__content .social-icon a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .theme-btn {
  width: 100%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--header);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas-button {
  margin-top: 300px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1399px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__content .offcanvas-button {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

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

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

@media (max-width: 450px) {
  .offcanvas__info {
    width: 350px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(25, 0, 177, 0.6) 55.84%, rgba(11, 0, 75, 0) 100%);
}
.breadcrumb-wrapper .page-heading {
  padding: 240px 0 160px;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
    padding-bottom: 140px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list li {
    font-size: 14px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: var(--white);
  position: relative;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--theme);
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 64px;
  font-weight: 700;
  color: var(--white);
  font-family: "Bricolage Grotesque", sans-serif;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 44px;
  }
}

.error-items {
  text-align: center;
}
.error-items .error-image {
  max-width: 967px;
  margin: 0 auto 50px;
  text-align: center;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .error-items h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .error-items h2 {
    font-size: 42px;
  }
}
.error-items h2 span {
  color: var(--theme);
  font-weight: 400;
}
.error-items p {
  font-size: 18px;
  margin-bottom: 30px;
}
.error-items .theme-btn i {
  margin-right: 10px;
  margin-left: 0;
}

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

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

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

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(21, 57, 238, 0.6);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.brand-slide-element {
  width: auto;
  display: inline-block;
}

.container-2 {
  max-width: 1320px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(25, 42, 25) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid var(--theme);
  background: transparent;
  color: var(--header);
  font-weight: 600;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  margin: 0 5px;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}

.hero-1 {
  padding: 210px 0 0;
  position: relative;
  z-index: 9;
}
.hero-1 .hero-light {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-1 .hero-light2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.hero-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 13, 68, 0.85);
  z-index: -1;
}
.hero-1 .container {
  max-width: 1536px;
}
.hero-1 .hero-content {
  margin-top: -120px;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    margin-top: 0;
    text-align: center;
  }
}
.hero-1 .hero-content h1 {
  font-size: 130px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 1.5px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 88px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-content h1 {
    font-size: 52px;
    margin-top: 10px;
  }
}
.hero-1 .hero-content h2 {
  font-size: 80px;
  font-weight: 400;
  color: var(--white);
  letter-spacing: 2.5px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content h2 {
    font-size: 28px;
  }
}
.hero-1 .hero-content .hero-text {
  font-size: 130px;
  font-weight: 800;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 10px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-text {
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-text {
    font-size: 100px;
    line-height: 1;
    justify-content: center;
  }
}
.hero-1 .hero-content .hero-text .svg-text {
  top: -7px;
  position: relative;
}
.hero-1 .hero-content .year-area {
  display: flex;
  align-items: center;
  gap: 100px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .year-area {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .year-area {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .year-area {
    display: grid;
    justify-content: center;
    gap: 30px;
  }
}
.hero-1 .hero-content .year-area .year-content {
  max-width: 450px;
}
.hero-1 .hero-content .year-area .year-content h4 {
  font-size: 36px;
  font-weight: 600;
  color: var(--white);
}
.hero-1 .hero-content .year-area .year-content h4 span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
}
.hero-1 .hero-content .year-area .year-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}
@media (max-width: 767px) {
  .hero-1 .hero-content .year-area .year-content h5 {
    font-size: 16px;
  }
}
.hero-1 .hero-content .hero-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.hero-1 .hero-content .hero-bottom .theme-btn::before {
  background-color: var(--white);
}
.hero-1 .hero-content .hero-bottom .theme-btn:hover {
  color: var(--theme);
}
.hero-1 .hero-content .hero-bottom .theme-btn:hover i {
  color: var(--theme);
}
.hero-1 .hero-content .hero-bottom .client-image {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-1 .hero-content .hero-bottom .client-image p {
  font-weight: 500;
  font-family: "Bricolage Grotesque", sans-serif;
  color: var(--white);
}
.hero-1 .hero-image {
  margin-left: -200px;
}
@media (max-width: 1600px) {
  .hero-1 .hero-image {
    margin-left: -260px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: -360px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-image {
    margin-left: -280px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-image {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 0;
  }
}

.hero-2 {
  padding: 150px 0;
  position: relative;
  z-index: 9;
}
.hero-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 13, 68, 0.7);
  z-index: -1;
}
.hero-2 .container {
  max-width: 1560px;
}
.hero-2 .hero-content h1 {
  font-size: 200px;
  font-weight: 800;
  color: var(--theme);
}
@media (max-width: 1600px) {
  .hero-2 .hero-content h1 {
    font-size: 170px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 56px;
    line-height: 1;
  }
}
.hero-2 .hero-content h1 .hero-text {
  font-size: 200px;
  font-weight: 800;
  color: var(--white);
}
@media (max-width: 1600px) {
  .hero-2 .hero-content h1 .hero-text {
    font-size: 170px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-content h1 .hero-text {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 .hero-text {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 .hero-text {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 .hero-text {
    font-size: 56px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 .hero-sm-img {
    display: none;
  }
}
.hero-2 .hero-content h1 .hero-sm-img img {
  border-radius: 100px;
}
.hero-2 .hero-countdown-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  padding-left: 148px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-countdown-wrapper {
    padding-left: 0;
  }
}
.hero-2 .hero-countdown-wrapper .cooming-soon-items {
  margin-top: 20px;
}
.hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--white);
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--theme);
  backdrop-filter: blur(27px);
  border-radius: 20px;
  max-width: 200px;
  height: 125px;
  width: 100%;
}
@media (max-width: 575px) {
  .hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content {
    max-width: 160px;
  }
}
.hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
}
.hero-2 .hero-countdown-wrapper .cooming-soon-items .coming-soon-time .timer-content h2 span {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}
.hero-2 .hero-countdown-wrapper .hero-bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-countdown-wrapper .hero-bottom-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.hero-2 .hero-countdown-wrapper .hero-bottom-area .frist-text p {
  color: var(--white);
}
.hero-2 .hero-countdown-wrapper .hero-bottom-area .frist-text h3 {
  font-size: 24px;
  color: var(--white);
}
.hero-2 .hero-countdown-wrapper .hero-bottom-area .middle-text h3 {
  font-size: 24px;
  color: var(--white);
}
.hero-2 .hero-countdown-wrapper .hero-bottom-area .middle-text p {
  color: var(--white);
  margin-top: 7px;
}

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

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

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

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

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #000D44;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #E5E5E5 !important;
  border: none;
  font-family: "Bricolage Grotesque", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

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

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 16px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-box-items {
  margin-top: 30px;
}
.news-box-items .news-thumb {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.news-box-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .news-thumb .post-date {
  width: 60px;
  height: 60px;
  padding: 2px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 10px;
  color: var(--white);
  position: absolute;
  top: 20px;
  left: 20px;
  padding-top: 5px;
  z-index: 11;
}
.news-box-items .news-thumb .post-date h4 {
  color: var(--white);
  line-height: 1.3;
}
.news-box-items .news-thumb .post-date p {
  line-height: 1;
}
.news-box-items .news-content {
  margin-top: 20px;
}
.news-box-items .news-content p {
  color: var(--theme);
}
.news-box-items .news-content h3 {
  margin-top: 7px;
  font-size: 24px;
}
.news-box-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items .news-content .link-btn {
  color: var(--header);
  margin-top: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
}
.news-box-items .news-content .link-btn i {
  margin-left: 7px;
}
.news-box-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-box-items:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-box-items-2 {
  margin-top: 30px;
}
.news-box-items-2 .news-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.news-box-items-2 .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items-2 .news-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items-2 .content {
  margin-top: 20px;
}
.news-box-items-2 .content ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .news-box-items-2 .content ul {
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .news-box-items-2 .content ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-box-items-2 .content ul li i {
  margin-right: 6px;
  color: rgb(0, 13, 68);
}
.news-box-items-2 .content h3 {
  margin-top: 7px;
  font-size: 30px;
}
@media (max-width: 1399px) {
  .news-box-items-2 .content h3 {
    font-size: 20px;
  }
}
.news-box-items-2 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-2 .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-box-items-2 .content .link-btn {
  color: var(--header);
  margin-top: 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Bricolage Grotesque", sans-serif;
}
.news-box-items-2 .content .link-btn i {
  margin-left: 7px;
}
.news-box-items-2 .content .link-btn:hover {
  color: var(--theme);
}
.news-box-items-2:hover .news-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items-2:hover .news-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items-2.style-2 .content h3 {
  font-size: 24px;
}
@media (max-width: 1399px) {
  .news-box-items-2.style-2 .content h3 {
    font-size: 18px;
  }
}

.news-left-content-inner .news-items {
  margin-bottom: 30px;
  background-color: rgb(245, 248, 253);
  padding: 20px;
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.news-left-content-inner .news-items .news-content {
  margin-top: 25px;
}
.news-left-content-inner .news-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-left-content-inner .news-items .news-content ul li i {
  color: var(--theme);
  margin-right: 6px;
}
.news-left-content-inner .news-items .news-content h3 {
  margin-top: 8px;
  font-size: 36px;
}
@media (max-width: 1199px) {
  .news-left-content-inner .news-items .news-content h3 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .news-left-content-inner .news-items .news-content h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .news-left-content-inner .news-items .news-content h3 {
    font-size: 25px;
  }
}
.news-left-content-inner .news-items .news-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-left-content-inner .news-items .news-content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-left-content-inner .news-items .news-content p {
  margin-top: 10px;
}
.news-left-content-inner .news-items .news-content .theme-btn {
  margin-top: 30px;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: rgb(245, 248, 253);
  margin-bottom: 30px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget {
    padding: 28px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .wid-title h3 {
    font-size: 20px;
  }
}
.main-sidebar .single-sidebar-widget .wid-title h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 63px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border-radius: 30px;
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 9px;
  top: 9px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px;
  background-color: var(--white);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  border-radius: 30px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgb(216, 221, 225);
}
@media (max-width: 575px) {
  .main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
    font-size: 14px;
    padding: 20px 22px;
  }
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow {
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a .arrow i {
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  background-color: var(--theme);
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a .arrow i {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  font: 16px;
  font-weight: 400;
  color: rgb(120, 128, 148);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-size: 20px;
  font-weight: 600;
  max-width: 214px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
  border-radius: 20px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.blog-post-details .single-blog-post .post-featured-thumb {
  height: 460px;
  border-radius: 30px;
}
.blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.blog-post-details .single-blog-post .post-content ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .blog-post-details .single-blog-post .post-content ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-post-details .single-blog-post .post-content ul li i {
  color: var(--theme);
  margin-right: 6px;
}
.blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}
.blog-post-details .single-blog-post .post-content p {
  font-weight: 400;
}
.blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: rgb(245, 248, 253);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 28px;
  }
}
.blog-post-details .single-blog-post .post-content .hilight-text p {
  font-weight: 600;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--header);
  font-size: 18px;
  max-width: 700px;
}
.blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
@media (max-width: 1199px) {
  .blog-post-details .single-blog-post .post-content .hilight-text svg {
    display: none;
  }
}
.blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.blog-post-details .tag-share-wrap {
  border-top: 1px solid rgb(216, 221, 225);
  border-bottom: 1px solid rgb(216, 221, 225);
  padding: 30px 0;
}
.blog-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--header);
  margin-right: 15px;
}
.blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid rgb(216, 221, 225);
  border-radius: 30px;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.blog-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.blog-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--header);
}
.blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.blog-post-details .comments-area {
  margin-top: 40px;
}
.blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.blog-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .blog-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #F2F5FA;
}
@media (max-width: 575px) {
  .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.blog-post-details .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
}
.blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;
}
.blog-post-details .comments-area .blog-single-comment .content .reply {
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--theme);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 6px;
}
.blog-post-details .comments-area .blog-single-comment .content .reply:hover {
  background-color: var(--header);
}
.blog-post-details .comments-area .blog-single-comment .content .reply.color-2 {
  background-color: var(--header);
}
.blog-post-details .comments-area .blog-single-comment .content .reply.color-2:hover {
  background-color: var(--theme);
}
.blog-post-details .comment-form-wrap h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .blog-post-details .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.blog-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.blog-post-details .comment-form-wrap .form-clt input, .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid rgb(216, 221, 225);
  padding: 16px 20px;
  font-weight: 500;
  color: var(--text);
  border-radius: 100px;
}
.blog-post-details .comment-form-wrap .form-clt input::placeholder, .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
  border-radius: 30px;
}
.blog-post-details .comment-form-wrap .theme-btn {
  width: 100%;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: var(--white);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader .spinner-wrap {
  width: 180px;
  height: 180px;
  position: relative;
}

.preloader .spinner-wrap .preloader-logo {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preloader .spinner-wrap .spinner {
  position: relative;
  width: 100%;
  height: 100%;
  border: 2px solid var(--bg);
  border-top: 3px solid var(--theme);
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.back-to-top {
  border-radius: 10px;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000000;
  opacity: 0.7;
  cursor: url(../../assets/img/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  height: 66px;
  border: none;
  outline: none;
  padding-left: 20px;
  background-color: var(--white);
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  transition: all 500ms ease;
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--header);
}

.search-popup__form .search-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  font-size: 20px;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.search-popup__form .search-btn:hover {
  background-color: var(--header);
}

.search-popup__form .eolexi-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.search-popup.active {
  z-index: 999999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.7;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.pricing-box-items {
  margin-top: 30px;
  border: 1px solid rgb(216, 221, 225);
  background-color: var(--white);
  padding: 60px 30px 30px 30px;
  border-radius: 30px;
  position: relative;
}
.pricing-box-items span {
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
  color: var(--header);
}
.pricing-box-items .pricing-header {
  border-bottom: 1px solid rgb(216, 221, 225);
  padding-bottom: 25px;
}
.pricing-box-items .pricing-header p {
  margin-top: 5px;
}
.pricing-box-items .pricing-header h2 {
  font-size: 36px;
  font-weight: 600;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .pricing-box-items .pricing-header h2 {
    font-size: 46px;
  }
}
.pricing-box-items .pricing-header h2 sub {
  font-size: 16px;
  font-weight: 500;
  margin-left: -5px;
}
.pricing-box-items h4 {
  font-size: 16px;
  font-weight: 800;
  margin-top: 25px;
}
.pricing-box-items .pricing-list {
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list li {
  transition: all 0.4s ease-in-out;
  color: rgb(0, 13, 68);
}
.pricing-box-items .pricing-list li.style-2 {
  color: rgb(120, 128, 148);
}
.pricing-box-items .pricing-list li i {
  color: var(--theme);
  margin-right: 10px;
  transition: all 0.4s ease-in-out;
}
.pricing-box-items .pricing-list li i.color-2 {
  color: rgb(120, 128, 148);
}
.pricing-box-items .pricing-list li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-box-items .theme-btn {
  background-color: transparent;
  border: 1px solid rgb(216, 221, 225);
  width: 100%;
  color: var(--header);
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .pricing-box-items .theme-btn {
    padding: 18px 22px;
  }
}
.pricing-box-items .theme-btn i {
  color: var(--header);
}
.pricing-box-items .theme-btn::before {
  background-color: var(--theme);
}
.pricing-box-items .theme-btn:hover {
  color: var(--white);
}
.pricing-box-items .theme-btn:hover i {
  color: var(--white);
}
.pricing-box-items.style-2 {
  border: none;
}
.pricing-box-items.style-2 span {
  background-color: var(--theme);
  color: var(--white);
  padding: 10px 12px;
  line-height: 1;
  border-radius: 100px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.pricing-box-items.style-2 .pricing-header {
  border-bottom: none;
  padding-bottom: 0;
}
.pricing-box-items.style-2 .pricing-header h2 {
  border-top: 1px solid rgb(216, 221, 225);
  padding-top: 25px;
  margin-top: 20px;
}
.pricing-box-items.style-2 .theme-btn {
  background-color: var(--header);
  color: var(--white);
}
.pricing-box-items.style-2 .theme-btn i {
  color: var(--white);
}
.pricing-box-items.style-2 .theme-btn.color-2 {
  background-color: var(--theme);
}
.pricing-box-items.style-2 .theme-btn.color-2::before {
  background-color: var(--header);
}
.pricing-box-items.active .theme-btn {
  color: var(--white);
  background-color: var(--theme);
}
.pricing-box-items.active .theme-btn i {
  color: var(--white);
}
.pricing-box-items.active .theme-btn::before {
  background-color: var(--header);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--theme);
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.section-title .sub-title .line-1 {
  padding-right: 40px;
  position: relative;
}
.section-title .sub-title .line-1::before {
  position: absolute;
  bottom: 5px;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--theme);
}
.section-title .sub-title .line-1::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7546FF;
}
.section-title .sub-title .line-2 {
  padding-left: 40px;
  position: relative;
}
.section-title .sub-title .line-2::before {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--theme);
}
.section-title .sub-title .line-2::after {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #7546FF;
}
@media (max-width: 1399px) {
  .section-title .sub-title {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .section-title .sub-title {
    font-size: 14px;
  }
}
.section-title h2 {
  font-family: "Bricolage Grotesque", sans-serif;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.service-section {
  padding-left: 95px;
  padding-right: 95px;
}
@media (max-width: 1899px) {
  .service-section {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1600px) {
  .service-section {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1399px) {
  .service-section {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 1199px) {
  .service-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.service-section .nav {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-section .nav {
    margin-bottom: 30px;
  }
}
.service-section .nav .nav-item .nav-link {
  display: inline-block;
  padding: 20px 30px;
  line-height: 1;
  background-color: var(--white);
  border-radius: 10px;
  color: #000D44;
  font-size: 20px;
  font-weight: 600;
  font-family: "Bricolage Grotesque", sans-serif;
}
.service-section .nav .nav-item .nav-link.active {
  background-color: var(--theme);
  color: var(--white);
}

.service-box-items {
  background-color: var(--white);
  padding: 30px;
  border-radius: 30px;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .service-box-items {
    padding: 26px;
  }
}
.service-box-items .service-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.service-box-items .service-thumb img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-box-items .service-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-box-items .service-thumb .date-item {
  font-size: 14px;
  font-weight: 400;
  background-color: var(--white);
  padding: 10px 22px;
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 50px;
  line-height: 1;
  color: var(--header);
  z-index: 9;
}
.service-box-items .service-thumb .date-item i {
  margin-right: 6px;
  color: var(--theme);
}
.service-box-items .service-content {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .service-box-items .service-content h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .service-box-items .service-content h3 {
    font-size: 20px;
  }
}
.service-box-items .service-content h3 a:hover {
  color: var(--theme);
}
.service-box-items .service-content ul {
  margin-top: 15px;
}
.service-box-items .service-content ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-box-items .service-content ul li .content p {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  color: var(--header);
}
.service-box-items .service-content ul li .content p span {
  color: var(--text);
}
.service-box-items .service-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.service-box-items .service-content .service-bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .service-box-items .service-content .service-bottom-area {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 1899px) {
  .service-box-items .service-content .service-bottom-area .client-img img {
    width: 120px;
  }
}
.service-box-items .service-content .service-bottom-area .events-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.service-box-items .service-content .service-bottom-area .events-btn .icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  background-color: #F8F8F8;
}
.service-box-items .service-content .service-bottom-area .events-btn .text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.service-box-items .service-content .service-bottom-area .events-btn:hover .icon {
  background-color: var(--theme);
  color: var(--white);
}
.service-box-items .service-content .service-bottom-area .events-btn:hover .text {
  color: var(--theme);
}
.service-box-items:hover .service-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-box-items:hover .service-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-wraper {
  margin-top: 60px;
}
.team-wraper .team-left-content {
  background: #F5F7FA;
  border-radius: 30px 30px 150px 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
}
@media (max-width: 767px) {
  .team-wraper .team-left-content {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .team-wraper .team-left-content {
    flex-wrap: wrap;
  }
}
.team-wraper .team-left-content .team-image {
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.team-wraper .team-left-content .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-wraper .team-left-content .team-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-wraper .team-left-content .team-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--theme);
  border-radius: 20px;
  top: 13px;
  left: 7px;
  z-index: 1;
  width: 250px;
  height: 272px;
  z-index: 11;
}
.team-wraper .team-left-content .team-content h3 {
  font-size: 24px;
}
.team-wraper .team-left-content .team-content h3 a:hover {
  color: var(--theme);
}
.team-wraper .team-left-content .team-content p {
  color: var(--theme);
  margin-top: 5px;
}
.team-wraper .team-left-content .team-content .line {
  width: 75px;
  height: 1px;
  background-color: var(--theme);
  margin-top: 13px;
  margin-bottom: 15px;
}
.team-wraper .team-left-content .team-content .call-number {
  color: #788094;
}
.team-wraper .team-left-content .team-content .call-number:hover {
  color: var(--theme);
}
.team-wraper .team-left-content .team-content .social-icon {
  gap: 7px;
  margin-top: 20px;
}
.team-wraper .team-left-content .team-content .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #7546FF;
  color: var(--white);
}
.team-wraper .team-left-content .team-content .social-icon a:hover {
  background-color: var(--header);
}
.team-wraper .team-left-content .team-content .social-icon a.color-2 {
  background-color: var(--theme);
}
.team-wraper .team-left-content .team-content .social-icon a.color-2:hover {
  background-color: var(--header);
}
.team-wraper .team-left-content:hover .team-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-wraper .team-left-content:hover .team-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-wraper .team-right-items .team-thumb-box {
  position: relative;
  height: 358px;
  overflow: hidden;
  border-radius: 30px;
}
.team-wraper .team-right-items .team-thumb-box img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-wraper .team-right-items .team-thumb-box img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-wraper .team-right-items .team-thumb-box .team-icon {
  gap: 10px;
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  right: 20px;
  z-index: 9;
}
.team-wraper .team-right-items .team-thumb-box .team-icon li {
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.team-wraper .team-right-items .team-thumb-box .team-icon li a {
  background-color: var(--theme);
  width: 37px;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  color: var(--white);
  text-align: center;
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.team-wraper .team-right-items .team-thumb-box .team-icon li a:hover {
  background-color: var(--header);
}
.team-wraper .team-right-items .team-thumb-box .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  line-height: 1;
  background-color: var(--white);
  padding: 15px 39px;
  border-radius: 25px;
  z-index: 99;
  text-align: center;
}
@media (max-width: 1399px) {
  .team-wraper .team-right-items .team-thumb-box .content {
    padding: 15px 30px;
    left: 20px;
    right: 20px;
  }
}
.team-wraper .team-right-items .team-thumb-box .content h3 {
  font-size: 22px;
}
.team-wraper .team-right-items .team-thumb-box .content h3 a:hover {
  color: var(--theme);
}
.team-wraper .team-right-items .team-thumb-box:hover .team-icon li {
  transform: scaleX(1);
}
.team-wraper .team-right-items .team-thumb-box:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-wraper .team-right-items .team-thumb-box:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.team-box-items-3 {
  text-align: center;
}
.team-box-items-3 .thumb {
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.team-box-items-3 .thumb .social-icon {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  position: absolute;
  bottom: 40px;
  transform: scale(0.8);
  left: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.team-box-items-3 .thumb .social-icon a {
  color: var(--white);
  transition: all 0.3s ease;
}
.team-box-items-3 .thumb .social-icon a:hover {
  color: var(--theme);
}
.team-box-items-3 .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(70, 42, 153, 0) 0%, rgba(101, 60, 220, 0.658022) 65.8%, rgba(109, 65, 237, 0.824115) 82.41%, #7546FF 100%);
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-box-items-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-box-items-3 .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-box-items-3 .content {
  margin-top: 20px;
}
.team-box-items-3 .content h3 {
  font-size: 24px;
  font-weight: 600;
}
.team-box-items-3 .content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-box-items-3 .content h3 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.team-box-items-3:hover .thumb::before {
  opacity: 1;
  visibility: visible;
}
.team-box-items-3:hover .thumb .social-icon {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.team-box-items-3:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.team-box-items-3:hover .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.team-box-items-3.style-2 {
  margin-top: 30px;
}

.team-details-wrapper {
  background: #F5F8FD;
  border-radius: 50px;
  padding: 60px;
}
@media (max-width: 1199px) {
  .team-details-wrapper {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper {
    padding: 28px;
  }
}
.team-details-wrapper .team-details-image {
  border-radius: 20px;
  width: 500px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-image {
    width: initial;
  }
}
.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.team-details-wrapper .team-details-content {
  margin-left: 65px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
.team-details-wrapper .team-details-content .details-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .details-head {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details-wrapper .team-details-content .details-head .content h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-content .details-head .content h3 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-details-content .details-head .content h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .team-details-wrapper .team-details-content .details-head .content h3 {
    font-size: 25px;
  }
}
.team-details-wrapper .team-details-content .details-head .content span {
  color: var(--theme);
  font-size: 14px;
  font-weight: 500;
}
.team-details-wrapper .team-details-content .details-head .social-icon {
  display: flex;
  align-items: center;
  gap: 6px;
}
.team-details-wrapper .team-details-content .details-head .social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #D8DDE1;
  color: var(--header);
}
.team-details-wrapper .team-details-content .details-head .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.team-details-wrapper .team-details-content .details-contact-info {
  border: 1px solid #D8DDE1;
  border-radius: 30px;
  padding: 27px 30px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 30px;
}
.team-details-wrapper .team-details-content .details-contact-info::before {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 100%;
  background: #D8DDE1;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .details-contact-info::before {
    display: none;
  }
}
.team-details-wrapper .team-details-content .details-contact-info::after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background: #D8DDE1;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .details-contact-info::after {
    display: none;
  }
}
.team-details-wrapper .team-details-content .details-contact-info ul li {
  display: flex;
  align-items: center;
  gap: 20px;
}
.team-details-wrapper .team-details-content .details-contact-info ul li:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-content .details-contact-info ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.team-details-wrapper .team-details-content .details-contact-info ul li .icon {
  max-width: 50px;
  width: 100%;
  height: 50px;
  background-color: var(--white);
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}
.team-details-wrapper .team-details-content .details-contact-info ul li .content span {
  font-weight: 500;
}
.team-details-wrapper .team-details-content .details-contact-info ul li .content h4 {
  font-size: 18px;
  font-weight: 500;
}
.team-details-wrapper .team-details-content .details-contact-info ul li .content h4 a {
  color: var(--header);
}

.personal-skills-items {
  margin-top: 60px;
}
.personal-skills-items h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .personal-skills-items h3 {
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .personal-skills-items h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .personal-skills-items h3 {
    font-size: 25px;
  }
}
.personal-skills-items .skill-feature-items {
  margin-top: 20px;
}
.personal-skills-items .skill-feature-items .skill-feature:not(:last-child) {
  margin-bottom: 20px;
}
.personal-skills-items .skill-feature-items .skill-feature .box-title {
  font-size: 16px;
  font-weight: 500;
}
.personal-skills-items .skill-feature-items .skill-feature .progress-value {
  margin-bottom: 10px;
  color: var(--header);
  text-transform: capitalize;
}
.personal-skills-items .skill-feature-items .skill-feature .progress {
  position: relative;
  height: 10px;
  background-color: #F5F8FD;
  border-radius: 10px;
  overflow: visible;
  margin-top: 15px;
}
.personal-skills-items .skill-feature-items .skill-feature .progress-bar {
  background-color: var(--theme);
  height: 10px;
  margin: 0;
  border-radius: inherit;
  overflow: visible;
  position: relative;
  margin-top: 0;
  border-radius: 10px;
}
.personal-skills-items .skill-feature-items .skill-feature .progress-value {
  position: absolute;
  top: -38px;
  right: -8px;
  font-size: 18px;
  font-weight: 600;
  color: var(--theme);
}

.gallery-card-item-inner .gallery-image {
  position: relative;
}
.gallery-card-item-inner .gallery-image img {
  width: 100%;
  height: 100%;
}
.gallery-card-item-inner .gallery-image::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: linear-gradient(99.96deg, rgba(108, 32, 123, 0.87) 0.93%, rgba(227, 38, 130, 0.87) 100%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.gallery-card-item-inner .gallery-image .icon {
  position: absolute;
  font-size: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gallery-card-item-inner:hover .gallery-image::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gallery-card-item-inner:hover .gallery-image .icon {
  opacity: 1;
}

.gallery-thumb-2 {
  position: relative;
  border-radius: 30px;
}
.gallery-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.gallery-thumb-2::before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(0.7);
  content: "";
  position: absolute;
  background: linear-gradient(99.96deg, rgba(108, 32, 123, 0.87) 0.93%, rgba(227, 38, 130, 0.87) 100%);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 30px;
}
.gallery-thumb-2 .icon {
  position: absolute;
  font-size: 38px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: var(--white);
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.gallery-thumb-2:hover::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.gallery-thumb-2:hover .icon {
  opacity: 1;
}

.testimonial-wrapper-2 {
  position: relative;
  z-index: 8;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 {
    padding-top: 0 !important;
  }
}
.testimonial-wrapper-2 .testi-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .section-title {
    margin: 0 30px;
  }
}
.testimonial-wrapper-2 .testimonial-left-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 1899px) {
  .testimonial-wrapper-2 .testimonial-left-thumb {
    max-width: 900px;
  }
}
@media (max-width: 1600px) {
  .testimonial-wrapper-2 .testimonial-left-thumb {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-left-thumb {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-left-thumb {
    position: static;
    max-width: initial;
    height: 500px;
  }
}
.testimonial-wrapper-2 .testimonial-left-thumb img {
  border-radius: 0px 376px 0px 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-2 .testimonial-left-thumb img {
    border-radius: 0px 230px 0px 0px;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-left-thumb img {
    border-radius: 0;
  }
}
.testimonial-wrapper-2 .testimonial-right-content {
  margin-left: -130px;
  margin-right: -80px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-right-content {
    margin: 0 30px;
  }
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 {
  background-color: var(--white);
  padding: 30px;
  border-radius: 30px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 {
    margin-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 .top-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 .top-area .star {
  color: rgb(255, 102, 51);
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 h5 {
  margin-top: 25px;
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 .client-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 .client-info .content h4 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-right-content .testimonial-box-items-2 .client-info .content h4 {
    font-size: 20px;
  }
}

/* Homepage event hero */
.hero-1 .hero-content .hero-event-label {
  display: inline-flex;
  align-items: center;
  padding: 9px 16px;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2px;
}
.hero-1 .hero-content .hero-event-title {
  max-width: 920px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 76px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -1px;
}
.hero-1 .hero-content .hero-event-title span {
  display: block;
}
.hero-1 .hero-content .hero-event-details {
  display: flex;
  align-items: stretch;
  max-width: 830px;
  color: #fff;
}
.hero-1 .hero-content .hero-event-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}
.hero-1 .hero-content .hero-event-detail span,
.hero-1 .hero-content .hero-event-detail strong {
  color: #fff;
}
.hero-1 .hero-content .hero-event-speaker {
  padding-right: 36px;
}
.hero-1 .hero-content .hero-event-speaker span {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
}
.hero-1 .hero-content .hero-event-speaker strong {
  font-size: 16px;
  font-weight: 500;
}
.hero-1 .hero-content .hero-event-venue {
  padding-left: 36px;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
}
.hero-1 .hero-content .hero-event-venue strong {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.hero-1 .hero-content .hero-event-venue span {
  font-size: 16px;
  font-weight: 500;
}
.hero-1 .hero-content .hero-bottom {
  margin-top: 34px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .hero-event-title {
    font-size: 64px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-event-title {
    font-size: 54px;
  }
  .hero-1 .hero-content .hero-event-details {
    max-width: 720px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content .hero-event-title {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    font-size: 58px;
  }
  .hero-1 .hero-content .hero-event-details {
    justify-content: center;
    margin: 0 auto;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-content .hero-event-label {
    font-size: 13px;
    letter-spacing: 1.4px;
  }
  .hero-1 .hero-content .hero-event-title {
    margin-bottom: 28px;
    font-size: 44px;
  }
  .hero-1 .hero-content .hero-event-details {
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
  }
  .hero-1 .hero-content .hero-event-speaker {
    padding-right: 0;
  }
  .hero-1 .hero-content .hero-event-venue {
    padding-top: 18px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.45);
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content .hero-event-title {
    font-size: 36px;
    letter-spacing: -0.5px;
  }
  .hero-1 .hero-content .hero-event-speaker span {
    font-size: 20px;
  }
  .hero-1 .hero-content .hero-event-venue strong {
    font-size: 19px;
  }
}


/* Keep the generated LGI hero artwork visible behind the event copy. */
.hero-1::before {
  background: rgba(0, 13, 68, 0.38);
}


/* LGI Vietnam event date block */
.about-wrapper .about-image-items .about-counters.about-event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.about-wrapper .about-image-items .about-counters.about-event-date h2 {
  display: flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.about-wrapper .about-image-items .about-counters.about-event-date h2 span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.about-wrapper .about-image-items .about-counters.about-event-date p {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: 0.3px;
}
.about-wrapper .about-content .client-content p {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.about-wrapper .about-content .client-content a {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-counters.about-event-date {
    display: flex;
    width: 100%;
    margin-top: 22px;
  }
  .about-wrapper .about-image-items .about-counters.about-event-date h2 {
    font-size: 46px;
  }
  .about-wrapper .about-image-items .about-counters.about-event-date h2 span {
    font-size: 19px;
  }
  .about-wrapper .about-image-items .about-counters.about-event-date p {
    font-size: 13px;
  }
}


/* GLGI Vietnam executive programme */
.programme-section .programme-description {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.programme-section .programme-desktop {
  display: block;
}
.programme-section .programme-mobile {
  display: none;
}
.programme-section .programme-tabs .nav-link {
  border: 0;
  font-size: 15px;
  letter-spacing: 0.4px;
  white-space: nowrap;
}
.programme-section .programme-tab-content {
  margin-top: 10px;
}
.programme-section .programme-session-card {
  height: calc(100% - 30px);
}
.programme-section .programme-session-card .service-thumb img {
  aspect-ratio: 350 / 193;
}
.programme-section .programme-session-card .service-content h3 {
  min-height: 78px;
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.25;
}
.programme-section .programme-session-label {
  display: inline-block;
  color: #003B73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.1px;
}
.programme-section .programme-meta .icon {
  width: 18px;
  flex: 0 0 18px;
  color: #003B73;
  text-align: center;
}
.programme-section .programme-meta .content p {
  font-size: 13px;
  line-height: 1.4;
}
.programme-section .programme-session-card .service-bottom-area {
  margin-top: 22px;
}
.programme-section .programme-session-card .events-btn {
  gap: 10px;
}
.programme-section .programme-session-card .events-btn .text {
  font-size: 12px;
  letter-spacing: 0.3px;
}
.programme-accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid rgba(0, 59, 115, 0.14);
  border-radius: 16px;
  background: #fff;
}
.programme-accordion-header {
  margin: 0;
}
.programme-accordion-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border: 0;
  background: #003B73;
  color: #fff;
  font-family: inherit;
  text-align: left;
}
.programme-accordion-button.collapsed {
  background: #fff;
  color: #000D44;
}
.programme-accordion-button span {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.programme-accordion-button strong {
  font-size: 12px;
  letter-spacing: 1px;
}
.programme-accordion-button::after {
  content: "−";
  margin-left: 14px;
  font-size: 22px;
  line-height: 1;
}
.programme-accordion-button.collapsed::after {
  content: "+";
}
.programme-accordion-body {
  padding: 8px 16px 18px;
}
.programme-mobile-session {
  padding: 20px 0;
}
.programme-mobile-session:not(:last-child) {
  border-bottom: 1px solid rgba(0, 59, 115, 0.12);
}
.programme-mobile-session h3 {
  margin: 7px 0 14px;
  font-size: 20px;
  line-height: 1.3;
}
.programme-mobile-session .programme-meta {
  margin: 0;
}
.programme-mobile-session .programme-meta li {
  display: flex;
  gap: 10px;
}
.programme-mobile-session .programme-meta li:not(:last-child) {
  margin-bottom: 7px;
}
.programme-mobile-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  color: #000D44;
  font-size: 12px;
  font-weight: 700;
}
.programme-mobile-cta .icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #F2F5F8;
}
@media (max-width: 1199px) {
  .programme-section .programme-session-card .service-content h3 {
    min-height: 54px;
  }
}
@media (max-width: 767px) {
  .programme-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .programme-section .programme-desktop {
    display: none;
  }
  .programme-section .programme-mobile {
    display: block;
    margin-top: 30px;
  }
  .programme-section .programme-description {
    font-size: 15px;
  }
}


/* Featured leaders and experts */
.featured-leaders-section .featured-leaders-grid {
  margin-top: 60px;
}
.featured-principal-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(135deg, #EEF4F8 0%, #FFFFFF 100%);
  box-shadow: 0 18px 50px rgba(0, 13, 68, 0.09);
}
.featured-principal-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: radial-gradient(circle at 55% 25%, #1E73BE 0%, #003B73 55%, #001F3F 100%);
}
.featured-principal-media img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: bottom center;
}
.featured-principal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 42px 38px;
}
.featured-principal-content h3 {
  margin-bottom: 10px;
  color: #000D44;
  font-size: 32px;
  line-height: 1.15;
}
.featured-principal-content .featured-primary-role {
  color: #003B73;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
}
.featured-principal-content .featured-secondary-role {
  margin-top: 3px;
  color: #667085;
  font-size: 14px;
  line-height: 1.5;
}
.featured-guest-label {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 59, 115, 0.1);
  color: #003B73;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.featured-topic {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 59, 115, 0.16);
}
.featured-topic span {
  color: #000D44;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.featured-topic p {
  margin-top: 5px;
  color: #4D5870;
  font-size: 14px;
  line-height: 1.55;
}
.featured-profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  color: #003B73;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.featured-profile-btn:hover {
  color: #000D44;
}
.featured-expert-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 59, 115, 0.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 13, 68, 0.07);
}
.featured-expert-image {
  height: 330px;
  overflow: hidden;
  background: #EAF0F5;
}
.featured-expert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.featured-expert-content {
  padding: 24px 22px 26px;
}
.featured-expert-content h3 {
  color: #000D44;
  font-size: 21px;
  line-height: 1.25;
}
.featured-expert-content p {
  margin-top: 10px;
  color: #003B73;
  font-size: 14px;
  font-weight: 700;
}
.featured-expert-content span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 1199px) {
  .featured-principal-card {
    min-height: 500px;
  }
  .featured-principal-media img {
    height: 500px;
  }
  .featured-expert-image {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .featured-leaders-section .section-title-area {
    align-items: flex-start;
  }
  .featured-leaders-section .featured-leaders-grid {
    margin-top: 40px;
  }
  .featured-principal-card {
    grid-template-columns: 1fr;
  }
  .featured-principal-media img {
    height: 420px;
  }
  .featured-principal-content {
    padding: 32px 25px 36px;
  }
  .featured-principal-content h3 {
    font-size: 28px;
  }
  .featured-expert-image {
    height: 380px;
  }
}
@media (max-width: 480px) {
  .featured-principal-media img {
    height: 350px;
  }
  .featured-expert-image {
    height: 330px;
  }
}


/* Executive positioning statement */
.positioning-section {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 28%, rgba(42, 123, 190, 0.34) 0%, rgba(0, 59, 115, 0) 36%),
    linear-gradient(115deg, #001B36 0%, #003B73 56%, #002A52 100%);
}
.positioning-section::before {
  background: linear-gradient(90deg, rgba(0, 13, 68, 0.14) 0%, rgba(0, 13, 68, 0.04) 58%, rgba(0, 13, 68, 0.18) 100%);
}
.positioning-section .container {
  position: relative;
  z-index: 2;
}
.positioning-wordmark {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.055);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(190px, 27vw, 520px);
  font-weight: 800;
  line-height: 0.78;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
.positioning-content {
  position: relative;
  z-index: 2;
  max-width: 770px;
}
.positioning-content .section-title h2 {
  margin-top: 8px;
  font-size: 64px;
  line-height: 1.04;
  letter-spacing: -1px;
}
.positioning-content .experience-text {
  max-width: 690px;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 1199px) {
  .positioning-content .section-title h2 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .positioning-section {
    min-height: 500px;
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .positioning-wordmark {
    top: 52%;
    font-size: 38vw;
    writing-mode: vertical-rl;
    letter-spacing: 0.02em;
  }
  .positioning-content .section-title h2 {
    font-size: 43px;
    line-height: 1.08;
  }
  .positioning-content .experience-text {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .positioning-content .section-title h2 {
    font-size: 36px;
  }
}


.positioning-section .positioning-content .sub-title {
  color: #fff;
}


/* Why attend benefits */
.why-attend-section .row > [class*="col-"] {
  display: flex;
}
.why-attend-section .feature-box-items {
  width: 100%;
  height: calc(100% - 30px);
}
.why-attend-section .feature-box-items .content h4 {
  min-height: 48px;
  line-height: 1.3;
}
.why-attend-section .feature-box-items .content p {
  line-height: 1.65;
}
.why-attend-section .feature-note {
  display: inline-block;
  margin-top: 16px;
  color: #003B73;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.why-attend-section .feature-section-cta {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .why-attend-section .feature-box-items .content h4 {
    min-height: 0;
  }
  .why-attend-section .feature-section-cta {
    margin-top: 38px;
  }
}


/* September programme experience */
.september-experience-section .reasons-right-content .sub-title {
  color: #fff;
}
.september-experience-section .reasons-right-content {
  padding-top: 80px;
  padding-bottom: 80px;
}
.september-experience-section .section-title h2 {
  max-width: 690px;
  font-size: 52px;
  line-height: 1.08;
}
.september-experience-section .reasons-text {
  max-width: 720px;
  font-size: 16px;
  line-height: 1.7;
}
.september-experience-section .list-items {
  gap: 44px;
}
.september-experience-section .list-items ul {
  min-width: 235px;
}
.september-experience-section .september-stats {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 42px;
}
.september-experience-section .september-stat {
  display: flex;
  min-width: 0;
  min-height: 126px;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}
.september-experience-section .september-stat .stat-value {
  max-width: 100%;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(20px, 1.7vw, 27px);
  font-weight: 800;
  line-height: 1.15;
  white-space: normal;
  overflow-wrap: anywhere;
}
.september-experience-section .september-stat h5 {
  max-width: 100%;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}
.next-milestone-section {
  padding: 48px 0;
  border-top: 1px solid rgba(0, 59, 115, 0.12);
  background: #F2F6FA;
}
.next-milestone-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.next-milestone-inner span {
  display: block;
  margin-bottom: 7px;
  color: #003B73;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.next-milestone-inner h2 {
  color: #000D44;
  font-size: 32px;
  line-height: 1.1;
}
.next-milestone-inner p {
  color: #667085;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .september-experience-section .reasons-right-content {
    padding: 30px 25px 0;
    margin-left: 0;
    margin-right: 0;
  }
  .september-experience-section .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .september-experience-section .section-title h2 {
    font-size: 36px;
  }
  .september-experience-section .list-items {
    display: block;
  }
  .september-experience-section .list-items ul + ul {
    margin-top: 20px;
  }
  .september-experience-section .september-stats {
    grid-template-columns: 1fr;
  }
  .next-milestone-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .next-milestone-inner h2 {
    font-size: 27px;
  }
}


/* Access and experience packages */
.access-packages-section .pricing-subheadline {
  max-width: 760px;
  margin: 16px auto 0;
  color: #667085;
  font-size: 16px;
  line-height: 1.65;
}
.access-packages-section .access-packages-grid > [class*="col-"] {
  display: flex;
}
.access-packages-section .access-package-card {
  display: flex;
  width: 100%;
  min-height: 600px;
  flex-direction: column;
  padding-top: 64px;
}
.access-packages-section .access-package-card .package-label {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(0, 59, 115, 0.09);
  color: #003B73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
}
.access-packages-section .access-package-card .pricing-header h3 {
  padding-right: 70px;
  font-size: 25px;
  line-height: 1.25;
}
.access-packages-section .access-package-card .pricing-header h2 {
  display: flex;
  align-items: baseline;
  gap: 9px;
  color: #000D44;
  font-size: 38px;
  white-space: nowrap;
}
.access-packages-section .access-package-card .pricing-header h2 sub {
  margin-left: 0;
  color: #667085;
  font-size: 13px;
  font-weight: 500;
}
.access-packages-section .access-package-card .pricing-list {
  flex-grow: 1;
}
.access-packages-section .access-package-card .pricing-list li {
  line-height: 1.45;
}
.access-packages-section .access-package-card.active {
  border-color: #003B73;
  box-shadow: 0 20px 50px rgba(0, 59, 115, 0.14);
  transform: translateY(-10px);
}
.access-packages-section .access-package-card.active .package-label {
  background: #003B73;
  color: #fff;
}
.access-packages-section .access-package-card .theme-btn {
  margin-top: auto;
  padding-right: 18px;
  padding-left: 18px;
  font-size: 12px;
  letter-spacing: 0.2px;
}
.access-packages-section .pricing-disclaimers {
  max-width: 980px;
  margin: 38px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 59, 115, 0.14);
  text-align: center;
}
.access-packages-section .pricing-disclaimers p {
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}
.access-packages-section .pricing-disclaimers p + p {
  margin-top: 6px;
}
@media (max-width: 1199px) {
  .access-packages-section .access-package-card {
    min-height: 0;
  }
  .access-packages-section .access-package-card.active {
    transform: none;
  }
}
@media (max-width: 767px) {
  .access-packages-section .access-package-card .pricing-header h2 {
    font-size: 34px;
  }
  .access-packages-section .pricing-disclaimers {
    text-align: left;
  }
}


/* Premium visual hierarchy for Guest, VIP and SVIP */
.access-packages-section .access-package-card {
  isolation: isolate;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.access-packages-section .access-package-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 6px;
}
.access-packages-section .access-package-card::after {
  position: absolute;
  z-index: 0;
  top: 78px;
  right: -8px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2px;
  pointer-events: none;
}
.access-packages-section .access-package-card .package-label {
  z-index: 3;
}
.access-packages-section .access-package-card .pricing-header,
.access-packages-section .access-package-card > h4,
.access-packages-section .access-package-card .pricing-list,
.access-packages-section .access-package-card .theme-btn {
  position: relative;
  z-index: 1;
}

/* Guest: refined silver access */
.access-packages-section .package-guest {
  border-color: #C8D2DC;
  background: linear-gradient(145deg, #FFFFFF 0%, #F3F6F9 100%);
  box-shadow: 0 14px 34px rgba(31, 52, 73, 0.08);
}
.access-packages-section .package-guest::before {
  background: linear-gradient(90deg, #AEBBC8 0%, #E4EAF0 50%, #8FA4B7 100%);
}
.access-packages-section .package-guest::after {
  content: "GUEST";
  color: rgba(0, 59, 115, 0.035);
}
.access-packages-section .package-guest .package-label {
  background: #E7EDF3;
  color: #334155;
}
.access-packages-section .package-guest .pricing-header h2 {
  color: #315A7D;
}
.access-packages-section .package-guest .pricing-list i {
  color: #587A96;
}

/* VIP: dark ocean blue with restrained gold */
.access-packages-section .package-vip {
  border: 2px solid #1E5E99;
  background: linear-gradient(145deg, #FFFFFF 0%, #EDF6FF 100%);
  box-shadow: 0 24px 56px rgba(0, 59, 115, 0.18);
  transform: translateY(-7px);
}
.access-packages-section .package-vip::before {
  background: linear-gradient(90deg, #003B73 0%, #2D83C5 55%, #D8B46A 100%);
}
.access-packages-section .package-vip::after {
  content: "VIP";
  color: rgba(0, 59, 115, 0.05);
  font-size: 82px;
}
.access-packages-section .package-vip .package-label {
  background: #D8B46A;
  color: #001F3F;
}
.access-packages-section .package-vip .pricing-header h2 {
  color: #003B73;
}
.access-packages-section .package-vip .pricing-list i {
  color: #C79A40;
}

/* SVIP: highest tier in navy and champagne gold */
.access-packages-section .package-svip {
  border: 1px solid #D8B46A;
  background:
    radial-gradient(circle at 92% 8%, rgba(216, 180, 106, 0.2) 0%, rgba(216, 180, 106, 0) 30%),
    linear-gradient(145deg, #071B2E 0%, #003B73 100%);
  box-shadow: 0 28px 64px rgba(0, 31, 63, 0.28);
  transform: translateY(-11px);
}
.access-packages-section .package-svip::before {
  background: linear-gradient(90deg, #B58A38 0%, #F2D89B 48%, #C69A45 100%);
}
.access-packages-section .package-svip::after {
  content: "SVIP";
  color: rgba(255, 255, 255, 0.05);
  font-size: 76px;
}
.access-packages-section .package-svip .package-label {
  background: linear-gradient(135deg, #F2D89B 0%, #C49742 100%);
  color: #001F3F;
}
.access-packages-section .package-svip .pricing-header {
  border-color: rgba(255, 255, 255, 0.18);
}
.access-packages-section .package-svip .pricing-header h3,
.access-packages-section .package-svip .pricing-header h2,
.access-packages-section .package-svip > h4,
.access-packages-section .package-svip .pricing-list li {
  color: #FFFFFF;
}
.access-packages-section .package-svip .pricing-header h2 {
  font-size: 42px;
}
.access-packages-section .package-svip .pricing-header h2 sub {
  color: rgba(255, 255, 255, 0.72);
}
.access-packages-section .package-svip .pricing-list i {
  color: #E3C276;
}
.access-packages-section .package-svip .theme-btn {
  border-color: #D8B46A;
  background: linear-gradient(135deg, #F2D89B 0%, #C49742 100%);
  color: #001F3F;
}
.access-packages-section .package-svip .theme-btn i {
  color: #001F3F;
}
.access-packages-section .package-svip .theme-btn::before {
  background: #FFFFFF;
}
.access-packages-section .package-svip .theme-btn:hover,
.access-packages-section .package-svip .theme-btn:hover i {
  color: #001F3F;
}
.access-packages-section .package-guest:hover {
  border-color: #8FA4B7;
  box-shadow: 0 20px 44px rgba(31, 52, 73, 0.13);
}
.access-packages-section .package-vip:hover {
  transform: translateY(-11px);
}
.access-packages-section .package-svip:hover {
  transform: translateY(-15px);
}
@media (max-width: 1199px) {
  .access-packages-section .package-vip,
  .access-packages-section .package-svip,
  .access-packages-section .package-vip:hover,
  .access-packages-section .package-svip:hover {
    transform: none;
  }
}


/* Sponsorship opportunity call */
.sponsor-opportunity-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 15%, rgba(46, 132, 199, 0.28) 0%, rgba(46, 132, 199, 0) 35%),
    linear-gradient(125deg, #001B36 0%, #003B73 65%, #00284E 100%);
}
.sponsor-opportunity-section .container {
  position: relative;
  z-index: 2;
}
.sponsor-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
  pointer-events: none;
}
.sponsor-orbit-1 {
  width: 460px;
  height: 460px;
  top: -250px;
  right: -80px;
}
.sponsor-orbit-2 {
  width: 260px;
  height: 260px;
  right: 130px;
  bottom: -180px;
}
.sponsor-call-content {
  max-width: 680px;
}
.sponsor-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  color: #E3C276;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
.sponsor-call-content h2 {
  max-width: 620px;
  color: #fff;
  font-size: 56px;
  line-height: 1.07;
  letter-spacing: -1px;
}
.sponsor-call-content > p {
  max-width: 650px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}
.sponsor-call-content .sponsor-cta {
  margin-top: 32px;
  background: linear-gradient(135deg, #F2D89B 0%, #C49742 100%);
  color: #001F3F;
}
.sponsor-call-content .sponsor-cta i {
  color: #001F3F;
}
.sponsor-call-content .sponsor-cta::before {
  background: #fff;
}
.sponsor-call-content .sponsor-cta:hover,
.sponsor-call-content .sponsor-cta:hover i {
  color: #001F3F;
}
.sponsor-benefit {
  display: flex;
  min-height: 150px;
  height: 100%;
  align-items: center;
  gap: 18px;
  padding: 26px 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  backdrop-filter: blur(10px);
}
.sponsor-benefit-icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(227, 194, 118, 0.16);
  color: #E3C276;
  font-size: 20px;
}
.sponsor-benefit h3 {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
.sponsor-network-section {
  padding: 72px 0 90px;
  background: #F5F8FB;
}
.sponsor-network-heading {
  max-width: 720px;
  margin: 0 auto 38px;
}
.sponsor-network-heading > span {
  display: block;
  margin-bottom: 8px;
  color: #003B73;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.3px;
}
.sponsor-network-heading h2 {
  color: #000D44;
  font-size: 38px;
  line-height: 1.15;
}
.sponsor-network-heading p {
  margin-top: 10px;
  color: #667085;
}
.sponsor-slot {
  display: flex;
  min-height: 116px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border: 1px dashed rgba(0, 59, 115, 0.35);
  border-radius: 18px;
  background: #fff;
}
.sponsor-slot > span {
  color: #000D44;
  font-size: 16px;
  font-weight: 700;
}
.sponsor-slot strong {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 59, 115, 0.08);
  color: #003B73;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .sponsor-call-content h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .sponsor-call-content h2 {
    font-size: 38px;
  }
  .sponsor-call-content > p {
    font-size: 15px;
  }
  .sponsor-benefit {
    min-height: 112px;
  }
  .sponsor-network-heading h2 {
    font-size: 31px;
  }
}

/* GLGI executive countdown */
.executive-countdown-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(63, 148, 210, 0.24) 0, rgba(63, 148, 210, 0) 34%),
    linear-gradient(118deg, #00162C 0%, #002F5E 54%, #004D86 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.executive-countdown-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
}
.executive-countdown-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 420px;
  height: 420px;
  right: 5%;
  top: 50%;
  border: 1px solid rgba(227, 194, 118, 0.16);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 0 72px rgba(255, 255, 255, 0.018),
    0 0 0 144px rgba(255, 255, 255, 0.014);
  pointer-events: none;
}
.executive-countdown-section .container {
  position: relative;
  z-index: 1;
}
.executive-countdown-section .cta-countdown-wrapper {
  gap: 48px;
}
.executive-countdown-section .content {
  max-width: 620px;
}
.executive-countdown-section .sub-title {
  color: #fff !important;
  letter-spacing: 1.4px;
}
.executive-countdown-section .sub-title .line-2 {
  background-color: #E3C276;
}
.executive-countdown-section #countdown-title {
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.8px;
}
.executive-countdown-section .countdown-location {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.executive-countdown-section .coming-soon-time {
  gap: 12px;
}
.executive-countdown-section .coming-soon-time .timer-content {
  width: 92px;
  height: 98px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 22, 44, 0.68);
  box-shadow: 0 18px 40px rgba(0, 13, 35, 0.24);
  backdrop-filter: blur(8px);
}
.executive-countdown-section .coming-soon-time .timer-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  left: 14px;
  height: 2px;
  background: #E3C276;
}
.executive-countdown-section .coming-soon-time .timer-content h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.executive-countdown-section .coming-soon-time .timer-content > span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .executive-countdown-section #countdown-title {
    font-size: 44px;
  }
}
@media (max-width: 575px) {
  .executive-countdown-section #countdown-title {
    font-size: 36px;
  }
  .executive-countdown-section .countdown-location {
    font-size: 12px;
  }
  .executive-countdown-section .coming-soon-time {
    gap: 7px;
  }
  .executive-countdown-section .coming-soon-time .timer-content {
    width: 68px;
    height: 82px;
    border-radius: 9px;
  }
  .executive-countdown-section .coming-soon-time .timer-content h2 {
    font-size: 24px;
  }
}

/* Mari Kiviniemi principal guest profile */
.mari-profile-page {
  --mari-navy: #001B36;
  --mari-navy-deep: #000F22;
  --mari-blue: #003B73;
  --mari-blue-bright: #176DA7;
  --mari-gold: #E3C276;
  --mari-gold-soft: #F2D99A;
  --mari-ink: #071B35;
  --mari-muted: #66758A;
  --mari-surface: #F3F7FA;
  background: #fff;
}
.mari-profile-page .mari-profile-main {
  overflow: hidden;
}
.mari-profile-page .mari-profile-hero {
  position: relative;
  isolation: isolate;
  padding: 190px 0 100px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 24%, rgba(35, 121, 181, 0.35), transparent 32%),
    linear-gradient(118deg, #000F22 0%, #002A54 58%, #00447C 100%);
}
.mari-profile-page .mari-profile-hero::after {
  content: "LEADERSHIP";
  position: absolute;
  z-index: -1;
  right: -42px;
  bottom: 52px;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(86px, 12vw, 190px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -8px;
  pointer-events: none;
}
.mari-profile-page .mari-profile-grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
}
.mari-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 56px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
.mari-breadcrumb a,
.mari-breadcrumb i {
  color: rgba(255, 255, 255, 0.66);
}
.mari-breadcrumb i {
  font-size: 9px;
}
.mari-portrait-card {
  position: relative;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 255, 255, 0.95), rgba(226, 235, 242, 0.82) 46%, rgba(174, 198, 216, 0.72) 100%);
  box-shadow: 0 34px 80px rgba(0, 9, 24, 0.32);
}
.mari-portrait-card::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(0, 59, 115, 0.12);
  border-radius: 22px;
  pointer-events: none;
}
.mari-portrait-card img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 92%;
  right: 0;
  bottom: 0;
  object-fit: contain;
  object-position: center bottom;
}
.mari-portrait-label {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 30px;
  padding: 9px 13px;
  border-radius: 999px;
  background: var(--mari-navy);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.1px;
}
.mari-portrait-card figcaption {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  background: rgba(0, 27, 54, 0.88);
  box-shadow: 0 16px 40px rgba(0, 15, 34, 0.24);
  backdrop-filter: blur(10px);
}
.mari-portrait-card figcaption span,
.mari-portrait-card figcaption strong {
  display: block;
  color: #fff;
}
.mari-portrait-card figcaption span {
  margin-bottom: 5px;
  color: var(--mari-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.mari-portrait-card figcaption strong {
  font-size: 13px;
  font-weight: 600;
}
.mari-eyebrow {
  display: inline-block;
  color: var(--mari-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.6px;
}
.mari-eyebrow-blue {
  color: var(--mari-blue);
}
.mari-hero-content h1 {
  margin-top: 22px;
  color: #fff;
  font-size: clamp(58px, 7vw, 98px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -4px;
}
.mari-hero-roles {
  display: grid;
  gap: 5px;
  margin-top: 30px;
}
.mari-hero-roles strong {
  color: #fff;
  font-size: 25px;
  line-height: 1.3;
}
.mari-hero-roles span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
}
.mari-event-role {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 9px 14px;
  border: 1px solid rgba(227, 194, 118, 0.34);
  border-radius: 999px;
  color: var(--mari-gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.mari-event-role b {
  color: rgba(255, 255, 255, 0.28);
}
.mari-hero-content > p {
  max-width: 680px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
}
.mari-gold-button,
.mari-outline-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  margin-top: 30px;
  padding: 0 25px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.7px;
  transition: all 0.3s ease;
}
.mari-gold-button {
  background: linear-gradient(135deg, var(--mari-gold-soft), #C49A48);
  color: var(--mari-navy);
  box-shadow: 0 16px 32px rgba(0, 10, 24, 0.2);
}
.mari-gold-button i,
.mari-gold-button:hover {
  color: var(--mari-navy);
}
.mari-gold-button:hover {
  transform: translateY(-2px);
  background: #fff;
}
.mari-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
}
.mari-fact-grid article {
  min-height: 145px;
  padding: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.mari-fact-grid article:last-child {
  border-right: 0;
}
.mari-fact-grid span,
.mari-fact-grid strong {
  display: block;
}
.mari-fact-grid span {
  margin-bottom: 13px;
  color: var(--mari-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.1px;
}
.mari-fact-grid strong {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}
.mari-section {
  padding: 120px 0;
}
.mari-about-section {
  background: #fff;
}
.mari-section-heading h2,
.mari-centered-heading h2 {
  margin-top: 18px;
  color: var(--mari-ink);
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.mari-editorial-copy {
  padding-left: 56px;
  border-left: 1px solid rgba(0, 59, 115, 0.18);
}
.mari-editorial-copy p {
  margin-bottom: 20px;
  color: #40516A;
  font-size: 18px;
  line-height: 1.82;
}
.mari-editorial-copy p:first-child {
  color: var(--mari-ink);
  font-size: 22px;
}
.mari-editorial-copy p:last-child {
  margin-bottom: 0;
}
.mari-experience-section {
  background: var(--mari-surface);
}
.mari-centered-heading {
  max-width: 850px;
  margin: 0 auto 54px;
  text-align: center;
}
.mari-experience-card {
  position: relative;
  min-height: 330px;
  height: 100%;
  overflow: hidden;
  padding: 34px 30px;
  border: 1px solid rgba(0, 59, 115, 0.11);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(0, 27, 54, 0.07);
  transition: all 0.3s ease;
}
.mari-experience-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 59, 115, 0.3);
  box-shadow: 0 28px 65px rgba(0, 27, 54, 0.12);
}
.mari-experience-card .mari-card-index {
  position: absolute;
  top: 26px;
  right: 26px;
  color: rgba(0, 59, 115, 0.18);
  font-size: 15px;
  font-weight: 800;
}
.mari-experience-card > i {
  display: flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(0, 59, 115, 0.08);
  color: var(--mari-blue);
  font-size: 22px;
}
.mari-experience-card h3 {
  margin-top: 30px;
  color: var(--mari-ink);
  font-size: 22px;
  line-height: 1.3;
}
.mari-experience-card p {
  margin-top: 18px;
  color: var(--mari-muted);
  line-height: 1.7;
}
.mari-oecd-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 120px 0;
  background:
    radial-gradient(circle at 90% 20%, rgba(36, 127, 190, 0.28), transparent 36%),
    linear-gradient(120deg, #000F22 0%, #002B56 64%, #003B73 100%);
}
.mari-oecd-orbit {
  position: absolute;
  z-index: -1;
  width: 560px;
  height: 560px;
  right: -170px;
  top: -190px;
  border: 1px solid rgba(227, 194, 118, 0.15);
  border-radius: 50%;
  box-shadow:
    0 0 0 80px rgba(255, 255, 255, 0.018),
    0 0 0 160px rgba(255, 255, 255, 0.012);
}
.mari-oecd-years {
  margin-top: 28px;
  color: var(--mari-gold-soft);
  font-size: clamp(52px, 7vw, 90px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -4px;
}
.mari-oecd-heading h2 {
  max-width: 540px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(38px, 4.3vw, 58px);
  line-height: 1.06;
  letter-spacing: -1.8px;
}
.mari-oecd-copy {
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(10px);
}
.mari-oecd-copy p {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.79);
  font-size: 17px;
  line-height: 1.8;
}
.mari-oecd-copy p:first-child {
  color: #fff;
  font-size: 21px;
}
.mari-oecd-copy p:last-child {
  margin-bottom: 0;
}
.mari-timeline-section {
  background: #fff;
}
.mari-career-timeline {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.mari-career-timeline::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 198px;
  width: 1px;
  background: linear-gradient(to bottom, var(--mari-gold), rgba(0, 59, 115, 0.16));
}
.mari-timeline-item {
  display: grid;
  grid-template-columns: 160px 76px 1fr;
  align-items: start;
  min-height: 128px;
}
.mari-timeline-item time {
  padding-top: 24px;
  color: var(--mari-blue);
  font-size: 17px;
  font-weight: 800;
  text-align: right;
}
.mari-timeline-marker {
  position: relative;
  height: 100%;
}
.mari-timeline-marker::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  top: 27px;
  left: 31px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: var(--mari-gold);
  box-shadow: 0 0 0 1px rgba(0, 59, 115, 0.18);
}
.mari-timeline-card {
  margin-bottom: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 59, 115, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(0, 27, 54, 0.06);
}
.mari-timeline-card h3 {
  color: var(--mari-ink);
  font-size: 21px;
  line-height: 1.35;
}
.mari-timeline-card p {
  margin-top: 6px;
  color: var(--mari-muted);
  font-size: 15px;
}
.mari-education-section {
  padding: 0 0 120px;
  background: #fff;
}
.mari-education-panel {
  position: relative;
  overflow: hidden;
  padding: 68px;
  border: 1px solid rgba(0, 59, 115, 0.12);
  border-radius: 30px;
  background: linear-gradient(135deg, #EEF5FA 0%, #F9FBFC 100%);
}
.mari-education-panel h2 {
  margin-top: 16px;
  color: var(--mari-ink);
  font-size: clamp(38px, 4.2vw, 56px);
  line-height: 1.1;
}
.mari-education-panel h3 {
  margin-top: 16px;
  color: var(--mari-blue);
  font-size: 21px;
}
.mari-education-focus {
  display: inline-block;
  margin-top: 10px;
  color: var(--mari-muted);
  font-size: 14px;
  font-weight: 700;
}
.mari-education-panel p {
  position: relative;
  z-index: 1;
  color: #40516A;
  font-size: 18px;
  line-height: 1.82;
}
.mari-education-mark {
  position: absolute;
  right: 34px;
  bottom: -34px;
  color: rgba(0, 59, 115, 0.04);
  font-size: 210px;
  font-weight: 800;
  line-height: 0.8;
}
.mari-topics-section {
  background: var(--mari-surface);
}
.mari-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1050px;
  margin: 0 auto;
}
.mari-topic-grid span {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(0, 59, 115, 0.13);
  border-radius: 16px;
  background: #fff;
  color: var(--mari-ink);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 12px 35px rgba(0, 27, 54, 0.05);
}
.mari-programme-section {
  padding: 120px 0;
  background: #fff;
}
.mari-programme-panel {
  position: relative;
  overflow: hidden;
  padding: 72px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 15%, rgba(43, 135, 198, 0.35), transparent 35%),
    linear-gradient(120deg, #00152A 0%, #003B73 100%);
  box-shadow: 0 32px 80px rgba(0, 27, 54, 0.18);
}
.mari-programme-panel::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -130px;
  bottom: -210px;
  border: 1px solid rgba(227, 194, 118, 0.18);
  border-radius: 50%;
}
.mari-programme-panel h2 {
  max-width: 760px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -1.8px;
}
.mari-programme-panel p {
  max-width: 740px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.78;
}
.mari-outline-button {
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: #fff;
}
.mari-outline-button i {
  color: var(--mari-gold);
}
.mari-outline-button:hover {
  border-color: #fff;
  background: #fff;
  color: var(--mari-navy);
}
.mari-programme-highlights {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
}
.mari-programme-highlights > div {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 18px;
  padding: 17px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.07);
}
.mari-programme-highlights i {
  display: flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: rgba(227, 194, 118, 0.14);
  color: var(--mari-gold);
}
.mari-programme-highlights span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.mari-final-cta {
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--mari-navy-deep);
  text-align: center;
}
.mari-final-cta::before,
.mari-final-cta::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(227, 194, 118, 0.13);
  border-radius: 50%;
}
.mari-final-cta::before {
  left: -170px;
  top: -190px;
}
.mari-final-cta::after {
  right: -170px;
  bottom: -210px;
}
.mari-final-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.mari-final-cta h2 {
  margin-top: 20px;
  color: #fff;
  font-size: clamp(42px, 5.2vw, 68px);
  line-height: 1.04;
  letter-spacing: -2px;
}
.mari-final-cta p {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.75;
}
@media (max-width: 1199px) {
  .mari-profile-page .mari-profile-hero {
    padding-top: 170px;
  }
  .mari-portrait-card {
    min-height: 560px;
  }
  .mari-fact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mari-fact-grid article:nth-child(2) {
    border-right: 0;
  }
  .mari-fact-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .mari-experience-card {
    min-height: 290px;
  }
}
@media (max-width: 991px) {
  .mari-profile-page .mari-profile-hero {
    padding: 150px 0 80px;
  }
  .mari-breadcrumb {
    margin-bottom: 38px;
  }
  .mari-portrait-card {
    max-width: 620px;
    min-height: 650px;
    margin: 10px auto 0;
  }
  .mari-editorial-copy {
    padding-left: 0;
    border-left: 0;
  }
  .mari-section,
  .mari-oecd-section,
  .mari-programme-section {
    padding: 90px 0;
  }
  .mari-education-section {
    padding-bottom: 90px;
  }
  .mari-topic-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .mari-programme-panel {
    padding: 52px;
  }
}
@media (max-width: 767px) {
  .mari-profile-page .mari-profile-hero {
    padding: 130px 0 65px;
  }
  .mari-profile-page .mari-profile-hero::after {
    display: none;
  }
  .mari-hero-content h1 {
    font-size: 58px;
    letter-spacing: -2.5px;
  }
  .mari-hero-roles strong {
    font-size: 20px;
  }
  .mari-hero-roles span {
    font-size: 16px;
  }
  .mari-portrait-card {
    min-height: 530px;
    border-radius: 22px;
  }
  .mari-fact-grid {
    grid-template-columns: 1fr;
  }
  .mari-fact-grid article,
  .mari-fact-grid article:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .mari-fact-grid article:last-child {
    border-bottom: 0;
  }
  .mari-section,
  .mari-oecd-section,
  .mari-programme-section {
    padding: 72px 0;
  }
  .mari-section-heading h2,
  .mari-centered-heading h2,
  .mari-oecd-heading h2,
  .mari-programme-panel h2 {
    font-size: 38px;
    letter-spacing: -1px;
  }
  .mari-editorial-copy p,
  .mari-editorial-copy p:first-child {
    font-size: 16px;
  }
  .mari-oecd-copy {
    padding: 28px;
  }
  .mari-career-timeline::before {
    left: 8px;
  }
  .mari-timeline-item {
    grid-template-columns: 32px 1fr;
    min-height: auto;
  }
  .mari-timeline-item time {
    grid-column: 2;
    padding: 0 0 8px;
    font-size: 14px;
    text-align: left;
  }
  .mari-timeline-marker {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .mari-timeline-marker::before {
    top: 2px;
    left: 1px;
  }
  .mari-timeline-card {
    grid-column: 2;
    margin-bottom: 26px;
    padding: 20px;
  }
  .mari-education-section {
    padding-bottom: 72px;
  }
  .mari-education-panel,
  .mari-programme-panel {
    padding: 36px 24px;
    border-radius: 22px;
  }
  .mari-education-mark {
    font-size: 150px;
  }
  .mari-topic-grid {
    grid-template-columns: 1fr;
  }
  .mari-topic-grid span {
    min-height: 74px;
  }
  .mari-final-cta {
    padding: 80px 0;
  }
  .mari-final-cta h2 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .mari-hero-content h1 {
    font-size: 48px;
  }
  .mari-portrait-card {
    min-height: 470px;
  }
  .mari-portrait-card figcaption {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
  .mari-fact-grid article {
    min-height: 125px;
    padding: 24px;
  }
}

/* Compact 550px principal guest hero */
@media (min-width: 992px) {
  .mari-profile-page .mari-profile-hero {
    height: 550px;
    min-height: 550px;
    padding: 96px 0 34px;
  }
  .mari-profile-page .mari-breadcrumb {
    margin-bottom: 22px;
  }
  .mari-profile-page .mari-profile-hero .row {
    --bs-gutter-y: 0;
  }
  .mari-profile-page .mari-portrait-card {
    min-height: 360px;
    height: 360px;
    border-radius: 22px;
  }
  .mari-profile-page .mari-portrait-card img {
    height: 96%;
  }
  .mari-profile-page .mari-portrait-label {
    top: 22px;
    left: 22px;
  }
  .mari-profile-page .mari-portrait-card figcaption {
    right: 18px;
    bottom: 18px;
    left: 18px;
    padding: 14px 16px;
  }
  .mari-profile-page .mari-hero-content h1 {
    margin-top: 14px;
    font-size: clamp(54px, 5vw, 72px);
    line-height: 0.95;
    letter-spacing: -3px;
    white-space: nowrap;
  }
  .mari-profile-page .mari-hero-roles {
    margin-top: 18px;
  }
  .mari-profile-page .mari-hero-roles strong {
    font-size: 21px;
  }
  .mari-profile-page .mari-hero-roles span {
    font-size: 15px;
  }
  .mari-profile-page .mari-event-role {
    margin-top: 14px;
    padding: 7px 12px;
  }
  .mari-profile-page .mari-hero-content > p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.58;
  }
  .mari-profile-page .mari-hero-content .mari-gold-button {
    min-height: 46px;
    margin-top: 17px;
    padding: 0 21px;
  }
}
.mari-facts-section {
  position: relative;
  z-index: 4;
  padding: 0 0 80px;
  background: #fff;
}
.mari-facts-section .mari-fact-grid {
  margin-top: -28px;
  border-color: rgba(0, 59, 115, 0.12);
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 27, 54, 0.12);
  backdrop-filter: none;
}
.mari-facts-section .mari-fact-grid article {
  border-right-color: rgba(0, 59, 115, 0.1);
}
.mari-facts-section .mari-fact-grid span {
  color: #176DA7;
}
.mari-facts-section .mari-fact-grid strong {
  color: #071B35;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .mari-profile-page .mari-hero-content h1 {
    font-size: 54px;
  }
  .mari-profile-page .mari-hero-content > p {
    max-width: 590px;
  }
}
@media (max-width: 991px) {
  .mari-profile-page .mari-profile-hero {
    height: auto;
    min-height: 0;
  }
  .mari-profile-page .mari-hero-content h1 {
    white-space: normal;
  }
  .mari-facts-section {
    padding-bottom: 64px;
  }
}

/* Homepage hero background and Mari portrait alignment */
.hero-1 {
  background-position: center center !important;
  background-size: cover !important;
}
.hero-1::before {
  background: linear-gradient(
    90deg,
    rgba(0, 15, 34, 0.56) 0%,
    rgba(0, 27, 54, 0.36) 52%,
    rgba(0, 27, 54, 0.08) 100%
  );
}
.hero-1 .hero-light,
.hero-1 .hero-light2 {
  display: none;
}
@media (min-width: 992px) {
  .hero-1 .hero-image {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 0 !important;
    transform: translateX(24px);
  }
  .hero-1 .hero-image img {
    display: block;
    width: 400px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    object-position: right bottom;
  }
}
@media (min-width: 1400px) {
  .hero-1 .hero-image {
    transform: translateX(42px);
  }
}
@media (max-width: 991px) {
  .hero-1 {
    background-position: 62% center !important;
  }
  .hero-1 .hero-image {
    margin-left: 0 !important;
    transform: none;
  }
}

/* Six-image 3 x 2 event gallery */
.gallery-grid-3x2 {
  overflow: hidden;
  background: #E6ECF1;
}
.gallery-grid-3x2 .gallery-placeholder {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 640 / 460;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  border-right: 1px solid rgba(0, 59, 115, 0.1);
  border-bottom: 1px solid rgba(0, 59, 115, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0)),
    #D6DFE7;
  color: #52677A;
}
.gallery-grid-3x2 .gallery-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(0, 59, 115, 0.1);
  pointer-events: none;
}
.gallery-grid-3x2 .gallery-placeholder span {
  font-size: clamp(40px, 4.2vw, 72px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2px;
}
.gallery-grid-3x2 .gallery-placeholder small {
  color: #003B73;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .gallery-grid-3x2 .gallery-placeholder span {
    font-size: clamp(38px, 7vw, 62px);
  }
}
@media (max-width: 575px) {
  .gallery-grid-3x2 .gallery-placeholder::before {
    inset: 12px;
  }
}

/* GLGI six-image gallery */
.gallery-grid-3x2 .gallery-photo,
.gallery-grid-3x2 .gallery-photo > a {
  display: block;
  width: 100%;
  aspect-ratio: 640 / 460;
  overflow: hidden;
}
.gallery-grid-3x2 .gallery-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s ease;
}
.gallery-grid-3x2 .gallery-photo::before {
  background: linear-gradient(135deg, rgba(0, 27, 54, 0.18), rgba(0, 59, 115, 0.72));
}
.gallery-grid-3x2 .gallery-card-item-inner:hover .gallery-photo img {
  transform: scale(1.035);
}

/* Balance homepage hero content and portrait spacing */
@media (min-width: 1200px) {
  .hero-1 .hero-content {
    padding-left: clamp(48px, 4.5vw, 72px);
  }
  .hero-1 .hero-image {
    transform: translateX(-48px);
  }
}
@media (min-width: 1400px) {
  .hero-1 .hero-image {
    transform: translateX(-64px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-1 .hero-content {
    padding-left: 28px;
  }
  .hero-1 .hero-image {
    transform: translateX(-18px);
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/* GLGI language switcher */
.language-switcher {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    gap: 3px;
    margin: 0 10px;
    padding: 3px;
    border: 1px solid rgba(11, 35, 64, 0.16);
    border-radius: 999px;
    background: #eef2f6;
}
.language-switcher a {
    min-width: 32px;
    padding: 5px 8px;
    border-radius: 999px;
    color: #0b2340;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    text-align: center;
}
.language-switcher a:hover,
.language-switcher a.active {
    background: #b7893f;
    color: #fff;
}
@media (max-width: 575.98px) {
    .language-switcher {
        margin: 0 7px 0 0;
    }
    .language-switcher a {
        min-width: 28px;
        padding: 5px 6px;
        font-size: 11px;
    }
}


/* Vietnamese hero title: extra vertical room for diacritics */
.hero-1 .hero-content .hero-event-title.hero-event-title-vi {
  line-height: 1.14;
}
.hero-1 .hero-content .hero-event-title.hero-event-title-vi span {
  margin-top: 0.08em;
}


/* Authorized partner logo proportions */
.preloader-logo img,
.offcanvas__logo img,
.header-main .logo img,
.header-main .logo2 img,
.footer-logo img {
  height: auto !important;
  object-fit: contain;
}


/* Authorized partner logo variants */
.preloader-logo img,
.offcanvas__logo img,
.footer-logo img {
  content: url("../img/logo/glgi-logo-white.webp");
}
