/*
-------------------------------------------------------------------------
* Template Name    : Rivani - Responsive One Page Multipurpose Template * 
* Author           : ThemesBoss                                         *
* Version          : 1.0.0                                              *
* Created          : Octomber 2020                                      *
* File Description : Main Css file of the template                      *
*------------------------------------------------------------------------
*/
/***********************
    1. BASIC           *
    2. HELPER          *
    3. NAVBAR          *
    4. HOME            *
    5. ABOUT US        *
    6. SERVICES        *
    7. CASE            *
    8. HIT             *
    9. CTAONE          *
    10.WORK            *
    11.PRICE           *
    12.TEAM            *
    13.CLIENT          *
    14.BLOG            *
    15.SUBCRIBE        *
    16.CONTACT         *
    16.FOOTER          *
    16.RESPONSIVE      *
    16.DEMO            *
************************/
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600;700;800&amp;display=swap");
body {
  font-family: "Prompt", sans-serif;
  overflow-x: hidden;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Prompt", sans-serif;
}

h1.fw-bold,
h2.fw-bold,
h3.fw-bold,
h4.fw-bold,
h5.fw-bold,
h6.fw-bold {
  font-weight: 600 !important;
}

p {
  font-size: 18px;
}

a,
a:hover,
a:focus,
button,
button:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background: #200028;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #ffffff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

.loader-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}
.loader-wrapper .loader {
  height: 1px;
  background: #9eccf4;
  position: absolute;
  z-index: 9999;
}

.section {
  padding-top: 20px;
  padding-bottom: 80px;
  position: relative;
  background-color: #ffffff;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 1000;
}

.bg-light {
  background-color: #ebf7f2 !important;
}

