/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  padding: 96px 0 0;
  font-family: "Gotham Book";
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  overflow-x: hidden;
}
@media screen and (max-width: 1700px) {
  body {
    padding: 97px 0 0;
  }
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 15px;
    padding: 97px 0 0;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 14px;
    padding: 88px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  body {
    padding: 97px 0 0;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 98px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 74px 0 0;
  }
}

.container {
  max-width: 78.64%;
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 90.64%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 90.64%;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 1300px) {
  .container {
    max-width: 95%;
  }
}

.clr1 {
  color: #1e3178;
}

.clr2 {
  color: #f5812e;
}

.clr3 {
  color: #fbb514;
}

.clr4 {
  color: #ef5482;
}

.clr4\.1 {
  color: #ee499b;
}

.clr5 {
  color: #008690;
}

.clr6 {
  color: #1b4193;
}

.clr7 {
  color: #1e3178;
}

.clr8 {
  color: #1e3178;
}

.clr9 {
  color: #1e3178;
}

.size14 {
  font-size: 14px;
}
@media screen and (max-width: 1500px) {
  .size14 {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .size14 {
    font-size: 9px;
  }
}

.size60 {
  font-size: 60px;
}
@media screen and (max-width: 1700px) {
  .size60 {
    font-size: 45px;
  }
}
@media screen and (max-width: 600px) {
  .size60 {
    font-size: 32px;
  }
}

.size48 {
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .size48 {
    font-size: 42px;
  }
}
@media screen and (max-width: 600px) {
  .size48 {
    font-size: 32px;
  }
}

.size30 {
  font-size: 30px;
}
@media screen and (max-width: 1700px) {
  .size30 {
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  .size30 {
    font-size: 20px;
  }
}

.size36 {
  font-size: 36px;
}
@media screen and (max-width: 1700px) {
  .size36 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1500px) {
  .size36 {
    font-size: 27px;
  }
}
@media screen and (max-width: 1400px) {
  .size36 {
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .size36 {
    font-size: 25px;
  }
}

.size25 {
  font-size: 25px;
}
@media screen and (max-width: 1500px) {
  .size25 {
    font-size: 21px;
  }
}

.size20 {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  .size20 {
    font-size: 18px;
  }
}

.size24 {
  font-size: 24px;
}
@media screen and (max-width: 1700px) {
  .size24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 999px) {
  .size24 {
    font-size: 18px;
  }
}

.size18 {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .size18 {
    font-size: 16px;
  }
}

.size13 {
  font-size: 13px;
}

p,
li,
.size16 {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1700px) {
  p,
  li,
  .size16 {
    font-size: 15px;
  }
}
@media screen and (max-width: 999px) {
  p,
  li,
  .size16 {
    line-height: 20px;
  }
}
@media screen and (max-width: 600px) {
  p,
  li,
  .size16 {
    line-height: 25px;
  }
}

.btn {
  background: #fdb515;
  padding: 0.7rem 3rem !important;
  border: 1px solid #fdb515;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-radius: 22px;
  overflow: hidden;
}
@media screen and (max-width: 1500px) {
  .btn {
    padding: 0.5rem 2rem !important;
    font-size: 14px;
  }
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all 0.6s ease;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  bottom: 0;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #f5802f;
}
.btn:hover::before {
  transition: 0.6s ease;
  height: 100%;
}
.btn:focus {
  outline: 0;
  box-shadow: unset;
}

.navbar {
  position: absolute;
  width: 100%;
  top: 0;
  transition: all 0.6s ease;
  background: #fff;
  z-index: 999;
}
@media screen and (max-width: 999px) {
  .navbar {
    padding: 10px 0;
  }
}
.navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  background: #fff;
  box-shadow: 0 5px 15px rgba(30, 51, 120, 0.1098039216);
}
.navbar .navbar-brand {
  position: relative;
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-brand {
    width: 18%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-brand {
    width: 16%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    margin-left: 15px;
  }
  .navbar .navbar-brand::before {
    content: "";
    position: absolute;
    right: -20px;
    width: 1px;
    height: 70%;
    top: 15%;
    background: #6d6d6d;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 40%;
  }
  .navbar .navbar-brand::before {
    right: -10px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .projlogo {
    width: 9%;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .projlogo {
    width: 7.5%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .projlogo {
    font-size: 15px;
    position: absolute;
    top: 15px;
    left: 21em;
  }
}
@media screen and (max-width: 600px) {
  .navbar .projlogo {
    width: 20%;
    left: 54%;
  }
}
@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
    padding: 0;
  }
}
.navbar .navbar-toggler {
  border: 1px solid #1b3278;
  color: #1b3278;
  padding: 0.45rem 0.75rem;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-toggler {
    margin-right: 15px;
  }
}
.navbar .navbar-toggler.collapsed .menu {
  display: block;
}
.navbar .navbar-toggler.collapsed .close1 {
  display: none;
}
.navbar .navbar-toggler .menu {
  display: none;
}
.navbar .navbar-toggler .close1 {
  display: block;
}
.navbar .navbar-nav {
  margin: 2rem 0 0;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin: 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav {
    margin: 1.5rem 0 0;
  }
}
.navbar .navbar-nav li {
  padding: 0 0.9rem;
  position: relative;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li {
    padding: 0;
  }
}
.navbar .navbar-nav li:last-child {
  padding-right: 0;
}
.navbar .navbar-nav li:last-child::before {
  content: unset;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li:last-child a.nav-link {
    border-bottom: 0 solid #6d6d6d;
  }
}
.navbar .navbar-nav li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  background: #1e3277;
  right: 0;
  transition: all 0.6s ease;
  bottom: 25%;
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li::before {
    content: unset;
  }
}
.navbar .navbar-nav li a.nav-link {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e3277;
  transition: all 0.6s ease;
  padding: 7px 0;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 13px;
  }
}
@media screen and (max-width: 999px) {
  .navbar .navbar-nav li a.nav-link {
    padding: 20px 1em;
    border-bottom: 1px solid #6d6d6d;
    text-align: right;
    font-size: 15px;
  }
}
@media screen and (max-width: 600px) {
  .navbar .navbar-nav li a.nav-link {
    font-size: 14px;
    padding: 11px 1em;
  }
}
.navbar .navbar-nav li a.nav-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1e3277;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: scaleX(0);
  transition: all 0.6s ease;
  bottom: 0;
}
.navbar .navbar-nav li a.nav-link:hover, .navbar .navbar-nav li a.nav-link.active {
  transition: all 0.6s ease;
  font-weight: 500;
  color: #1e3277;
}
.navbar .navbar-nav li a.nav-link:hover::before, .navbar .navbar-nav li a.nav-link.active::before {
  transform: scaleX(1);
  transition: all 0.6s ease;
}

.proec01.thrid {
  background: #f3f3f3;
}
.proec01 .bannerimg video {
  width: 100%;
  height: auto;
  display: block;
}
.proec01 .txtsectwo {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .proec01 .txtsectwo {
    padding: 2.5rem 0;
  }
}
.proec01 .txtsectwo::before {
  content: "";
  position: absolute;
  width: 11%;
  height: 100%;
  background: url(../img/welcombg.png) no-repeat;
  right: 0;
  background-position: right bottom;
  bottom: 0;
  background-size: 100%;
}
@media screen and (max-width: 1300px) {
  .proec01 .txtsectwo::before {
    width: 8%;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo::before {
    width: 18%;
  }
}
.proec01 .txtsectwo .insec {
  padding: 0 10%;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .proec01 .txtsectwo .insec {
    padding: 0 7%;
  }
}
@media screen and (max-width: 1400px) {
  .proec01 .txtsectwo .insec {
    padding: 0 3%;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo .insec {
    padding: 0;
  }
  .proec01 .txtsectwo .insec p {
    text-align: justify;
  }
}
.proec01 .txtsectwo ul {
  list-style-type: none;
  margin: 4rem 0 0;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 999px) {
  .proec01 .txtsectwo ul {
    flex-wrap: wrap;
    margin: 2.5rem 0 0;
    justify-content: center;
  }
}
.proec01 .txtsectwo ul li {
  padding: 0.5rem 2.4rem;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .proec01 .txtsectwo ul li {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-bottom: 2em;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo ul li {
    max-width: 50%;
    flex: 0 0 50%;
    justify-content: center;
    padding: 0.5rem 0.6rem;
  }
}
.proec01 .txtsectwo ul li .size18 {
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo ul li .size18 {
    font-size: 14px;
    line-height: 15px;
    display: block;
  }
}
.proec01 .txtsectwo ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1e3277;
  right: 0;
  transition: all 0.6s ease;
  bottom: 0%;
}
@media screen and (max-width: 999px) {
  .proec01 .txtsectwo ul li:nth-child(3)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo ul li:nth-child(3)::before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo ul li:nth-child(4)::before, .proec01 .txtsectwo ul li:nth-child(2)::before {
    content: unset;
  }
}
.proec01 .txtsectwo ul li:first-child {
  padding-left: 0;
}
.proec01 .txtsectwo ul li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 600px) {
  .proec01 .txtsectwo ul li:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0.5rem 2.4rem;
    justify-content: center;
    margin: 0;
  }
}
.proec01 .txtsectwo ul li:last-child::before {
  content: unset;
}
.proec01 .imgpopumg {
  border-top: 7px solid #fff;
  position: relative;
  overflow: hidden;
}
.proec01 .imgpopumg:hover .overlaytw {
  background: rgba(0, 0, 0, 0.5411764706);
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .proec01 .imgpopumg .w-100.img-fluid {
    max-width: 190%;
    width: 190% !important;
    transform: translateX(-29%);
  }
}
.proec01 .imgpopumg .overlay {
  position: absolute;
  width: 100%;
  bottom: 10%;
  color: #fff;
  z-index: 11;
}
.proec01 .imgpopumg .overlaytw {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s ease;
  cursor: pointer;
}
.proec01 .imgpopumg .overlaytw .circl1e {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .proec01 .imgpopumg .overlaytw .circl1e {
    width: 80px;
    height: 80px;
    padding: 6px;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .imgpopumg .overlaytw .circl1e {
    width: 50px;
    height: 50px;
    padding: 3px;
  }
}
.proec01 .imgpopumg .overlaytw .circl1e::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1e3277;
  top: 0;
}
.proec01 .imgpopumg .overlaytw .circl1e .incricvl {
  width: 80px;
  height: 80px;
  background: #1e3277;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1700px) {
  .proec01 .imgpopumg .overlaytw .circl1e .incricvl {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  .proec01 .imgpopumg .overlaytw .circl1e .incricvl {
    width: 40px;
    height: 40px;
  }
}
.proec01 .imgpopumg .overlaytw .circl1e .material-symbols-outlined {
  font-size: 2.5em;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .proec01 .imgpopumg .overlaytw .circl1e .material-symbols-outlined {
    font-size: 1.5em;
  }
}

#Vision {
  background: #00c2f3;
  padding: 5rem 0 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  #Vision {
    padding: 2.5rem 0 0;
  }
}
#Vision .col01 {
  max-width: 19%;
  flex: 0 0 19%;
  position: relative;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 999px) {
  #Vision .col01 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
#Vision .col02 {
  max-width: 78%;
  flex: 0 0 78%;
  padding-left: 15px;
  margin-bottom: 5rem;
}
@media screen and (max-width: 999px) {
  #Vision .col02 {
    max-width: 95%;
    flex: 0 0 95%;
    position: relative;
    z-index: 11;
    padding: 0 15px;
    margin: 0 auto;
  }
}
#Vision .col02 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#Vision .col02 ul::before {
  content: "";
  position: absolute;
  width: 94%;
  height: 1px;
  background: #0998d3;
  left: 0%;
  transition: all 0.6s ease;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul::before {
    content: unset;
  }
}
#Vision .col02 ul li {
  max-width: 33.33%;
  flex: 0 0 33.33%;
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li {
    max-width: 50%;
    flex: 0 0 50%;
    padding: 1rem 0;
  }
}
#Vision .col02 ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #0998d3;
  right: 16%;
  transition: all 0.6s ease;
  bottom: 0%;
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li::before {
    height: 48%;
    bottom: 26%;
  }
}
#Vision .col02 ul li:nth-child(3)::before, #Vision .col02 ul li:last-child::before {
  content: unset;
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li:nth-child(2)::before, #Vision .col02 ul li:nth-child(4)::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li:nth-child(3)::before {
    content: "";
  }
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li:nth-child(5) {
    padding-right: 10%;
  }
}
#Vision .col02 ul li p {
  line-height: 20px;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  #Vision .col02 ul li p.size14 {
    font-size: 12px;
  }
}

