*,
html {

  scroll-behavior: smooth !important;
}

body * {
  margin: 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 1.5;

}

body {
  max-width: 1500px;
  margin: auto;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

header {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
}

.top-header-text>p,
.top-header-text>p a {
  background-color: rgba(96, 38, 127, 1);
  text-align: center;
  color: white;
  padding: 5px 15px;
  font-size: 20px;
}

nav {
  width: 100%;
  border-bottom: 2px solid rgb(110, 40, 176);
  padding: 10px;
  display: flex;
  gap: 20px;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.header-logo a {
  color: #9a54bc;
  font-size: 40px;
  text-decoration: none;
  font-weight: 600;
}

.menu-link {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.menu-link a {
  font-size: 20px;
  text-decoration: none;
  color: black;
  border-radius: 5px;
}

.menu-link a:last-child {
  color: #9a54bc;
  border: 2px solid #9a54bc;
  padding: 5px;
}

.menu-link a:hover {
  color: #9a54bc;
}

.menu-link a:last-child:hover {
  color: white;
  border: 2px solid #9a54bc;
  padding: 5px;
  background-color: #9a54bc;
}

main {
  width: 100%;
  display: block;
  text-align: center;
}

.main-text {
  color: #2b0236;
  font-size: 30px;
  margin: 20px;
}

.hero-request-button {
  border: 2px solid #9a54bc;
  background-color: #9a54bc;
  color: white;
  padding: 9px;
  margin-top: 3px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 700;
}

.hero-request-button:hover {
  color: #9a54bc;
  background-color: white;
  border: 2px solid #9a54bc;
  box-shadow: 2px 2px 10px #9a54bc;
  cursor: pointer;
}

.hero-images-section {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-images-section .big-elipse {
  width: 100%;
  background-color: rgba(245, 225, 255, 0.3);
  height: 400px;
  width: 400px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: justify;
}

.hero-images-section .big-elipse .small-elipse {
  background-color: rgba(245, 225, 255, 0.8);
  height: 240px;
  width: 240px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-images-section .rectangle {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgba(154, 84, 188, 1);
  height: 240px;
  width: 120px;
  top: 10px;
  position: absolute;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 30px;
  color: rgba(154, 84, 188, 1);
}

.hero-images-section .small-elipse button {
  border: 2px solid rgba(154, 84, 188, 1);
  background-color: white;
  padding: 7.41px;
  border-radius: 5px;
  position: absolute;
  bottom: -100px;
  color: rgba(96, 38, 127, 1);
  font-size: 15px;
  font-weight: 700;
}

.small-elipse button:hover {
  color: white;
  background-color: #9a54bc;
  box-shadow: 1px 1px 10px;
  cursor: pointer;
}

.brands-section h1 {
  font-size: 35px;
}

.brands-list {
  margin: 80px 0 150px 0;
  display: flex;
  justify-content: space-evenly;
}

.brands-list img {
  cursor: pointer;
}

.collab-app-help {
  margin-top: 80px;
}

.collab-app-help h2 {
  font-size: 35px;
  line-height: 25px;
}

.app-content {

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 80px;
}

.info-side {
  width: 55%;
}

.app-content .info-side .buttons-container {
  display: flex;
  justify-content: center;
  gap: 1px;
  padding: 5px 0;
  box-shadow: 0px 3px 10px rgb(153, 146, 146);
  border-radius: 5px;
  width: 81%;
  margin-left: 50px;
}


.filter-btn {
  padding: 15px 30px;
  cursor: pointer;
  background-color: white;
  color: black;
  border-radius: 5px;
  border: none;
}

.active {
  background-color: rgb(96, 38, 127);
  color: white;
  border-radius: 5px;
  border: 2px solid rgb(154, 84, 188);
}

.filter-btn:hover {
  box-shadow: 1px 1px 5px rgb(96, 38, 127);
  color: black;
  border-radius: 5px;
}

.active:hover {
  background-color: rgb(96, 38, 127);
  color: white;
  border-radius: 5px;
  border: 2px solid rgb(154, 84, 188);
  box-shadow: 1px 1px 5px rgb(96, 38, 127);
}

.buttons-container :first-child {
  width: 49%;
}

.buttons-container :last-child {
  width: 49%;
}

.list-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.list-item {
  width: 70%;
  background-color: rgb(242, 242, 242);
  margin-bottom: 10px;
  padding: 40px 20px;
  text-align: left;
  display: inline-block;
  font-size: 16px;
}

.list-item a {
  color: black;

  font-size: 15px;
}

.img-container {
  width: 40%;
}

.img-container>img {
  width: 350px;
}

.video-section {
  margin-top: 80px;
  margin-bottom: 80px;
}

.video-section h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.video-section p {
  margin-bottom: 30px;
  font-size: 18px;
}



.photos-gallery h2 {
  margin-bottom: 30px;
  font-size: 35px;
}

.photos-gallery .photo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;

}

.photo-item>img {
  height: 200px;
  margin-bottom: 15px;
}

.photo-item>img:hover {
  box-shadow: 7px 2px 10px grey;
}





.photos-gallery .text-container {
  text-align: left;
  margin-left: 10px;
  color: #9a54bc;
  font-weight: 600;
  margin-top: 10px;
}

.text-container p:last-child {
  color: black;
  margin-top: 10px;
}

.packages-section {
  margin-top: 100px;
  background-color: rgba(226, 189, 242, 0.232);
  padding: 50px 0;
}

.packages-section>p {
  color: rgba(167, 157, 157, 1);
  margin: 20px 0;
  font-size: 20px;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-size: 20px;
}

.toggle-button {
  background-color: rgba(86, 230, 165, 1);
  width: 70px;
  height: 30px;
  border-radius: 200px;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.toggle-button::before {
  position: absolute;
  content: "";
  background-color: white;
  width: 20px;
  height: 20px;
  border-radius: 200px;
  margin: 5px;
  transition: 0.2s;
}

input:checked+.toggle-button {
  background-color: grey
}

input:checked+.toggle-button::before {
  transform: translateX(-30px);

}

input {
  display: none;
}

.button-container>p:first-child {
  color: rgba(167, 157, 157, 1);
}

.button-container>p:last-child {
  background-color: rgba(255, 232, 122, 1);
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 15px;
}

.packages-container .btn {
  padding: 10px;
  border: 2px solid rgba(43, 2, 54, 1);
  background-color: white;
  border-radius: 5px;
  color: rgba(43, 2, 54, 1);
  font-weight: 700;
  margin-bottom: 20px;
}

.packages-container .btn:hover {
  color: white;
  background-color: rgba(43, 2, 54, 1);
}

.packages-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  text-align: left;
}

.package-item {
  padding: 30px;
  width: 16%;
  border: 1px solid rgba(170, 170, 170, 1);
  border-radius: 10px;
}

.package-item>p {
  font-size: 21px;
  font-weight: 800;
  margin: 20px 0;
}



.enterprise {
  background-color: rgba(86, 230, 165, 1);
}

.enterprise>p:last-child {
  font-size: 14px;
  font-weight: 500;
}

::marker {
  content: url(../img/list.svg);
  padding: 20px;
}

.custom-marker>li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.comments {
  text-align: center;
  background-color: rgba(226, 189, 242, 0.232);
  padding: 50px 0;
  overflow: hidden;
}

.comment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  height: 200px;
  transition: transform 0.5s ease;
}

.comment {
  width: 600px;
  height: 80px;
}

.leftArrow,
.rightArrow {
  cursor: pointer;
}

.comments p {
  margin-top: 0.5rem;
  font-weight: bold;
}

.star-section {
  background-color: rgba(226, 189, 242, 0.11);
  padding-bottom: 50px;
}

.star-section>.stars {
  padding: 70px 0;
}

.review-conteiner {
  display: flex;
  justify-content: center;
  font-size: 15px;
  align-items: center;
  gap: 50px;
}

.review-conteiner>p {
  font-size: 16px;
  width: 50%;
}

.review-conteiner>i {
  font-size: 40px;
  cursor: pointer;
}

.avatar {
  margin: 50px 0 10px;
  height: 80px;
}

.join-us-section {
  margin-top: 100px;
}

.join-us-section>p {
  margin: 50px 0;
}

h2 {
  font-size: 35px;
}

.road-map-avatar-conteiner {
  margin: 0 200px;
  position: relative;
  height: 400px;
  background-image: url(../img/avatarai/Vector1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

}

.road-map-avatar-conteiner>p {
  color: #9a54bc;
  font-size: 25px;
  position: absolute;
  right: 10%;
  top: 26%;

}

.avatar-map {
  width: 80px;

  position: absolute;
}

.item1 {
  top: 5%;
  left: -2%;
  width: 85px;
  height: 85px;
}

.item2 {

  bottom: 27%;
  left: 9%;
  width: 85px;
  height: 85px;
}

.item3 {

  bottom: 35%;
  left: 28%;
  width: 85px;
  height: 85px;
}

.item4 {

  bottom: 5%;
  left: 41%;
  width: 85px;
  height: 85px;
}

.item5 {

  bottom: 10%;
  left: 54%;
  width: 85px;
  height: 85px;
}

.item6 {

  bottom: 18%;
  right: 25%;
  width: 85px;
  height: 85px;

}

.item7 {


  bottom: 12%;
  right: 10%;
  width: 85px;
  height: 85px;

}

.item8 {

  bottom: 40%;
  right: -2%;
  width: 85px;
  height: 85px;
}

.download-section {
  margin-top: 100px;
  padding: 80px 0;
  background-color: rgba(154, 84, 188, 1);
  height: fit-content;
}

.download-section>h2 {
  font-size: 50px;
  color: white;
  margin-bottom: 50px;
}

.app-buttons-parent {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;

}

.btn2 {
  color: white;
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 5px;
  font-weight: 600;
  background-color: #9a54bc;
}

.btn2:hover {
  background-color: white;
  color: #9a54bc;
  border: 2px solid #9a54bc;
}

.contacts-map-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: rgba(226, 189, 242, 0.11);
  padding-bottom: 150px;
}

.question-contact-conteiner {
  width: 35%;
  text-align: center;
}

.question-contact-conteiner>h2 {
  margin-bottom: 20px;
}

.question-contact-conteiner>a {
  font-weight: 600;
  text-decoration: none;
  color: #2b0236;

}

.question-contact-conteiner p {
  margin-top: 20px;
}

.map-div {
  padding-top: 50px;
  width: 40%;
}

.ending-section {
  background-color: rgba(226, 189, 242, 0.11);

}

.ending-section>h2 {
  color: rgba(154, 84, 188, 1);
  font-size: 45px;
  margin-left: 190px;
  text-align: left;
  padding-bottom: 20px;
}

.ending-section p {
  font-size: 18px;
}

.contacts-table-conteiner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0 20px 50px;
  justify-content: space-around;
  align-items: center;
}

.social-contacts-div {
  width: 30%;
  text-align: left;
}

.social-contacts-div h4 {
  margin: 30px 0;
  font-size: 25px;

}

.solcial-icons-container {
  display: flex;
  gap: 18px;
}

.solcial-icons-container img {
  width: 12%;
  cursor: pointer;
}

.table-div {

  text-align: left;
}

table {
  font-size: 20px;
  padding: 0;


}

td {
  color: rgb(96, 38, 127);
  padding-bottom: 20px;
  cursor: pointer;

}

th {
  padding: 0 60px 20px 0;
}

.table-div p {
  font-weight: 600;
}

.table-div a {
  color: rgb(96, 38, 127);
  text-decoration: none;
}


footer {
  background-color: rgba(96, 38, 127, 1);
  color: white;
  font-size: 15px;
  padding: 10px 0;
}

@media screen and (max-width: 1200px) {
  .map-div {
    width: 70%;

  }

  .map-div iframe {
    width: 500px;
    height: 400px;
  }

  .ending-section>h2 {
    text-align: center;
    margin: auto;
  }

  .social-contacts-div, .table-div {
    width: 60%;
  }

}

@media screen and (max-width: 600px) {

  .info-side,
  .img-container,
  .package-item,
  .map-div {
    width: 100%;
  }

  .map-div iframe {
    width: 300px;
    height: 400px;
  }

  .package-item {
    width: 80%;
    text-align: center;
  }
  th {
    padding: 0 30px 10px 0;
  }


}