@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --primary: #2b72ee;
  --secondary: #333333;
  --light-gray: #9fa3b9;
}

* {
  font-family: "Poppins" !important;
}

.wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/*=================== SHAPE ================*/
.shape {
  width: 150px;
  height: 120px;
  background-color: var(--primary);
  border-top-right-radius: 25%;
  border-bottom-left-radius: 25%;
}

.divider {
  margin-top: 70px !important;
  margin-bottom: 50px !important;
}

/*============== BENNER SECTION ==============*/
.banner-section {
  margin-bottom: 150px !important;
}
.text-section {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
}

.text-section h2 {
  font-size: 45px !important;
}

.text-section .banner-text {
  margin-top: 20px;
}

.image-section {
  position: relative;
  flex-direction: column;
  margin-top: 25px;
}

.image-section img {
  /* object-fit: cover; */
  /* width: 550px; */

  /* aspect-ratio: 1; */
  /* height: 400px; */
  border-top-left-radius: 18%;
  border-bottom-right-radius: 18%;
  margin-top: 15px;
}

.image-section .shape {
  position: absolute;
  left: -50px;
  bottom: -75px;
  z-index: 1;
}

.image-section .menu-section a {
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  color: var(--primary);
}

.menu-section {
  display: flex;
  align-items: center;
  justify-content: left;
}

.image-section .image {
  height: 400px;
  width: 500px;
}

/*============== ABOUT SECTION ==============*/
.about-section {
  margin-bottom: 100px;
}

.about-section .image-section {
  position: relative;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 100px;
}

.about-section .image-section img {
  /* object-fit: cover; */
  /* width: 500px; */
  /* height: 400px; */
  border-top-left-radius: 18%;
  border-bottom-right-radius: 18%;
  margin-top: 15px;
}

.about-section .image-section .shape {
  position: absolute;
  left: -50px;
  bottom: 0px;
  z-index: 1;
}

.about-section .text-section {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 100px;
  /* width: 100vw; */
  /* overflow: hidden; */
}

.about-section .text-section h2 {
  font-size: 15px !important;
  font-weight: 400;
  color: var(--secondary);
  margin-bottom: 50px;
}

.text-section .about-director {
  /* display: flex; */
  color: var(--secondary);
}
.director-image img {
  width: 115px;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

.director-details h3 {
  font-size: 24px !important;
  /* margin: 0; */
}
.director-details h4 {
  font-size: 15px !important;
  font-weight: 400 !important;
}

/*============== SERVICES SECTION ==============*/
.services-section {
  display: flex;
  margin-bottom: 100px !important;
  /* height: 600px; */
}

.services-section .left-section {
  display: flex;
  flex-direction: column;
  margin-top: 90px;
  margin-left: 100px;
}

.services-section .right-section {
  position: relative;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 100px;
}

.services-section .right-section img {
  /* object-fit: cover; */
  /* width: 550px; */
  /* height: 400px; */
  border-top-left-radius: 18%;
  border-bottom-right-radius: 18%;
  margin-top: 15px;
}

.services-section .right-section .shape {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: 1;
}

/*============== FOOTER SECTION ==============*/
.footer-section {
  /* display: flex; */
  /* justify-content: space-around; */
  background-color: var(--primary);
  padding: 40px;
  color: #fff;
  width: 100%;
}

.footer-section h4 {
  font-weight: 400;
}

.footer-section .quick-contact-section {
  display: flex;
  flex-direction: column;
}

.footer-section .quick-contact-section .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px;
}

.footer-section .quick-contact-section h3 {
  font-weight: 500;
}

.footer-section hr {
  margin-bottom: 10px;
}

.contact-item img {
  height: 20px;
  filter: invert(99%) sepia(8%) saturate(277%) hue-rotate(282deg)
    brightness(114%) contrast(100%);
}

.footer-section .address-section {
  display: flex;
  flex-direction: column;
}

.footer-section .address-section .contact-item {
  display: flex;
  gap: 15px;
  padding: 5px;
}

.back-to-top {
  display: flex;
  align-items: center;
  justify-content: end;
}

.back-to-top .btn {
  padding: 10px;
  background-color: var(--primary);
  /* margin-right: 10px; */
  margin-bottom: 10px;
  border-radius: 25%;
  cursor: pointer;
}

.back-to-top .btn img {
  height: 50px;
  filter: invert(99%) sepia(8%) saturate(277%) hue-rotate(282deg)
    brightness(114%) contrast(100%);
}