.bg-overlay {
  background: rgba(26, 26, 26, 0.72);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  background-color: #9eccf4;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  transition: all 0.5s;
}
.back_top i {
  color: #ffffff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

.curv_top svg {
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  bottom: 0;
}

.curv_bottom svg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.sec_main_head_title {
  max-width: 650px;
}
.sec_main_head_title p {
  /* max-width: 500px; */
}
.sec_main_head_title h2 {
  z-index: 1;
  color:#f58634 !important;
  position: relative;
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.sec_main_head_title h2 span {
  background-color: #00a669;
  height: 6px;
  width: 100px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  margin: 0 auto;
  top: 24px;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
}

.sec_main_head_title_bg {
  max-width: 650px;
}
.sec_main_head_title_bg p {
  max-width: 500px;
  color: #e7e7e7;
}
.sec_main_head_title_bg h2 {
  z-index: 1;
  position: relative;
  font-size: 38px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}
.sec_main_head_title_bg h2 span {
  background-color: #000000;
  height: 6px;
  width: 100px;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  margin: 0 auto;
  top: 24px;
  -webkit-transform: rotate(160deg);
  -moz-transform: rotate(160deg);
}

.sec_divider {
  background-color: #f1f1f1;
  height: 1px;
  width: 68%;
  display: block;
}

.bg-dark {
  background-color: #000000;
}

.bg-custom {
  background: linear-gradient(
    125.14deg,
    #75b4fe -63.17%,
    #5bb4da -19.25%,
    #342aa3 131.83%
  );
}

.text-muted {
  color: #94989a !important;
}

.text-dark {
  color: #000000 !important;
}

.text-custom {
  color: #9eccf4 !important;
}

.btn {
  padding: 12px 28px;
}

.btn-sm {
  padding: 8px 15px;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-custom {
  background-color: #342aa3;
  border: 2px solid #342aa3;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-custom:hover {
  background: #0f4b63;
  border-color: #0f4b63 !important;
  color: #ffffff !important;
}
.btn-custom:active {
  background: #0f4b63;
  border-color: #0f4b63 !important;
  color: #ffffff !important;
}
.btn-custom:focus {
  background: #0f4b63;
  border-color: #0f4b63 !important;
  color: #ffffff !important;
}
.btn-custom.active {
  background: #0f4b63;
  border-color: #0f4b63 !important;
  color: #ffffff !important;
}
.btn-custom.focus {
  background: #0f4b63;
  border-color: #0f4b63 !important;
  color: #ffffff !important;
}

.btn-white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-white:hover {
  background: #f1f1f1;
  border-color: #f1f1f1 !important;
  color: #000000 !important;
}
.btn-white:active {
  background: #f1f1f1;
  border-color: #f1f1f1 !important;
  color: #000000 !important;
}
.btn-white:focus {
  background: #f1f1f1;
  border-color: #f1f1f1 !important;
  color: #000000 !important;
}
.btn-white.active {
  background: #f1f1f1;
  border-color: #f1f1f1 !important;
  color: #000000 !important;
}
.btn-white.focus {
  background: #f1f1f1;
  border-color: #f1f1f1 !important;
  color: #000000 !important;
}

.btn-black {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  border-radius: 5px;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.btn-black:hover {
  background: #9eccf4;
  border-color: #9eccf4 !important;
  color: #ffffff !important;
}
.btn-black:active {
  background: #9eccf4;
  border-color: #9eccf4 !important;
  color: #ffffff !important;
}
.btn-black:focus {
  background: #9eccf4;
  border-color: #9eccf4 !important;
  color: #ffffff !important;
}
.btn-black.active {
  background: #9eccf4;
  border-color: #9eccf4 !important;
  color: #ffffff !important;
}
.btn-black.focus {
  background: #9eccf4;
  border-color: #9eccf4 !important;
  color: #ffffff !important;
}

.custom-nav {
  background: linear-gradient(
    125.14deg,
    #75b4fe -63.17%,
    #5bb4da -19.25%,
    #342aa3 131.83%
  );

  width: 100%;
  border-radius: 0px;
  z-index: 999;
  border-bottom: none;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.custom-nav .navbar-nav li a {
  color: #9eccff !important;
  font-size: 18px;
  background-color: transparent !important;
  margin: 0 8px;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 500;
}
.custom-nav .navbar-nav li a.active {
  color: #fff !important;
}
.custom-nav .navbar-nav li a:hover {
  color: #9eccf4 !important;
}
.custom-nav .navbar-nav li a:active {
  color: #9eccf4 !important;
}
.custom-nav .navbar-toggler {
  color: #000000;
  font-size: 38px;
  padding: 0px;
  line-height: 40px;
  border: none;
}
.custom-nav .navbar-brand .logo-dark {
  height: 75px;
}

.custom-nav.stickyadd {
  padding: 0px 0px;
  box-shadow: 0px -16px 20px 0 #9eccf4;
  backdrop-filter: blur(10px);
  background-color: rgb(0 0 0 / 80%);
}
.custom-nav.stickyadd li a.active {
  color: #fff !important;
}
.custom-nav.stickyadd li a:hover {
  color: #fff !important;
}
.custom-nav.stickyadd li a:active {
  color: #fff !important;
}

.home_main_sec {
  background: linear-gradient(
    125.14deg,
    #75b4fe -63.17%,
    #5bb4da -19.25%,
    #342aa3 131.83%
  );
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 7rem !important;
}
.home_main_sec .header_content h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-top:40px;
  font-weight: 600;
  max-width: 680px;
  letter-spacing: 1px;
  color: #f58634;
}
.home_main_sec .header_content .sub_title {
  font-size: 18px;
  max-width: 665px;
}
.home_main_sec .header_content .small_title {
  padding: 6px 18px;
  background-color: #342aa3;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
}
.home_main_sec .header_content .scroll_btn i {
  font-size: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  height: 52px;
  width: 52px;
  line-height: 52px;
  color: #9eccf4;
}
.text-white {
  color: #fff;
}
.home_main_sec .home_mockup {
  max-width: 900px;
  z-index: 100;
  top: 60px;
  position: relative;
}
.home_main_sec .curv-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
.home_main_sec .curv-img svg {
  display: block;
}
.home_main_sec .sub_form form {
  max-width: 380px;
}
.home_main_sec .sub_form form button {
  position: absolute;
  top: 3px;
  right: 3px;
  outline: none !important;
  font-size: 14px;
  padding: 10px 30px;
}
.home_main_sec .sub_form form input {
  padding: 14px 15px;
  width: 100%;
  font-size: 14px;
  outline: none !important;
  padding-right: 150px;
  padding-left: 20px;
  border-radius: 30px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #e0e0e0;
}

.home_main_sec .free_form {
  max-width: 480px;
  padding: 1rem 40px;
  margin-top: 70px !important;
}
.home_main_sec .free_form input {
  height: 54px;
  margin-top: 10px;
  box-shadow: none !important;
  border: 1px solid #e4e4e4;
}
.home_main_sec .free_form input:focus {
  border-color: #9eccf4;
}

.content_features {
  max-width: 500px;
}
.content_features .content_small_title {
  position: relative;
  z-index: 99;
  letter-spacing: 6px;
  font-size: 14px;
}
.content_features .content_small_title span {
  background-color: #9eccf4;
  height: 12px;
  width: 60px;
  display: inline-block;
  position: absolute;
  opacity: 0.13;
}
.content_features .content_main_title {
  font-size: 32px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 600;
}

.features_divider {
  background-color: #f1f1f1;
  height: 1px;
  width: 100%;
  margin: 70px 0 60px;
  display: block;
}

.ser_sec {
  position: relative;
  margin-top: -98px;
}
.ser_sec .ser_bor_boxes {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 30px;
  border: 1px solid #e9e9e9;
}
.ser_sec .ser_bor_boxes .ser_icon {
  align-items: flex-start;
  display: flex;
}
.ser_sec .ser_bor_boxes .ser_content h4 {
  font-weight: 600;
}

.fun_bg .fun_box {
  padding: 36px 18px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background-color: #ffffff;
}
.fun_bg .fun_box .fun_icon i {
  background: #4b7dc4;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
}

.cta_section {
  background-color: #9eccf4;
  padding: 80px 0px;
  border-radius: 12px;
}
.cta_section .cta_content h1 {
  max-width: 650px;
  line-height: 1.4;
  font-size: 44px;
}
.cta_section .cta_content p {
  color: #ffffff;
  opacity: 0.8;
  max-width: 650px;
  line-height: 1.8;
  font-size: 18px;
}

.hit_box .hit_icon p {
  background: #342aa3;

  color: #ffffff;
  padding: 10px 16px;
  display: inline-block;
  border-radius: 8px;
  font-size: 15px;
}
.hit_box .hit_detail h4 {
  font-weight: 600;
}

.client_box {
  background-color: #ffffff;
  border-radius: 16px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 0 35px -20px rgba(0, 0, 0, 0.06);
  padding: 38px 24px;
}
.client_box .client_img_rate .client_img img {
  max-width: 80px;
}
.client_box .client_img_rate .client_review i {
  font-size: 18px;
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  justify-content: space-between;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}
.tns-outer .tns-controls button {
  border: none;
  background-color: #9eccf4 !important;
  color: #ffffff;
  font-size: 22px;
  line-height: 40px;
  width: 40px;
  height: 40px;
}
.tns-outer .tns-controls button[data-controls="prev"] {
  position: relative;
  margin-left: -20px;
  border-radius: 50px 20px 20px 50px;
}
.tns-outer .tns-controls button[data-controls="next"] {
  position: relative;
  margin-right: -20px;
  border-radius: 20px 50px 50px 20px;
}

.price_box {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  padding: 30px 34px;
  overflow: hidden;
}
.price_box .price_name h2 {
  font-size: 34px;
}
.price_box .price_name p {
  font-size: 22px;
}
.price_box .plan_price h1 {
  font-size: 48px;
}
.price_box .plan_price h1 sub {
  font-size: 24px;
  position: relative;
  top: 0px;
}

.price_box.active::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9eccf4;
  flex-shrink: 0;
  top: 50%;
  position: absolute;
  left: -15px;
  transform: translateY(-50%);
}
.price_box.active::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #9eccf4;
  flex-shrink: 0;
  position: absolute;
  left: auto;
  right: -15px;
}

.contact_sec {
  position: relative;
  margin-top: -98px;
}
.contact_sec .contact_form {
  border-radius: 10px;
  border: 1px solid #f4f4f4;
  max-width: 800px;
  background-color: #ffffff;
}
.contact_sec .contact_form form .form-group label {
  font-weight: 600;
}
.contact_sec .contact_form form .form-group .form-control {
  height: 40px;
  border-radius: 0px;
  border: 1px solid #ececec;
  margin-top: 10px;
  box-shadow: none !important;
  font-size: 14px;
}
.contact_sec .contact_form form .form-group textarea {
  height: auto !important;
}

.contact_detail_bg {
  background-image: linear-gradient(to bottom, rgba(250, 251, 251, 0), #f7fffc);
  clip-path: ellipse(150% 120% at 50% -25%);
}
.contact_detail_bg .contact_detail .contact_icon i {
  font-size: 26px;
  background: #4b7dc4;

  height: 48px;
  color: #ffffff;
  width: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 5px;
}

.footer {
  /* background: linear-gradient(
    125.14deg,
    #75b4fe -63.17%,
    #5bb4da -19.25%,
    #342aa3 131.83%
  );
  padding: 25px 0px 25px; */
  background-image: url(../images/footer-shape.png);
    padding: 85px 0px 0px;
}
.footer-base {
  background: #000;
  color: #9eccf4;
  padding: 10px;
}
.shadow-for-cards {
  background: white;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 18px -6px #00000057;
}
.h160 {
  height: 160px;
}
.footer .footer_logo img {
  height: 26px;
}
.footer h5 {
  font-size: 22px;
}
.footer .footer_menu .footer_menu_list li a {
  color: rgb(255 255 255) !important;
  margin-bottom: 10px;
  display: inline-block;
  transition: all 0.5s;
}
.footer .footer_menu .footer_menu_list li a:hover {
  color: #0f4b63 !important;
}
.footer .fot_social .social-icon {
  transition: all 0.5s;
  width: 44px;
  height: 44px;
  /* display: block; */
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  color: #ffffff !important;
}

.footer_main_divider {
  height: 1px;
  width: 68%;
  margin: 0 auto;
  background-color: #e7e7e7;
}

@media (max-width: 768px) {
  .h-100vh {
    height: auto;
    padding: 94px 0px !important;
  }

  .sec_main_head_title h2 {
    font-size: 34px;
  }

  .custom-nav,
  .custom-nav.stickyadd {
    backdrop-filter: blur(10px);
    background-color: rgba(235, 247, 242, 0.8);
    padding: 10px 0px !important;
    box-shadow: 0px -16px 20px 0 #9eccf4;
  }
  .custom-nav > .container,
  .custom-nav.stickyadd > .container {
    width: 95%;
  }

  .home_main_sec {
    padding: 120px 0 0px;
  }
  .home_main_sec .header_content h1 {
    font-size: 34px;
  }

  .content_features .content_main_title {
    font-size: 28px;
  }

  .cta_section .cta_content h1 {
    font-size: 34px;
  }
  .cta_section .cta_content p {
    line-height: 1.6;
  }

  .tns-outer .tns-controls {
    justify-content: center;
    display: block;
    top: 0;
    position: relative;
    transform: none;
    text-align: center;
  }
  .tns-outer .tns-controls button {
    margin: 12px 6px;
  }
  .tns-outer .tns-controls button[data-controls="prev"] {
    margin-left: 0px;
  }
  .tns-outer .tns-controls button[data-controls="next"] {
    margin-right: 0px;
  }
}

.mt-10 {
  margin-top: 10px;
}

/*# sourceMappingURL=style.css.map */

.form__container {
  margin-top: 4rem;
  background-color: var(--primary-color);
  border-radius: 2rem;
  padding: 1rem;
}

.title__container {
  width: 100%;
  height: 4.5rem;
  padding: 0.6rem 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #42434e;
}

.title__container h1 {
  letter-spacing: 2px;
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.title__container p {
  color: var(--shadow-color);
  font-size: 0.75rem;
}
.body__container {
  display: flex;
}

.left__container {
  width: 35%;
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: center;
  border-right: 1px solid #42434e;
  padding: 1.25rem 0;
  margin-right: 2rem;
  padding-right: 1.8rem;
}

.side__titles {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-right: 0.6rem; */
}

.title__name {
  padding: 0.6rem 0.1rem;
  margin-bottom: 0.25rem;
}

.title__name h3 {
  margin-bottom: 0.2rem;
  text-align: right;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.title__name p {
  text-align: right;
  color: var(--shadow-color);
  font-size: 0.75rem;
}

.progress__bar__container {
  padding-top: 0.6rem;
  /* height: 100%; */
}
.progress__bar__container ul .active {
  background-color: var(--secondery-color);
}

.progress__bar__container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: var(--shadow-color);
  padding: 0.5rem 0.6rem;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #ffffff;
  margin-left: 2rem;
}

.progress__bar__container ul li::before {
  content: "";
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--shadow-color);
}

.progress__bar__container ul .active::before {
  content: "";
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--secondery-color);
  /* z-index: -1; */
}

.right__container {
  width: 65%;
  display: flex;
  padding: 1.5rem 1.5rem;
}
.right__container fieldset {
  border: none;
}
.sub__title__container {
  padding: 1rem 0 1.2rem 0;
  border-bottom: 1px solid #42434e;
}

.sub__title__container h2 {
  letter-spacing: 2px;

  color: #ffffff;
  margin: 0.4rem 0;
}

.sub__title__container p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.active__form {
  display: none;
}

.input__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.input__container label {
  color: #ffffff;
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
}
.input__container input {
  padding: 0.5rem;
  font-size: 15px !important;
  border-radius: 0.75rem;
  background: none;
  border: 1px solid var(--secondery-color);
  margin-bottom: 1.2rem;
  outline: none;
  color: #ffffff;
  width: 30%;
  margin: 1% 3%;
}

.nxt__btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* float: right; */
  /* width: 30%; */
  padding: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  background: var(--secondery-color);
  color: #ffffff;
  /* border: none; */
  /* outline: none; */
  /* margin-left: 20em; */
  /* margin-top: 0.55em;     */
}

.nxt__btn:hover {
  transform: scale(1.03);
  background: #1cd68c;
  cursor: pointer;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* float: right; */
  margin: 0;
  padding: 0;
  /* justify-content:space-evenly; */
}

.prev__btn {
  margin: 0;
  /* padding: 0.5rem 1.5rem 0.7rem 1.5rem  ; */
  /* background-color: #857373; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  /* margin-right: 20px; */
  /* margin-left: 15rem; */
  cursor: pointer;
}

/*------------------------------- form-2 design --------------------*/

.selection {
  display: flex;
  align-items: center;
  border: 1px solid var(--shadow-color);
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.selection:hover {
  border: 1px solid var(--secondery-color);
  background-color: var(--primary-color);
  cursor: pointer;
}

.imoji {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem;
  margin: 0 0.2rem;
  margin-right: 0.4rem;
  font-size: 2rem;
  font-weight: 900;
  color: yellow;
  border-radius: 50%;
  background: var(--shadow-color);
}

.descriptionTitle h3 {
  color: #ffffff;
  margin-bottom: 4px;
}
.descriptionTitle p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.form__container {
  margin-top: 4rem;
  background-color: var(--primary-color);
  border-radius: 2rem;
  padding: 1rem;
}

.title__container {
  width: 100%;
  height: 4.5rem;
  padding: 0.6rem 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #42434e;
}

.title__container h1 {
  letter-spacing: 2px;
  color: white;
  font-size: 1.25rem;
  margin-bottom: 0.4rem;
}

.title__container p {
  color: var(--shadow-color);
  font-size: 0.75rem;
}
.body__container {
  display: flex;
}

.left__container {
  width: 35%;
  display: flex;
  /* flex-direction: column; */
  /* align-items: center; */
  justify-content: center;
  border-right: 1px solid #42434e;
  padding: 1.25rem 0;
  margin-right: 2rem;
  padding-right: 1.8rem;
}

.side__titles {
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* margin-right: 0.6rem; */
}

.title__name {
  padding: 0.6rem 0.1rem;
  margin-bottom: 0.25rem;
}

.title__name h3 {
  margin-bottom: 0.2rem;
  text-align: right;
  color: #ffffff;
  font-size: 0.8rem;
  letter-spacing: 1px;
}
.title__name p {
  text-align: right;
  color: var(--shadow-color);
  font-size: 0.75rem;
}

.progress__bar__container {
  padding-top: 0.6rem;
  /* height: 100%; */
}
.progress__bar__container ul .active {
  background-color: var(--secondery-color);
}

.progress__bar__container ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  background: var(--shadow-color);
  padding: 0.5rem 0.6rem;
  margin-bottom: 1.2rem;
  border-radius: 50%;
  font-size: 1.4rem;
  color: #ffffff;
  margin-left: 2rem;
}

.progress__bar__container ul li::before {
  content: "";
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--shadow-color);
}

