.blueColor {
  color: #1A74AF;
}

.btn-1 {
  width: -moz-max-content;
  width: max-content;
  border-color: #1A74AF;
  background-color: #1A74AF;
  transition: 0.4s all ease-in-out;
  padding: 6px 15px !important;
  border-radius: 8px;
  color: #fff;
}
.btn-1:hover {
  background-color: #043260;
}
.btn-1:hover a {
  color: #fff;
}
.btn-1:hover a svg path {
  fill: #fff;
}

.btn-2 {
  width: -moz-max-content;
  width: max-content;
  border-color: #FE9C06;
  background-color: #FE9C06;
  transition: 0.4s all ease-in-out;
  padding: 6px 15px !important;
  border-radius: 25px;
  color: #000;
  font-weight: 400;
  font-size: clamp(1em, 1vw, 2em);
}
.btn-2:hover {
  background-color: #e38b06;
}

.btn-3 {
  width: -moz-max-content;
  width: max-content;
  border-color: #ccb06a;
  background-color: #ccb06a;
  transition: 0.4s all ease-in-out;
  padding: 6px 15px !important;
  border-radius: 8px;
  color: #fff;
}
.btn-3:hover {
  background-color: #ccb06a;
}
.btn-3:hover a {
  color: #fff;
}
.btn-3:hover a svg path {
  fill: #fff;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.lh-1-3 {
  line-height: 1.3;
}

.lh-1-4 {
  line-height: 1.4;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-6 {
  line-height: 1.6;
}

.section-gap {
  padding: 3em 0;
}

.bullet-heading {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  font-size: clamp(1.25em, 1.48vw, 3.75em);
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .bullet-heading {
    text-align: center;
    font-weight: 500;
  }
}
.bullet-heading::marker {
  margin-right: 5px;
}

@font-face {
  font-family: "Along Sans S2 Bold";
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/AlongSanss2-Bold.otf) format("openType");
}
@font-face {
  font-family: "Along Sans S2 Semi Bold";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/AlongSanss2-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "Along Sans S2 Medium";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/AlongSanss2-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Along Sans S2 Regular";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/AlongSanss2-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/AlongSanss2-Light.otf) format("opentype");
}
@font-face {
  font-family: "Along Sans S2 Extra Light";
  font-style: normal;
  font-weight: 200;
  src: url(/fonts/AlongSanss2-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "GOODTIMINGRG-BOLD";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/goodtimingbd.otf) format("opentype");
}
@font-face {
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 600;
  src: url(/fonts/AVGARDD_0.TTF) format("truetype");
}
@font-face {
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 500;
  src: url(/fonts/AVGARDM_0.TTF) format("truetype");
}
@font-face {
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/AVGARDN_0.TTF) format("truetype");
}
@media (min-width: 1999.98px) {
  body {
    font-size: 1.1vw;
  }
}
#loading .video {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

a {
  padding: 0;
  margin: 0;
}

.fade-in {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s;
}

