﻿* {
  margin: 0px;
  background-color: #f7f7f7;
}

@font-face {
  font-family: "Gilroy-Regular";
  src: url("fonts/gilroyNew/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Medium";
  src: url("fonts/gilroyNew/Gilroy-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Semibold";
  src: url("fonts/gilroyNew/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("fonts/gilroyNew/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("fonts/gilroyNew/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

.nav__class {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 135px;
  position: sticky;
  top: 0;
  z-index: 101;
}

.nav__class a {
  text-decoration: none;
  color: #1f2a37;
}

.nav__class .items__class a:hover,
.nav__class .items__class a:focus {
  font-family: Gilroy-ExtraBold;
}

.nav__class .items__class .nav-link.selected {
  font-family: Gilroy-ExtraBold !important;
}

.logo__class {
  display: flex;
  align-items: center;
  gap: 50px;
  cursor: pointer;
}

.items__class {
  display: flex;
  align-items: center;
  color: #1f2a37;
  gap: 40px;
  font-size: 16px;
  font-family: Gilroy-Medium;
}

.btn__try-free {
  padding: 16px 40px;
  border-radius: 100px;
  background-color: #045e5e;
  color: #ffffff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  margin: 25px 135px;
  font-family: Gilroy-Bold;
}

.feature__class {
  margin-top: 100px;
}

.feature__class h1 {
  color: #1f2a37;
  font-family: Gilroy-Bold;
  font-size: 80px;
  text-align: center;
}

.feature__class p {
  color: #777e90;
  font-family: Gilroy-Regular;
  text-align: center;
  margin-top: 24px;
  line-height: 28px;
}

.hero__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 48px;
  font-family: Gilroy-Bold;
}

.start__free-trial {
  padding: 24px 56px;
  border-radius: 100px;
  background-color: #045e5e;
  color: #ffffff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  font-family: Gilroy-Bold;
}

.see__pricing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  background-color: #f7f7f7 !important;
}

.see__pricing h1 {
  font-size: 18px;
  color: #045e5e;
}

.com__feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 202px;
  margin-top: 120px;
  text-align: left;
}
.com__feature div {
  background-color: none;
}

.com__feature h1 {
  font-size: 48px;
  font-family: Gilroy-Bold;
  margin-right: 200px;
  position: relative;
  z-index: 100;
  background-color: transparent;
}

.com__feature p {
  font-family: Gilroy-Regular;
  color: #777e90;
  line-height: 28px;
  margin-top: 24px;
  margin-left: 5px;
  text-align: left;
  position: relative;
  z-index: 100;
  background-color: transparent;
}

.info__class {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 25px;
  position: relative;
  z-index: 100;
  background-color: transparent;
}

.info__class h2 {
  font-family: Gilroy-Bold;
  font-size: 18px;
  position: relative;
  z-index: 100;
  background-color: transparent;
}

.com__feature button {
  padding: 24px 56px;
  margin-top: 40px;
  font-size: 18px;
  color: #045e5e;
  font-family: Gilroy-Bold;
  border-radius: 100px;
  border: 1px solid #045e5e;
  cursor: pointer;
  position: relative;
  z-index: 100;
  background-color: white;
}

.view__more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 150px;
}

.view__more button {
  padding: 24px 56px;
  font-size: 18px;
  font-family: Gilroy-Bold;
  color: #ffffff;
  background-color: #045e5e;
  border: none;
  border-radius: 100px;
  width: 437px;
  cursor: pointer;
}

.what__other {
  padding: 150px 0px;
  text-align: center;
  background-color: #ffffff;
}

.what__other h1 {
  font-family: Gilroy-Bold;
  font-size: 40px;
  background-color: #ffffff;
}

.what__other h3 {
  background-color: #ffffff;
}

.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  gap: 100px;
}

.avatar h2 {
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 24px;
  margin-top: 45px;
  background-color: #ffffff;
}

.avatar h4 {
  text-align: center;
  font-family: Gilroy-Bold;
  font-size: 17px;
  margin-top: 32px;
  background-color: #ffffff;
}

