@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;
  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 {
  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;
  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: 99 !important;
}

.first_content_container:hover {
  background: linear-gradient(90deg, #6a3093 0%, #a044ff 100%);
  box-shadow: 5px 5px 10px 0px rgba(158, 67, 250, 0.2);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 99 !important;
}

.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;
  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 !important;
  }
  .close_icon {
    padding-right: 15px;
    font-size: 20px !important;
  }

  /* sidebar show */
  .side_accordian {
    display: none !important;
    width: 100vw;
    position: absolute;
    top: 0;
    transition: 0.3s ease-in !important;
  }

  .side_accordian.sidebar_active {
    display: block !important;
    transition: 0.3s ease-in;
  }

  /* 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);
    /* backdrop-filter: blur(100px); */
    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) {
  html,
  body {
    overflow-x: hidden !important;
  }
  .side_accordian {
    z-index: 99999 !important;
  }
  .sub_menu {
    display: none !important;
    transition: 0.2s ease-in;
  }
  .menu_accordian .link.link.active .sub_menu {
    transition: 0.2s ease-in;
    display: block !important;
  }
}

/* Hero_section */

.hero_section {
  color: #fff;
  width: 100%;
  height: 100vh;
}
.hero_content h2 {
  color: var(--white-purple, #f5ebff);
  font-family: "DM Sans", sans-serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 76px; /* 126.667% */
  letter-spacing: 0.5px;
  text-decoration-line: underline;
}
.hero_content .para {
  color: var(--gray-purple, #a896b7);
  font-size: 20px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.hero_content .para2 {
  margin-top: 30px;
  color: var(--white-color, #f5ebff);
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 0.5px;
}
.hero_section .col {
  /* background-color: #A044FF; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero_section .hero_img_logo {
  /* width:120px; */
  /* position: relative; */
  /* filter:(brightness(200px)); */
  position: relative;
  z-index: -99 !important;
}
.hero_img_logo img {
  width: 250px;
  z-index: -99 !important;
}

.about_light {
  position: absolute;
  top: 20;
  right: -10;
  width: 50;
  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);
  z-index: -99;
}

.our_mission {
  color: #fff;
  text-align: center;
  width: 100vw;
  position: relative;
  margin-bottom: 10vh;
  /* height: 100vh; */
}
.our_mission h1 {
  color: var(--white-purple, #f5ebff);
  /* text-align: center; */
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 80px; /* 133.333% */
  letter-spacing: 0.5px;
}
.our_mission p {
  color: var(--glass-border, #a896b7);
  /* text-align: center; */
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 145.833% */
  letter-spacing: 0.5px;
}
.headings {
  position: relative;
}
.about_light2 {
  position: absolute;
  width: 400px;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  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);
  z-index: -99;
}
.banner_container {
  width: 100vw;
  margin-top: 3rem;
}
.banner_container img {
  min-width: 100%;
  /* max-width: 1440; */
  height: 25rem;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

/* about main  section */

.about_main {
  color: #fff;
  width: 100%;
  height: 100vh;
  max-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_main_img {
  display: flex;
  justify-content: center;
  align-items: center;
  object-fit: cover;
}
.about_main_Content {
  width: 50rem;
}
.about_main_img img {
  width: 100%;
  object-fit: cover;
}
.about_main .row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about_main_Content .name {
  color: var(--white-color, #f5ebff);
  /* title/large */
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;

  line-height: 76px; /* 126.667% */
  letter-spacing: 0.5px;
}
.about_main_Content .title {
  color: var(--gray-purple, #a896b7);
  font-size: 2.1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 104.762% */
  letter-spacing: 0.15px;
}
.about_main_Content .description {
  color: var(--white-color, #f5ebff);
  /* body/large */
  font-size: 1.45em;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  letter-spacing: 0.5px;
}
.about_main_Content .profile a {
  color: var(--purple-color, #a044ff);
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* letter-spacing: 0.15px; */
  text-decoration-line: underline;
}
.about_main {
  position: relative;
}
.about_main .left_img {
  position: absolute;
  width: 400px;
  top: 15%;
  left: 35%;
  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);
}

.about_main .about_content2 {
  margin-left: 4rem !important;
}

.contact_me {
  color: #fff;
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact_me p {
  color: var(--white-color, #f5ebff);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px; /* 145.833% */
  letter-spacing: 0.5px;
}
.contact_me a {
  margin-top: 2rem;
  width: 50vw;
  padding: 10px 20px;
  font-size: 1.6rem;
  color: var(--white-color);
  border-radius: 28px;
  text-align: center;
  background: var(--gradient, linear-gradient(90deg, #6a3093 0%, #a044ff 100%));
}

/* footer section============== */
.footer_section {
  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;
  /* margin-top:10px; */
}

.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);
}

@media (min-width: 1440px) {
  .footer_section {
    /* width: 100% !important;
    margin: 4rem auto !important; */
  }
}

.header {
  margin: 0 auto !important;
}

/* about_main responsive */
@media (max-width: 769px) {
  .about_main .name {
    font-size: 3rem;
    margin: 0;
    line-height: 2;
  }
  .about_main .description {
    line-height: 2;
  }
  .about_main .profile a {
    line-height: 2;
    font-size: 2rem;
  }

  .about_main2 {
    margin-top: 2rem;
  }
}

@media (max-width: 500px) {
  .about_main {
    margin-top: 40rem;
  }
  .about_main .description {
    /* text-align: center; */
    width: 100vw;
    font-size: 2em;
    padding-right: 15px;
  }
  .about_content2 {
    margin-left: 0rem;
  }
}
@media (max-width: 427px) {
  .about_main {
    margin-top: 40rem;
  }
  .about_main2 .about_content2 {
    margin-left: 0rem !important;
  }
  .about_second_row {
    flex-direction: column-reverse;
  }
  .contact_me {
    /* height:100vh; */
    margin-top: 25rem;
  }
}

/* * header section responsive */
@media (min-width: 1440px) {
  .header {
    /* padding: 0 15% 0 5%; */
  }
}

/* hero_section ========================*/
@media (max-width: 1240px) {
  html,
  body {
    font-size: 8px;
  }
  .hero_img_box .img {
    width: 80vw;
  }
}

/* hero_section responsive */
@media (max-width: 996px) {
  .hero_content {
    width: 100%;
  }
  .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;
  }
  .hero_section .hero_content h2 {
    font-size: 3rem !important;
    line-height: 1.5 !important;
  }
  .hero_content .para {
    margin-top: 1.5rem;
  }
}
/* 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 2% 0 2% !important;
  }
} */

@media (min-width: 1240px) and (max-width: 1440px) {
  .footer_section {
    width: 100% !important;
  }
  .header {
    width: 100% !important;
    padding: 0 2% 0 2% !important;
  }
}

@media (min-width: 1440px) {
  .hero_section {
    gap: 0;
  }
  .hero_img_box {
    margin-left: 0;
  }
}

@media (max-width: 376px) {
  .hero_section .row .hero_content h2 {
    display: inline;
    font-size: 2rem;
  }
}

/*our_mission  section*/
@media (max-width: 769px) {
  html,
  body {
    font-size: 7.6px;
  }
}

@media (max-width: 427px) {
  .our_mission {
    margin-top: 55rem;
  }
  .hero_content h2 {
    font-size: 2rem;
    display: inline;
  }
  .headings {
    padding: 0 5% 0 5%;
  }
  .our_mission p {
    letter-spacing: 2px;
    width: 100%;
  }
  .our_mission h1 {
    font-size: 4.5rem;
    line-height: 1.5;
  }

  /* 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 (min-width: 1024px) {
    .footer_section {
      /* padding: 0 5% 0 5%; */
    }
    .footer_section .row {
      /* padding: 0 5% 0 5%; */
    }
  }
}

.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);
}
