@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

body {
    margin: 0px;
}

.bg-container {
    padding: 5%;
    background-color: black;
    margin-top: -80px;
}

.cards-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;

}

.image {
    width: 95%;
    height: 70%;
    margin-right: 10px;

}

.heading {
    margin-top: 20px;
    color: white;
    font-family: "Arial";
    font-size: 34px;
    font-weight: 200;
    width: 100%;
    margin-bottom: 5px;
}

.para {
    margin-top: 0px;
    color: grey;
    font-family: "Arial";
    font-size: 20px;
}


.display {
    display: none;
}

.bg1-container {
    background-color: black;
    width: 100vw;

}

.back-button {
    font-family: "Arial";
    color: white;
    border: 2px solid white;
    background-color: transparent;
    font-size: 15px;
    height: 36px;
    width: 132px;
    border-radius: 10px;
    /* margin-bottom: 13px;
    margin-left: 7px;
    margin-top: 100px; */
    margin: 100px 0 13px 7px;
   

}

.imageoc {
    width: 100%;
}

.BABE-CARE-UI-UX- {
    /* width: 305px;
    height: 31px;
    margin: 68px 509px 28px 64px; */
    font-family: "Arial";
    font-size: 22px;
    font-weight: 600;
    /* text-align: center; */
    color: #fff;
    margin-top: 10px;

}

.two-flex-items-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    margin-top: 10px;
}

.first-flex-heading {
    font-family: "Arial";
    font-size: 28px;
    font-weight: 400;
    color: white;

}

.first-item {
    margin-right: 20px;
    width: 250px;
}

.first-flex-para {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 200;
    color: grey;
}

.first-flex-para2 {
    font-family: "Arial";
    font-size: 18px;
    font-weight: 200;
    color: grey;
    padding-left: 15px;
}

.second-flex-item {
    padding: 20px;
    margin-left: 20px;

}



.second-flex-heading {
    font-family: "Consolas";
    font-size: 25px;
    font-weight: 400;
    color: white;
    margin-bottom: 30px;
    margin-top: 7px;


}

.download-button {
    font-family: "Arial";
    color: white;
    border-width: 0px;
    background-color: #2270e6;
    font-size: 15px;
    height: 50px;
    width: 170px;
    border-radius: 10px;
    margin-bottom: 13px;

}

.bottom-margin {
    margin-bottom: 10px;
}

.Rectangle-113 {
    width: 95%;
    height: 95%;

    margin-bottom: 10px;
    object-fit: contain;
    border: solid 1px #000000;
    
}
.Rectangle-100 {
    width: 1400px;
    

    margin-bottom: 10px;
    object-fit: contain;
    border: solid 1px #000000;
    
}
.cards-container{
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 40px;
  align-items: start;
}

.width{
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 55px rgba(0,0,0,0.55);
  transition: transform .35s ease, box-shadow .35s ease;
}

.width:hover{
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0,0,0,0.75);
}

.width a{
  text-decoration: none;
  color: inherit;
  display: block;
}

.card-img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.heading{
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  font-size: 34px;
  margin: 18px 18px 6px;
}

.para{
  color: rgba(255,255,255,0.65);
  margin: 0 18px 22px;
  font-size: 16px;
}

@media (max-width: 900px){
  .cards-container{ grid-template-columns: 1fr; }
  .card-img{ height: 250px; }
}
.big-title{
  color:#fff;
  font-family:'Josefin Sans',sans-serif;
  font-weight:400;

  font-size: clamp(45px, 5vw, 80px);
  line-height: 0.5;

  margin: 35px 0 35px;
  padding-left: 2rem;
  padding-right: 340px;   /* 👈 prevents overlap with empathy image */

  max-width: 1250px;
}
.empathy-full::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  right:0;

  width: 340px;

  /* IMPORTANT: match the exact folder case you used elsewhere */
  background-image: url("/pics/home/banner.png");

  background-repeat: no-repeat;
  background-position: right bottom;

  /* THIS is the key: full height without “half image” */
  background-size: auto 100%;

  opacity: .35;
  pointer-events:none;
  z-index: 0;
}
/* MOBILE FIX */
@media (max-width: 768px){

  /* remove empathy image spacing */
  .dark_bg_1,
  #about{
    padding-right: 20px !important;
    background-position: center top !important;
    background-size: contain !important;
  }

  /* fix big heading */
  .big-title{
    font-size: 34px !important;
    line-height: 42px !important;
    padding-right: 0 !important;
  }

  /* fix text container */
  .col-sm-8{
    width: 100% !important;
  }

  /* fix section height */
  .creative-stuff{
    height: auto !important;
    padding: 60px 20px !important;
  }

  /* prevent overflow */
  body{
    overflow-x: hidden;
  }

}
@media (max-width: 768px){

  .container{
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-md-8,
  .col-sm-12,
  .col-xs-12{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

}
@media (max-width: 768px){

  .cards-container{
    grid-template-columns: 1fr !important;
  }

  .card-img{
    height: auto !important;
  }

}
@media (max-width: 768px){

  .dark_bg_1{
    background-position: center top !important;
    background-size: contain !important;
    padding-right: 20px !important;
  }

}