#ECOSYSTEM {
  background: #f3f3f3;
  padding: 5rem 0;
  position: relative;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #ECOSYSTEM {
    overflow: hidden;
  }
}
@media screen and (max-width: 999px) {
  #ECOSYSTEM {
    padding: 2.5rem 0;
  }
}
#ECOSYSTEM::before {
  content: "";
  position: absolute;
  width: 7.7%;
  height: 100%;
  background: url(../img/ecobg.png) no-repeat;
  right: 0;
  background-position: right bottom;
  bottom: 0;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #ECOSYSTEM::before {
    right: -41px;
  }
}
@media screen and (max-width: 1300px) {
  #ECOSYSTEM::before {
    width: 6%;
  }
}
@media screen and (max-width: 999px) {
  #ECOSYSTEM::before {
    top: 0;
    bottom: unset;
    background-position: right top;
    width: 11%;
  }
}
#ECOSYSTEM .item {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 999px) {
  #ECOSYSTEM .item {
    border-bottom: 1px solid #1e3378;
    padding-bottom: 1em;
  }
  #ECOSYSTEM .item.nbr {
    border: 0;
    padding-bottom: 0;
  }
}
#ECOSYSTEM .item p {
  font-size: 15px;
}
@media screen and (max-width: 1500px) {
  #ECOSYSTEM .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  #ECOSYSTEM .item p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  #ECOSYSTEM .item {
    margin-bottom: 1.6rem;
  }
}
#ECOSYSTEM .img {
  margin-left: -14%;
}
@media screen and (max-width: 1500px) {
  #ECOSYSTEM .img {
    margin-left: -10%;
  }
}
@media screen and (max-width: 999px) {
  #ECOSYSTEM .img {
    margin: 0;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  #ECOSYSTEM .img {
    width: 100%;
  }
}
#ECOSYSTEM .inconft {
  padding: 0 5% 0 0;
}
@media screen and (max-width: 1700px) {
  #ECOSYSTEM .inconft {
    padding: 0 7% 0 0;
  }
}
@media screen and (max-width: 1500px) {
  #ECOSYSTEM .inconft {
    padding: 0 8% 0 0;
  }
}
@media screen and (max-width: 600px) {
  #ECOSYSTEM .inconft {
    padding: 0 0% 0 0;
  }
}

