 

@media (max-width: 1000px) {
  .body {
    width: 100%;
  }
  .logo a img {
    font-weight: 700;
    color: #00c2cb;
    max-width: 100rem !important;
    margin-left: -11rem !important;
    max-width: 15rem !important;
  }
}
 
nav {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
  height: 160px;
  position: absolute;
  padding: 0px 0px;
  z-index: 5;
  width: 100%;
  padding-left: 10rem;
}
@media (max-width: 1000px) {
  .logo a img {
    margin-left: -26rem !important;
    padding: 20px;
  }
}

li {
  list-style: none;
}
@media (min-width: 1300px) {
  .logo a img {
    font-weight: 700;
    color: #00c2cb;
    max-width: 10rem !important;
    margin-left: -24rem;
  }
}
nav ul {
  display: block;
}
nav ul li a {
  /*height: 40px; */
  line-height: 93px;
  margin: 10px;
  padding: 0px 30px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #e0ffff;
  transition: 0.1s;
}
nav ul li a:hover,
.main-text a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 1000px) {
  nav ul li a {
    font-size: 75px !important;
  }
  nav ul li .mail {
    font-size: 50px !important;
    /*margin-left: 2.5rem;*/
  }
}

/*menu*/

label .menu {
  position: absolute;
  /* right: -100px; */
  top: -3.7rem;
  z-index: 100;
  /* width: 200px; */
  /* height: 200px; */
  background: #2e2c70;
  color: #fff;
  border-radius: 50% 50% 50% 50%;
  /*box-shadow: 0 0 0 0 #fff, 0 0 0 0 #fff;*/
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 45px;
  height: 3px;
  background: #fff;
  display: block;
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
label .hamburger:after,
label .hamburger:before {
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
label .hamburger:before {
  top: -10px;
}
label .hamburger:after {
  bottom: -10px;
}
label input:checked + .menu {
  box-shadow: 0 0 0 100vw #2e2c70, 0 0 0 100vh #2e2c70;
  border-radius: 0;
}
label input:checked + .menu .hamburger {
  transform: rotate(45deg);
}
label input:checked + .menu .hamburger:after {
  transform: rotate(90deg);
  bottom: 0;
}
label input:checked + .menu .hamburger:before {
  transform: rotate(90deg);
  top: 0;
}
label input:checked + .menu + ul {
  opacity: 1;
}

@media (max-width: 1000px) {
  label .hamburger {
    width: 75px !important;
  }
}
@media (min-width: 900px) {
  nav ul li a {
    /*height: 40px; */
    line-height: 93px;
    margin: 20px;
    padding: 0px 30px;
    display: flex;
    font-size: 90px;
    font-weight: 200;
    color: #e0ffff;
    transition: 0.1s;
  }

  nav ul li a:hover {
    background: none !important;
  }
}

@media (min-width: 900px) {
  .main-text p {
    font-size: 60px;
  }

  .fa-bars {
    margin-left: 40rem !important;
  }
  .nav {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .logo a img {
    margin-left: 0rem;
  }

  .menu01 {
    margin-left: -10rem;
  }
  .logo {
    margin-left: 13rem !important;
    margin-top: 4rem !important;
  }
}

@media (max-width: 1000px) {
  .main-text p {
    font-size: 80px;
    line-height: 100px;
  }
  .slide-btn img {
    max-width: 500px;
  }
}

@media (min-width: 1000px) {
  .text-about h2 {
    color: #2e2c70;
    font-size: 50px;
    font-weight: 300;
  }
  .logo {
    margin-left: 10rem;
  }
  .menu {
    margin-left: 10rem;
  }
}

/*cursor*/
@media (max-width: 1000px) {
  .cursor-text {
    display: none;
  }
}
@media (min-width: 1300px) {
  .custom-cursor-section {
    position: relative;
    cursor: none !important;
  }

  .custom-cursor {
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    z-index: 9999; /* Adjust the z-index as needed */
    transform: translate(-50%, -50%);
  }

  .cursor-text {
    position: absolute;
    width: 100px;
    height: 100px;
    color: #fff;
    background-color: #00a6e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    user-select: none;
    z-index: 9999; /* Adjust the z-index as needed */
    transform: translate(-50%, -50%);
  }
}

.dropdown {
  position: relative;
  display: inline-block;
  /*margin-top: -1rem;*/
  padding-top: 8px;
}

.dropdown.open .dropdown-content {
  display: block;
}

@media (min-width: 900px) {
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 500px;
    z-index: 1;
    margin-left: 42rem;
    margin-top: -12rem;
  }
  .dropdown-content a {
    /* color: black; */
    padding-top: -60px !important;
    text-decoration: none;
    display: block;
    font-size: 30px;
    margin: -40px;
    font-weight: 400;
  }
  .arrow-rt {
    height: 35px;
    /* margin-top: 2rem; */
    margin-top: 5px;
    margin-left: 3rem;
  }
}

@media (max-width: 1000px) {
  .dropdown-content {
    position: absolute;
    min-width: 600px;
    z-index: 1;
    margin-left: 46rem;
    margin-top: -15rem;
  }
  .dropdown-content a {
    font-size: 30px !important;
  }
  nav ul li a {
    margin-left: -3rem;
  }
  .overlay ul li a {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1300px) {
  .old-custom-cursor {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: red;
    border-radius: 50%;
    pointer-events: none;
    display: none;
    z-index: 9999;
  }

  .cursor-text {
    color: white;
    text-align: center;
    line-height: 40px;
  }

  /* Add your content styles here */
  .old-cursor-section {
    cursor: pointer;
  }
}

label .active {
  position: fixed !important;
  top: 8%;
}

@media (min-width: 1024px) {
  .mobile-button02 {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .desktop-button02 {
    display: none;
    margin-top: 5rem;
    float: left !important;
  }
}

@media (max-width: 600px) and (min-width: 300px) {
  .button-container {
    width: 105px !important;
  }
  #logo img {
    max-width: 20rem !important;
  }
}

@media (min-width: 1300px) {
  nav {
    height: 120px !important;
  }
}

/*header*/
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

/* header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 60px !important;
  transition: 0.5s ease;
} */
header {
  z-index: 999;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 45px 0px !important; */
  padding: 45px 0px !important;
  transition: 0.5s ease;
}

header .brand {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  text-decoration: none;
}

header .brand:hover {
  color: #09a6d4;
}

header .navigation {
  position: relative;
}

@media (max-width: 1000px) {
  header {
    padding: 65px 20px !important;
  }
}

.header:before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0);
  background: #1b2030 url("./Images/about/Layer 1.png") 50% 0 no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  animation: grow 360s linear 10ms infinite;
  transition: all 0.4s ease-in-out;
  z-index: -2;
}
@keyframes grow {
  0% {
    transform: scale(1) translateY(0px);
  }
  50% {
    transform: scale(1.2) translateY(-400px);
  }
}

.banner-section {
  position: relative;
  margin-bottom: -1.4rem;
}

@media (min-width: 1300px) {
  .banner-image {
    width: 100%;
  }
}

.container-legacy {
  overflow: hidden;
}

@media (max-width: 1000px) {
  .text-overlay h6 {
    color: #00a6e0;
    font-size: 28px !important;
  }
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  /*background-color: rgb(0,0,0);*/
  background-color: #2e2c70;
  overflow-y: hidden;
  transition: 0.5s;
  overflow: hidden;
}

.overlay-open {
  height: 100%;
}

.overlay-content {
  position: relative;
  /*top: 8%;*/
  width: 100%;
  /*margin-top: 30px;*/
  text-align: left;
    padding: 0px 150px;
    transform: translateY(100px);
}

@media (max-width: 1024px) {
  .overlay-content {
    position: relative;
    top: 25%;
    padding: 120px 170px;
  }
  .dropdown-content {
    position: absolute;
    min-width: 600px;
    z-index: 1;
    margin-left: 33rem;
    margin-top: -20rem;
  }
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  /* font-size: 90px; */
  font-size: 70px;
  color: #fff;
  font-weight: 200;
  /*text-transform: uppercase;*/
  display: block;
  line-height: 1.1;
  transition: 0.3s;
}

.dropdown-content a {
  font-size: 30px;
  font-weight: 300;
  line-height: 70px;
}
/*.overlay a:hover, .overlay a:focus {*/
/*    color: #ccc;*/
/*}*/

.open-close-btn {
  position: absolute;
  top: 3px;
  right: 0px;
  text-decoration: none;
  z-index: 10;
}
@media (max-width: 1000px) {
  .overlay a {
    font-size: 70px;
  }
}
@media screen and (max-height: 450px) {
  .overlay {
    overflow-y: auto;
  }
  .overlay a {
    font-size: 20px;
  }
}

/* Hamburger Icon */
#hamburger-icon {
  display: block;
  width: 40px;
  height: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 1000px) {
  #hamburger-icon {
    width: 28px;
    height: 70px;
    padding: 0px;
  }
  #hamburger-icon span {
    display: block;
    position: absolute;
    height: 1px !important;
  }
  .open-close-btn {
    top: 7px !important;
}
}
#hamburger-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