body {
  font-family: "Raleway";
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.affix {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  animation: affix_animation 0.6s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: affix_animation 0.6s ease-in-out;
}
.affix .animated-icon2.icon-white span {
  background: #101010;
}
@keyframes affix_animation {
  0% {
    margin-top: -7.5rem;
    opacity: 0;
  }
  50% {
    margin-top: -4rem;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@media (min-width: 991.98px) {
  .container {
    max-width: 95%;
  }
}
#hero-slider {
  display: none;
}

#header {
  position: relative;
  height: 71.5px;
}
@media (min-width: 1999.98px) {
  #header {
    height: 80px;
  }
}
@media (max-width: 575.98px) {
  #header {
    margin-bottom: -5px;
  }
}
#header .navbar {
  padding: 1em 0;
  background-color: #15181d;
}
#header .navbar-collapse {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 999;
  background: url(/img/des-bg-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding: 2em 5em 0;
}
@media (max-width: 575.98px) {
  #header .navbar-collapse {
    top: 65px;
  }
}
#header .main-logo {
  width: 220px;
}
#header .nav-item .nav-link {
  color: #fff;
  transition: 0.5s all ease-in-out;
}
#header .nav-item .nav-link:hover {
  color: #c9a049;
}
#header .nav-item .nav-link img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 5px;
}
#header a {
  color: #FFF;
  text-decoration: none;
  transition: 0.5s all ease-in-out;
}
#header a:hover {
  color: #c9a049;
}
#header a span {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#header .navbar-toggler {
  border: none;
}
#header .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
#header .animated-icon2 {
  width: 35px;
  height: 20px;
  position: relative;
  margin: 0px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#header .animated-icon2:focus {
  border: none;
  box-shadow: none;
}
#header .animated-icon2 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  background: #fff;
}
#header .animated-icon2 span:nth-child(1) {
  top: 0px;
}
#header .animated-icon2 span:nth-child(2) {
  top: 10px;
}
#header .animated-icon2 span:nth-child(3) {
  top: 10px;
}
#header .animated-icon2 span:nth-child(4) {
  top: 20px;
}
#header .animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
#header .animated-icon2.open span:nth-child(2) {
  transform: rotate(45deg);
}
#header .animated-icon2.open span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#hero-slider {
  position: relative;
  overflow-x: hidden;
  background-color: #f4f4f4;
}
@media (min-width: 1199.98px) {
  #hero-slider {
    height: calc(100vh - 71.75px);
  }
  #hero-slider .banner {
    height: calc(100vh - 71.75px);
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #hero-slider {
    min-height: 600px;
  }
  #hero-slider .banner {
    min-height: 600px;
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  #hero-slider {
    height: 600px;
  }
  #hero-slider .banner {
    height: 600px;
    width: 100%;
  }
}
@media (min-width: 1590px) and (max-width: 1601px) {
  #hero-slider {
    height: 700px;
  }
  #hero-slider .banner {
    height: 700px;
    width: 100%;
  }
}
@media (min-width: 1999.98px) {
  #hero-slider {
    height: calc(100vh - 80px);
  }
  #hero-slider .banner {
    height: calc(100vh - 80px);
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #hero-slider .banner {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
#hero-slider .container {
  position: absolute;
  top: 50%;
  left: 35%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
  margin: 0 auto;
  color: #fff;
}
@media (max-width: 991.98px) {
  #hero-slider .container {
    left: 1em;
    transform: translateY(-10%);
    right: 0;
    top: 60%;
    margin: 0 auto;
  }
  #hero-slider .container .content {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  #hero-slider .container {
    top: 55%;
    right: 0;
    left: 0;
    width: 95%;
  }
}
#hero-slider h1 {
  font-size: clamp(2em, 3.5vw, 8em);
}
@media (max-width: 991.98px) {
  #hero-slider h1 {
    margin-bottom: 0;
    line-height: 1;
  }
}
#hero-slider h1 span {
  font-family: "Along Sans S2 Extra Light";
  font-weight: 200;
  opacity: 0.5;
}
#hero-slider h1 b {
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#hero-slider p {
  font-size: clamp(1.25em, 1.5vw, 2.5em);
  font-family: "Along Sans S2 Light";
  font-weight: 300;
  color: #777;
}
#hero-slider p span {
  background: linear-gradient(to left, #CCB06A, #EBE48D, #BF9E59);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
  opacity: 1;
}

#about-initium {
  position: relative;
  overflow-x: hidden;
}
#about-initium .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #about-initium .container {
    transform: translateY(-50%);
    top: 50% !important;
  }
}
@media (max-width: 991.98px) {
  #about-initium .main-img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #about-initium .container {
    left: 10px;
    right: 10px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  #about-initium .main-img img {
    height: 600px;
  }
}
@media (max-width: 575.98px) {
  #about-initium .main-img img {
    height: 550px;
  }
}
#about-initium .content:first-child {
  width: 7%;
  padding-top: 2em;
}
@media (max-width: 991.98px) {
  #about-initium .content:first-child {
    width: 53px;
  }
}
#about-initium .content:first-child .vertical {
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center bottom;
  font-size: clamp(2em, 3.75vw, 9em);
  color: #ccc;
  font-family: "Along Sans S2 Regular";
  font-style: normal;
  font-weight: 400;
}
#about-initium .content .heading {
  font-size: clamp(3em, 5vw, 15em);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
  margin-bottom: 0;
  line-height: 1;
}
#about-initium .content .line {
  margin-bottom: 10px;
  width: 40%;
}
#about-initium .content p {
  font-size: clamp(1.15em, 1.1vw, 2.5em);
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#about-initium .content p b {
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#about-initium .content .des {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#about-initium .content .des span {
  font-size: clamp(0.875em, 1vw, 2em);
}
#about-initium .second-block {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  #about-initium .second-block {
    flex-direction: column;
    gap: 3em;
    justify-content: flex-start;
    align-items: left;
    width: 90%;
  }
}
#about-initium .each-block {
  margin-top: 3em;
  padding-left: 2em;
  display: flex;
  gap: 3em;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #about-initium .each-block {
    justify-content: left;
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  #about-initium .each-block {
    gap: 1em;
    width: 100%;
    margin-top: 1em;
    padding-left: 0;
  }
}
#about-initium .each-block .block .icon {
  margin-bottom: 10px;
  text-align: center;
}
#about-initium .each-block .block .icon img {
  height: 70px;
}
@media (max-width: 767.98px) {
  #about-initium .each-block .block .icon img {
    height: 60px;
  }
}
#about-initium .each-block .block p {
  font-family: "Along Sans S2 Regular";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
