@import url("https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Akaya+Kanadaka&family=Cabin&family=Cinzel&family=Dancing+Script:wght@500&family=Exo+2&family=Francois+One&family=Lilita+One&family=Montserrat:wght@300;500;600;700&family=Nerko+One&family=Nunito:wght@200;300;400;600;700&family=Oleo+Script&family=Oswald:wght@300&family=Patua+One&family=Permanent+Marker&family=Poppins:wght@200;300;400;500;600&family=Roboto&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Akaya+Kanadaka&family=Cabin&family=Cinzel&family=DM+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,500&family=Dancing+Script:wght@500&family=Exo+2&family=Francois+One&family=Lilita+One&family=Montserrat:wght@300;500;600;700&family=Nerko+One&family=Nunito:wght@200;300;400;600;700&family=Oleo+Script&family=Oswald:wght@300&family=Patua+One&family=Permanent+Marker&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abyssinica+SIL&family=Akaya+Kanadaka&family=Cabin&family=Cinzel&family=DM+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,500&family=Dancing+Script:wght@500&family=Exo+2&family=Francois+One&family=Lilita+One&family=Montserrat:wght@300;500;600;700&family=Nerko+One&family=Nunito:wght@200;300;400;600;700&family=Oleo+Script&family=Oswald:wght@300&family=Oxanium:wght@300;500;600;700&family=Patua+One&family=Permanent+Marker&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto&family=Satisfy&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "DM Sans", sans-serif;
}
:root {
  --main-color: #10101e;
  --para-color: #a896b7;
  --white-color: #f5ebff;
  --purple-color: #a044ff;
  --border-color: #a896b7;

  /* fonts */
  --plus-font-family: "Plus Jakarta Sans", sans-serif;
}

html,
body {
  overflow-x: hidden !important;
  /* overflow:hidden; */
  width: 100% !important;
  font-size: 10px;
}

body {
  background: var(--main-color);
}

li {
  list-style: none;
}
a {
  text-decoration: none;
  color: white;
  display: inline-block;
}
.header {
  width: 100% !important;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center !important;
  /* max-width:100vw !important; */
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  /* position: fixed;
  top: 0;
  z-index: 2; */
}
.logo img {
  height: 30px;
  margin-right: 0.5rem;
  align-items: center;
  object-fit: cover;
  margin-bottom: 15px;
  /* object-position:top; */
}
.logo a {
  color: #fff;
  font-family: "Oxanium", sans-serif;
  /* font-size: 29.991px; */
  font-size: 2.5rem;
  font-style: normal;
  display: inline-block;
  font-weight: 300;
  line-height: normal;
  display: inline-block;
  letter-spacing: 0.54px;
}

.header > ul {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
}
.header ul li a {
  color: #fff;
  text-align: center;
  /* body/small */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.5px;
}
.header ul > li a {
  padding: 10px;
}

.header ul li a {
  color: #fff;
  text-align: center;
  /* body/small */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 1.5px;
}
.header ul > li a {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 20px;
  transition: 0.5s ease-in;
}
.header_hover:hover {
  cursor: pointer;
  color: rgb(129, 126, 126);
}

.contact_btn {
  display: inline-block;
  padding: 1.2rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  border-radius: 20px;
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  box-shadow: 5px 5px 10px 0px rgba(158, 67, 250, 0.2);
  cursor: pointer;
}

/* .header ul > li a {
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 20px;
  transition: 0.5s ease-in;
  font-size: 16px;
  margin-left: 1rem;
} */
.header ul > li a:hover {
  cursor: pointer;
  transition: 0.5s ease-in;
}

.first_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px 10px;
  z-index: -5;
}
.dropdown-menu {
  /* position: absolute;
  left: -20px;
  top: 30px; */
  display: flex;
  /* margin-top: 1rem; */
  border-radius: 20px;
  border: 1px solid var(--glass-border, #312a36);
  background: rgba(30, 17, 44, 0.6);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);

  flex-direction: column;
  width: 60rem;
  height: 530px;
  min-height: auto;
  /* z-index: 999 !important; */
}

