body {
  font-family: Inter;
}

footer {
  font-family: Inter;
}

footer a:not(.footer-logo-a) {
  text-decoration: none;
  color: inherit;
  line-height: 40px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
/*  line-height: 20px;*/
  text-align: left;
}

footer h5 {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.row {
  margin-right: 0;
}

.yoshot-bg-color {
  background-color: rgba(251,199,75,1);
}

.logo-image {
  width: 156px;
  height: 44px;
}

.logo-footer-image {
  width: 180px;
}

.nav-div {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: initial;
}

.we-are-hiring_a {
  margin-right: 1rem!important;
}

.navbar-collapse {
  padding-left: 1rem;
}

.header-text-inner-div {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
}

.header-image .demo-image-2 {
  width: 90%;
  height: 343px;
  background: url("../images/yoshot-reel.gif");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  opacity: 1;
  margin: 0 auto;
  /*position: absolute;
  top: 80px;
  left: 51px;*/
  border: 0px solid rgba(249,247,247,1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
/*  overflow: hidden;*/
  display: block;
}

.header-image .demo-image {
  width: 318px;
  height: 685px;
  background: url("../images/yoshot-reel.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  margin: 0 auto;
  /*position: absolute;
  top: 80px;
  left: 51px;*/
  border: 0px solid rgba(249,247,247,1);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
/*  overflow: hidden;*/
  display: none;
}

.header-text h1 {
  font-family: Roboto Slab;
  font-size: 37px;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
}

.header-text h2 {
  font-family: Roboto Slab;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.section-1 {
  width: 100%;
}

.section-1 .s1a{
  font-family: Inter;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;
}

.section-1 .s1b {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;

}

.section-3 {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-3 .s1a {
  font-family: 'Roboto Slab';
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.05000000074505806px;
  text-align: center;
}

.section-3 .s1b {
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}

.section-3-img {
  width: 161px;
}

.bottom-section {
  background: rgba(247, 238, 225, 1);
}
.bottom-section-image {
  width: 100%;
/*  margin-bottom: -50px;*/
}

.section-2 {
  width: 100%;
}

.section-2 .s1a {
  font-family: 'Roboto Slab';
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
}

.section-2 .s1b {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}

.get-started-btn {
  height: 66px;
  width: 283.72px;
  font-family: Inter;
  font-size: 17px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 5rem;
}

.contact-div {
  left: 1rem;
  right: unset;
}

@media (min-width: 576px) {

  .logo-footer-image {
    width: 213px;
  }
  .header-image .demo-image-2 {
    width: 330px;
  }

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .logo-image {
    width: 213px;
    height: 60px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .header-image .demo-image-2 {
    display: none;
  }
  .header-image .demo-image {
    display: block;
  }
  .header-text h1 {
    font-family: Roboto Slab;
    font-size: 78px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: 0em;
    text-align: left;
  }

  .header-text h2 {
    font-family: 'Roboto Slab';
    font-size: 38px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
  }

  .section-1 {
    width: 817px;
  }

  .section-1 .s1a{
    font-family: Inter;
    font-size: 75px;
    font-weight: 700;
    line-height: 72px;
    letter-spacing: 0em;
    text-align: center;
  }

  .section-1 .s1b {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
  }

  .section-3 {
    padding-left: initial;
    padding-right: initial;
  }
  
  .section-3 .s1a {
    font-family: Roboto Slab;
    font-size: 49px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.05000000074505806px;
    text-align: center;
  }

  .section-3 .s1b {
    font-family: Inter;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
  }

  .section-3-img {
    width: 414.5px;
  }

  .bottom-section {
    background: rgba(247, 238, 225, 1);
  }
  .bottom-section-image {
    width: 100%;
  /*  margin-bottom: -50px;*/
  }

  .section-2 {
    width: 1025px;
  }

  .section-2 .s1a {
    font-family: Roboto Slab;
    font-size: 57px;
    font-weight: 700;
    line-height: 55px;
    letter-spacing: 0em;
    text-align: center;
  }

  .section-2 .s1b {
    font-family: Inter;
    font-size: 30px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: center;
  }

  .get-started-btn {
    width: 378px;
    font-family: Inter;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 1rem;
  }
  .contact-div {
    left: unset;
    right: 0;
  }
}

@media (min-width: 1200px) { 
  .nav-div {
    margin-left: 120px;
    margin-right: 120px;
    padding-left: 0;
  }
  .we-are-hiring_a {
    margin-left: 0rem;
    margin-right: 1rem;
  }
  .navbar-collapse {
    padding-left: 0rem;
  }

  .header-text-inner-div {
    margin-left: 120px;
  }
}


.we-are-hiring_a {
  background: rgba(0, 0, 0, 0.05);
  opacity: 1;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-color: transparent;
}

.we-are-hiring_b {
  color: rgba(0, 0, 0, 1);
  font-family: Inter;
  font-weight: 500;
  opacity: 1;
  text-align: left;
}

.we-are-hiring_a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.15);
}

.header-text {
  color: rgba(25,27,34,1);
  position: relative;
  font-family: 'Roboto Slab';
  font-weight: Black;
  opacity: 1;
  text-align: left;
  font-family: 'Roboto Slab';
}

.header-text-inner-div a.btn {
  font-family: Inter;
  font-size: 21px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 2rem;
}

.nav-link {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.btn-light:not(.we-are-hiring_a) {
  box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 1) inset;
/*  background: linear-gradient(0deg, #000000, #000000), linear-gradient(0deg, #FFFFFF, #FFFFFF);*/
  font-family: Inter;
/*  font-size: 21px;*/
/*  font-weight: 600;*/
/*  line-height: 20px;*/
  letter-spacing: 0em;
  text-align: center;
/*  border: 2px solid rgba(0, 0, 0, 1)*/
  border-radius: 10px;
}

.header-vector {
    width: 100%;
    height: 326.9598083496094px;
    background: url(../images/header-vector.png);
    background-repeat: no-repeat;
    /* background-position: unset; */
    background-size: 100% 100%;
}

.vector-image {
  width: 100%;
  margin-top: -3px;
}

.getting-started-btn, .login-btn {
  font-family: Inter;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: left;

}

.last-section {
  padding-top: 5rem;
  padding-bottom: 20rem;
}

.contact-whatsapp-link:hover {
  text-shadow: 0 0 1px #222222;
}


.modal-content {
  border-radius: 20px;
  border: 1px solid transparent;
}
.modal-header {
  border-radius: 20px 20px 0 0;
  border: 1px solid transparent;
}

.modal-backdrop {
  background-color: var(--bs-gray-500);
}

.modal-backdrop.show {
    opacity: .45;
}