#about-initium .button {
  margin-bottom: 2em;
}
#about-initium .button a {
  background-color: #000;
  padding: 6px 25px;
  text-decoration: none;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Along Sans S2 Regular";
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #about-initium .button a {
    position: absolute;
    bottom: 0;
    right: 1.5em;
    z-index: 1;
  }
}
#about-initium .modal {
  z-index: 2;
}

#exampleModal .modal-header {
  border-bottom: 0;
}
#exampleModal .btn-close {
  position: absolute;
  top: 2em;
  right: 2em;
}
#exampleModal .modal-dialog {
  max-width: 75%;
}
@media (max-width: 991.98px) {
  #exampleModal .modal-dialog {
    max-width: 100%;
  }
}
#exampleModal .modal-content {
  background-color: inherit;
  background-color: rgb(201, 160, 73);
  width: 100%;
  border: 0;
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
  position: relative;
}
@media (min-width: 991.98px) {
  #exampleModal .modal-content {
    background: url("/img/Popup-Bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (max-width: 991.98px) {
  #exampleModal .modal-content {
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
  }
}
#exampleModal .modal-content .modal-body {
  padding: 5em 3em 8em;
}
@media (max-width: 991.98px) {
  #exampleModal .modal-content .modal-body {
    padding: 2e 3em 4em 1em;
  }
}
#exampleModal .modal-content .modal-header {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
#exampleModal .modal-content p {
  margin-bottom: 0;
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 500;
}
#exampleModal .modal-content h1 {
  color: #fff;
  line-height: 1;
}
#exampleModal .modal-content h1 span {
  color: #000;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#exampleModal .modal-content .line {
  width: 40%;
  margin-bottom: 1em;
}

#about-page {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: inherit;
  background-color: black;
}
#about-page .main-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
}
#about-page .container {
  position: relative;
  z-index: 2;
}
#about-page p {
  margin-bottom: 0;
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 500;
}
#about-page h1 {
  color: #fff;
  line-height: 1;
}
#about-page h1 span {
  color: #000;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#about-page .line {
  width: 40%;
  margin-bottom: 1em;
}