.dropdown_img {
  background-color: white;
  align-self: flex-start;
  width: 40px;
  height: 40px;
  object-fit: contain;
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
}
.dropdown_img img {
  width: 100%;
}

.dropdown_content {
  color: #fff;
  margin-left: 1.6rem;
}

.dropdown_content p:nth-child(1) {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.dropdown_content p:nth-child(2) {
  color: var(--gray-purple, #a896b7);
  font-size: 1.2rem;
  font-style: normal;
  width: 52rem;
  display: inline;
  font-weight: 400;
  line-height: 2rem; /* 153.846% */
  letter-spacing: 1.5px;
}
.dropdown_btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.dropdown_btn {
  background-color: var(--purple-color);
  border-radius: 20px;
  color: var(--white-color);
  padding: 10px 15px;
  font-size: 1.2rem !important;
}

.line_bottom {
  width: 100% !important;
  --webkit--width: 100%;
  position: absolute;
  text-align: center;
  bottom: -1.5px;
}
.line {
  border: 1px solid var(--border-color);
  min-width: 100%;
  margin-top: 1rem;
}
.line {
  border: 1px solid var(--border-color);
  max-width: 100%;
  margin-top: 1rem;
}

.second_content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  padding: 4rem 1.5rem !important;
  position: relative;
}
.second_content:hover {
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%) !important;
  box-shadow: 5px 5px 10px 0px rgba(158, 67, 250, 0.2);
}
.third_content:hover {
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%) !important;
  box-shadow: 5px 5px 10px 0px rgba(158, 67, 250, 0.2);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.line_bottom {
  width: 100%;
  max-width: 1440px;
  position: absolute;
}

.header .dropdown-menu {
  display: none;
  transition: 0.5s ease-in;
}
.header ul li:hover .dropdown-menu {
  transition: 0.5s ease-in;
  display: flex;
}

.dev_menu {
  display: flex;
  position: absolute;
  width: 26vw;
  left: 25%;
  top: 30px;
  border-radius: 20px;
  border: 1px solid var(--glass-border, #312a36);
  background: rgba(30, 17, 44, 0.6);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);

  z-index: 3 !important;
  margin: 0;
  padding: 0;
  z-index: 999 !important;
  margin: 5px;
}

