@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


body {
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
}

/* Hero Section Start */
.hero-section {
  background-image: url('../images/hero-bg-with-woman.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  display: flex;
  align-items: center;
  height: 700px;
}

.hero-section .logo {
  width: 150px;
  position: absolute;
  padding-top: 50px;
  top: 0;
}

.hero-section .btn {
  padding: 10px 30px 10px 30px;
}

.hero-section .hero-description img.hero-woman {
  position: absolute;
  top: 0;
  width: 50%;
  padding-right: 50px;
}
.hero-section .hero-description h2 {
  color: #fff; 
  font-size: 35.5px;
  font-weight: 300;
}
/* Hero Section End */

/* Highlight Start */
.highlight-section {
  background-color: #000;
  color: #fff;
  height: 600px;
  display: flex;
  align-items: center;
}
.highlight-section img {
  width: 70%;
}
.highlight-section .col-md-6:first-child {
  padding: 0 20px 0 20px;
}
.highlight-section h2 {
  font-size: 23px;
}
/* Highlight End */

/* Services Start */
.services-section {
  padding: 4rem 2rem;
}
.services-section .h4 {
  color: #f652b9;
}



.safe-space {
  background-image: url('../images/safe-space-men.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 600px;
}

.safe-space h2 {
  font-size: 28px;
}

.trusted-section {
  background-color: #f652b9;
  color: #fff;
  padding: 4rem 2rem;
}

.trusted-section h2{
  font-size: 36px;
}

.clients-section {
  padding: 4rem 2rem;
}

.clients-section ul {
  padding: 20px 30px;
}
.about-section {
  padding: 4rem 2rem;
}
.about-section h3 {
  color: #f652b9;
}
.footer {
  background-color: #000;
  color: #fff;
  padding: 3rem 2rem;
}

@media (max-width: 576px) {
  .safe-space {background-image: url('../images/safe-space-bg.png');}
}
/* Mobile */
@media (max-width: 768px) {
  /* Hero Section Start */
  .hero-section {height: 200px;}
  .hero-section .logo {width: 60px; padding-top: 10px;}
  .hero-section .hero-description {padding-top: 100px; margin-left: 40px;}
  .hero-section .hero-description h2 {margin-top: 20px; font-size: 12px;}
  .hero-section .hero-description .btn {font-size: 10px; margin-bottom: 80px; padding: 5px 10px 5px 10px;}
  /* Hero Section End */

  /* Highlight Section Start */
  .highlight-section {height: auto; padding-top: 50px; padding-bottom: 20px;}
  .highlight-section h2 {font-size: 15px;}
  .highlight-section .btn {font-size: 10px; margin: 20px 0; padding: 5px 10px 5px 10px;}
  .highlight-section img {width: 100%;}
  /* Highlight Section End */

  /* Services Section Start */
  .services-section {height: auto; padding: 20px 0;}
  .services-section img {width: 100%; margin-bottom: 20px;}
  .services-section h2 {font-size: 20px;}
  .services-section p {font-size: 12px;}
  .services-section h4 {font-size: 20px;}
  .services-section ul li {font-size: 12px;}
  /* Services Section End */

  /* Safe Space Start */
  .safe-space {height: 30vh; padding: 20px 0; background-image: url('../images/safe-space-bg.png');}
  .safe-space h2 {font-size: 15px; padding: 80px; margin-left: 50px;}
  /* Safe Space End */

  /* Trusted Section Start */
  .trusted-section {height: auto; padding: 20px 0;}
  .trusted-section .col-md-6:last-child {padding: 0 80px;}
  .trusted-section h2{font-size: 20px;}
  .trusted-section p {font-size: 12px;}
  .trusted-section .btn {font-size: 10px; margin-bottom: 20px; padding: 5px 10px 5px 10px;}
  /* Trusted Section End */

  /* Client Section Start */
  .clients-section {height: auto; padding: 20px 0;}
  .clients-section h2 {font-size: 20px; text-align: center;}
  .clients-section ul {
    padding: 10px 30px;
  }
  .clients-section ul li {font-size: 12px;}
  .clients-section p {font-size: 12px;}
  /* Client Section End */

  /* About Section Start */
  .about-section {height: auto; padding: 20px 0;}
  .about-section h3 {font-size: 20px;}
  .about-section p {font-size: 12px;}
  /* About Section End */

  /* Footer Start */
  .footer {height: auto; padding: 20px 0;}
  .footer h2 {font-size: 20px;}
  /* Footer End */
}

/* Tablet */
@media (min-width: 577px) and (max-width: 992px)  {
  .hero-section .logo {width: 100px; padding-top: 50px;}
  .hero-section .hero-description h2 {margin-top: 60px; font-size: 25px;}
}