#team {
  position: relative;
  padding: 3em 0;
}
@media (max-width: 767.98px) {
  #team.the-news h6 {
    font-size: 1em !important;
  }
}
@media (max-width: 767.98px) {
  #team.the-news p {
    font-size: 12px !important;
  }
}
#team h1 {
  line-height: 1;
  margin-bottom: 0;
  font-size: inherit;
  position: relative;
}
#team h1 .line {
  position: absolute;
  bottom: -10px;
  right: 8.25%;
  width: 12%;
}
#team h1:first-child span::after {
  content: "";
  background-image: url("../../img/Black-Line.svg");
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#team h1 span {
  color: #ccc;
  font-size: clamp(2.5em, 2.5vw, 5em);
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#team h1 b {
  color: #000;
  font-size: clamp(3em, 3vw, 7em);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#team .line {
  width: 100px;
}
#team .bg {
  position: absolute;
  bottom: 30%;
  left: 0;
  right: 0;
  z-index: -1;
}
#team .col-lg-4:first-child .each-team .img {
  float: left;
  width: 90%;
}
@media (max-width: 991.98px) {
  #team .col-lg-4:first-child .each-team {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  #team .col-lg-4:nth-child(2) .each-team {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50%;
  }
}
@media (max-width: 991.98px) and (min-width: 576px) and (max-width: 767.98px) {
  #team .col-lg-4:nth-child(2) .each-team {
    right: 60px !important;
  }
}
@media (max-width: 767.98px) {
  #team .col-lg-4:nth-child(2) .each-team {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50%;
  }
}
#team .col-lg-4:nth-child(3) .each-team .img {
  float: right;
  width: 90%;
}
@media (max-width: 991.98px) {
  #team .col-lg-4:nth-child(3) .each-team .img {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991.98px) {
  #team .each-team {
    margin-bottom: 4em;
  }
}
#team .each-team .img {
  position: relative;
}
#team .each-team .img img {
  position: relative;
  width: 100%;
}
#team .each-team .img p {
  position: absolute;
  bottom: -14px;
  right: 7%;
  z-index: 1;
  color: #000;
  font-weight: 600;
  font-size: clamp(0.7em, 1.15vw, 2.5em);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (max-width: 991.98px) {
  #team .each-team .img p {
    bottom: -10px;
  }
}
@media (max-width: 767.98px) {
  #team .each-team .img p {
    bottom: -18px;
  }
}
#team .des {
  font-size: clamp(1.25em, 1.25vw, 2.5em);
  text-align: left;
  padding: 0 1em;
  color: #000;
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
@media (max-width: 991.98px) {
  #team .des {
    text-align: center;
  }
}
#team.teams .bg-1 {
  z-index: -1;
  bottom: -3em;
  left: 0;
}
#team.teams .bg-1 img {
  width: 72%;
}
#team.teams .image {
  position: relative;
}
#team.teams .image .team-names {
  position: absolute;
  bottom: 0;
  left: 100px;
  right: 80px;
}
@media (max-width: 767.98px) {
  #team.teams .image .team-names {
    left: 60px;
    right: 40px;
    bottom: -10px;
  }
}
#team.teams .image .team-names .persons {
  display: flex;
  justify-content: space-between;
}
#team.teams .image .team-names .persons p {
  color: #000;
  font-weight: 600;
  font-size: clamp(0.7em, 1.15vw, 2.5em);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (max-width: 767.98px) {
  #team.teams .image .team-names .persons p {
    font-size: 0.5em;
  }
}
#team.individual-team .each-team .img {
  position: relative;
}
@media (max-width: 991.98px) {
  #team.individual-team .each-team .img {
    margin-bottom: 2em;
  }
}
#team.individual-team .each-team .img img {
  position: relative;
  width: 100%;
}
#team.individual-team .each-team .img p {
  position: absolute;
  bottom: 10px;
  right: 3em;
  z-index: 1;
  color: #000;
  font-weight: 600;
  font-size: clamp(1em, 1.5vw, 2.5em);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #team.individual-team .each-team .img p {
    bottom: 1em;
    font-size: 1.5em;
  }
}
@media (max-width: 575.98px) {
  #team.individual-team .each-team .img p {
    bottom: -5px;
    right: 30px;
  }
}
#team.individual-team .content p {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: clamp(1em, 1vw, 2em);
}
#team.individual-team .content .quote p {
  text-align: right;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (max-width: 991.98px) {
  #team.individual-team .content .quote p {
    text-align: center;
  }
}
#team.individual-team .content .quote p:before {
  content: open-quote;
}
#team.individual-team .content .quote p:after {
  content: close-quote;
  line-height: 1;
}
#team.individual-team .content .quote p:before {
  display: inline;
  font-size: 3em;
  color: #000;
  line-height: 1;
  padding: 0;
  position: relative;
  top: 0.25em;
}
#team.individual-team .content .quote p:after {
  display: inline;
  font-size: 3em;
  color: #000;
  line-height: 0;
  padding: 0;
  position: relative;
  bottom: -0.6em;
}

