.rbt-main-wrapper > div {
  padding-top: 30px;
  padding-bottom: 30px;
}
.rbt-main-wrapper #hero {
  background-color: #04b4db;
}

.rbt-about-area img {
  transform: rotateY(180deg);
  position: relative;
  top: -170px;
}
#featuresDropdown {
  width: 240px;
  border: 0px solid black;
  border-radius: 10px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
#featuresDropdown li {
  font-size: 1.5rem;
  padding: 0 15px;
  transition: transform 0.3s ease-in;
  line-height: 2.9;
}
#featuresDropdown li:hover {
  transform: scale(1.1);
}
.rbt-main-wrapper .top-circle-shape {
  position: absolute;
  top: 630px;
}
.plan-offer-list li {
  transition: transform 0.2s ease-in;
}
.plan-offer-list li:hover,
.rbt-list-style-2 li:hover {
  transform: scale(1.05);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
/* 
   */
#sphereContainer {
  /* background: linear-gradient(
    90deg,
    rgba(6, 100, 164, 1),
    rgba(0, 224, 249, 1)
  ); */
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: var(--shadow-1);
}

#sphereNav {
  width: 100%;
  display: flex;
  justify-content: center;
}

#sphereContainer .nav-link {
  border: none;
  display: flex;
  align-items: center;
  height: 75px;
  width: 75px;
}

/* #sphereContainer .row {
    padding-left: 50px;
  } */

#sphereContainer .row .col:last-child {
  padding-left: 50px;
}

#sphereNavItem {
  background: rgba(39, 0, 255, 0.1);
  border-radius: 20px;
  margin: 20px;
  margin-top: 40px;
  height: 75px;
  width: 75px;
  transition: transform 0.2s ease-in;
}

#sphereNavItem:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.2);
}

#sphereNavItem a {
  display: flex;
  justify-content: center;
}
#sphereNav {
  border: rgba(0, 0, 0, 0);
}

#sphereNavItem svg {
  fill: aliceblue;
}
/* #sphereNavItem svg:hover {
  fill: aliceblue;
  fill: rgba(0, 224, 249, 1);
} */
#sphereNavItem .nav-link {
  background: rgba(6, 100, 164, 1);
  border-radius: 20px;
}

#sphereNavItem .nav-link.active {
  background: rgba(6, 100, 164, 1);
  border-radius: 20px;
  transform: scale(1.1);
}
#sphereNavItem .nav-link.active svg {
  fill: rgb(0, 249, 228);
}

#sphereNavItem p {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  font-weight: bold;
  /* color: aliceblue; */
}

#tabContent img {
  width: 100%;
}

#styletab img {
  padding-left: 40px;
}

@media (max-width: 576px) {
  #styletab img {
    padding-left: 0;
  }
  #sphereContainer .row .col:last-child {
    padding-left: 0;
  }
  /* #sphereContainer {
    border-radius: 0;
  } */
  #messageContent {
    text-align: center;
  }
  /* .rbt-main-wrapper > div {
    padding-left: 30px;
    padding-right: 30px;
  } */
  #sphereNavItem {
    margin-top: 40px;
  }
  .content .row .col-sm-12:last-child {
    margin-top: -30px;
  }
  .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
    /* position: relative; */
    left: unset;
  }

  .header-info .logo img {
    transform: scale(1.5);
    margin-left: 30px;
  }
  .feather-menu {
    transform: scale(1.5);
  }
}
@media (max-width: 980px) {
  .about-style-1 .thumbnail-wrapper .thumbnail.image-3 {
    /* position: relative; */
    left: unset;
  }
  .feather-menu {
    transform: scale(1.5);
  }
  #messageContent {
    text-align: center;
  }
}

/* #chat {
  padding-left: 10px;
  padding-right: 10px;
} */

/* #collaborate {
    padding-bottom: 400px;
  } */
/* #chat {
    padding-bottom: 0;
  }
  #chat .container {
    position: relative;
    top: -20rem;
    border-radius: 10px;
  }
  #chat .container img {
    position: relative;
    top: 20rem;
  } */
#communityAi li {
  font-size: 2rem;
  font-weight: 400;
  color: black;
}

.rbt-list-style-2 li {
  font-size: 1.5rem;
  font-weight: 400;
  color: black;
}

/* #navBgImage {
    background: url("../images/sweth/sailing/Rectangle\ 2562.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
  #navBgImage ul li a {
    background-color: rgba(255, 255, 255, 0.2);
  } */

#messageContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* .thumbnail img {
  transition: transform 0.2s ease-in;
}

.thumbnail img:hover {
  transform: scale(1.03);
  background: url(../images/favicon.png);
} */

/* hero */
#textSlide b {
  background: linear-gradient(
    90deg,
    
    hwb(271 62% 16%),
    #96ADEC
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}

#navBgImage .col {
  align-self: center;
}

.theme-gradient {
  background: linear-gradient(90deg, rgba(6, 100, 164, 1), rgba(0, 224, 249, 1));
  background: linear-gradient(
    90deg,
    hwb(271 62% 16%),
    #96ADEC
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.theme-gradient-back {
  background: linear-gradient(
    90deg,
    rgba(0, 224, 249, 1),
    rgba(6, 100, 164, 1)
  );
}

#events .modern-course-features-box {
  /* background: linear-gradient(
    90deg,
    rgba(6, 100, 164, 1),
    rgba(0, 224, 249, 1)
  ); */
  background-color: white;
  box-shadow: var(--shadow-1);
}
.rbt-header .rbt-header-wrapper.rbt-sticky {
  top: -2px;
}
.list-position-li {
  margin: 12px !important;
  width: max-content;
}