.social-icons a {
    margin: 0 10px;
    font-size: 24px;
    color: #555;
    text-decoration: none;
}

.social-icons a:hover {
    color: #000;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
}

.hero-section .flex_container h1 {
  font-weight: 700;
  font-size: 70px;
  line-height: 75px;
}

.hero-section {
  background: linear-gradient(120deg, #1B2834, #2E6E8F, #C45243);
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .flex_container {
  width: 100%;
  max-width: 1700px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

@media only screen and (max-width: 1000px) {
  .hero-section .flex_container{
    flex-wrap: wrap;
  }
}

.hero-section .flex_container .right {
  width: 100%;
  max-width: 865px;
}
.hero-section .flex_container .like_logo {
  margin-bottom: 100px;
  max-width: 62px;
  max-height: 62px;
}
.hero-section .flex_container h1 {
  
  color: #fff;
}
.hero-section .flex_container h1 span {
  color: #f8ff13;
}
.hero-section .flex_container .main_btn {
  padding: 32px 115px;
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF; /* Pure white text */
background: #A63A5B; /* Deep Indigo background */
border: 1px solid #A63A5B; /* Lighter purple border */

  border-radius: 12.86px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 100px;
  transition: 0.2s ease-in-out;
}
.hero-section .flex_container .main_btn:hover {
  background: #A63A5B;
}
.hero-section .flex_container .steps_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.hero-section .flex_container .steps_flex .item {
  position: relative;
  margin-right: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.item img{
  max-width: 40px;
  background-color: #A63A5B;
  border-radius: 10px;
  padding: 10px;
}

.hero-section .flex_container .steps_flex .item::after {
  content: "";
  display: block;
  width: 45px;
  height: 30px;
  position: absolute;
  background-image: url("img/separator.png");
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
.hero-section .flex_container .steps_flex .item:last-child {
  margin-right: 0px;
}
.hero-section .flex_container .steps_flex .item:last-child::after {
  display: none;
}
.hero-section .flex_container .steps_flex .item img {
  margin-right: 20px;
}
.hero-section .flex_container .steps_flex p {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

footer {
  height: 150px;
  background: #C45243  ;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer_flex {
  width: 100%;
  max-width: 1700px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer_flex nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
footer .footer_flex nav ul a {
  font-size: 18px;
  color: white;
}
footer .footer_flex .right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 600px;
}
footer .footer_flex .right img {
  margin-right: 24px;
}
footer .footer_flex .right p {
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

.contact_section {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5));
background-size: cover;
background-position: top;
  background-repeat: no-repeat;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.contact_section .inherit_container {
  width: 100%;
  max-width: 1120px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.contact_section .inherit_container h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 66px;
  color: #fff;
}
.contact_section .inherit_container form {
  width: 100%;
  max-width: 516px;
}
.contact_section .inherit_container form label {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
.contact_section .inherit_container form .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_section .inherit_container form .row .input_item {
  width: 100%;
  max-width: 49%;
}
.contact_section .inherit_container form .input_item {
  margin-bottom: 16px;
}
.contact_section .inherit_container form .input_item textarea,
.contact_section .inherit_container form .input_item input {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  height: 46px;
  padding: 12px;
  border: none;
  outline: none;
  font-family: "Poppins", sans-serif;
}
.contact_section .inherit_container form textarea {
  height: 100px !important;
  resize: none;
}
.contact_section .inherit_container form input[type="submit"],
.contact_section .inherit_container form button[type="submit"],
.contact_section .inherit_container form button {
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
  padding: 14px 0px;
  background: #C45243 ;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.contact_section .inherit_container form input[type="submit"]:hover,
.contact_section .inherit_container form button[type="submit"]:hover,
.contact_section .inherit_container form button:hover {
  background: #C45243;
}

/* Style for the description text above the form */
.form_description {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center; /* Center the text */
}

/* Pop-up styles */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
}

.popup-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 400px;
  max-width: 90%;
  text-align: center;
  border-radius: 8px;
}

.close-btn {
  color: #C45243;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
  color: #d57b0d;
}

.how_to_hero {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  background: linear-gradient(120deg, #C45243, #0C0A3E, #A63A5B);

  margin-bottom: 80px;
}
.how_to_hero .inherit_container {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.how_to_hero .inherit_container h1 {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 40px;
}
.how_to_hero .inherit_container p {
  font-size: 16px;
  line-height: 26px;
}
.how_to_hero .inherit_container .text {
  color: #fff;
  width: 100%;
  max-width: 1023px;
}

.text-center {
  text-align: center;
}

.how_to_items_list {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.how_to_items_list h2 {
  color: #000;
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 90px;
}
.how_to_items_list .items_container {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.how_to_items_list .items_container .item {
  width: 100%;
  max-width: 315px;
  margin-bottom: 50px;
}
.how_to_items_list .items_container .item img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 84px;
  margin-bottom: 30px;
}
.how_to_items_list .items_container .item img + p {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 20px;
}
.how_to_items_list .items_container .item img + p + p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 1620px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero-section {
    height: 100vh;
  }
  .hero-section .flex_container .left img {
    max-width: 600px;
  }
  .hero-section .flex_container h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .hero-section .flex_container .main_btn {
    padding: 15px 30px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .hero-section .flex_container .like_logo {
    margin-bottom: 20px;
  }
  .hero-section .flex_container .left {
    max-width: 60%;
  }
  .hero-section .flex_container .left img {
    max-width: 100%;
  }
  .hero-section .flex_container .right {
    box-sizing: border-box;
    max-width: 60%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-section .flex_container .steps_flex {
    flex-wrap: wrap;
    gap: 25px;
  }
  .hero-section .flex_container .steps_flex .item::after {
    display: none;
  }
}
.display_on_mobile {
  display: none;
}

@media screen and (max-width: 1500px) {
  footer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .footer_flex {
    justify-content: center;
  }
  footer .footer_flex nav {
    width: 100%;
    margin-bottom: 23px;
  }
  footer .footer_flex nav ul {
    width: 100%;
    justify-content: space-around;
    gap: 25px;
  }
  .how_to_hero .inherit_container {
    justify-content: center;
  }
}
@media screen and (max-width: 991px) {
  .contact_section .inherit_container {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact_section .inherit_container h1 {
    margin-bottom: 100px;
  }
  .hero-section {
    height: auto;
    padding-top: 80px;
  }
  .hero-section .flex_container .left img{
    display: none !important;
  }
  .asddsa{
    display: none;
  }
  .hero-section .flex_container .right {
    max-width: 350px !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .hero-section .flex_container .right .like_logo {
    margin-bottom: 36px;
  }
  .hero-section .flex_container .right .display_on_mobile {
    display: block;
    width: 100%;
  }
  .hero-section .flex_container .right h1 {
    font-size: 33px;
    line-height: 120%;
    margin-bottom: 32px;
  }
  .hero-section .flex_container .right .main_btn {
    margin-bottom: 50px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 19px;
  }
  .hero-section .flex_container .right .steps_flex {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
} /*# sourceMappingURL=style.css.map */

@font-face {
  font-family: "Rocher";
  src: url(https://assets.codepen.io/9632/RocherColorGX.woff2);
  color: #C45243;
}

@font-palette-values --Grays {
  font-family: Rocher;
  base-palette: 9;
}

@font-palette-values --Purples {
  font-family: Rocher;
  base-palette: 6;
}

@font-palette-values --Mint {
  font-family: Rocher;
  base-palette: 7;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo h3 {
  font-family: Rocher;
  font-size: 25px;
  text-shadow: 1px 2px #222831 ;
}

.logo-img {
  height: 100px;
  width: 100px;
}

.logo-container {
  padding-bottom: 1rem;
}