.progress__bar__container ul .active::before {
  content: "";
  width: 1px;
  height: 11vh;
  position: absolute;
  background-color: var(--secondery-color);
  /* z-index: -1; */
}

.right__container {
  width: 65%;
  display: flex;
  padding: 1.5rem 1.5rem;
}
.right__container fieldset {
  border: none;
}
.sub__title__container {
  padding: 1rem 0 1.2rem 0;
  border-bottom: 1px solid #42434e;
}

.sub__title__container h2 {
  letter-spacing: 2px;

  color: #ffffff;
  margin: 0.4rem 0;
}

.sub__title__container p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

.active__form {
  display: none;
}

.input__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}

.input__container label {
  color: #ffffff;
  font-size: 0.75rem;
  margin-bottom: 0.4rem;
}
.input__container input,textarea {
  padding: 0.5rem;
  font-size: 1.4rem;
  border-radius: 0.75rem;
  background: none;
  border: 1px solid var(--secondery-color);
  margin-bottom: 1.2rem;
  outline: none;
  color: #ffffff;
}

.nxt__btn {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* float: right; */
  /* width: 30%; */
  padding: 0.75rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 2rem;
  background: var(--secondery-color);
  color: #ffffff;
  /* border: none; */
  /* outline: none; */
  /* margin-left: 20em; */
  /* margin-top: 0.55em;     */
}