#CLUSTERS {
  position: relative;
  padding: 0 0 3.75rem 0;
}
@media screen and (max-width: 600px) {
  #CLUSTERS {
    padding: 0 0 1.9rem 0;
  }
}
#CLUSTERS > .haeding {
  width: 87.8vw;
  background: #58227e;
  border-radius: 0 200px 0 0;
  position: relative;
}
@media screen and (max-width: 1700px) {
  #CLUSTERS > .haeding {
    width: 93vw;
  }
}
@media screen and (max-width: 1500px) {
  #CLUSTERS > .haeding {
    width: 89vw;
  }
}
@media screen and (max-width: 999px) {
  #CLUSTERS > .haeding {
    width: 74vw;
  }
}
@media screen and (max-width: 430px) {
  #CLUSTERS > .haeding {
    width: 93vw;
  }
}
#CLUSTERS > .haeding::before {
  content: "";
  position: absolute;
  width: 9vw;
  height: 100%;
  background: url("../img/F-Clusters-before.png") transparent no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  transition: all 0.6s ease;
}
#CLUSTERS > .haeding > .haeding-content {
  padding: 3vh 0 3vh 20vw;
}
@media screen and (max-width: 999px) {
  #CLUSTERS > .haeding > .haeding-content {
    padding: 3vh 0 3vh 15vw;
  }
}
@media screen and (max-width: 768px) {
  #CLUSTERS > .haeding > .haeding-content {
    padding: 3vh 0 3vh 10vw;
  }
}
#CLUSTERS > .haeding > .haeding-content > h3 {
  line-height: 3rem;
}
@media screen and (max-width: 999px) {
  #CLUSTERS > .haeding > .haeding-content > h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) {
  #CLUSTERS > .haeding > .haeding-content > h3 {
    font-size: 19px;
    line-height: 2rem;
  }
}
@media screen and (max-width: 999px) {
  #CLUSTERS > .haeding > .haeding-content > h3 > .size60 {
    font-size: 33px;
  }
}
@media screen and (max-width: 430px) {
  #CLUSTERS > .haeding > .haeding-content > h3 > .size60 {
    font-size: 22px;
  }
}
#CLUSTERS ul {
  list-style-type: none;
  padding: 0;
  margin: 9px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
}
#CLUSTERS ul li {
  max-width: 15.98%;
  flex: 0 0 15.98%;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #CLUSTERS ul li {
    max-width: 18%;
    flex: 0 0 18%;
  }
}
@media screen and (max-width: 999px) {
  #CLUSTERS ul li {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 600px) {
  #CLUSTERS ul li {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 430px) {
  #CLUSTERS ul li {
    max-width: 49%;
    flex: 0 0 49%;
  }
}
#CLUSTERS ul li > .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#CLUSTERS ul li > .txt p {
  font-family: "Gotham Book";
  font-size: 0.9vw;
  line-height: 1.1vw;
  position: absolute;
  display: flex;
  align-items: end;
  width: calc(100% - 1vw);
  height: calc(100% - 1.3vw);
  top: 0;
  right: 0;
  left: 1vw;
  bottom: 0;
}
@media screen and (max-width: 1280px) {
  #CLUSTERS ul li > .txt p {
    font-size: 1.1vw;
    line-height: 1.3vw;
  }
}
@media screen and (max-width: 999px) {
  #CLUSTERS ul li > .txt p {
    font-size: 1.5vw;
    line-height: 1.7vw;
  }
}
@media screen and (max-width: 430px) {
  #CLUSTERS ul li > .txt p {
    font-size: 3.6vw;
    line-height: 4vw;
  }
}

