.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: #e9e1fb !important;
  color: black !important;
  border-radius: 20px;
}
#sphereContainer p a,
#sphereContainer h2 {
  color: #7248fa;
}

#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: #805fea;
  border-radius: 20px;
  margin: 20px;
  margin-top: 100px;
  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;
}

#sphereNavItem svg {
  color: aliceblue;
}

#sphereNav {
  border: rgba(0, 0, 0, 0);
}

#sphereNavItem .nav-link.active {
  background: black;
  border-radius: 20px;
  transform: scale(1.1);
}

#sphereNavItem p {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  font-weight: 600;
  /* 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;
  }
  #sphereNavItem {
    margin-top: 40px;
  }
  .content .row .col-sm-12:last-child,
  .section-title .row .col-sm-12:last-child {
    margin-top: -30px;
  }
  .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);
  }
  /* .content .row .col-sm-12:last-child,
  .section-title .row .col-sm-12:last-child {
    margin-top: -30px;
  } */
  /* .section-title .row .col-sm-12 li {
    width: max-content;
  } */
  #messageContent {
    text-align: center;
  }
}

/* #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);
} */
#navBgImage .col {
  align-self: center;
}
#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 */
.rbt-header .rbt-header-wrapper.rbt-sticky {
  top: -2px;
}
