/* @font-face {
  font-family: NanumGothic-Regular;
  src: url("../font/Nanum_Gothic/NanumGothic-Regular.ttf") format("truetype");
} */
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic&family=Nunito+Sans:opsz,wght@6..12,500&display=swap'); */

@font-face {
  font-family: Inter;
  src: url("../font/Inter-VariableFont_opsz\,wght.ttf") format("truetype");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

  /* font-family: 'Nunito Sans', sans-serif; */
  /* font-family: Inter !important; */
}

/* Theming */

/* import font */

:root {
  --white: #f9f9f9;
  --black: #36383f;
  --gray: #85888c;
}


/* variables*/

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--white);
  /* font-family: "Poppins", sans-serif; */
  font-family: Inter !important;
}

.container-fluid {
  padding: 0 110px !important;
}

.social-media-icon {
  position: fixed;
  right: 0;
  background: #fff3cf;
  padding: 10px;
  color: #000 !important;
}

.social-media-icon a {
  color: #000 !important;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* Header */
.header {
  z-index: 9999;
  position: absolute;

  width: 100%;
  left: 0;
  top: 0;

  padding: 0 90px;
}

.main {
  margin-top: 150px !important;
}

/* Logo */
.header>.logo {
  display: inline-block;
  color: #000;
  font-size: 25px;

  margin: 23px 0px;
}

.header>.nav {
  display: block !important;
  text-align: center !important;
  width: 100%;
  height: 108%;
  position: fixed;
  background-color: #000;
  overflow: hidden;
  left: 0;
  z-index: -1;
  top: 0;
}

.menu a {
  display: block;
  padding: 30px;
  color: #000 !important;
  font-size: 17px;
}

.menu a:hover {
  background-color: var(--gray);
}

.header>.nav {
  max-height: 0;
  transition: max-height 0.5s ease-out;
}

/* Menu Icon */
.hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}

/* Style label tag */

.hamb-line {
  background: var(--white);
  display: block;
  height: 2px;
  position: relative;
  width: 24px;
}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
  background: var(--white);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}

.side-menu {
  display: none;
}

/* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked~nav {
  max-height: 100%;
}

.side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

.banner {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../images/banner.jpg");

  min-height: 380px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
}

/* Position the navbar container inside the image */
.container {
  width: auto;
}

.para_txt {
  /* text-align: justify; */
  line-height: 1.5;
  font-size: 20px;
  font-family: Inter !important;
}

.para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 13px;

  margin-top: 4px !important;
  font-family: Inter !important;
}

.content_head {
  font-size: 18px;
  font-family: Inter !important;
}

.head_text {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  font-family: Inter !important;
}

.design_heading {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-size: 20px;
  /* font-weight: 800; */
  margin-bottom: 20px;
}

.work_head_text {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
}

.work {
  font-size: 12px;
  font-weight: bold;
  color: darkgray;
  text-transform: uppercase;
}

.tab-content h5 {
  font-size: 16px;
  font-family: Inter !important;
}

.flex-container {
  display: flex;
  flex-wrap: nowrap;
}

.flex-container>div {
  width: 100%;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 25px;
  font-family: Inter !important;
}

.mixed-text {
  margin-top: 20px;
  font-size: 18px;
  font-family: Inter !important;
}


.venture_sub_heading {
  font-weight: 700 !important;

  font-size: 17px;
  margin-top: 10px;
  font-family: Inter !important;
}

.latest_sub_heading {
  font-weight: 500 !important;
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-size: 40px;
  margin-top: 25px;
}

.count {
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Inter !important;
}

.venture_latest_heading {
  font-size: 22px;

  padding: 10px 10px;
  padding: 80px 0 40px 0;
  width: 100%;
  font-weight: 600 !important;
  font-family: Inter !important;
}

.leadership_team_heading {
  font-size: 22px;

  padding: 10px 10px;
  padding: 80px 0 40px 0;
  width: 22%;
  font-weight: 600 !important;
  font-family: Inter !important;
}

/*
.venture_sub_heading {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
}
*/
.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 5px 0;
  margin-right: 60px;
  color: #999 !important;
}

