.heroSection {
  width: 100%;
  display: flex;
  align-items: center;
}

.main_cont_left {
  position: relative;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.4vw;
}

.main_cont_left > h3 {
  font-size: 1vw;
  background: -webkit-linear-gradient(0deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.main_cont_left > h1 {
  color: #000;
  font-family: Lufga;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 1vw;
}

.main_cont_left > h1 > span {
  background: -webkit-linear-gradient(0deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main_cont_left > p {
  font-size: 1vw;
  margin-top: 1vw;
  max-width: 24vw;
  line-height: 1.4;
}

.main_cont_left > .btn_area {
  margin-top: 2.5vw;
}

.arrow_left {
  position: absolute;
  bottom: 0;
  width: 18vw;
  right: 2vw;
}

.main_cout_right {
  width: 50%;
  padding: 0 1.4vw;
}

.main_cout_right > .fadeSlide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2vw;
}
.heroSection .btn_area .btn_main_border {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0.5vw 0.9vw;
}
.heroSection .btn_area .btn_main_border img {
  height: 2vw;
}
@media (max-width: 990px) {
  .heroSection .btn_area .btn_main_border {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0.8vw 1.4vw;
  }
  .heroSection .btn_area .btn_main_border img {
    height: 3vw;
  }
}
@media (max-width: 767px) {
  .heroSection .btn_area .btn_main_border {
    padding: 9px 1rem;
    font-size: 14px;
  }
  .heroSection .btn_area .btn_main_border img {
    height: 27px;
  }
}
@media (max-width: 575px) {
  .heroSection .btn_area .btn_main_border {
    padding: 7px 1rem;
  }
}
@media (max-width: 1450px) {
  .main_cont_left > h3 {
    font-size: 1.2vw;
  }

  .main_cont_left > p {
    font-size: 1.2vw;
  }
}
@media (max-width: 1300px) {
  .main_cont_left > p {
    max-width: 28vw;
    font-size: 1.4vw;
  }

  .main_cont_left > h3 {
    font-size: 1.4vw;
  }
}

@media (max-width: 1100px) {
  .main_cont_left > h3 {
    font-size: 1.6vw;
  }

  .main_cont_left > h1 {
    font-size: 4.8vw;
  }

  .main_cont_left > p {
    max-width: 32vw;
    font-size: 1.6vw;
  }
}

@media (max-width: 1030px) {
  .main_cont_left > p {
    max-width: 36vw;
  }
}

@media (max-width: 900px) {
  .heroSection {
    flex-direction: column;
    gap: 2rem;
  }

  .main_cont_left {
    margin: 0 auto;
    margin-top: 5rem;
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .main_cont_left > p {
    margin: 0 auto;
  }

  .main_cont_left > h3 {
    font-size: 14px;
  }

  .main_cont_left > h1 {
    font-size: 48px;
    max-width: 440px;
    margin: 0 auto;
    margin-top: 1rem;
  }

  .main_cont_left > p {
    max-width: 500px;
    font-size: 16px;
    margin-top: 1rem;
  }

  .main_cont_left > .btn_area {
    margin-top: 2rem;
    justify-content: center;
    gap: 10px;
  }

  .main_cout_right {
    width: 100%;
    padding: 1rem;
    max-width: 600px;
  }

  .arrow_left {
    display: none;
  }
}

@media (max-width: 575px) {
  .main_cont_left > h1 {
    font-size: 38px;
    max-width: 390px;
  }

  .main_cont_left > p {
    max-width: 310px;
    font-size: 14px;
    margin-top: 1rem;
  }
  .bookacall .left-section p {
    width: unset !important;
  }
  .video {
    padding: 10.417vw 5.208vw 13.021vw 5.208vw !important;
  }
  .faq_section {
    padding: 4rem 1rem;
}
}

@media (max-width: 420px) {
  .main_cont_left > .btn_area {
    flex-direction: column-reverse;
  }

  .main_cont_left > h1 {
    font-size: 34px;
  }

  .main_cont_left > h3 {
    font-size: 12px;
  }
      .faq_section .accordion-button {
        font-size: 14px !important;
        padding: 10px;
    }
}

.video {
  padding: 5vw 9vw;
}
.video .img {
  width: 100%;
  aspect-ratio: 16 / 8;
  background: url(/assets/images/video-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video .img .play img {
  height: 56px;
}
.video .img .play {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.video .img .play:hover {
  background: linear-gradient(0deg, #2ed0d5, #b667fe);
}
.modal-content{
  aspect-ratio: 16/9;
}
.modal-body {
  width: 100%;
}
.modal-body iframe {
  width: 100% !important;
  height: 100%;
}
@media (max-width: 1200px) {
  .video .img .play {
    height: 80px;
    width: 80px;
  }
  .video .img .play img {
    height: 40px;
  }
}
@media (max-width: 750px) {
  .video .img .play {
    height: 60px;
    width: 60px;
  }
  .video .img .play img {
    height: 30px;
  }
}
@media (max-width: 550px) {
  .video .img .play {
    height: 50px;
    width: 50px;
  }
  .video .img .play img {
    height: 25px;
  }
}
.search_chats {
  position: relative;
  padding: 10.417vw 5.208vw 13.021vw 5.208vw;
}

.search_chat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.search_chat p {
  font-family: Lufga;
  font-weight: 500;
}

.search_chat .innovative {
  font-size: 2.083vw;
  color: #fff;
  max-width: 75.833vw;
  margin: 0 auto;
  line-height: 1.6;
}

.search_chat .traditional {
  padding-top: 5.208vw;
  font-size: 2.083vw;
  color: #fff;
  max-width: 75.833vw;
  margin: 0 auto;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .search_chat h2 {
    font-size: 4.646vw;
  }

  .search_chat .innovative {
    font-size: 2.583vw;
  }

  .search_chat .traditional {
    font-size: 2.583vw;
  }
}

@media (max-width: 555px) {
  .search_chat h2 {
    font-size: 5.646vw;
  }

  .search_chat .innovative {
    font-size: 3vw;
  }

  .search_chat .traditional {
    font-size: 3vw;
  }
}

@media (max-width: 450px) {
  .search_chat h2 {
    font-size: 6.446vw;
  }

  .search_chat .innovative,
  .search_chat .traditional {
    font-size: 16px;
    max-width: 450px;
  }
}

@media (max-width: 380px) {
  .search_chat h2 {
    font-size: 7.446vw;
  }

  .search_chat .innovative {
    font-size: 4vw;
  }

  .search_chat .traditional {
    font-size: 4vw;
  }
}

.cutting-edge-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border-radius: 2vw;
  padding: 4vw 2vw;
}

.head3 {
  font-size: 1vw;
  background: -webkit-linear-gradient(0deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  text-align: center;
}

.head2 {
  color: #000;
  font-family: Lufga;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 1vw;
  text-align: center;
}

.head2 > span {
  display: block;
  background: -webkit-linear-gradient(0deg, #2ed0d5, #b667fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cutting-edge-image {
  width: 50vw;
  margin: 5vw 0;
}

@media (max-width: 1350px) {
  .head3 {
    font-size: 1.4vw;
  }
}

@media (max-width: 1040px) {
  .head3 {
    font-size: 1.8vw;
  }

  .head2 {
    font-size: 4.5vw;
  }
}

@media (max-width: 991px) {
  .cutting-edge-section {
    border-radius: 22px;
    padding: 5rem 1rem;
  }
}

@media (max-width: 700px) {
  .head3 {
    font-size: 2.4vw;
  }

  .head2 {
    font-size: 5.5vw;
  }

  .cutting-edge-image {
    width: 100%;
    margin: 2rem 0;
    max-width: 480px;
  }
}

@media (max-width: 550px) {
  .head3 {
    font-size: 12px;
  }

  .head2 {
    font-size: 34px;
    margin-top: 14px;
    max-width: 316px;
    margin: 0 auto;
    margin-top: 14px;
  }
}

@media (max-width: 374px) {
  .head3 {
    font-size: 12px;
  }

  .head2 {
    font-size: 28px;
  }
}

.whyChoose_section {
  padding: 7vw 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.whyChoose_section .btn_main {
  margin-top: 5vw;
}

.feature_card_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.4vw;
  margin: 0 auto;
  margin-top: 6vw;
  max-width: 1080px;
}

.feature_card_wrapper {
  max-width: 18vw;
  width: 100%;
}

.feature_card {
  width: 100%;
  border: 1px solid #00000015 !important;
  padding: 1.5vw;
  border-radius: 1vw;
  transition: 0.5s ease;
}

.feature_card:hover {
  box-shadow: 0 0 15px #00000017;
}

.feature_card > img {
  width: 5vw;
}

.feature_card > h2 {
  color: #000;
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 2vw;
}

.feature_card > p {
  color: #00000080;
  font-size: 1vw;
  margin-top: 1.5vw;
  line-height: 1.5;
}

@media (max-width: 1400px) {
  .feature_card_area {
    max-width: 60vw;
  }
}

@media (max-width: 991px) {
  .whyChoose_section {
    padding: 4rem 1rem;
  }

  .feature_card_wrapper {
    max-width: 220px;
  }

  .feature_card {
    border-radius: 12px;
    padding: 1.5rem;
  }

  .feature_card > img {
    width: 50px;
  }

  .feature_card > h2 {
    font-size: 18px;
    margin-top: 12px;
  }

  .feature_card > p {
    font-size: 12px;
    margin-top: 12px;
  }

  .feature_card_area {
    max-width: 900px;
  }
}

@media (max-width: 500px) {
  .feature_card_wrapper {
    max-width: 100%;
  }

  .feature_card {
    width: 100%;
  }

  .feature_card_area {
    margin-top: 3rem;
    gap: 12px;
  }
}

.faq_section {
  padding: 5vw 7vw;
}
.faq_section .faq_container {
  width: 70%;
  margin: auto;
  margin-top: 50px;
}
.faq_section h5 {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: -webkit-linear-gradient(0deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq_section h1 {
  color: #000;
  font-family: Lufga;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 1vw;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.faq_section h1 span {
  background: -webkit-linear-gradient(180deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin: auto;
}

.accordion-button:focus {
  background-color: white;
  box-shadow: none;
  outline: none;
}
.accordion-header {
  border-radius: 10px !important;
}
.accordion-button {
  border-radius: 10px !important;
  border: none !important;
  color: black;
  font-size: 22px;
}
.accordion-button:focus {
  color: black;
}
.accordion-body {
  border: none !important;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  margin-bottom: 20px;
  border-radius: 10px !important;
}
.accordion-button:not(.collapsed) {
  background-color: white;
  color: black;
}
.calendar .calendly-inline-widget{
    position: relative;
    min-width: 33vw !important;
    height: 44vw !important;
    width: 100%;
    box-shadow: 8px 9px 20px 1px #00000017;
    border-radius: 30px;
    overflow: hidden;
}
@media (max-width: 1280px) {
  .calendar .calendly-inline-widget {
    min-width: 40vw !important;
    height: 55vw !important;
  }
}
@media (max-width: 830px) {
      .calendar .calendly-inline-widget {
        min-width: 40vw !important;
        height: 834px !important;
    }
}
@media (max-width: 1200px) {
  .faq_section .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 1040px) {
  .faq_section h1 {
    font-size: 4.5vw;
  }
}
@media (max-width: 700px) {
  .faq_section h1 {
    font-size: 5.5vw;
  }
  .faq_section .faq_container {
    width: 100%;
  }
  .faq_section .accordion-button {
    font-size: 16px;
  }
  .faq_section h5 {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .faq_section h1 {
    font-size: 34px;
  }
}

.bookacall {
  display: flex;
  align-items: flex-start;
  padding: 50px 7vw;
}
.bookacall .left-section {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.bookacall .left-section h1 {
  color: #000;
  font-family: Lufga;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.bookacall .left-section h1 span {
  background: -webkit-linear-gradient(180deg, #b667fe, #2ed0d5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bookacall .left-section p {
  font-size: 18px;
  width: 377px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.bookacall .left-section a {
  padding: 0.9vw 1.5vw;
  font-size: 1vw;
  border-radius: 0.5vw;
  background: rgba(0, 0, 0, 0.05);
  font-weight: 18px;
  font-weight: 600;
  transition: all 0.3s;
}
.bookacall .left-section a:hover {
  background: linear-gradient(90deg, #b667fe, #2ed0d5);
  color: white;
}
.bookacall .ceo {
  width: 370px;
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
  border-radius: 20px;
  padding: 20px;
  margin-top: 50px;
  transition: all .3s;
}
.bookacall .ceo:hover{
  box-shadow: 5px 9px 13px 0px #00000017;
}
.bookacall .ceo img {
  height: 124px;
  border-radius: 10px;
}
.bookacall .ceo h5 {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-top: 10px;
}
.bookacall .ceo p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
  width: auto;
  margin-top: 10px;
}

.calendar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar img {
  width: 90%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  box-shadow: 10px 10px 20px 0px #0000001a;
}

@media (max-width: 1000px) {
  .bookacall .left-section p {
    font-size: 16px;
  }
  .bookacall .ceo h5 {
    font-size: 18px;
  }
  .bookacall .left-section p {
    font-size: 12px;
  }
  .bookacall .ceo {
    width: 260px;
    height: fit-content;
    min-height: unset;
  }
  .bookacall .ceo img {
    height: 70px;
  }
}
@media (max-width: 830px) {
  .bookacall {
    flex-direction: column;
  }
  .bookacall .left-section {
    width: 100%;
  }
  .bookacall .calendar {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 1040px) {
  .bookacall .left-section h1 {
    font-size: 4.5vw;
  }
  .bookacall .left-section a {
    padding: 10px 18px;
    font-size: 12px;
    border-radius: 5px;
  }
}
@media (max-width: 550px) {
  .bookacall .left-section h1 {
    font-size: 34px;
  }
  .calendar img {
    width: 100%;
  }
  .bookacall .ceo h5 {
    font-size: 16px;
  }
  .bookacall .left-section p {
    font-size: 12px;
  }
  .bookacall .ceo {
    width: 260px;
    height: fit-content;
    min-height: unset;
  }
  .bookacall .ceo img {
    height: 60px;
  }
}
.webportal-section {
  background: #fcfcfc;
  border-radius: 2vw;
  padding: 4vw 0;
}

.main-mac_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: baseline;
  align-items: center;
  position: relative;
}

.mac_area {
  max-width: 55vw;
}

.mac_area > img {
  width: 100%;
}

.custom-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 0.6vw;
  font-size: 0.9vw;
  font-weight: 400;
  position: absolute;
  line-height: 1.5;
  font-family: Lufga;
  background: #ffffffa4;
  z-index: 2;
  backdrop-filter: blur(2.5px);
}

.custom-box::after {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 0.7vw;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.custom-box_left {
  padding: 0.6vw 1.5vw 0.6vw 0.6vw;
}

.custom-box_right {
  padding: 0.6vw 0.6vw 0.6vw 1.5vw;
}

.custom-box_left::after {
  right: 3px;
}

.custom-box_right::after {
  left: 3px;
}

.custom-box.color_blue {
  border: 1px solid #2ed0d5;
  color: #2ed0d5;
}

.custom-box.color_blue::after {
  background-color: #2ed0d5;
}

.custom-box.color_Purple {
  border: 1px solid #b469fd;
  color: #b469fd;
}

.custom-box.color_Purple::after {
  background-color: #b469fd;
}

.tag_1 {
  left: 5vw;
  top: 10vw;
}

.tag_2 {
  left: 6vw;
  bottom: 3.5vw;
}

.tag_3 {
  right: 13vw;
  top: 15vw;
}

.tag_4 {
  right: 14vw;
  bottom: 4vw;
}

.desktop-wrapper {
  position: relative;
  padding-bottom: 40vw;
  height: 0;
  width: 60vw;
  margin: 0 auto;
}

.desktop-wrapper .video {
  box-sizing: border-box;
  background: url(../images/mac.png) center center no-repeat;
  background-size: contain;
  padding: 5vw 6.5vw 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.desktop-wrapper .video video {
  aspect-ratio: 1.55/1;
  width: 100%;
  object-fit: cover;
  background: #000;
  border-radius: 1.3vw;
  border: 10px solid #000;
}

@media (max-width: 991px) {
  .webportal-section {
    padding: 4rem 0;
    border-radius: 16px;
  }
}

@media (max-width: 767px) {
  .mac_area {
    max-width: 600px;
    margin-top: 1rem;
  }

  .webportal-section {
    padding: 4rem 1rem;
  }

  .tag_1 {
    left: 0;
    top: 6rem;
  }

  .custom-box {
    border-radius: 6px;
    font-size: 12px;
  }

  .tag_3 {
    right: 0;
    top: 2.5rem;
  }

  .tag_2 {
    left: 0;
    bottom: 4rem;
  }

  .tag_4 {
    right: 0;
    bottom: 8rem;
  }

  .custom-box_right {
    padding: 6px 6px 6px 16px;
  }

  .custom-box_left {
    padding: 6px 16px 6px 6px;
  }

  .custom-box::after {
    width: 7px;
  }
}

@media (max-width: 600px) {
  .custom-box {
    max-width: 200px;
    line-height: 1.2;
    font-size: 10px;
  }
}

@media (max-width: 500px) {
  .mac_area {
    margin: 0;
    padding: 4rem 0;
  }

  .tag_1 {
    left: 0;
    top: 2rem;
  }

  .tag_3 {
    right: 0;
    top: 7rem;
  }

  .tag_2 {
    left: 0;
    bottom: 9rem;
  }

  .tag_4 {
    right: 0;
    bottom: 2rem;
  }

  .webportal-section {
    padding: 4rem 10px;
  }
}

.opi_section {
  padding: 3vw 0;
}

.moc_slider_area {
  width: 100%;
  padding: 4vw 0;
  position: relative;
}

.moc_slider_area .phone_moc_slider {
  max-width: 48vw;
  width: 100%;
  margin: 0 auto;
}

.phone_moc_slider img {
  max-width: 16vw;
  opacity: 0.1;
  transition: 0.3s ease;
}

.row_slid_arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5vw;
  margin-top: 1.5vw;
}

.phone_moc_slider .slick-slide {
  padding: 5vw 0;
}

.phone_moc_slider .slick-current img {
  transform: scale(1.3);
  opacity: 1;
  position: relative;
  z-index: 2;
}

.row_slid_arrows > button {
  background: #fff;
  border: 1px solid #ddd;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  max-width: 2.8vw;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  transition: 0.4s ease;
}

.row_slid_arrows > button:hover {
  opacity: 1;
}

.row_slid_arrows > button > img {
  height: 1.2vw;
}

.tag_5 {
  left: 14vw;
  top: 12vw;
}

.tag_6 {
  left: 8vw;
  bottom: 17vw;
}

.tag_7 {
  right: 13vw;
  top: 15vw;
}

.tag_8 {
  right: 10vw;
  bottom: 18vw;
}

@media (max-width: 991px) {
  .opi_section {
    padding: 3rem 0;
  }
}

@media (max-width: 767px) {
  .tag_5 {
    left: 1rem;
    top: 10rem;
  }

  .tag_6 {
    left: 1rem;
    top: 18rem;
    bottom: inherit;
  }

  .tag_7 {
    right: 1rem;
    top: 8rem;
  }

  .tag_8 {
    right: 1rem;
    top: 22rem;
    bottom: inherit;
  }

  .moc_slider_area .phone_moc_slider {
    max-width: 90%;
  }

  .phone_moc_slider img {
    max-width: 30vw;
  }

  .phone_moc_slider .slick-slide {
    padding: 17vw 0;
  }

  .row_slid_arrows > button {
    max-width: 40px;
    border-radius: 8px;
  }

  .row_slid_arrows > button > img {
    height: 15px;
  }
}

@media (max-width: 500px) {
  .tag_7 {
    top: 6rem;
  }

  .tag_5 {
    top: 1rem;
  }

  .tag_6 {
    top: 15rem;
  }

  .tag_8 {
    top: 11rem;
  }
}

@media (max-width: 450px) {
  .phone_moc_slider img {
    max-width: 42vw;
  }

  .tag_8 {
    top: 20rem;
  }
}

.Languages_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  border-radius: 2vw;
  padding: 5vw 0;
}

.last_notes {
  font-size: 1vw;
  color: #0000007a;
  font-weight: 500;
  text-align: center;
  margin-top: 2.5vw;
}

.slider_area_marquee {
  width: 100%;
  padding: 3vw 0;
}

.language_text {
  color: #000;
  font-family: Lufga;
  font-size: 3vw;
  font-weight: 500;
  opacity: 0.3;
  transition: 0.5s ease;
  margin: 2vw;
}

.language_text:hover {
  opacity: 1;
}

.language_list_area {
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}

.language_list_container {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

.language_list_container > h3 {
  color: #000;
  font-family: Lufga;
  font-size: 1.5vw;
  font-weight: 600;
  margin-bottom: 1vw;
}

.language_list_container > ol {
  padding-left: 1.5vw;
}

.language_list_container > ol > li {
  list-style: decimal;
  font-size: 1vw;
  font-weight: 400;
  margin-bottom: 0.6vw;
}

@media (max-width: 991px) {
  .Languages_section {
    border-radius: 15px;
    padding: 4rem 0;
  }

  .last_notes {
    font-size: 14px;
    margin-top: 14px;
    max-width: 300px;
    line-height: 1.5;
  }

  .language_list_container > h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .language_list_container > ol > li {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .language_list_container {
    flex-basis: 40%;
  }

  .language_list_container > ol {
    padding-left: 26px;
  }

  .language_list_area {
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .language_text {
    font-size: 30px;
    margin: 1.2rem;
  }
}

@media (max-width: 420px) {
  .language_text {
    font-size: 26px;
    margin: 1rem;
  }

  .language_list_container {
    flex-basis: 100%;
  }
}

.search-form {
  padding-bottom: 1rem;
}
.input_group {
  display: flex;
  align-items: center;
  border: 1px solid #c5c5c7;
  border-radius: 10px;
  padding: 2px;
}
.search-field {
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5em;
  color: #373d41;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  flex-grow: 1;
  border: none;
  outline: none;
  width: 100%;
}

.search-submit {
  background-color: #1a1a1a;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  white-space: normal;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  outline: 0;
  padding: 14px 24px 13px;
  font-size: 1rem;
  line-height: 1.25rem;
  border-radius: 6px;
  border-width: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 450px) {
  .search-field {
    font-size: 14px;
  }
}