.team-modal .modal-dialog {
  max-width: 70%;
}
@media (max-width: 991.98px) {
  .team-modal .modal-dialog {
    max-width: 95%;
    margin: 0 auto;
  }
}
@media (min-width: 991.98px) {
  .team-modal .modal-dialog .row {
    align-items: center;
  }
}
.team-modal .modal-header {
  border-bottom: 0;
}
.team-modal .bg {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  left: 0;
}
.team-modal .bg img {
  width: 50%;
}
.team-modal .each-team .img {
  position: relative;
}
@media (max-width: 991.98px) {
  .team-modal .each-team .img {
    margin-bottom: 2em;
  }
}
.team-modal .each-team .img img {
  position: relative;
  width: 100%;
}
.team-modal .each-team .img p {
  position: absolute;
  bottom: -5px;
  right: 30px;
  z-index: 1;
  color: #000;
  font-weight: 600;
  font-size: clamp(0.875em, 1vw, 1.5em);
  text-transform: uppercase;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
.team-modal .content p {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
  font-size: clamp(1em, 1vw, 2em);
}
.team-modal .content .quote p {
  text-align: right;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
.team-modal .content .quote p:before {
  content: open-quote;
}
.team-modal .content .quote p:after {
  content: close-quote;
  line-height: 1;
}
.team-modal .content .quote p:before {
  display: inline;
  font-size: 3em;
  color: #000;
  line-height: 1;
  padding: 0;
  position: relative;
  top: 0.25em;
}
.team-modal .content .quote p:after {
  display: inline;
  font-size: 3em;
  color: #000;
  line-height: 0;
  padding: 0;
  position: relative;
  bottom: -0.6em;
}

#reach-out {
  position: relative;
}
#reach-out .left-block h1 {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: inherit;
  line-height: 1;
  font-size: inherit;
}
#reach-out .left-block h1 b {
  font-weight: 600 !important;
  font-family: "GOODTIMINGRG-BOLD";
  font-size: clamp(3em, 5vw, 15em);
}
#reach-out .left-block h1 span {
  font-family: "Along Sans S2 Extra Light";
  font-weight: 200;
  opacity: 0.5;
  font-size: clamp(2em, 3.5vw, 10em);
}
#reach-out .left-block .line {
  width: 70%;
  display: block;
  margin-bottom: 1em;
}
#reach-out .left-block p {
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
  margin-bottom: 2em;
}
#reach-out .left-block .img img {
  width: 50%;
}
#reach-out #contactForm .form-group input, #reach-out #contactForm .form-group textarea {
  background: inherit;
  border: 1px solid #fff;
  color: #c9a049;
}
#reach-out #contactForm .form-group input:focus, #reach-out #contactForm .form-group textarea:focus {
  box-shadow: none;
}
#reach-out #contactForm .form-group ::-moz-placeholder {
  color: #c9a049;
  opacity: 0.5;
}
#reach-out #contactForm .form-group ::placeholder {
  color: #c9a049;
  opacity: 0.5;
}
#reach-out #contactForm #submit-btn {
  background-color: #c9a049;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-weight: 600;
  float: right;
}

.error-display {
  height: 35px;
  line-height: 1.3;
  color: #f03;
  background: transparent;
  display: block;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 479.98px) {
  .error-display {
    height: 30px;
    font-size: 12px;
  }
}

#suceess-message {
  color: #00b200 !important;
  font-size: 14px;
  padding: 2px 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.anchor {
  height: 85px;
  z-index: -1;
  margin-top: -85px;
}

#footer {
  padding: 1em 0;
  position: relative;
  background-color: #c9a049;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1999.98px) {
  #footer {
    padding: 5em 0 2em;
  }
}
@media (max-width: 767.98px) {
  #footer {
    background-color: #000;
  }
}
#footer p {
  color: #fff;
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#footer .content {
  align-items: center;
}
#footer .content ul {
  display: flex;
  align-items: end;
  gap: 1em;
  list-style: none;
  margin-bottom: 0;
}
#footer .content ul li svg, #footer .content ul li img {
  width: 35px;
  transition: 0.5s all ease-in-out;
}
#footer .content ul li svg:hover path, #footer .content ul li img:hover path {
  fill: #c9a049;
}
#footer .content ul li svg:hover circle, #footer .content ul li img:hover circle {
  stroke: #c9a049;
}