.avatar h5 {
  text-align: center;
  font-family: Gilroy-Regular;
  font-size: 15px;
  color: #777e90;
  background-color: #ffffff;
  margin-top: 5px;
}

.avatar img {
  background-color: #ffffff;
  margin-top: 72px;
}

.update__class {
  display: flex;
  align-items: center;
  justify-content: center;
}

.update__class h1 {
  font-size: 48px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
  margin-top: 40px;
}

.update__class h3 {
  color: #777e90;
  font-family: Gilroy-Regular;
  margin-top: 16px;
}

.update__class-info {
  text-align: center;
}

.input__class {
  margin-top: 40px;
  margin-bottom: 58px;
  padding: 7px 7px 7px 24px;
  width: 500px;
  height: 55px;
  border: none;
  border-radius: 100px;
  background-color: #ffffff;
  font-family: Gilroy-Regular;
}

.btn__update {
  position: absolute;
  right: 15px;
  top: 45%;
  transform: translateY(-50%);
  border: none;
  background-color: #045e5e;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 100px;
  font-size: 17px;
  font-family: Gilroy-Semibold;
  cursor: pointer;
  width: 166px;
}

.c-container {
  align-items: center;
  justify-content: center;
  display: flex;
  background: #f7f7f7;
  margin: 0;
}

.c-futter {
  text-align: center;
  margin-top: 24px;
  background-color: white;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 14.5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-right: 345px;
  padding-left: 345px;
}

.futter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 200px;
  margin-left: -520px;
}

.futter h1 {
  color: #1f2a37;
  font-family: Gilroy-Bold;
  font-size: 48px;
  margin-top: 12px;
}

.futter-des {
  color: #777e90;
  font-family: Gilroy-Regular;
  font-size: 16px;
  margin-top: 12px;
}

.accordion-main {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #f7f7f7; */
  margin-top: 50px;
  margin-left: 80px;
}
.accordion-container {
  width: 100%;
  max-width: 1370px;
}

.Frequently {
  font-family: Gilroy-Semibold;
  color: #045e5e;
}

.accordion-item {
  border-radius: 16px;
  border: 1px solid #e7e9ed;
  margin-bottom: 10px;
  overflow: hidden;
}

.accordion-header {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;

  background: #fff;
}

.accordion-content {
  padding: 10px;
  display: none;
  background-color: #fff;
}

.accordion-content.show {
  display: block;
  border: 1px solid #e7e9ed;
}