#LOCATION {
  padding: 5rem 0;
  background: #166eb7;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #LOCATION {
    padding: 2.5rem 0;
  }
}
#LOCATION::before {
  content: "";
  background: url(../img/D-Location-before.png) no-repeat;
  position: absolute;
  background-size: cover;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#LOCATION .container {
  position: relative;
  z-index: 11;
}
#LOCATION .arrow {
  position: absolute;
  display: none !important;
  width: 91px;
  right: 0;
  bottom: 7%;
}
#LOCATION .img {
  border: 1px solid #fff;
  padding: 10px;
  position: relative;
}
#LOCATION .img:hover .overlaytw {
  background: rgba(0, 0, 0, 0.5411764706);
  transition: all 0.6s ease;
}
#LOCATION .img .overlaytw {
  position: absolute;
  width: 97%;
  height: 97%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.5%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  transition: all 0.6s ease;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#LOCATION .img .overlaytw .circl1e {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
#LOCATION .img .overlaytw .circl1e::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #1e3277;
  top: 0;
}
#LOCATION .img .overlaytw .circl1e .incricvl {
  width: 45px;
  height: 45px;
  background: #1e3277;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#LOCATION .img .overlaytw .circl1e .material-symbols-outlined {
  font-size: 2em;
  color: #fff;
}
#LOCATION .poinconten {
  margin-top: 2rem;
}
#LOCATION .poinconten .item {
  width: 85%;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 999px) {
  #LOCATION .poinconten .item {
    margin-bottom: 1.8em;
  }
}
#LOCATION .poinconten .item h6 {
  position: relative;
  font-size: 18px;
  margin: 0;
}
#LOCATION .poinconten .item h6::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 2px;
  background: #fff;
  bottom: 0;
}
#LOCATION .poinconten .item ul {
  padding: 0 0 0 0;
  list-style-type: none;
  margin: 0.4rem 0 0;
}
#LOCATION .poinconten .item ul li {
  display: flex;
  font-size: 16px;
  font-weight: normal;
  line-height: 23px;
  margin: 0 0 6px;
  flex-wrap: wrap;
}
#LOCATION .poinconten .item ul li:last-child {
  margin: 0;
}
#LOCATION .poinconten .item ul li .coone {
  max-width: 70%;
  flex: 0 0 70%;
}
@media screen and (max-width: 1700px) {
  #LOCATION .poinconten .item ul li .coone {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media screen and (max-width: 600px) {
  #LOCATION .poinconten .item ul li .coone {
    max-width: 67%;
    flex: 0 0 67%;
  }
}
#LOCATION .poinconten .item ul li .cotw {
  max-width: 30%;
  flex: 0 0 30%;
}
@media screen and (max-width: 1700px) {
  #LOCATION .poinconten .item ul li .cotw {
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media screen and (max-width: 600px) {
  #LOCATION .poinconten .item ul li .cotw {
    max-width: 33%;
    flex: 0 0 33%;
  }
}
#LOCATION .poinconten .item ul li span {
  margin-left: auto;
}

