*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  font-family: "Montserrat";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  font-family: "Montserrat";
 
}
body .container {
    max-width: 127.5rem !important;
    /* // max-width: 142.0rem !important; */
  }

  @media screen and (max-width: 1440px) {
    body .container {
      max-width: 99.5rem !important;
    }
  }
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  /* // overflow-x: hidden; */
  scroll-behavior: smooth;

}

html.has-scroll-smooth {
    overflow: hidden;
  }
  
  html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .has-scroll-smooth body {
    overflow: hidden;
  }
  
  .has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
  }
  
  [data-scroll-direction="horizontal"] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap;
  }
  
  [data-scroll-direction="horizontal"] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%;
  }
  
  .c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    opacity: 0;
  }
  
  .c-scrollbar:hover {
    transform: scaleX(1.45);
  }
  
  .c-scrollbar:hover,
  .has-scroll-scrolling .c-scrollbar,
  .has-scroll-dragging .c-scrollbar {
    opacity: 1;
  }
  
  [data-scroll-direction="horizontal"] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1);
  }
  
  [data-scroll-direction="horizontal"] .c-scrollbar:hover {
    transform: scaleY(1.3);
  }
  
  .c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 0.5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  [data-scroll-direction="horizontal"] .c-scrollbar_thumb {
    right: auto;
    bottom: 0;
  }

  /* Navbar Styles */