.nxt__btn:hover {
  transform: scale(1.03);
  background: #1cd68c;
  cursor: pointer;
}
.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* float: right; */
  margin: 0;
  padding: 0;
  /* justify-content:space-evenly; */
}

.prev__btn {
  margin: 0;
  /* padding: 0.5rem 1.5rem 0.7rem 1.5rem  ; */
  /* background-color: #857373; */
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  /* margin-right: 20px; */
  /* margin-left: 15rem; */
  cursor: pointer;
}

/*------------------------------- form-2 design --------------------*/

.selection {
  display: flex;
  align-items: center;
  border: 1px solid var(--shadow-color);
  padding: 0.5rem 0.5rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}

.selection:hover {
  border: 1px solid var(--secondery-color);
  background-color: var(--primary-color);
  cursor: pointer;
}

.imoji {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.4rem;
  margin: 0 0.2rem;
  margin-right: 0.4rem;
  font-size: 2rem;
  font-weight: 900;
  color: yellow;
  border-radius: 50%;
  background: var(--shadow-color);
}

.descriptionTitle h3 {
  color: #ffffff;
  margin-bottom: 4px;
}
.descriptionTitle p {
  font-size: 0.75rem;
  color: var(--shadow-color);
}

/*-------------------------------------- form-4 design----------------------------------------- */
.slider {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.75rem;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  position: relative;
  margin-top: 3rem;
  /* margin-right:5rem ; */
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--secondery-color);
  cursor: pointer;
  position: relative;
}