#our-investors {
  position: relative;
}
@media (max-width: 991.98px) {
  #our-investors {
    background: url(/img/BG-01.webp);
    background-size: cover;
    background-position: left bottom;
    padding: 3em 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-investors {
    padding-bottom: 5em;
    min-height: 850px;
  }
}
#our-investors .bg-img {
  position: relative;
  z-index: 1;
}
@media (min-width: 991.98px) {
  #our-investors .container {
    padding: 3em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
  #our-investors .container .icon {
    padding-top: 1.25em;
  }
}
@media (max-width: 991.98px) {
  #our-investors .container .container {
    position: relative;
  }
  #our-investors .container .d-flex {
    display: block !important;
  }
  #our-investors .container .icon {
    margin-bottom: 1em;
    text-align: center;
  }
  #our-investors .container .icon img {
    width: 60px;
    text-align: center;
  }
  #our-investors .container .txt {
    width: 90%;
    margin: 0 auto;
  }
}
#our-investors .container h1 {
  font-size: inherit;
  position: relative;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 991.98px) {
  #our-investors .container h1 {
    margin-bottom: 0;
    line-height: 1;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-investors .container h1 {
    margin: 0 auto;
    width: -moz-max-content;
    width: max-content;
  }
}
#our-investors .container h1 span {
  font-family: "Along Sans S2 Extra Light";
  font-weight: 200;
  opacity: 0.6;
  font-size: clamp(2em, 5vw, 10em);
}
@media (max-width: 991.98px) {
  #our-investors .container h1 span {
    display: block;
    text-align: right;
  }
}
#our-investors .container h1 b {
  font-size: clamp(3em, 7vw, 10em);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
  color: #BF9E59;
}
@media (max-width: 991.98px) {
  #our-investors .container h1 b {
    text-align: right;
  }
}
#our-investors .container h1 .line {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  #our-investors .container h1 .line {
    width: 50%;
    bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-investors .container h1 .line {
    bottom: 40px;
  }
}
#our-investors .container p {
  margin-top: 15px;
  font-size: clamp(1em, 1.5vw, 2.5em);
  font-family: "Along Sans S2 Light";
  font-weight: 300;
  color: #777;
  letter-spacing: 0.5px;
}
@media (max-width: 991.98px) {
  #our-investors .container p {
    width: 100%;
  }
}
#our-investors .container p span {
  background: linear-gradient(to left, #CCB06A, #EBE48D, #BF9E59);
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
  opacity: 1;
  letter-spacing: 0.5px;
}
#our-investors ul {
  display: flex;
  gap: 1em;
  margin: 0 5em;
  margin-top: 2em;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #our-investors ul {
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  #our-investors ul {
    margin: 0 1em;
    width: 90%;
    gap: 0;
  }
}
#our-investors ul li {
  width: 20%;
  float: left;
  list-style: none;
  text-align: center;
}
@media (max-width: 991.98px) {
  #our-investors ul li {
    width: 25%;
  }
}
@media (max-width: 767.98px) {
  #our-investors ul li {
    width: 45%;
  }
}
#our-investors ul li svg, #our-investors ul li img {
  height: 100px;
}
@media (max-width: 991.98px) {
  #our-investors ul li svg, #our-investors ul li img {
    max-height: 60px;
    max-width: 100px;
  }
}
#our-investors .button {
  margin-top: 3em;
}
#our-investors .button a {
  background-color: #BF9E59;
  padding: 8px 20px;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  text-transform: uppercase;
}