#FASHIONSPACES {
  padding: 5rem 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  #FASHIONSPACES {
    padding: 2.5rem 0;
  }
}
#FASHIONSPACES::before {
  content: "";
  position: absolute;
  width: 9.8%;
  height: 100%;
  background: url(../img/spaces/bg.png) no-repeat;
  left: 0;
  background-position: left bottom;
  bottom: 0;
  background-size: 100%;
}
@media screen and (max-width: 1600px) {
  #FASHIONSPACES::before {
    width: 6.8%;
  }
}
#FASHIONSPACES .heading {
  margin-bottom: 3rem;
}
#FASHIONSPACES .highlights > .row {
  padding-top: 32px;
  padding-bottom: 27px;
}
#FASHIONSPACES .highlights > .row > div {
  width: 100%;
  overflow: hidden;
  row-gap: 0.3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#FASHIONSPACES .highlights > .row > div:not(:last-child)::before {
  content: "";
  border-right: 1px solid #000;
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
}
#FASHIONSPACES .highlights > .row > div:not(:last-child):nth-child(4)::before {
  height: 50%;
  bottom: 16%;
}
#FASHIONSPACES .highlights > .row > div > .icon {
  width: 25%;
}
#FASHIONSPACES .highlights > .row > div > .title {
  text-transform: uppercase;
  color: var(--_fashionSpaceHighlight-bg);
}
#FASHIONSPACES .highlights > .row > div.one {
  --_fashionSpaceHighlight-bg: #602b50;
}
#FASHIONSPACES .highlights > .row > div.two {
  --_fashionSpaceHighlight-bg: #27929b;
}
#FASHIONSPACES .highlights > .row > div.three {
  --_fashionSpaceHighlight-bg: #c47986;
}
#FASHIONSPACES .highlights > .row > div.four {
  --_fashionSpaceHighlight-bg: #5a7897;
}
#FASHIONSPACES .highlights > .row > div.five {
  --_fashionSpaceHighlight-bg: #bf8964;
}
#FASHIONSPACES .item {
  color: #fff;
  width: 95%;
  border-radius: 0em 5em 0em 0em;
  border: 2px solid var(--_fashionSpace-bg);
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-bottom: 116px;
}
@media screen and (max-width: 999px) {
  #FASHIONSPACES .item {
    width: 100%;
  }
}
#FASHIONSPACES .item[sold-out] > .img {
  position: relative;
}
#FASHIONSPACES .item[sold-out] > .img::before {
  content: "Sold Out";
  text-transform: uppercase;
  position: absolute;
  width: 22%;
  height: 10%;
  background: var(--_fashionSpace-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.83vw;
}
#FASHIONSPACES .item .img {
  position: relative;
}
#FASHIONSPACES .item .img .overlay {
  width: 50%;
  right: 2.5%;
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
@media screen and (max-width: 1700px) {
  #FASHIONSPACES .item .img .overlay {
    padding: 0 0 5%;
  }
}
@media screen and (max-width: 1500px) {
  #FASHIONSPACES .item .img .overlay {
    width: 53%;
  }
}
@media screen and (max-width: 999px) {
  #FASHIONSPACES .item .img .overlay {
    width: 56%;
  }
}
@media screen and (max-width: 600px) {
  #FASHIONSPACES .item .img .overlay {
    position: unset;
    width: 100%;
    background: #83c669;
    padding: 26px 20px;
    color: #fff;
    text-align: center;
  }
}
#FASHIONSPACES .item .img .overlay p {
  font-size: 13px;
  line-height: 22px;
}
#FASHIONSPACES .item .txt {
  text-align: center;
  padding: 26px 20px;
  position: absolute;
  width: 100%;
  height: 29%;
  background: var(--_fashionSpace-bg);
  bottom: 0;
  transition: all 0.6s ease-in-out;
}
@media screen and (max-width: 1770px) {
  #FASHIONSPACES .item .txt {
    padding: 5px 20px;
  }
}
#FASHIONSPACES .item .txt p {
  font-size: 14px;
  line-height: 20px;
}
#FASHIONSPACES .item .txt > ul {
  opacity: 0;
  transition: all 0.6s ease-in-out;
}
#FASHIONSPACES .item:hover > .txt {
  height: 100%;
}
#FASHIONSPACES .item:hover > .txt > ul {
  opacity: 1;
}
#FASHIONSPACES .item.one {
  --_fashionSpace-bg: #721f58;
}
#FASHIONSPACES .item.two {
  --_fashionSpace-bg: #00b5c2;
}
#FASHIONSPACES .item.three {
  --_fashionSpace-bg: #1b3278;
}
#FASHIONSPACES .item.four {
  --_fashionSpace-bg: #58227e;
}
#FASHIONSPACES .item.five {
  --_fashionSpace-bg: #f04e6b;
}
#FASHIONSPACES .item.six {
  --_fashionSpace-bg: #1e6eb7;
}