/* Hamburger Lines  */

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2),
#hamburger-icon span:nth-child(3) {
  top: 8px;
}

#hamburger-icon span:nth-child(4) {
  top: 16px;
}

#hamburger-icon.hamburger-open span {
  background: #fff;
}

#hamburger-icon.hamburger-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger-icon.hamburger-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-icon.hamburger-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-icon.hamburger-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#main {
  overflow: hidden;
}
@media (min-width: 1180px) {
  .logogyma {
    max-width: 10rem;
  }
}
@media (max-width: 1000px) {
  .logogyma {
    max-width: 15rem;
  }
}

@media (min-width: 1000px) {
  .explore-custom-cursor {
    /* Changed class name */
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    display: none;
  }

  .cursor-text-explore {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00a6e0;
    color: white;
    padding: 25px 10.5px;
    font-size: 12px;
    border-radius: 50px;
    position: relative;
    pointer-events: none;
    width: 65px;
    height: 65px;
  }
  ul .forcursor a:hover {
    cursor: none !important;
  }
  .custom-cursor-explore {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    display: none;
  }


  .overlay li a {
    cursor: none;
  }
  
}
@media screen and (min-width:720px) and (max-width:1280px){
    .cursorclass{
        width:70% !important;
    }
    .overlay-content {
    position: relative;
    top: -10% !important;
    }
    .cursor a {
    cursor: none;
  }
  .cursor-text-explore {
    display: none;
  }

  .cursor-text-explore.show {
    display: block;
  }
}
@media (min-width: 1280px) {
  .li {
    width: 50% !important;
  }
  .cursor a {
    cursor: none;
  }
  .cursor-text-explore {
    display: none;
  }

  .cursor-text-explore.show {
    display: block;
  }
  #servicesListItem{
      width:55%;
  }
}
@media (max-width: 600px) {
  .cursor-text-explore {
    display: none;
  }
  .cursor-section-explore01 {
    display: none;
  }
  .old-custom-cursor {
    display: none;
  }
  .cursor-text {
    display: none;
  }
  .custom-cursor-explore {
    display: none;
  }
}
.overflow-hidden {
  overflow: hidden;
}
.mail {
  cursor: pointer !important;
}
@media (max-width: 1300px) {
  .cursor-text-explore {
    display: none;
  }
  .cursor-section-explore01 {
    display: none;
  }
  .old-custom-cursor {
    display: none;
  }
  .cursor-text {
    display: none;
  }
  .custom-cursor-explore {
    display: none;
  }
}

.cursorclass a:hover {
  color: #00A6E0 !important;
}