.nav {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0px, 0px);
    font-size: 1.4em;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2rem 16% 2rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    margin: auto;
    right: 0;
    background-color: white;
    max-width: 100%;
    z-index: 100;
  }
  
  .nav .logo {
    align-items: center;
    font-weight: 350;
    font-size: 1.4em;
    cursor: pointer;
  }
  
  .nav .logo img {
    width: 4em;
  }
  
  .nav .menu {
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-weight: 450;
  }
  
  .nav .menu a {
    text-decoration: none;
    cursor: pointer;
    margin: 5px 20px;
    color: black;
    position: relative;
    letter-spacing: 0.5px;
  }
  
  .nav .menu a:after {
    content: "";
    position: absolute;
    background-color: #ef0d33;
    height: 3px;
    width: 0;
    left: 0;
    bottom: -6px;
    transition: 0.5s;
  }
  
  .nav .menu a:hover:after {
    width: 100%;
  }
  
  .nav .join-us-btn a {
    cursor: pointer;
    font-size: 1em !important;
    padding: 0.6em 1em;
    border-style: none;
    color: white;
    background: black;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-right: 0;
  }
  
  .nav .join-us-btn a:hover {
    background: #ec153a;
  }
  
  .nav .join-us-btn a:hover:after {
    width: 0%;
  }
  
  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
  }
  
  .mobile-nav {
    display: none;
  }
  
  @keyframes zoom {
    0% {
      opacity: 0%;
    }
    50% {
      opacity: 50%;
    }
    100% {
      opacity: 100%;
    }
  }
  
  /* Mobile Nav Styles */
  @media (max-width: 600px) {
    .join-us-btn button{
      margin-top: 0;
    }
    
    .mobile-nav {
      display: flex;
      justify-content: space-between;
      position: sticky !important;
      top: -2px;
      left: 0;
      background: white;
      z-index: 9999;
      transition: all 0.3s ease-in-out;
      height: 6.5em;
    }
  
    .mobile-nav .logo img {
      margin: 2em 2em;
      width: 6em;
      transition: all 0.3s ease-in-out;
    }
  
    .mobile-nav .toggle-div a {
      text-decoration: none;
      transition: all 0.3s ease-in-out;
    }
  
    .mobile-nav .toggle-div img {
      width: 3em;
      margin: 2em;
      transition: all 0.3s ease-in-out;
    }
  
    .nav {
      display: none;
    }
  
    /* Mobile Menu Side Styles */
    .mobile-menu.open{
      display: block;
    }
    .mobile-menu {
      display: none;
      position: fixed;
      inset: 0 0 0 30%;
      transition: all 0.3s ease-in-out;
      animation: zoom 0.1s cubic-bezier(0.4, 0, 1, 1);
      z-index: 9999999999999999;
      padding: min(30vh, 10erm) 2em;
      background: #e9ecef3d;
      backdrop-filter: blur(5rem);
      z-index: 9999;
    }
  
    .mobile-menu ul li {
      list-style: none;
      margin: 2em 0;
      transition: all 0.3s ease-in-out;
    }
  
    .mobile-menu ul li a {
      color: #ec153a;
      font-size: 1.4em;
      text-decoration: none;
      transition: all 0.3s ease-in-out;
      text-shadow: 1px 1px 0px #9c9595ab;
      animation: zoom 0.3s cubic-bezier(0.4, 0, 1, 1);
    }
  
    .mobile-menu button {
      border: none;
      padding: 0.4em 2.2em;
      transition: all 0.3s ease-in-out;
      background: #000000ba;
      animation: zoom 0.3s cubic-bezier(0.4, 0, 1, 1);
    }
  
    .mobile-menu .toggle-div {
      display: flex;
      justify-content: flex-end;
      transition: all 0.3s ease-in-out;
    }
  
    .mobile-menu .toggle-div a {
      text-decoration: none;
      transition: all 0.3s ease-in-out;
    }
    .join-us-btn button a{
      color: rgb(255, 255, 255) !important;
    }
    .mobile-menu .toggle-div img {
      width: 3em;
      margin: 2em;
      transition: all 0.3s ease-in-out;
    }
  
    .mobile-menu .join-us-btn button {
      border-radius: 4px;
    }
  
   
  
    .mobile-menu .menu {
      display: none;
    }
  }
  
  @media screen and (max-width: 1366px) {
    .nav {
        padding: 1.5em 4em;
    }
  }


  .info-bar{
    padding: 0px;
    margin-top: 6.5em;
    margin-bottom: 20em;
  }
  .info-bar .header{
    margin: 0px;
    padding: 4em 13em;
    background: #f9f9f9;
  }
  .info-bar .header .title{
    padding: 0.2em 0em;
    font-size: 4em;
    font-weight: 600;
  }
  .info-bar .header .desc{
    font-size: 1.5em;
  }
  .info-bar .scroll{
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    height: 30em;
    color: #fff;
    background: #000;
    text-align: left;
    transition: all 0.5s cubic-bezier(0.45, 0.66, 0.66, 0.99);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .team-member-card{
    padding: 2em 5em;
    cursor: pointer;
  }
  .info-bar .team-member-card img{
    filter: grayscale(100%);
    max-height: 21em;
  }
  .team-member-card .name{
    font-size: 1.3em;
    font-weight: 600;
    line-height: 24px;
  }
  .info-bar .scroll::-webkit-scrollbar{
    display: none;
  }
  .info-bar .content{
    padding: 1.5em 20em 0em 20em;
  }

  .info-bar .content .content-desc{
    font-weight: 400;
    font-size: 1.5em;
    line-height: 2;
    text-align: justify;
}

.selected-img img{
    filter: grayscale(0%) !important;
}
@media screen and (max-width: 1024px){
    .team-member-card{
        padding: 2em 2em;
    }
}
@media screen and (max-width: 780px){
    .info-bar .content{
        padding: 2em !important;
    }
    .info-bar{
        margin-top: 1.5em;
    }
    .info-bar .header{
        padding: 4em 3em;
    }
    .info-bar .scroll{
        height: unset;
    }
    .team-member-card{
    padding: 2em 3em;
    text-align: center;
    }
}
@media screen and (max-width: 500px){
    .info-bar .team-member-card img{
        max-height: 26em;
    }
}
/* fotter  */

  #formSubmit:hover{
    background: #ec153a;
    color: white;
  }
  #formSubmit{
    display: inline-block;
    padding: 12px 24px;
    cursor: pointer;
    background: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 6em 0 0 0;
    color: #5b5b5b;
    font-size: 1.1em;
  }
  .contact_clicked{
    position: relative;
    overflow: hidden;
    pointer-events: none;
  }
  #formSuccess{
    color: green;
  }
  .contact_clicked::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../assets/loaderwhite.gif);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .contact_clicked::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .5;
  }
  .iso {
    position: absolute;
    transform: translate(13%, -50%);
    padding: 2em 26em;
    color: #1e1c1c;
    background: #fff;
    justify-content: center;
    align-items: center;
    box-shadow: 0px -7px 50px #000;
  }
  .iso .title {
    font-size: 2em;
    color: #1e1c1c;
    font-weight: 600;
  }
  .iso .detail-2013 {
    font-size: 1.3em;
    color: #1e1c1c;
    font-weight: 600;
  }
  .iso .detail-2013 img {
    max-width: 33%;
    margin-right: 2em;
  }
  .iso .detail-2015 {
    font-size: 1.3em;
    color: #1e1c1c;
    font-weight: 600;
  }
  .iso .detail-2015 img {
    max-width: 38%;
    margin-right: 2em;
  }
  footer {
    overflow: hidden;
    position: relative;
    margin-top: 7em;
    display: flex;
  }
  footer .left {
    background: #252323;
    color: #fff;
    width: 50%;
  }
  footer .right {
    background: #2c2c2c;
    color: white;
    width: 50%;
  }
  .box-1 {
    padding: 14.5em 9em 0 11em;
    position: relative;
  }
  .box-1 .logo {
    margin-top: 1em !important;
  }
  .box-1 .logo img {
    width: 8em;
  }
  .box-1 .connect {
    font-size: 5em;
    width: 8ch;
    line-height: 1.2em;
    margin: 1em 0 0.5em 0;
    font-weight: 300;
  }
  .box-1 .mail {
    margin-top: -0.6em;
  }
  .box-1 .mail a {
    color: white;
    font-size: 1.5rem;
    font-weight: 300;
  }
  .box-1 .map {
    position: relative;
    transition: all ease 0.3s;
  }
  .box-1 .map img {
    width: 37em;
    margin: 7em 1em;
  }
  .box-1 .map:hover + .address {
    visibility: visible;
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 5;
  }
  .box-1 .address:hover {
    visibility: visible;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .box-1 .pulse img {
    width: 7em;
    position: absolute;
    transform: translate(219%, -406%);
  }
  .box-1 .address {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 78%;
    left: 65%;
    border-left: 1.6px solid #fff ab;
    border-bottom: 1.3px solid #fff a1;
    padding: 1em 1.5em;
    width: 30em;
    background: #595959;
    color: white;
    box-shadow: 0px 1.83339px 76.5441px rgba(0, 0, 0, 0.04);
    border-radius: 16.0422px;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: 0.3s ease-in-out;
  }
  .box-1 .address .title {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0.5em 1em 0em 1em;
    margin: 0;
    transition: all ease 0.3s;
  }
  .box-1 .address .sub a {
    font-size: 1.1em;
    letter-spacing: 0.01em;
    margin: 0.5em 1em 0.5em 1em;
    line-height: 1.8em;
    text-decoration: none;
    color: white;
    margin: 0;
    transition: 0.3s ease-in-out;
  }
  .box-1 .address .sub a:hover {
    color: #d6d6d6;
    transition: 0.3s ease-in-out;
  }
  .box-1 .copy-right {
    font-size: 1.1em;
    margin: 7em 0px 2px 0;
  }
  .box-2 {
    padding: 16.5em 11em 0 7em;
  }
  .box-2 .form-title {
    font-size: 3em;
    margin: 2em 0 0.3em 0;
    font-weight: 300;
  }
  .social {
    display: flex;
    justify-content: flex-end;
  }
  .social .icons img {
    margin-right: 4em;
    transition: all ease 0.3s;
  }
  .social .icons img:hover {
    transition: all ease 0.3s;
    transform: scale(1.2);
  }
  .form-title {
    font-size: 0.5em;
  }
  .para {
    font-size: 1.5em;
    font-weight: 300;
  }
  .space {
    margin-top: 4em;
    justify-content: space-between;
    display: flex;
  }
  .message {
    margin-top: 3em;
  }
  input, textarea {
  
    color: white !important;
    width: 100% !important;
    width: 100% !important;
    padding: 10px 10px 4px 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none;
    font-size: 1.4em !important;
    color: #aeaeae !important;
  
  }
  textarea, input:focus {
    background-color: #fff;
    border-color: none !important;
    outline: none !important;
    box-shadow: none !important;
  }
  .iti--allow-dropdown input {
    padding-bottom: 3px;
  }
  .line-box {
    position: relative;
    width: 100%;
    height: 0.5px;
    background: #b3b4bd;
  }
  .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #ef0d33;
    transition: all ease 0.6s;
  }
  label {
    color: #aeaeae;
    font-size: 1.2em;
    font-weight: 500;
  }
  ::placeholder {
    color: #565656;
    font-size: 1em;
  }
  form {
    margin: 6em 0 4em 0;
  }
  button {
    display: inline-block;
    padding: 12px 24px;
    background: #fff;
    font-weight: 500;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 6em 0 0 0;
    color: #5b5b5b;
    font-size: 1.1em;
  }
  button:hover {
    background: #ec153a;
    color: white;
  }
  .terms_wrap {
    color: #a1a1a1;
    font-size: 1.1em;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 1em 0;
  }
  .terms_wrap span {
    margin-right: 10px;
  }
  .bottom {
    height: 5rem;
    background-color: #1e1c1c;
    display: grid;
    place-items: center;
  }
  .bottom .heart-img img {
    width: 4%;
  }
  .bottom .davin-img img {
    width: 6%;
  }
  .bottom .content {
    padding: 0.3em;
  }
  .bottom .design-clr {
    color: #aaa;
    margin: 0 0.5em;
  }
  .bottom .by {
    color: white;
    margin: 0 0.5em;
  }
  .bottom .frijo {
    color: white;
    font-size: 1em;
    font-weight: 600;
  }
  .bottom .davin {
    color: white;
    text-decoration: none;
    margin: 0 0.5em;
  }
  .bottom .davin span {
    text-transform: uppercase;
  }
  .bottom a {
    cursor: pointer !important;
  }
  .social.mobile {
    display: none;
  }
  .social.full-width {
    display: block;
  }
  @media screen and (max-width: 820px) {
    .connect {
      font-size: 2.5em !important;
   }
    .mail a {
      font-size: 1em !important;
   }
    .footer {
      display: flex;
      flex-direction: column;
   }
    .footer .left {
      width: auto;
      height: auto;
   }
    .footer .left .box-1 {
      padding: 20px;
   }
    .footer .right {
      width: auto;
      height: auto;
   }
    .footer .right .box-2 {
      padding: 20px 20px 2px 20px;
   }
    .footer .map img {
      width: 100%;
      margin: 2em 0;
   }
    .footer .map .pulse img {
      width: 14%;
      margin: 0;
      transform: translate(-50%, -50%);
      left: 52%;
      top: 40%;
   }
    .footer .space {
      display: flex;
      flex-direction: column;
   }
    .footer .space .number {
      margin-top: 32px;
   }
    form {
      margin: 4em 0 0 0;
   }
    form button {
      width: 50%;
      margin: 2em auto;
   }
    .form-title {
      font-size: 2em !important;
   }
    .box-2 .para {
      font-size: 1em;
   }
    .box-2 label {
      font-size: 1em;
   }
    .logo {
      margin-top: 1em !important;
   }
    .logo img {
      width: 5em !important;
   }
    .copy-right {
      margin: 0;
      font-size: 0.8em;
   }
    .terms_wrap {
      justify-content: center;
   }
    .social.mobile {
      display: block !important;
      float: right;
      margin-top: 10px;
      margin-right: -30px;
   }
    .social.full-width {
      display: none !important;
   }
    .bottom {
      height: 10rem;
   }
    .bottom .content {
      width: 58%;
      margin: 0 auto;
   }
  }
  @media screen and (min-width: 769px) and (max-width: 1125px) {
    .left {
      height: auto;
   }
    .left .box-1 {
      padding: 7.5em 3em 0 3em;
   }
    .right {
      height: auto;
   }
    .right .box-2 {
      padding: 7.5em 3em 0 3em;
   }
    .space {
      display: flex;
      flex-direction: column;
   }
    .space .number {
      margin-top: 32px;
   }
  }

  @media screen and (max-width: 500px) {
    .card-info.container.content.card-crop{
        width: 83vw !important;
        height: 67%!important;
        padding: 4em!important;
        left: 9% !important;
        top: 20%!important;
        position: absolute;
    }
    .box-size .title{
        width: 100%;
    }
    #navOurteam .row{
        padding: 0;
    }
    .navigation{
        margin: 0;
    }
    .container-height .person-card{
        box-shadow:unset;
    }
   
    .background{
        height: 68rem;
        padding: 0 1em;
    }
    .card-info{
        width: 82vw !important;
    }
    .text{
        padding: 2rem 0rem;
    }
    .row{
        padding: 0 1em;
        margin: 0;
    }
    body .image_lab1 .card-info{
        left: 6% !important;
        width: 83vw !important;
        height: unset !important;
    }
    .image_lab1 .card-info .card-title{
        width: 100%;
    }
    .image_lab1 .card-info .card-desc{
        width: 100%;
    }
  }