#SHOWCASE {
  padding: 5rem 0 0 0;
  position: relative;
  background-color: #6a4e91;
}
@media screen and (max-width: 999px) {
  #SHOWCASE {
    padding: 2.5rem 0 0 0;
  }
}
#SHOWCASE .row div:nth-child(1) .img img {
  border-radius: 0 200px 0 0;
}
#SHOWCASE .row div:nth-child(2) > .content > h3 {
  margin-bottom: 1.5vw;
}
#SHOWCASE .row div:nth-child(2) > .content > ul {
  padding-left: 3%;
}
#SHOWCASE .row div:nth-child(2) > .content > ul > li {
  margin-bottom: 1.7vw;
}

#OTHERCOMPONENTS {
  padding: 5rem 0 0 0;
  position: relative;
  background-color: #f3f3f3;
}
@media screen and (max-width: 999px) {
  #OTHERCOMPONENTS {
    padding: 2.5rem 0 0 0;
  }
}
#OTHERCOMPONENTS > .container > h3 {
  margin-bottom: 3.13vw;
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div {
  padding-right: 3rem;
  margin-bottom: 2.5rem;
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div.TDS {
  --_url: url(../img/other_components/TallentDevSpaces.png);
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div.CS {
  --_url: url(../img/other_components/CreativitySapaces.png);
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div > ul {
  padding-left: 3%;
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div > p {
  position: relative;
}
#OTHERCOMPONENTS > .container > .row div:nth-child(1) > div > p::before {
  content: "";
  position: absolute;
  width: 5%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: -6%;
  right: 0;
  background: var(--_url) no-repeat;
  background-size: contain;
  padding-right: 2%;
}
#OTHERCOMPONENTS > .sub-section {
  padding: 2.5rem 0;
  position: relative;
  background-color: #b1d45e;
}
@media screen and (max-width: 999px) {
  #OTHERCOMPONENTS > .sub-section {
    padding: 1.25rem 0;
  }
}
#OTHERCOMPONENTS > .sub-section > .container > h3 {
  margin-bottom: 1.6vw;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div {
  margin-bottom: 0.83vw;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div > .card-header {
  background: #fff;
  border-bottom: 0;
  padding-left: 2.4rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  cursor: pointer;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div > .card-header > h2 .title > img {
  width: 2%;
  height: 2%;
  transform: rotate(0);
  transition: all 0.6s ease-in-out;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div > div:nth-child(2) .card-body {
  padding-left: 2.4rem;
  padding-top: 0;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div > div:nth-child(2) .card-body > ul {
  padding-left: 3%;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div > div:nth-child(2) .card-body > ul > li {
  margin-bottom: 0;
}
#OTHERCOMPONENTS > .sub-section > .container > .row > div:nth-child(1) > .content > .accordion > div:has(> div:nth-child(2).show) > .card-header > h2 > .title > img {
  transform: rotate(180deg);
}

#AMENITIES {
  padding: 5rem 0;
  position: relative;
  background-color: #f3f3f3;
}
@media screen and (max-width: 999px) {
  #AMENITIES {
    padding: 2.5rem 0;
  }
}
#AMENITIES .container > .row > div:nth-child(1) > .heading {
  padding-right: 14vw;
  margin-bottom: 3.23vw;
}
#AMENITIES .container > .row > div:nth-child(1) > .row > div > .item {
  margin-bottom: 1.2vw;
}

#ASMITATEXPA {
  padding: 5rem 0;
  position: relative;
  background-color: #176db6;
}
@media screen and (max-width: 999px) {
  #ASMITATEXPA {
    padding: 2.5rem 0;
  }
}
#ASMITATEXPA > .container > p.desc {
  margin-bottom: 2vw;
}
#ASMITATEXPA > .container > .row {
  margin-bottom: 3.5vw;
}
#ASMITATEXPA > .container > .row > div {
  margin-bottom: 3.7vw;
}
#ASMITATEXPA > .container > .row > div > img {
  width: 20%;
}
#ASMITATEXPA > .container > .row > div > .title {
  margin-bottom: 1vw;
}