#our-numbers {
  position: relative;
  background: url(/img/Our-Numbers-Pattern-BG.svg);
  overflow: hidden;
}
@media (min-width: 1399.98px) {
  #our-numbers {
    height: calc(100vh - 195px);
  }
}
#our-numbers .content {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#our-numbers .content h1 {
  line-height: 1;
  margin-bottom: 0;
  font-size: inherit;
  position: relative;
}
@media (max-width: 991.98px) {
  #our-numbers .content h1 {
    width: 100%;
  }
}
#our-numbers .content h1 .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  #our-numbers .content h1 .line {
    bottom: -5px;
  }
}
#our-numbers .content h1:first-child span::after {
  content: "";
  background-image: url("../../img/Black-Line.svg");
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#our-numbers .content h1 span {
  color: #ccc;
  font-size: clamp(2em, 2.5vw, 5em);
  font-family: "Along Sans S2 Light";
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.1px;
}
#our-numbers .content h1 b {
  color: #000;
  font-size: clamp(2.15em, 3vw, 7em);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (max-width: 991.98px) {
  #our-numbers .content h1 b {
    display: block;
  }
}
#our-numbers .content .line {
  width: 300px;
}
#our-numbers ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 5em;
  margin-top: 2em;
  justify-content: left;
}
@media (max-width: 991.98px) {
  #our-numbers ul {
    justify-content: center;
    gap: 2em;
  }
}
#our-numbers ul:nth-child(1) li:nth-child(1) .txt p {
  padding-top: 8%;
}
#our-numbers ul:nth-child(1) li:nth-child(2) .txt p {
  padding-top: 8%;
}
#our-numbers ul:nth-child(2) {
  justify-content: end;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  #our-numbers ul:nth-child(2) {
    justify-content: center;
  }
}
#our-numbers ul:nth-child(2) li:nth-child(4) {
  position: absolute;
  right: 1%;
  bottom: 3em;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #our-numbers ul:nth-child(2) li:nth-child(4) {
    right: 6em;
  }
}
#our-numbers ul:nth-child(2) li:nth-child(4) img {
  width: 412px !important;
  height: 379px !important;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #our-numbers ul:nth-child(2) li:nth-child(4) img {
    width: 350px !important;
  }
}
#our-numbers ul:nth-child(2) li:nth-child(4) .txt {
  top: 8.5em;
}
#our-numbers ul:nth-child(2) li:nth-child(4) .txt h2 {
  color: #c9a049;
}
#our-numbers ul li {
  position: relative;
  list-style: none;
  width: 23%;
}
@media (max-width: 991.98px) {
  #our-numbers ul li {
    width: 45%;
  }
}
@media (min-width: 1999.98px) {
  #our-numbers ul li .img img {
    width: 100%;
  }
}
#our-numbers ul li .img .txt {
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 1;
  text-align: center;
}
@media (min-width: 1999.98px) {
  #our-numbers ul li .img .txt {
    top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #our-numbers ul li .img .txt {
    top: 50px;
  }
}
@media (max-width: 767.98px) {
  #our-numbers ul li .img .txt {
    top: 30px;
  }
}
#our-numbers ul li .img .txt h2 {
  font-size: clamp(50px, 5vw, 60px);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
@media (max-width: 767.98px) {
  #our-numbers ul li .img .txt h2 {
    font-size: 40px;
  }
}
#our-numbers ul li .img .txt p {
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  font-size: clamp(16px, 1vw, 30px);
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 500;
}
#our-numbers ul li .img .strip {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 3em;
}
@media (min-width: 1999.98px) {
  #our-numbers ul li .img .strip .strip-img {
    width: 445px;
  }
}
#our-numbers ul li .img .strip .text p {
  position: absolute;
  z-index: 2;
  bottom: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff;
  font-size: clamp(16px, 1vw, 30px);
  font-family: "AvantGrade Bk BT";
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  #our-numbers ul li .img .strip .text p {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  #our-numbers ul li .img .strip .text p {
    font-size: 12px;
  }
}