.title {
  flex-grow: 1;
  margin-right: 10px;
  color: #1f2a37;
  padding-top: 24px;
  padding-bottom: 24px;

  font-family: Gilroy-Medium;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordion-content p {
  color: var(--Neutrals-4, #777e90);
  font-family: Gilroy-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.toggle-icon {
  font-size: 18px;
  background-color: #000;
  color: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-number {
  margin-right: 10px;
  font-weight: bold;
  color: #1f2a37;

  font-family: Gilroy-ExtraBold;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.update__class {
  display: flex;
  align-items: center;
  justify-content: center;
}

.update__class h1 {
  font-size: 48px;
  color: #1f2a37;
  font-family: Gilroy-Bold;
  margin-top: 40px;
}

.update__class p {
  color: #777e90;
  font-family: Gilroy-Regular;
  margin-top: 16px;
  line-height: 28px;
}

.update__class-info {
  text-align: center;
}

.left-feature {
  top: 600px;
  left: 0;
  position: absolute;
  z-index: 99;
}

.right-feature {
  top: 1400px;
  right: 0;
  position: absolute;
  z-index: 99;
}

.left1-feature {
  top: 2150px;
  left: 0;
  position: absolute;
  z-index: 99;
}

.left2-feature {
  top: 3600px;
  left: 0;
  position: absolute;
  z-index: 99;
}

.right1-feature {
  top: 2850px;
  right: 0;
  position: absolute;
  z-index: 99;
}

.h__mobile,
.com__feature__mobile,
.review__mobile,
.what__mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .h__,
  .left-feature,
  .left2-feature,
  .left1-feature,
  .right-feature,
  .right1-feature,
  .com__feature_desk {
    display: none;
  }

  .h__mobile {
    display: block;
    font-size: 40px !important;
    line-height: 50px;
  }

  .feature__class {
    margin-top: 80px;
  }

  .hero__btn {
    display: block;
    margin-top: 40px;
    padding: 0px 16px;
  }

  .start__free-trial {
    padding: 24px 56px;
    border-radius: 100px;
    background-color: #045e5e;
    color: #ffffff;
    border: none;
    width: 100%;
  }

  .see__pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    margin-top: 8px;
    border-radius: 100px;
    border: 1px solid #045e5e;
    padding: 24px 52px;
  }

  .com__feature__mobile {
    display: block;
    padding: 0px 16px;
    position: relative;
  }

  .com__mobile h1 {
    font-size: 40px;
    font-family: Gilroy-Bold;
    text-align: left;
    margin-top: 88px;
    position: relative;
    z-index: 100;
    background-color: transparent;
  }

  .nav__mobile {
    position: sticky;
    bottom: 0;
    z-index: 102;
  }

  .com__mobile p {
    text-align: left;
    margin-top: 8px;
    position: relative;
    z-index: 100;
    background-color: transparent;
  }

  .info__class img {
    background-color: transparent;
  }

  .com__mobile button {
    width: 100%;
    border: 1px solid #045e5e;
    border-radius: 100px;
    padding: 24px;
    font-family: Gilroy-bold;
    color: #045e5e;
    font-size: 18px;
  }

  .button-2 {
    width: 100%;
    border: none;
    border-radius: 100px;
    padding: 24px;
    font-family: Gilroy-bold;
    color: #ffffff;
    background-color: #045e5e;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 64px;
  }

  .left__mobile {
    top: -30px;
    left: 0;
    position: absolute;
    z-index: 99;
  }

  .left__mobile-1 {
    top: 19%;
    left: 0;
    position: absolute;
    z-index: 99;
  }

  .left__mobile-2 {
    top: 38.5%;
    left: 0;
    position: absolute;
    z-index: 99;
  }

  .left__mobile-3 {
    top: 58.5%;
    left: 0;
    position: absolute;
    z-index: 99;
  }

  .left__mobile-4 {
    top: 78.5%;
    left: 0;
    position: absolute;
    z-index: 99;
  }

  .what__mobile {
    background-color: #ffffff;
    display: block;
  }

  .what__mobile h1 {
    padding-top: 40px;
    font-size: 40px;
    background-color: #ffffff;
  }

  .what__mobile p {
    background-color: #ffffff;
  }

  .review__mobile {
    display: block;
    padding: 0px 16px;
    background-color: #ffffff;
  }

  .review__mobile__card {
    padding: 40px;
    text-align: center;
    border: 1px solid #e7e9ed;
    margin-top: 40px;
    border-radius: 24px;
    background-color: #ffffff;
  }

  .review__mobile__card p,
  h4 {
    background-color: #ffffff;
  }

  .review__mobile__card img {
    width: 72px;
    background-color: #ffffff;
  }

  .review__mobile__card h5 {
    font-size: 24px;
    margin-top: 24px;
    font-family: Gilroy-Bold;
    background-color: #ffffff;
  }

  .review__mobile__card span {
    font-size: 17px;
    font-family: Gilroy-Bold;
    background-color: #ffffff;
  }

  .review__mobile__card span {
    font-size: 15px;
    font-family: Gilroy-Medium !important;
    background-color: #ffffff;
  }

  .review__mobile {
    align-items: stretch;
    display: flex;
    gap: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
  }

  .review__mobile__card {
    width: 85%;
    margin-bottom: 2rem;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .review__mobile::-webkit-scrollbar {
    display: none;
  }

  .futter-container {
    margin-top: 64px !important;
  }
}