#ContactUs {
  background: #1e3378;
  background-size: cover;
}
#ContactUs .bgline {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 {
    margin-bottom: 44px;
    padding-bottom: 42px;
  }
}
#ContactUs .sec02 .container {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#ContactUs .sec02 ul {
  display: flex;
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 ul {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul {
    display: block;
  }
}
#ContactUs .sec02 ul li {
  color: #fff;
  padding: 0 24px;
  position: relative;
}
#ContactUs .sec02 ul li:first-child {
  padding-left: 0;
}
#ContactUs .sec02 ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #fff;
  top: 0;
  height: 80%;
  top: 10%;
  right: 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul li::before {
    content: unset;
  }
}
@media screen and (max-width: 600px) {
  #ContactUs .sec02 ul li {
    padding: 0 0;
  }
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 ul li:first-child {
    padding-left: 0;
  }
}
#ContactUs .sec02 ul li:last-child::before {
  content: unset;
}
#ContactUs .sec02 ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
#ContactUs .sec02 ul li a:hover {
  color: #a58b37;
  transition: all 0.6s ease;
}
#ContactUs .sec02 p {
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 999px) {
  #ContactUs .sec02 p {
    text-align: left;
  }
}
#ContactUs .sec02 p .fa-brands {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  background: #fff;
  color: #231f20;
}
@media screen and (max-width: 768px) {
  #ContactUs .sec02 p .fa-brands {
    font-size: 11px !important;
    width: 25px;
    height: 25px;
  }
}
#ContactUs .sec02 p .fa-brands:hover {
  opacity: 0.7;
}
#ContactUs .sec01 {
  padding: 5rem 0 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec01 {
    padding: 2.5rem 0 0;
  }
}
#ContactUs .sec01 input,
#ContactUs .sec01 textarea {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3607843137);
  resize: none;
  font-size: 14px;
}
#ContactUs .sec01 input::-moz-placeholder, #ContactUs .sec01 textarea::-moz-placeholder {
  color: #fff;
}
#ContactUs .sec01 input::placeholder,
#ContactUs .sec01 textarea::placeholder {
  color: #fff;
}
#ContactUs .sec01 p,
#ContactUs .sec01 li {
  color: #fff;
}
#ContactUs .sec01 p a,
#ContactUs .sec01 li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #ContactUs .sec01 .worbrak {
    word-break: break-all;
  }
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: url(../img/bgform.jpg) repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
#thank-you .thank .img img {
  filter: brightness(15);
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