#blog-buzz {
  position: relative;
}
#blog-buzz::after {
  content: "";
  background-color: #000;
  height: 50%;
  width: 100%;
  z-index: -1;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1400px) {
  #blog-buzz {
    height: 100vh;
  }
}
@media (min-width: 1500px) and (max-width: 1590px) {
  #blog-buzz {
    height: 900px;
  }
}
#blog-buzz .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#blog-buzz .bg-img img {
  width: 100%;
}
@media (min-width: 991.98px) {
  #blog-buzz .block {
    margin-bottom: 10%;
  }
}
@media (max-width: 992px) {
  #blog-buzz .block .icon {
    width: 18%;
  }
}
#blog-buzz .block .txt h1 {
  font-size: inherit;
  text-align: right;
}
#blog-buzz .block .txt h1 b {
  color: #000;
  font-size: clamp(2.25em, 4vw, 10em);
  font-weight: 600;
  font-family: "GOODTIMINGRG-BOLD";
}
#blog-buzz .block .txt h1 span {
  color: #000;
  font-size: clamp(2em, 3vw, 6em);
  font-weight: 600;
  text-align: right;
  font-family: "GOODTIMINGRG-BOLD";
}
#blog-buzz .block .txt h3 {
  font-size: clamp(2em, 2vw, 5em);
  font-weight: 300;
  color: #B2B4B6;
}
#blog-buzz .block .line {
  padding-top: 1em;
}
#blog-buzz .block .line img {
  height: 100px;
}
#blog-buzz .line-img img {
  width: 60%;
}
#blog-buzz .where-isideas-heading {
  color: #A7A8AC;
}
@media (max-width: 576px) {
  #blog-buzz .empty-image {
    display: none;
  }
}
@media (max-width: 992px) {
  #blog-buzz .mobile-background {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #blog-buzz .mobile-background {
    background: #000;
  }
}
@media (max-width: 992px) {
  #blog-buzz .mobile-background .cards-row {
    background-image: url("/img/blog-mobile-bg.webp");
    flex-direction: column-reverse;
    background-position: top;
    background-size: cover;
    padding-top: 4rem;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #blog-buzz .mobile-background .cards-row {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
#blog-buzz .mobile-background .cards-row .each-block {
  background-image: url(/img/Blog-image-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-right: 10px;
  padding-bottom: 10px;
  height: 100%;
  position: relative;
}
@media (min-width: 1999.98px) {
  #blog-buzz .mobile-background .cards-row .each-block img {
    width: 100%;
  }
}
#blog-buzz .mobile-background .cards-row .each-block .txt {
  padding: 10px 0;
}
#blog-buzz .mobile-background .cards-row .each-block p {
  line-height: 1.2;
}
@media (min-width: 1999.98px) {
  #blog-buzz .mobile-background .cards-row .each-block p {
    margin-bottom: 1.5rem;
  }
}
#blog-buzz .mobile-background .cards-row .each-block .des {
  font-weight: 600;
  font-size: clamp(16px, 1vw, 30px);
  font-family: "AvantGrade Bk BT";
  margin-left: 10px;
}
#blog-buzz .mobile-background .cards-row .each-block .date {
  font-family: "AvantGrade Bk BT";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.875em;
}
#blog-buzz .mobile-background .cards-row .cards-block {
  background-image: url("/img/Dash-Line-01.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
#blog-buzz .mobile-background .cards-row .cards-block .card-mobile-1 {
  margin-bottom: -2rem;
  position: relative;
  z-index: 2;
}
#blog-buzz .mobile-background .cards-row .cards-block .card-mobile-2 {
  position: relative;
  z-index: 1;
}
#blog-buzz .mobile-background .cards-row .cards-block .card-mobile-3 {
  margin-top: -2rem;
}
#blog-buzz .mobile-background .cards-row .button a {
  background-color: #c9a049;
  padding: 6px 30px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  float: inline-end;
  margin-bottom: 2em;
}
#blog-buzz .mobile-background .container .second-block {
  margin-top: -5%;
}

.cards-block {
  display: none;
}

.card-web-1, .card-web-2, .card-web-3 {
  display: block;
}

@media (max-width: 1028px) {
  .cards-block {
    display: block;
  }
  .card-web-1, .card-web-2, .card-web-3 {
    display: none;
  }
}
#news-details-page {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: inherit;
  background-color: black;
}
#news-details-page .news-details-container {
  background-color: #ca9f49;
  border-top-right-radius: 250px;
  border-bottom-left-radius: 250px;
  margin-block: 0 1rem;
  padding-block: 4em;
}
#news-details-page .news-details-container .row {
  width: 80%;
  margin: auto;
}
@media (max-width: 999px) {
  #news-details-page .news-details-container {
    padding-block: 8em 8em !important;
  }
  #news-details-page .news-details-container .row {
    width: 95%;
    margin: auto;
  }
}
#news-details-page .container {
  position: relative;
  z-index: 2;
}
#news-details-page p {
  margin-bottom: 0;
  font-family: "AvantGrade Bk BT";
  font-style: normal;
  font-weight: 500;
  overflow-y: auto;
}
#news-details-page h1 {
  color: #000;
  line-height: 1.5;
  font-size: clamp(1em, 2vw, 1.75em);
  font-weight: 600;
}
#news-details-page .line {
  width: 40%;
  margin-bottom: 1em;
}
#news-details-page .italic-text {
  font-size: clamp(1.1em, 1.2vw, 1.5vw) !important;
}/*# sourceMappingURL=app.css.map */