.dev_menu li {
  display: flex;
  flex-direction: column;
  width: 100% !important;
}
.dev_menu .dev_box:nth-child(1) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.dev_menu .dev_box:nth-child(3) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.dev_menu .dev_box:hover {
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  box-shadow: 5px 5px 10px 0px rgba(158, 67, 250, 0.2);
}
.dev_box {
  width: 100%;
  padding-top: 5px;
}
.dev_menu .dev_box img {
  background-color: var(--white-color);
  padding: 10px;
  margin: 10px 0 10px 10px;
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.dev_menu .dev_box a {
  font-size: 2rem;
  margin-left: 1rem;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}

.service_box:last-child {
  height: 20vh !important;
}

.dev_menu .dev_box img {
  border-radius: 10px;
  margin-left: 20px;
}

.service_box:last-child {
  height: 20vh !important;
}

.dev_menu .dev_box img {
  border-radius: 10px;
  margin-left: 20px;
}

.service_menu {
  position: absolute;
  left: 40%;
  height: auto;
  top: 40px;
  width: 35vw;
  z-index: 999;
}
.service_menu .service_box:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.service_menu .service_box p {
  color: var(--gray-purple, #a896b7);
  font-family: "DM Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 0.5px;
  /* width: 38vw; */
  padding-left: 83px;
  margin-bottom: 40px;
}
.dev_menu {
  display: none;
  transition: 0.3s ease-in;
}
.header ul li:hover .dev_menu {
  transition: 0.3s ease-in;
  display: block;
}

/* header mobile responsive design ============================================*/
.header_icons {
  display: none;
}
.side_accordian {
  display: none;
}

@media (max-width: 769px) {
  html,
  body {
    overflow-x: hidden;
  }
  .side_accordian {
    display: block !important;
    z-index: 999999999999999 !important;
  }
  .mobile_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px !important;
  }
  .mobile_nav {
    padding: 10px;
  }
  .menu {
    font-size: 20px;
  }
  .close_icon {
    padding-right: 15px;
  }

  /* sidebar show */
  .side_accordian {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 0;
    transition: 0.3s ease-in !important;
  }

  .side_accordian.sidebar_active {
    transition: 0.3s ease-in;
    display: block !important;
  }

  /* solution section in navbar */

  .menu_accordian {
    position: fixed !important;
    top: 0%;
    left: 0;
    height: 100vh;
    width: 100% !important;
    border: 1px solid var(--glass-border, #312a36);
    background: rgba(30, 17, 44, 0.6);
    min-width: 100vw !important;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    /* backdrop-filter: blur(100px); */
    transition: 0.4s;
    color: white;
    overflow-y: scroll;
    z-index: 999 !important;
    background-color: var(--main-color);
  }
  .first_menu {
    z-index: 9999 !important;
  }
  .link {
    z-index: 99999 !important;
  }
  .header_icons {
    display: block !important;
  }

  .header .menu_bar {
    display: none;
    transition: 0.4s ease-in-out;
  }
  .link {
    font-size: 18px;
    background-color: var(--main-color) !important;
  }
  .dropdown_link {
    margin: 0 !important;
    border-bottom: 1px solid white;
    width: 100% !important;
    /* padding:15px 15px 15px 45px; */
  }
  .dropdown_link {
    padding: 20px 20px !important;
  }
  .sub_menu {
    padding: 15px 15px 15px 45px;
  }

  .first_menu .content {
    display: flex;
    align-items: center;
  }
  .first_img {
    background-color: white;
  }

  .first_img img {
    padding: 5px !important;
    width: 30px !important;
  }
  .first_menu_content {
    margin-left: 2rem;
    color: var(--White-purple, #f5ebff);
    text-align: center;

    /* body/small */
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
  }
  .bottom_para {
    margin-top: 10px;
    /* font-size:15px; */
    color: var(--Gray-purple, #a896b7);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 153.846% */
    letter-spacing: 0.5px;
  }
  .first_btns {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .menu_accordian {
    /* z-index:9999 !important; */
  }
  .second_menu {
    margin: 5rem 0rem;
  }
  /* dropdown down and up  Show and hide */
  .menu_accordian .sub_menu {
    display: none !important;
    transition: 0.2s ease-in-out !important;
  }

  .menu_accordian .link.active .sub_menu {
    transition: 0.2s ease-in-out;
    display: block !important;
  }

  .link {
    border: 1px solid var(--glass-border, #312a36);
    background: rgba(30, 17, 44, 0.6);
    min-width: 100vw !important;
    box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
    color: white;
  }
  /* bottom_border show and hide in navbar */
  .line_navbar {
    display: none;
  }
  .link.active .line_navbar {
    display: block;
  }

  /* Developer section in navbar */

  .dev_nav_box {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .dev_nav_img img {
    background-color: #fff;
    border-radius: 5px;
  }
  .dev_para {
    margin-left: 5rem;
    color: var(--White-purple, #f5ebff);
    text-align: center;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: 0.5px;
  }
  .dev_nav_img.image img {
    padding: 5px;
  }

  /* contact btn */
  .middle {
    margin-top: 3rem;
    text-align: center;
  }
}

@media (max-width: 426px) {
  .side_accordian {
    display: none;
    transition: 0.2s ease-in;
  }
  .side_accordian.sidebar_active {
    display: block !important;
    transition: 0.2s ease-in;
  }
  .side_accordian {
    z-index: 99999 !important;
  }
  .sub_menu {
    display: none !important;
    transition: 0.2s ease-in-out;
  }
  .menu_accordian .link.link.active .sub_menu {
    transition: 0.2s ease-in-out;
    display: block !important;
  }
}

/* contact section */

.contact_section {
  color: white;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.contact_box {
  border-radius: 20px;
  border: 1px solid var(--glass-border, #312a36);
  background: rgba(30, 17, 44, 0.6);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 4rem 2rem;
  text-align: center;
}

.left_contact {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.left_contact .contact_line {
  width: 70%;
  border: 1px solid var(--border-color);
  margin: 1rem 0;
}

.left_contact .contact_heading {
  font-size: 5rem;
  font-weight: bold;
  color: var(--white-color, #f5ebff);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.8px;
  margin-bottom: 0rem;
}

.left_contact > p {
  color: var(--white-purple, #f5ebff);
  font-family: "DM Sans", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.contact_light {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: linear-gradient(to bottom right, #9b42f4 0%, rgba(0, 0, 0, 0) 50%)
      bottom right / 50% 50% no-repeat,
    linear-gradient(to bottom left, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) bottom
      left / 50% 50% no-repeat,
    linear-gradient(to top left, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) top left /
      50% 50% no-repeat,
    linear-gradient(to top right, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) top right /
      50% 50% no-repeat;
  filter: blur(110px);
}

.contact-email {
  color: var(--purple-color, #a044ff);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-email:hover {
  color: var(--white-purple, #f5ebff);
}


@media (max-width: 768px) {
  .left_contact .contact_heading {
    font-size: 4rem;
  }
  
  .left_contact > p {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .contact_box {
    padding: 3rem 1rem;
  }
  
  .left_contact .contact_heading {
    font-size: 3rem;
  }
  
  .left_contact > p {
    font-size: 1.2rem;
  }
}

/* right contact */

.right_contact {
  width: 80%;
}
.right_heading {
  color: var(--white-color, #f5ebff);
  font-family: "DM Sans" sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.648px;
}
.right_contact > p {
  color: var(--white-color, #f5ebff);
  font-family: "DM Sans" sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.128px;
}
.input_group {
  margin: 20px;
}
.input_group label {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.input_group .input {
  padding: 10px;
  font-size: 1.3rem;
  border-radius: 8px;
  border: 1px solid var(--glass-border, #312a36);
  background: var(--gray-purple, #a896b7);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.input_group .input:focus {
  background: var(--gray-purple, #a896b7);
  width: 100%;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.right_heading,
p {
  margin-left: 1.3rem;
}
.error {
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 2px;
  margin: 0.2rem 0.2rem;
  /* display: none; */
}

.product {
  font-size: 1.5rem;
  color: var(--white-purple, #f5ebff);
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12px;
  margin-left: 2rem;
}
.product_group {
  margin: 20px;
  background-color: var(--border-color);
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #c2c6cc;
  background: var(--gray-purple, #a896b7);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.product_group label {
  font-size: 1.3rem;
  color: var(--glass-border, #312a36);
  font-family: "Montserrat" sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.sumbit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 12vh;
  margin-bottom: 40px;
  /* height: 40vh; */
}
.sumbit #submit_btn {
  font-size: 2rem;
  border-radius: 28px;
  width: 50.4rem;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  outline: 0;
  border: 0;
  background: var(--gradient, linear-gradient(90deg, #6a3093 0%, #a044ff 100%));
}

/* modal box================ */
.mymodal {
  background-color: var(--main-color);
  color: #fff;
}

.modal-title {
  font-size: 18x;
  font-family: "DM Sans", sans-serif;
}
.modal-body {
  text-align: center;
}
.modal-body i {
  font-size: 50px;
  border-radius: 50%;
  background-color: var(--purple-color);
  padding: 10px 15px;
}
.modal_close_btn {
  padding: 10px 20px;
  background-color: var(--purple-color);
  color: var(--white-color);
  border: 0;
  outline: 0;
  font-size: 14px;
  border-radius: 10px;
}

/* footer section============== */
.footer_section {
  /* height: 18rem; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* border-top: 1px solid var(--border-color); */
}

.footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  /* padding: 0 5% 0 5%; */
}

.footer .left {
  align-items: center;
}

.footer_section .left img {
  height: 30px;
  margin-right: 0.6em;
  object-fit: cover;
  margin-bottom: 1.4rem;
}
.footer_logo {
  color: var(--white-color);
  font-family: "Oxanium" sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.54px;
}

.footer_section .right {
  align-items: center;
}
.footer .right a {
  font-size: 1.8rem;
  margin-left: 1.5rem;
  transition: 0.2s linear;
}

.bottom_footer {
  margin: 10px;
}
.bottom_left {
  color: var(--white-color);
  font-size: 1.5rem;
  width: 50vw;
}
.bottom_right a {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 1rem;
}
.bottom_right {
  float: right;
  text-align: right;
}

.footer_box {
  position: absolute;
  width: 100%;
}
.footer_img {
  width: 450px;
  height: 200px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: linear-gradient(to bottom right, #9b42f4 0%, rgba(0, 0, 0, 0) 50%)
      bottom right / 50% 50% no-repeat,
    linear-gradient(to bottom left, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) bottom
      left / 50% 50% no-repeat,
    linear-gradient(to top left, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) top left /
      50% 50% no-repeat,
    linear-gradient(to top right, #9b42f4 0%, rgba(0, 0, 0, 0) 50%) top right /
      50% 50% no-repeat;
  filter: blur(108px);
}

/* header section responsive */

@media (min-width: 1440px) {
  .header {
    /* padding: 0 15% 0 5%; */
  }
}
@media (max-width: 1025px) {
  .header > ul li a {
    font-size: 15px !important;
    padding: 10px 10px;
    margin: 0;
  }

  .header {
    /* padding: 0 5% 0 5% !important; */
  }
}

/* hero_section ========================*/
@media (max-width: 1240px) {
  html,
  body {
    font-size: 8px;
  }
  .hero_img_box .img {
    width: 80vw;
  }
}

@media (max-width: 996px) {
  .hero_content {
    width: 70%;
  }
  .hero_content h2 {
    font-size: 3rem;
  }
  .hero_section .col {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 786px) {
  .hero_section .row {
    margin-top: 2.5rem;
  }
  .hero_img_box img {
    width: 45vw;
  }
}
@media (max-width: 426px) {
  .hero_section .row {
    margin-top: 18rem;
  }
  .hero_img_box {
    margin-top: 4vw;
    text-align: center;
    margin-top: 5rem;
  }
}

@media (min-width: 1440px) {
  .hero_section {
    gap: 0;
  }
  .hero_img_box {
    margin-left: 0;
  }
}

/* contact responive */
@media (max-width: 426px) {
  .contact_section .row > .col {
    height: 75vh;
  }
}

/* footer section */
@media (max-width: 427px) {
  .bottom_left {
    width: 100%;
    font-size: 2rem;
  }
  .right a i {
    font-size: 2rem;
  }

  .bottom_right a {
    display: block;
    font-size: 1.8rem;
    padding-top: 6px;
  }
  .bottom_right a {
    text-align: left;
  }
}

@media (max-width: 426px) {
  .footer_section .right {
    text-align: left;
    margin-right: 1.6rem;
  }
  .footer_section {
    height: 70vw;
  }
  .footer .right a {
    font-size: 2rem;
  }

  .bottom_left {
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 376px) {
  .footer_section {
    height: 85vw;
  }
  .footer {
    margin-top: 1rem;
  }
}
@media (min-width: 1440px) {
  .footer_section {
    /* width: 1200px; */
    /* padding-right: 200px; */
  }
}
@media (max-width: 1024px) {
  .header {
    /* padding: 0 5% 0 5%; */
  }
  body {
    font-size: 8.5px;
  }
}
@media (max-width: 905px) {
  body {
    font-size: 8px;
  }
}

@media (max-width: 427px) {
  .right_contact {
    width: 100%;
  }
  .left_contact {
    margin-left: 2rem;
  }
}

@media (min-width: 1240px) and (max-width: 1440px) {
  .footer_section {
    width: 100% !important;
  }
  .header {
    width: 100% !important;
    padding: 0 2% 0 2% !important;
  }
}

.checkboxTextStyle {
  margin-left: 10px;
  color: var(--glass-border, #312a36);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}
.inputStyle {
  color: var(--glass-border, #312a36);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
}

.container_body {
  width: "100%";
  max-width: 100vw;
  display: flex;
  justify-content: center;
  /* margin-left: 20vw; */
  padding-bottom: 3vh;
}

.container_inside {
  min-width: "100%";
  max-width: 90vw;
}

.footer_container {
  width: "100%";
  max-width: 100vw;
  display: flex;
  justify-content: center;
  /* margin-left: 20vw; */
  border: 1px solid var(--glass-border, #312a36);
}