.callnow {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 10px;
  background: #fdb515;
  background-size: cover;
  width: 40px;
  height: 40px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Optima";
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .callnow {
    display: flex;
  }
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #fdb515;
  background-size: cover;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Optima";
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #scroll {
    bottom: 75px;
    right: 19px;
  }
}
@media screen and (max-width: 600px) {
  #scroll {
    bottom: 60px;
    right: 10px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 19%;
  z-index: 11;
}
@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 25%;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap {
    display: flex;
    flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: #1e3378;
    border-top: 1px solid #fff;
  }
}
.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  padding: 0.8rem;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  box-shadow: unset;
  background: #1e3378;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transition: all 0.6s ease;
  text-decoration: none;
  z-index: 1;
}
.enquieryrap .iconenqui.book {
  padding: 0.5rem;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    background: transparent;
    border: 0px solid #1f3148;
  }
}
.enquieryrap .iconenqui img {
  transition: all 0.6s ease;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 33.33%;
    max-width: 33.33%;
    flex: 0 0 33.33%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 9px 8px;
    height: 100%;
    box-shadow: unset;
  }
  .enquieryrap .iconenqui.book {
    padding: 7px 8px;
  }
  .enquieryrap .iconenqui:nth-child(3) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.enquieryrap .iconenqui .img {
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 20px;
  }
}
.enquieryrap .iconenqui .img span {
  display: none;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 9px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    margin-top: 3px;
  }
}
.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 150px;
  background: #1e3378;
  padding: 0.58rem 0.8rem;
  border-radius: 0px 42px 42px 0;
  top: 0%;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(0);
  font-weight: 500;
  border: 2px solid #fff;
}
.enquieryrap .iconenqui .txt p {
  font-size: 15px;
}
@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}
.enquieryrap .iconenqui:hover {
  border-color: transparent;
  transition: all 0.6s ease;
  border-left: 1px solid #fff;
}
.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  transition: all 0.6s ease;
  transform: translateX(0);
}

.downbrochu {
  position: fixed;
  right: 0;
  top: 38%;
  background: #1e3378;
  color: #fff;
  padding: 15px 16px;
  writing-mode: sideways-lr;
  text-transform: uppercase;
  transform: rotate(180deg);
  z-index: 111;
  text-decoration: none;
  transition: all 0.6s ease;
  font-size: 15px;
}
@media screen and (max-width: 1700px) {
  .downbrochu {
    top: 43%;
  }
}
@media screen and (max-width: 1600px) {
  .downbrochu {
    top: 48%;
  }
}
@media screen and (max-width: 1500px) {
  .downbrochu {
    top: 54%;
  }
}
@media screen and (max-width: 999px) {
  .downbrochu {
    width: 100%;
    top: unset;
    bottom: 0;
    transform: unset;
    writing-mode: unset;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .downbrochu {
    display: none;
  }
}
.downbrochu:hover {
  transition: all 0.6s ease;
  color: #fff;
  text-decoration: none;
}

.modal .modal-content {
  padding: 5%;
  position: relative;
  background: url("../img/bgform.jpg") no-repeat;
  background-size: cover;
}
.modal .modal-content .close {
  position: absolute;
  width: 39px;
  height: 39px;
  background: #fdb515;
  top: 8px;
  right: 11px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}
.modal .modal-content .inconte {
  border: 1px solid #fff;
}
.modal .modal-content .inconte .modal-header {
  border: 0;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #fff;
}
.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}
.modal .modal-content .inconte .modal-body input,
.modal .modal-content .inconte .modal-body textarea {
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
  background: transparent;
}
@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input,
  .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}
.modal .modal-content .inconte .modal-body input::-moz-placeholder, .modal .modal-content .inconte .modal-body textarea::-moz-placeholder {
  color: #cacaca;
}
.modal .modal-content .inconte .modal-body input::placeholder,
.modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #cacaca;
}

input:focus, input:hover,
textarea:focus,
textarea:hover,
button:focus,
button:hover {
  outline: 0;
  box-shadow: unset;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.medium {
  font-family: "Gotham Medium";
}

.bold {
  font-family: "Gotham Bold";
}

@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamThin.woff2") format("woff2"), url("../fonts/GothamThin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes btntop {
  from {
    bottom: -100%;
  }
  to {
    bottom: 0;
  }
}
@keyframes imhp {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.6;
  }
}
.haeding {
  overflow: hidden;
}

.itemscale {
  animation: itemscale 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

.fadein {
  animation: fadein 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes itemscale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slide-in-left 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 1.6s cubic-bezier(0.55, 0.28, 0.65, 1.17) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.reveal__box {
  flex: 1 1 25%;
  height: 100%;
  background-color: #fff;
  transform-origin: top;
}

.reveal-me {
  animation-name: revealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal-me {
  animation-name: textRevealAnim;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
}

.text-reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: transparent;
}

.text-reveal__box {
  flex: 1 1 25%;
  background: #fff;
  transform: scaleX(1);
  transform-origin: right;
}

@keyframes textRevealAnim {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@keyframes revealAnim {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}/*# sourceMappingURL=style.css.map */