.nav-tabs .nav-item .nav-link {
  text-align: left;
  font-family: Inter !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background: transparent !important;
  /* font-weight: 900; */
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 4px solid rgb(0, 0, 0);
  color: #000 !important;

}

.nav-tabs .nav-link:hover {
  border-bottom: 4px solid #000;
  color: #000 !important;
  /* font-weight: 900; */
}

@media (max-width: 991px) {
  .nav-tabs .nav-item .nav-link {
    border: none;
    padding: 5px 0;
    margin-right: 30px;
  }
}

.venture_para {
  font-size: 13px;
  font-family: Inter !important;
}

.design_para {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Inter !important;
}

.leadership_sub_para {
  font-size: 17px;
  font-family: Inter !important;
}

.venture_link {
  font-size: 16px;
  color: #000 !important;
  font-weight: 600;
  font-family: Inter !important;
}

.fa-arrow-right {
  margin-left: 5px;
}

.about_para_txt {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 17px;
  font-family: Inter !important;
}

.work_para_txt {
  /* text-align: justify; */
  line-height: 1.5;
  font-family: Inter !important;
  font-size: 26px;
}

.work_para_sm_txt {
  font-size: 20px;
  font-family: Inter !important;
}

.para-sm {
  font-size: 25px;
  line-height: 1.8rem;
  font-family: Inter !important;
}

.design_heading {}

.email-row {
  padding: 100px 0;
  background-color: #000;
  color: #fff;
}

.email-row h3 {
  font-size: 50px;
  font-family: Inter !important;
}

.footer {
  background: rgb(255, 194, 14);
  padding-bottom: 60px !important;
}

.footer-headtxt {
  font-size: 50px;
  font-family: Inter !important;
}

.para_footer {
  line-height: 1.2;
  font-size: 20px !important;
  font-family: Inter !important;
}

.circle {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  background: #000;
}

.privacy {
  font-size: 11px;
}

.footer-list a {
  font-size: 20px;
  font-family: Inter !important;
}

.footer-list-heading {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 800;
  font-family: Inter !important;
}

.footer-list p {
  margin-bottom: 3px !important;
}

/*About page*/
.nav-link {
  /* color: #0000 !important; */
  text-transform: uppercase;
  font-size: 16px;
  font-family: Inter !important;
}

.abt_para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 14px;
  font-family: Inter !important;
}

.tab-content h6 {
  text-transform: uppercase !important;
  font-family: Inter !important;
  /* font-weight: bolder; */
}

.new_para {
  line-height: 1.2;
  font-size: 18px;
  margin-top: 4px !important;
  font-family: Inter !important;
}

/* .work_bg-secondary {
  height: 40vh;
} */

.packaging_img {
  height: 40vh;
}

.more_link {
  color: #000 !important;
  line-height: 1.2;
  font-size: 18px;
  width: 73% !important;
  font-family: Inter !important;
}

.hover_item:hover {
  color: #fff !important;
}

/*packging-page*/
.sub-headtext {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-size: 30px;
}

