@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
  font-family: "Neue-Montreal";
  src: url("/website/assets/font/NeueMontreal-Regular.otf");
}
:root {
  --primary_color: #006b4f !important;
  --secondary_color: #ee2d43 !important;
  --border_color: #ccc9c9 !important;
  --white_color: #ffffff !important;
  --text_color: #333 !important;
  --red_color: #ce2e28 !important;
  --green_color: #00312d !important;
  --lightGreen_color: #94d227;
  --yellow_color: #daac50;
  --primary_font: "Poppins" !important;
  --secondary_font: "Inter" !important;
  --tarnary_font: "Neue-Montreal" !important;
}

.homepageAdsContainer {
  width: 60%;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px;
  overflow: hidden;
}
.collImgAds {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adsTextContainer {
  left: 1.5rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.adsCollegeItem {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.adscollIcons {
  width: 55px;
  height: 55px;
  border-radius: 5px;
}
.textBoxAds h4 {
  margin: 0;
  color: #1e1e1e;
  font-size: 25px;
}
.textBoxAds h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.adsEnrollBtn {
  height: 43px;
  width: 200px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #ee2d43;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
.adsEnrollBtn:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.05);
  transition: 0.3s;
}
.listingSingleAdsPopup {
  width: 100%;
  height: 150px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px;
  overflow: hidden;
}
.listingDubleAdsPopup {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listingSqareBox {
  position: relative;
  width: 48%;
  height: 250px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px;
  overflow: hidden;
}
.textSqareBox {
  left: 2rem;
  position: absolute;
  display: flex;
  flex-direction: column;
}
.listLongAdsBoxtextSqareBox span,
.textSqareBox span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #00ba00;
}
.textSqareBox .textRed {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 30px;
  line-height: 35px;
  color: var(--secondary_color);
  font-weight: 300;
}
.adscollIconsDuo {
  width: 55px;
  height: 55px;
  border-radius: 5px;
}
.textBoxAdsduo h4 {
  margin: 0;
  color: #1e1e1e;
  font-size: 25px;
}
.textBoxAdsduo h5 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #1e1e1e;
}
.listLongAdsBox {
  width: 100%;
  height: 952px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lgBgImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.listLongAdsBoxtextSqareBox {
  width: 100%;
  bottom: 1rem;
  padding: 1rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.listLongAdsBoxtextSqareBox .textRed {
  margin: 0;
  font-family: var(--primary_font);
  font-size: 28px;
  line-height: 35px;
  color: var(--secondary_color);
  font-weight: 300;
}
.listLongAdsBoxtextSqareBox .adsCollegeItem {
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

@media screen and (max-width: 1660px) {
  .homepageAdsContainer {
    width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .homepageAdsContainer {
    width: 70%;
  }
  .homepageAdsContainer .collImgAds {
    width: 100%;
    height: 100%;
  }
  .adscollIcons {
    width: 50px !important;
    height: 50px !important;
  }
  .textBoxAdsduo h4 {
    font-size: 20px;
  }
  .textBoxAdsduo h5 {
    font-size: 18px;
  }
  .adsEnrollBtn {
    font-size: 18px;
  }
  .listLongAdsBoxtextSqareBox span {
    width: 35px;
    height: 35px;
    font-size: 30px;
  }
  .listLongAdsBoxtextSqareBox .textRed {
    font-size: 24px;
  }
  .adsCollegeItem .adscollIconsDuo {
    width: 45px;
    height: 45px;
  }
  .listLongAdsBoxtextSqareBox .textBoxAdsduo h4 {
    font-size: 20px;
  }
  .listLongAdsBoxtextSqareBox .textBoxAdsduo h5 {
    font-size: 16px;
  }
  .listingSqareBox .textSqareBox span {
    width: 35px;
    height: 35px;
    font-size: 30px;
  }
  .listingSqareBox .textRed {
    line-height: 24px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .listingDubleAdsPopup {
    flex-direction: column;
    gap: 1.5rem;
  }
  .listingSqareBox {
    width: 100%;
  }
  .adsTextContainer .adsCollegeItem .textBoxAds h4 {
    font-size: 20px;
  }
  .adsTextContainer .adsCollegeItem .textBoxAds h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .homepageAdsContainer {
    width: 90%;
  }
  .adsEnrollBtn {
    width: 180px;
    font-size: 16px;
  }
  .listingSqareBox .textBoxAdsduo h4 {
    font-size: 20px;
  }
  .listingSqareBox .textBoxAdsduo h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .listingDubleAdsPopup {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
  .listingSqareBox {
    width: 49%;
  }
}
@media screen and (max-width: 990px) {
  .homepageAdsContainer {
    display: none;
  }
  .adsEnrollBtn {
    height: 40px;
    width: 180px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .listingDubleAdsPopup {
    flex-direction: column;
    gap: 1.5rem;
  }
  .listingSqareBox {
    height: 200px;
    width: 100%;
  }
  .textSqareBox,
  .adsTextContainer {
    left: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .adsTextContainer {
    left: 1rem;
  }
}