.slider::-webkit-range-thumb {
  width: 50px;
  height: 50px;
  background: var(--secondery-color);
  cursor: pointer;
  position: relative;
}

.output__value {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 2em;
  padding: 0.8rem 0.8rem;
  position: absolute;
  background-color: var(--secondery-color);
}

.output__value::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-color: black;
  transform: rotate(45deg);
  position: absolute;
  margin-top: 40px;
  background-color: var(--secondery-color);
}

@media only screen and (max-width: 600px) {
  body {
    background-color: var(--primary-color);
  }
  .form__container {
    margin: 0;
    padding: 0;
  }

  .body__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }

  .right__container {
    width: 90%;
    margin: 0;
  }
  .title__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
  }

  .left__container {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    border: none;
  }

  .buttons {
    justify-content: space-between;
  }

  .descriptionTitle h3 {
    font-size: 1rem;
  }
  .descriptionTitle p {
    font-size: 0.6rem;
  }

  .side__titles {
    display: none;
    flex-direction: row;
    /* align-items: center;  */
    justify-content: space-evenly;
  }
  .title__name h3 {
    font-size: 0.75rem;
  }
  .title__name p {
    font-size: 0.5rem;
  }

  .progress__bar__container {
    margin-bottom: 0;
  }
  .progress__bar__container ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    /* width: 50%; */
    padding: 0 2rem;
  }

  .progress__bar__container ul::before {
    height: 5vh;
  }
  .progress__bar__container ul li {
    margin: 10px;
    padding: 10px;
    /* transform: rotate(90deg); */
  }
  .progress__bar__container ul .active::before {
    transform: rotate(90deg);
  }
}
.foot-p{
  text-align: justify;
  font-size: 0.9rem;
}
.eco-p {
  max-width: 950px;
}
.quote{
        margin: 0rem 4rem;
    height: 10rem;
    margin-top: 2rem;
}
.quote p{
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.quote h3{
     color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.quote li{
       color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.about-data
{
  text-align: justify;
    font-size: 16px;
    word-spacing: -1px;
}
.contenth1{
color:#ffff !important;
}