/*About*/
.bg_text_Img {
  background-image: url(../images/ImgA.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 70px 0; */
}

.ProgressBar-step:hover p {
  color: #fff !important;
}

.ProgressBar-step:hover h6 {
  color: #fff !important;
}

.ProgressBar-stepLabel:hover {
  color: #fff !important;
}

.life_bfImg {
  background-image: url(../images/Img%202.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}

.ProgressBar-step:before,
.ProgressBar-step:after {
  content: "";
  height: 0.5em;
  background-color: #9f9fa3;
  position: absolute;
  z-index: 1;
  width: 100%;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.25s ease-out;
}

.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after {
  display: none;
}

.ProgressBar-step:after {
  background-color: #00637c;
  width: 0%;
}

.ProgressBar-step.is-complete+.ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete+.ProgressBar-step.is-complete:after {
  width: 100%;
}

.ProgressBar-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #9f9fa3;
  fill: #9f9fa3;
  border-radius: 50%;
  padding: 0.5em;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all 0.25s ease-out;
}

.is-current .ProgressBar-icon {
  fill: #00637c;
  background-color: #00637c;
}

.is-complete .ProgressBar-icon {
  fill: #dbf1ff;
  background-color: #00637c;
}

.ProgressBar-stepLabel {
  display: block;

  color: #9f9fa3;
  position: absolute;
  padding-top: 0.5em;
  width: 100%;
  transition: all 0.25s ease-out;
}

.is-current>.ProgressBar-stepLabel,
.is-complete>.ProgressBar-stepLabel {
  color: #00637c;
}

.para_txt {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 17px;
  font-family: Inter !important;
}

.para {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 18px;
  font-family: Inter !important;

  margin-top: 4px !important;
}

.wrapper {
  /*    max-width: 1000px;*/
  margin: 4em auto;
  font-size: 16px;
  font-family: Inter !important;
}

.icon {
  width: 30%;
}

.mbot200 {
  margin-bottom: 120px;
}

/*Pakaging*/

.package_font p,
.package_font h6 {
  font-size: 15px !important;
  font-family: Inter !important;
}

.package_para {
  line-height: 1.5;
  font-size: 18px;
  font-family: Inter !important;
}

.email_link {
  line-height: 1.2;
  font-size: 15px;
  margin-top: 4px !important;
}

.package_link {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}

.in_box_para {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
}

.in_box_para_author {
  font-size: 18px;
  text-align: center;
  font-family: Inter !important;
}

.transform h5 {
  font-weight: bold !important;
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-size: 20px;
}

/*About*/
.our_team_heading {
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
  font-weight: 400;
  font-size: 36px;
  margin-top: 20px;
}

.join_link {
  font-size: 18px;
  font-family: Inter !important;
}

.row-container-about {
  /* display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px; */
  display: flex;
  justify-content: space-between;
}

.team-bg {
  height: 300px;
  width: 300px;
}

.team-bg img {
  width: 100%;
  height: 100%;
}

/*Connect*/

.connect_para_txt {
  /* text-align: justify; */
  line-height: 1.2;
  font-size: 17px;
  width: 63% !important;
  font-family: Inter !important;
}

/*Responsive*/

@media only screen and (max-width: 2560px) {
  .lg-screen {
    display: flex;
  }

  .sm-screen {
    display: none;
  }
}

/* Responsiveness */

@media (min-width: 768px) {
  .header>.nav {
    max-height: none;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;
  }

  .menu li {
    float: left;
  }

  .menu a:hover {
    background-color: transparent;
    color: var(--gray);
  }

  .hamb {
    display: none;
  }
}

@media (max-width: 767px) {
  .contact_banner_txt {
    font-size: 30px;
  }

  .footer-headtxt {
    font-size: 30px;
  }

  .footer .para_txt {
    font-size: 18px;
    line-height: 1.7rem;
  }

  .footer-list a {
    font-size: 18px;
  }

  .head_txt_sm_txt {
    font-size: 40px;
  }

  .latest_sub_heading {
    font-size: 20px;
    font-weight: bolder !important;
    font-family: sans-serif !important;
    color: #000;
  }

  p.design_para {
    font-size: 15px;
  }

  .team-bg {
    height: 145px;

    margin-right: 0px;
  }

  .our_team_heading {
    font-size: 16px;
    font-weight: bold;
    font-weight: bolder !important;
    font-family: sans-serif !important;
    color: #000;
  }

  .footer-list-heading {
    font-size: 16px;
    margin-top: 10px;
    font-weight: 600;
  }

  .leadership_design_para {
    font-size: 15px;
  }

  .email-row h3 {
    font-size: 40px;
  }

  .work_head_text {
    font-size: 35px !important;
  }

  .banner {
    min-height: 0 !important;
  }

  header.header.container-case.pt-4 {
    /* background: #000; */
    padding: 0 15px !important;
    /* position: fixed; */
  }

  .header {
    /*        background: #000;*/
    padding: 0 15px !important;
    position: fixed;
  }

  .head_text {
    margin-top: 90px !important;
	color: #000!important;
    font-size: 20px;
  }

  .header>.logo {
    display: inline-block;
    color: #fff;

    font-size: 25px;
    margin: 23px 0px;
  }

  .side-menu:checked~a.logo {
    color: red;
  }

  .menu {
    margin: 78px 0 0 0;
  }

  .menu a {
    color: var(--white) !important;
    font-size: 25px !important;
    display: block;
    padding: 10px 30px 10px 30px;
    color: var(--white);

    border-bottom: 2px solid #fff;
    margin: 0 10px;
  }

  .container-fluid {
    padding: 0 31px !important;
  }

  .side-menu:checked~nav {
    max-height: 100% !important;
  }

  .nav-tabs .nav-item {
    font-size: 15px;
  }

  .in_box_para {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 768px) {
  .sm-screen {
    display: none;
  }

  .lg-screen {
    display: flex;
  }

  .nav-link {
    font-size: 12px !important;
  }

  .new_para {
    font-size: 20px;
  }

  .para {
    font-size: 12px;
  }

  .more_link {
    font-size: 16px;
  }

  .tab-content h6 {
    font-size: 25px;
    text-transform: capitalize !important;
  }

  .venture_latest_heading {
    font-size: 26px;
    font-family: sans-serif !important;
    width: 100%;
    padding: 70px 0 5px 0;
  }

  .leadership_team_heading {
    font-size: 18px;

    padding: 10px 10px;
    padding: 80px 0 40px 0;
    width: 100%;
    font-weight: 600 !important;
  }

  .sm-txt {
    display: none;
  }

  .sm-width {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .mtop50 {
    margin-top: 0;
  }

  .social-icons {
    margin-bottom: 40px;
  }

  .mtop30-sm {
    margin-top: 30px;
  }

  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    background: transparent !important;
    font-weight: bold;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    color: #000 !important;
  }
}

@media (min-width: 991) {
  .lgmtop50 {
    margin-top: 50px;
  }

  .mtop100-big {
    margin-top: 100px;
  }
}

.about_head_text {
  color: #636363;
  font-size: 40px;
}

.about_bg_img_para {
  font-size: 14px;
  margin-left: 25px;
  margin-top: 20px;
}

.about_bg_img-mtop {
  margin-top: 140px;
}

.about_images {
  height: 400px;
  width: 100%;
}

.about_images img {
  height: 100%;
  width: 100%;
}

.about_content_head_text {}

.mtop180 {
  margin-top: 180px;
}

.mtop80 {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .sm-mleft {
    margin-left: 10px;
  }

  .about_images {
    height: 370px;
  }

  .mtop180 {
    margin-top: 10px;
  }

  .mtop80 {
    margin-top: 30px;
  }

  .magic_box {
    margin-top: 30px;
  }

  .mleft {
    margin-left: 20px;
    padding-bottom: 30px;
  }

  .pleft {
    background-color: red;
    padding-right: 20px;
  }
}

.mtop150 {
  margin-top: 150px;
}

.abt_pad {
  padding: 30px 0 100px 0
}

#about_fnt {
  font-size: 70px;
  font-weight: 500 !important;
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
}

@media (max-width: 991px) {
  #about_fnt {
    font-size: 35px;
    font-family: sans-serif;
    font-weight: bold;
  }

  .mtop150 {
    margin-top: 40px;
  }

  .abt_pad {
    padding: 30px 0 50px 0;
  }

  .mbot200 {
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  p.design_para {
    font-size: 14px;
  }
}

.magic_box .hover_effect {
  font-size: 28px;
  cursor: pointer;
  /* font-family: 'Nanum Gothic', sans-serif; */
  font-family: Inter !important;
}

@media (max-width: 360px) {
  /* .lg-screen-none {
    display: none;
  }

  .sm-screen-none {
    display: none;
  } */

  .magic_box .hover_effect {
    font-size: 25px;
    cursor: pointer;
  }
}

@media (max-width: 340px) {
  /* .lg-screen-none {
    display: none;
  }

  .sm-screen-none {
    display: none;
  } */
}