* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  background: url("/photos/office365/7.jpg");
}

@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  src: url("../library/fonts/ShurjoWeb.woff2"),
    url("../library/fonts/ShurjoRegular.ttf");
}

@font-face {
  font-family: "Kalpana";
  font-style: normal;
  src: url("../library/fonts/Kalpana.ttf");
}

@font-face {
  font-family: "Google Sans";
  font-style: normal;
  src: url("../library/fonts/GoogleSans-Regular.ttf");
}

.intro {
  font-family: "Google Sans";
  margin: 2rem 0 2rem 0;
}

.marquee_row {
  margin: 1rem 10rem 0 10rem;
}

.marquee_heading {
  padding: 3.5px !important;
  font-family: "Google Sans";
  background-color: #000;
  font-size: 18px;
  color: #fad922;
  font-weight: 600;
  text-transform: uppercase;
}

.marquee {
  padding: 5px !important;
  font-family: "Shurjo";
  color: #000000;
  overflow: hidden !important;
  background-color: #fad922;
}

.swiper-container {
  margin: 0 auto 0 auto;
  width: 90%;
  height: 80vh;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.swiper-pagination-bullet:hover {
  background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  margin: auto 2rem;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #1e2529;
}

.swiper-slide:nth-child(1) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/english-lession.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/english-lession.jpg);
  background-size: cover;
  background-position: center;
}

.swiper-slide:nth-child(2) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/coding-lession.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/coding-lession.jpg);
  background-size: cover;
  background-position: center;
}

.swiper-slide:nth-child(3) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/green-education.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/green-education.jpg);
  background-size: cover;
  background-position: center;
}

.swiper-slide:nth-child(4) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/group-study.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/group-study.jpg);
  background-size: cover;
  background-position: center;
}
/* Extra Photos */
.swiper-slide:nth-child(5) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/td2023.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/td2023.jpg);
  background-size: cover;
  background-position: center;
}
.swiper-slide:nth-child(6) {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0.1)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url(../photos/td2024.jpg);
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.1),
      rgba(0, 0, 0, 0.8)
    ),
    url(../photos/td2024.jpg);
  background-size: cover;
  background-position: center;
}

.swiper-wrapper h2 {
  color: #fff;
  font-family: "Kalpana";
  margin: 2rem 0 0 0;
  font-size: 65px;
  letter-spacing: 1.5px;
  font-weight: 700;
  text-transform: uppercase;
}

.swiper-wrapper h5 {
  color: #fff;
  font-weight: 700;
  font-family: "Shurjo";
  font-size: 20px;
  font-weight: 400;
  word-spacing: 1.5px;
  line-height: 1.5rem;
  margin: 2rem 0 0 0;
}

.store-timing .card-title {
  color: #b53471;
  font-family: "Google Sans";
  font-weight: 600;
}

.store-timing p {
  color: #000;
  font-family: "Google Sans";
  font-size: 16px;
}

.store-timing hr {
  margin: 1rem auto;
  border: 0.5px solid #b53471;
}

.store-timing .special {
  margin: 1rem 0 1.7rem 0;
}

.store-timing .autometic-timing {
  margin-top: 2.5rem;
}

.store-timing .btn-large {
  background-color: #b53471;
}

.store-timing .btn-large:hover {
  background-color: #fda7df;
}

.photo .msg {
  margin: 1rem 0 0 0;
  background: rgba(255, 255, 255, 0.8);
}

.photo h2 {
  font-family: "Shurjo";
  font-size: 48px;
  color: #b53471;
  margin: 0 0 15px 0;
  letter-spacing: -1px;
  font-weight: 700;
  padding: 10px;
  text-align: left;
  line-height: 1.2;
}

.photo p {
  margin: 0 0 0.5rem 0;
  font-size: 16px;
  color: #212529;
  font-family: "Shurjo";
  font-weight: 400;
  padding: 10px;
  line-height: 1.5;
}

.course .card-title {
  color: #b53471;
  font-family: "Shurjo";
  font-weight: 600;
}

.course p {
  color: #000;
  font-family: "Shurjo";
  font-size: 16px;
}

.course hr {
  margin: 1rem auto;
  background-color: #262626;
}

.bg_modal {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10 !important;
  visibility: hidden;
}

.modal_content {
  width: 380px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 15px 50px;
}

.alert_heading {
  margin: 0;
  color: #ffffff;
  border-radius: 15px 50px 0 0;
  text-transform: uppercase;
  padding: 20px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#3d3d3d),
    color-stop(#ff3838),
    to(#3d3d3d)
  );
  background-image: linear-gradient(to left, #3d3d3d, #ff3838, #3d3d3d);
  background-size: 200%;
}

.alert_body {
  color: #db222a;
  margin-top: 2rem;
  font-size: 18px;
}

/* Start of nottice board stye */
#noticeBoard {
  display: none;
  position: absolute;
  top: 12%;
  right: 0;
  left: 0;
  margin: 0 30rem;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  padding: 0 2.5rem 4rem 2.5rem;
  text-align: justify;
  z-index: 10;
}

.closeNoticeBtn i {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-size: 2rem;
  cursor: pointer;
}

.closeNoticeBtn i:hover {
  color: #ff0000;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

#noticeBoard h4 {
  color: #ffffff;
  margin: 4rem 0 0 0;
}
#noticeBoard p {
  color: #ffffff;
  font-size: 16px;
  display: contents;
}
/* End of notice board style*/

@media screen and (max-width: 767px) {
  .intro {
    font-size: 26px;
    margin: 5rem 0 2rem 0;
  }
  .marquee_row {
    margin: 1rem 1rem 0 1rem !important;
  }
  .marquee_heading {
    width: 50% !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .swiper-pagination {
    margin: auto;
  }
  .swiper-wrapper h1 {
    font-size: 42px;
    margin: 0;
  }
  .swiper-wrapper h5 {
    margin: 2rem 0;
  }
  .store-timing p {
    margin: 0;
  }
  .photo .msg {
    margin: -4rem 0 !important;
  }
  .photo h2 {
    font-size: 24px;
  }
  .photo p {
    font-size: 14px;
  }
  .modal_content {
    width: 300px;
    height: 120px;
  }
  .alert_heading {
    font-size: 20px;
  }
  .alert_body {
    margin-top: 1rem;
    font-size: 15px;
  }
  #noticeBoard {
    position: absolute;
    top: 18%;
    padding: 0 1.5rem 4rem 1.5rem;
    margin: 0 1rem;
  }
}
