* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&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: "Cordia New";
  src: url(../fonts/cordia_0.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #fefaf9;
}
#amanah-nav {
  padding: 1% 0;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fefaf9;
}
#amanah-nav .logo {
  position: absolute;
  top: 0;
  right: 27%;
  z-index: 1000;
}
#amanah-nav .logo img {
  width: 200px;
}
#amanah-nav #nav-list {
  margin: 0 100px;
}
#amanah-nav #nav-list li a {
  font-family: "Cordia New";
  font-size: 24px;
  color: #6c6c6c;
  font-weight: 400;
  line-height: 100%;
  margin: 0 10px;
}
#amanah-nav #nav-list li a:hover {
  color: #19776b;
  transition: 0.3s;
}

#amanah-nav .search {
  position: relative;
  width: 366px;
  margin-right: 21px;
}

#amanah-nav .search input {
  width: 100%;
  background-color: #f6f6f6; /* light gray background */
  height: 53px;
  border-radius: 12px;
  border: 1px solid #bab2b2;
  outline: none;
  padding: 0 20px;
  font-family: "Cordia New";
  font-size: 20px;
}

#amanah-nav .search input::placeholder {
  font-family: "Cordia New";
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #545454;
}

#amanah-nav .search-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #545454a1;
  font-size: 20px;
  cursor: pointer;
}
#amanah-nav .search:focus-within .search-icon {
  color: #000000;
}
#amanah-nav .contact a {
  color: #6c6c6c;
  text-decoration: none;
}

#amanah-nav .contact a:hover {
  color: #19776b;
  transition: 0.3s;
}
#amanah-nav .contact a span {
  font-family: "Cordia New";
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 7px;
}

#amanah-nav .sign-in {
  margin-left: 65px;
  border: 1px solid #19776b;
  padding: 10px 40px 5px;
  position: relative;
}
#amanah-nav .sign-in .custom-btn {
  display: inline-block;
  font-family: "Cordia New";
  font-size: 25px;
  font-weight: 400;
  color: #19776b;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
}
#amanah-nav .sign-in:hover .custom-btn {
  color: white;
}

#amanah-nav .sign-in::before {
  transform: scaleX(0);
  transform-origin: bottom right;
}

#amanah-nav .sign-in:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}

#amanah-nav .sign-in::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0 0 0 0;
  background: #19776b;
  color: white;
  z-index: -1;
  transition: transform 0.3s ease;
}

#amanah-nav .contact {
  margin-left: 12%;
}

#amanah-nav .contact a i,
.sign-in a i {
  font-size: 20px;
}

/* Animation Navbar */
#sec-1 .slider-container {
  width: 60%;
  height: 100vh;
  position: relative;
}
#sec-1 #kaam {
  position: absolute;
  top: 200px;
}
#sec-1 .scroll-wrapper {
  position: relative;
  width: 220px;
  height: 220px;
}

#sec-1 .circle-text {
  width: 100%;
  height: 100%;
  position: relative;
  animation: rotate 10s linear infinite;
}

#sec-1 .circle-text img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

#sec-1 .center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

#sec-1 .center-circle i {
  font-size: 24px;
  color: white;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#sec-1 .slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease, width 1s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #19776b;
  font-size: 24px;
  color: #ffffff;
  border-radius: 0 50% 50% 0;
}

#sec-1 .slide.active {
  opacity: 1;
  animation: pulseWidth 3s infinite;
}

@keyframes pulseWidth {
  0% {
    width: 100%;
  }

  50% {
    width: 94%;
  }

  100% {
    width: 100%;
  }
}

#sec-1 .slide-content {
  width: 500px;
  text-align: start;
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

#sec-1 .slide-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0px;
}

#sec-1 .slide-content p {
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

#sec-1 .slide.active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

#sec-1 {
  height: 100vh;
  background-image: url(../images/9251\ 1.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

#sec-1 .social-media {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 500px;
  background: #ffffff30;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 300px 300px 0;
  transition: width 0.4s ease-in-out;
  z-index: 1000;
}

#sec-1 .social-media:hover {
  width: 100px;
}

#sec-1 .social-media a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  margin: 10px 0;
  transition: transform 0.3s ease;
}

#sec-1 .social-media a:hover {
  transform: scale(1.2);
}

/* TEXT aNIMATION */
#sec-1 .core {
  display: flex;
  align-items: center;
  gap: 23px;
}
.word {
  display: inline-block;
  margin-right: 0.3em; /*Add space between words */
}

#sec-1 .dynamic-text {
  color: #ffffff;
  font-size: 38px; /* Increase font size as desired */
  font-weight: 600;
  position: relative;
  font-family: "Cormorant Garamond", serif;
  overflow: hidden;
  text-shadow: 0 2px 10px rgba(255, 87, 34, 0.3);
  animation: glow 3s infinite alternate;
  line-height: 42px;
}

#sec-1 .letter {
  display: inline-block;
  opacity: 1;
  transform: translateY(0) scale(1); /* Ensure scale is 1 when visible */
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

#sec-1 .letter.hidden {
  opacity: 0;

  transform: translateY(10px); /* Remove scale change */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* TEXT aNIMATION */

/* Animation Navbar */

/* sec-2 */
#sec-2 {
  background-image: url(../images/why-choose-two-shape-1\ 1.png);
  height: 80vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin: 8% 0 6%;
  position: relative;
}
.container-mx-u {
  max-width: 89%;
}

#sec-2 .plus {
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: -1;
}
#sec-2 .plus img {
  width: 83%;
  animation: wcSlideBottom 5s infinite linear;
}
@keyframes wcSlideBottom {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0px);
  }
}

#sec-2 h2 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}

#sec-2 .gradient-text {
  background: linear-gradient(90deg, #19776b, #23e2ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

#sec-2 p {
  font-size: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 93%;
}
#sec-2 .box {
  width: 247px;
  height: 219px;
  background-repeat: no-repeat;
  background-position: center;
  display: grid;
  align-content: center;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 11px;
  padding: 0 14px;
  transition: background-image 0.3s ease;
  margin: 35px auto 0;
}
#sec-2 .box-1 {
  background-image: url(../images/01.png);
  gap: 10px;
}
#sec-2 .box-1:hover {
  background-image: url(../images/box-1.png);
}
#sec-2 .box-2 {
  background-image: url(../images/02.png);
  gap: 30px;
}
#sec-2 .box-2:hover {
  background-image: url(../images/box-2.png);
}
#sec-2 .box-3 {
  background-image: url(../images/03.png);
  gap: 10px;
}
#sec-2 .box-3:hover {
  background-image: url(../images/box-3.png);
}
#sec-2 .box-4 {
  background-image: url(../images/04.png);
  gap: 30px;
}
#sec-2 .box-4:hover {
  background-image: url(../images/box-4.png);
}
#sec-2 .box-5 {
  background-image: url(../images/05.png);
  gap: 30px;
}
#sec-2 .box-5:hover {
  background-image: url(../images/box-5.png);
}
#sec-2 .box p {
  font-family: "Cormorant Garamond", serif;
  line-height: 27px;
  font-size: 21px;
  font-weight: 700;
  width: 100%;
}
#sec-2 .box-1:hover .icon img {
  content: url("../images/Checkmark\ White.png");
}
#sec-2 .box-2:hover .icon img {
  content: url("../images/Nurse\ White.png");
}
#sec-2 .box-3:hover .icon img {
  content: url("../images/Medicine\ Cabinet\ White.png");
}
#sec-2 .box-4:hover .icon img {
  content: url("../images/Estimate\ White.png");
}
#sec-2 .box-5:hover .icon img {
  content: url("../images/Last\ 24\ Hours\ White.png");
}
#sec-2 .box:hover p {
  color: white;
}
#sec-2 .img {
  margin: 70px 0 0 10%;
  display: inline-block;
}

/* sec-2 */
/* sec-3 */
#sec-3 {
  padding: 5% 0 10%;
  position: relative;
}
#sec-3 h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  color: black;
  font-size: 62px;
  text-align: center;
  line-height: 65px;
}
#sec-3 #carry-on {
  margin-top: 65px;
}
#sec-3 .rectangle {
  width: 100%;
  height: 90%;
  border: 1px solid #19776b;
  position: relative;
  box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
  padding: 110px 19px 110px 32px;
  transition: 0.3s ease;
  background-color: white;
}
#sec-3 .rectangle-1,
.rectangle-3,
.rectangle-5,
.rectangle-7 {
  margin-top: 83px;
}
#sec-3 .rectangle h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: #000000;
  font-weight: 700;
}
#sec-3 .rectangle p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #6c6c6c;
  font-weight: 300;
  line-height: 21px;
  width: 90%;
}
#sec-3 .fix {
  width: 85px;
  height: 85px;
  background-color: #19776b;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
#sec-3 .rectangle .custom-list {
  list-style: none;
  padding-left: 0;
  margin-top: 39px;
}
#sec-3 .rectangle .custom-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 9px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
}
#sec-3 .rectangle .custom-list li::before {
  content: "»";
  position: absolute;
  left: 0;
  top: -9px;
  color: #19776b; /* your teal color */
  font-size: 27px;
  transition: 0.3s ease;
}
#sec-3 .rectangle:hover {
  background-color: #19776b;
  color: white;
}

/* Apply white color to child elements on hover */
#sec-3 .rectangle:hover p,
#sec-3 .rectangle:hover h4,
#sec-3 .rectangle:hover li {
  color: white;
}

#sec-3 .rectangle:hover li::before {
  color: white;
}
#sec-3 .rectangle:hover .fix {
  background-color: white;
}

#sec-3 .rectangle-1:hover .fix img {
  content: url(../images/Hospital\ Bed\ Green.png);
}
#sec-3 .rectangle-2:hover .fix img {
  content: url(../images/Grandfather\ Green.png);
}
#sec-3 .rectangle-3:hover .fix img {
  content: url(../images/Physical\ Therapy\ Green.png);
}
#sec-3 .rectangle-4:hover .fix img {
  content: url(../images/Wound\ Green.png);
}
#sec-3 .rectangle-5:hover .fix img {
  content: url(../images/Person\ at\ Home\ Green.png);
}
#sec-3 .rectangle-6:hover .fix img {
  content: url(../images/Nurse\ green-2.png);
}
#sec-3 .rectangle-7:hover .fix img {
  content: url(../images/Hospital\ green.png);
}
#sec-3 .nurse-right {
  display: inline-block;
}
#sec-3 .nurse-right img {
  width: 100%;
}

/* sec-3 */
/* sec-4*/
#sec-4 {
  position: absolute;
  left: 0;
  bottom: -7%;
  width: 100%;
}
#sec-4 .bg-teal {
  background-color: #19776b;
}
#sec-4 img {
  width: 100%;
}
#sec-4 .container-mx-u {
  max-width: 84%;
}
#sec-4 h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  width: 63%;
  margin-left: 0px;
  color: white;
}
#sec-4 .btn {
  padding: 20px 70px;
  font-size: 40px;
  font-family: "Cordia New";
  font-weight: 700;
  border: 1.5px solid white;
  color: white;
}
#sec-4 .btn:hover {
  color: #19776b;
  background-color: white;
  border: 1.5px solid #19776b;
}
/* sec-4 */

/* sec-5 */
#sec-5 {
  margin: 15% 0 5%;
}
#sec-5 .container-care-y {
  max-width: 80%;
}
#sec-5 .left-img {
  position: relative;
  display: inline-block;
}

#sec-5 .left-img img {
  width: 100%;
  display: block;
}

#sec-5 .left-img .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#sec-5 .left-img .hover:hover {
  opacity: 1;
}
#sec-5 .gradient-text {
  background: linear-gradient(90deg, #19776b, #23e2ca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#sec-5 h2 {
  font-size: 58px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}
#sec-5 p {
  background-image: url(../images/Instrument.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  width: 86%;
  color: #6c6c6c;
}

/* sec-5 */
/* sec-6 */
#sec-6 {
  margin: 8% 0;
}
#sec-6 .container-you {
  max-width: 89%;
}
#sec-6 h2 {
  text-align: center;
  font-size: 58px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}
#sec-6 .pepsi {
  position: relative;
  border-radius: 10px;
  margin-top: 70px;
}

#sec-6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  overflow: hidden;
  border-bottom-right-radius: 8px;
}

#sec-6 .pepsi:hover .profile {
  filter: brightness(50%);
}

#sec-6 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s;
}

#sec-6 .icon-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#sec-6 .icon-main {
  background: #19776b;
  color: #fff;
  width: 76px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

#sec-6 .icon-main img {
  filter: grayscale(100%) brightness(1000%);
  width: 30px;
  margin: 0 auto;
  height: auto;
}

#sec-6 .icon-main img:hover {
  filter: grayscale(100%) brightness(1000%);
}

#sec-6 .icons {
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
#sec-6 .icons .icon:nth-child(1) {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#sec-6 .icon {
  background: #19776b;
  color: #fff;
  width: 76px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 7px; */
  cursor: pointer;
  z-index: 1;
}

#sec-6 .pepsi:hover .icons,
#sec-6 .icon-main:hover + .icons,
#sec-6 .icons:hover {
  opacity: 1;
  visibility: visible;
}

#sec-6 .icon a img {
  transition: 0.3sease-in-out;
  filter: grayscale(100%) brightness(1000%);
  width: 30px;
  margin: 0 auto;
  height: auto;
}

#sec-6 .icon a img:hover {
  filter: grayscale(100%) brightness(1000%);
}
#sec-6 .bio {
  margin-top: 13px;
}
#sec-6 .bio h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 26px;
  font-weight: 700;
}
#sec-6 .bio h6 .prof {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #6c6c6c;
}
/* sec-6 */
/* sec-7 */
#campus {
  font-size: 58px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 20px;
}
#sec-7 {
  background-image: url(../images/sec-7\ bg.png);
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec-7 .cabbage {
  padding: 45px 99px;
  max-width: 50%;
  border-radius: 26px;
  background-color: #19776b;
}

#sec-7 .testimonial-arrows {
  position: absolute;
  bottom: 126px;
  right: 105px;
  display: flex;
  z-index: 2;
}

#sec-7 .custom-arrow {
  background-color: transparent;
  color: white;
  border: 1.5px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.slick-prev {
  left: -55px;
}
#sec-7 .courier-1 img {
  width: 9%;
}
#sec-7 .courier-1 .para {
  font-size: 26px;
  color: white;
  font-family: "Poppins", sans-serif;
  padding: 58px 75px;
  line-height: 47px;
}
#sec-7 hr {
  color: white;
  border-top: 2px solid;
}
#sec-7 .courier-2 {
  display: flex;
  align-items: center;
  gap: 23px;
}
#sec-7 .courier-2 img {
  width: 12%;
}
#sec-7 .courier-2 h6 {
  font-family: "Cordia New";
  font-weight: 600;
  font-size: 36px;
  color: white;
  line-height: 70%;
}
#sec-7 .courier-2 h6 .prof {
  font-family: "Cordia New";
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
}
/* sec-7 */
/* sec-8 */
#sec-8 {
  margin: 5% 0;
}
#sec-8 .cam {
  display: inline-block;
  margin: 50px 0 72px;
}
#sec-8 .container-ku {
  max-width: 80%;
}
#sec-8 .cam img {
  width: 100%;
}
#sec-8 h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 62px;
  line-height: 65px;
  text-align: center;
  margin-top: 6%;
}
/* sec-8 */
/* sec-9 */
#sec-9 {
  padding: 5% 0;
  position: relative;
  height: 60vh;
}
#sec-9 .only-up {
  width: 80%;
  position: absolute;
  top: 0;
  left: 8.5%;
  border-top: 2px solid #6c6c6c;
}
/* #sec-9 .container-kom{
  max-width: 80%;
} */
#sec-9 .footer-1 p {
  color: #000000;
  font-size: 21px;
  font-family: "Poppins", sans-serif;
  width: 70%;
  margin: 14px 0 45px;
}
#sec-9 .footer-1 {
  margin-left: 155px;
}
#sec-9 .footer-1 .sub-footer-1 {
  display: inline-block;
}
#sec-9 .footer-1 .sub-footer-1 img {
  width: 68%;
}
#sec-9 .footer-1 .email-wrapper {
  border: 1px solid #000000;
  padding: 0;
  height: 60px;
  width: 70%;
}

#sec-9 .footer-1 .email-input {
  background: transparent;
  border: none;
  color: #000000;
  padding-left: 20px;
  font-size: 16px;
  flex: 1;
  outline: none;
  font-family: "Cordia New";
}

#sec-9 .footer-1 .email-input::placeholder {
  color: #000000;
  letter-spacing: 2px;
  font-family: "Cordia New";
  font-size: 16px;
}

#sec-9 .footer-1 .email-icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #000000;
  cursor: pointer;
}

#sec-9 .footer-1 .email-icon i {
  color: #000000;
  font-size: 20px;
}
#sec-9 .footer-1 .email-input:focus {
  outline: none;
  box-shadow: none;
}
#sec-9 .footer-2 {
  width: 200px;
  margin: 0 auto;
}
#sec-9 .footer-2 h5 {
  color: #000000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}
#sec-9 .footer-2 .common {
  padding: 0;
  margin-top: 34px;
}
#sec-9 .footer-2 .common li {
  list-style: none;
  margin: 18px 0;
}
#sec-9 .footer-2 .common li a {
  color: #6c6c6c;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s;
}
#sec-9 .footer-2 .common li a:hover {
  color: #19776b;
  transition: 0.3s;
}
#sec-9 .footer-3 {
  width: 240px;
  margin: 0 auto;
}
#sec-9 .footer-3 h5 {
  color: #000000;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
}
#sec-9 .footer-3 .sub {
  margin-top: 34px;
}
#sec-9 .footer-3 .sab {
  margin: 18px 0;
  display: flex;
  gap: 15px;
}
#sec-9 .footer-3 .sab .sab-1 img {
  filter: invert(1);
}
#sec-9 .footer-3 .sab a {
  color: #6c6c6c;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#sec-9 .footer-3 .sab a:hover {
  color: #19776b;
  transition: 0.3s;
}
#sec-9 .footer-last {
  position: absolute;
  bottom: 0px;
  left: 8.5%;
  width: 80%;
  margin-top: 20px;
}
#sec-9 .footer-last hr {
  border-top: 2px solid #6c6c6c;
  margin-bottom: 0;
}
#sec-9 .footer-last .crime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #6c6c6c;
  padding: 10px 0;
}
#sec-9 .footer-last .crime .copy p {
  font-family: "Cordia New";
  font-size: 22px;
  font-weight: 400;
}
#sec-9 .footer-last .crime .social {
  text-align: center;
}
/* sec-9 */

/* LOGIN_SIGNUP CSS */
#login-only {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#container {
  position: relative;
  width: 1000px;
  height: 650px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin: 20px;
}
#container .form-box {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #333;
  text-align: center;
  padding: 40px;
  z-index: 1;
  transition: 0.6s ease-in-out 1.2s, visibility 0s 1s;
}
#container.active .form-box {
  right: 50%;
}
#container .form-box.register {
  visibility: hidden;
}
#container.active .form-box.register {
  visibility: visible;
}
#container h1 {
  font-weight: 700;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
}
#container .form-box form {
  width: 100%;
}
#container .form-box form .input-box {
  position: relative;
  margin: 30px 0;
}
#container .form-box form .input-box input {
  font-family: "Cordia New";
  width: 100%;
  padding: 13px 50px 13px 20px;
  background: #eee;
  border-radius: 8px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
#container .form-box form .input-box input::placeholder {
  font-family: "Cordia New";
  color: #888;
  font-weight: 400;
  font-size: 20px;
}
#container .form-box form .input-box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  font-size: 20px;
}
#container .form-box form .forgot-link {
  margin: -15px 0 15px;
}
#container .form-box form .forgot-link a {
  font-family: "Poppins", sans-serif;
  font-size: 14.5px;
  color: #333;
  text-decoration: none;
}
#container .btn {
  width: 100%;
  height: 48px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #19776b;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#container .form-box form p {
  font-size: 20px;
  margin: 15px 0;
  font-family: "Cordia New";
}
#container .form-box form .social-icons {
  display: flex;
  justify-content: center;
}
#container .form-box form .social-icons a {
  display: inline-flex;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  text-decoration: none;
  font-size: 24px;
  color: #333;
  margin: 0 8px;
  font-family: "Poppins", sans-serif;
}

#container .toggle-box {
  position: absolute;
  width: 100%;
  height: 100%;
}
#container .toggle-box::before {
  content: "";
  position: absolute;
  left: -250%;
  width: 300%;
  height: 100%;
  background: #19776b;
  z-index: 1;
  border-radius: 150px;
  transition: 1.8s ease-in-out;
}
#container.active .toggle-box::before {
  left: 50%;
}
#container .toggle-box .toggle-panel {
  position: absolute;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 2;
  transition: 0.6s ease-in-out;
}
#container .toggle-panel.toggle-left {
  left: 0;
  transition-delay: 1.2s;
}
#container.active .toggle-panel.toggle-left {
  left: -50%;
  transition-delay: 0.6s;
}
#container.active .toggle-panel.toggle-right {
  right: 0;
  transition-delay: 1.2s;
}
#container .toggle-panel.toggle-right {
  right: -50%;
  transition-delay: 0.6s;
}

#container .toggle-box .toggle-panel p {
  margin-bottom: 20px;
  font-family: "Cordia New";
  font-size: 20px;
}
#container .toggle-box .toggle-panel .btn {
  width: 160px;
  height: 46px;
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
}
/* LOGIN_SIGNUP CSS */

/* ABOUT-US PA GE */

#sec-1-about {
  background-image: url(../images/about-main.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
#sec-1-about h1 {
  font-size: 62px;
  font-family: "Cormorant Garamond", serif;
  line-height: 65px;
  font-weight: 700;
  text-align: center;
  color: white;
}
#sec-1-about p {
  font-size: 43px;
  font-family: "Cordia New";
  font-weight: 600;
  text-align: center;
  color: white;
}

#sec-2-about {
  background-image: url(../images/sec-about-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-position: right;
  display: flex;
  align-items: center;
  padding: 6% 0 4%;
}
#sec-2-about h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 62px;
  line-height: 65px;
  color: #000000;
  text-align: center;
  font-weight: 700;
}
#sec-2-about .texts {
  padding: 20px 0;
}
#sec-2-about .texts p {
  font-family: "Cordia New";
  font-size: 35px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
  line-height: 40px;
}

#sec-3-about {
  background-image: url(../images/Layer\ 4.png);
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  margin: 6% 0;
}
#sec-3-about .container-kash {
  max-width: 80%;
}

/* Section Styling */
#sec-3-about .section-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #000;
  font-size: 40px;
  font-family: "Cormorant Garamond", serif;
}

#sec-3-about .section-text {
  margin-bottom: 1rem;
  font-size: 23px;
  line-height: 25px;
  width: 75%;
  font-family: "Cordia New";
}

#sec-3-about .right-aligned {
  left: auto;
  right: -30px;
}

/* Content Container */
#sec-3-about .content-container {
  position: relative;
  padding: 0;
  height: 100%;
}
#sec-3-about .content-container.content-1 {
  margin-left: 20px;
}

/* Feature List Styling */
#sec-3-about .feature-list {
  list-style-type: none;
  margin-top: 1.5rem;
  padding: 0;
}

#sec-3-about .feature-list li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  font-family: "Cordia New";
  font-size: 23px;
  font-weight: 400;
  width: 86%;
  line-height: 25px;
}

#sec-3-about .arrow {
  color: #00b3a4;
  margin-right: 10px;
  font-weight: bold;
}

/* Image Container */
#sec-3-about .image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

#sec-3-about .center-image {
  position: absolute;
  top: 0;
  left: 47%;
}
/* ABOUT-US PA GE */

/* responsive */
@media (max-width: 1900px) {
  #amanah-nav .navbar-toggler.custom-toggler {
    position: relative;
    top: 0px;
    right: -89%;
    z-index: 1100;
    border: none;
    display: inherit;
  }
  /* Navbar collapse panel styling */
  #amanah-nav .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 2rem 1rem;
    transition: 0.3s ease-in-out;
    flex-direction: column;
    z-index: 1;
  }

  /* When collapse is shown, slide it in */
  #amanah-nav .navbar-collapse.show {
    right: 0;
    z-index: 1000;
  }
  #amanah-nav .navbar-nav {
    flex-direction: column;
  }
  /* Optional: Adjust nav list items (font-size, spacing) for mobile */
  #amanah-nav .navbar-nav .nav-item {
    margin-bottom: 1rem;
  }

  /* Ensure the search form, contact, and sign-in align vertically */
  #amanah-nav .navbar-collapse form,
  #amanah-nav .navbar-collapse .contact,
  #amanah-nav .navbar-collapse .sign-in {
    margin-top: 1rem;
  }
  #sec-2 {
    background-image: none;
    height: 100%;
  }

  #sec-5 .left-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #sec-5 .left-img img {
    width: auto;
    max-width: 65%;
  }

  #sec-5 .left-img .hover {
    left: 50%;
    transform: translateX(-50%);
  }

  /* Position the logo in the header (outside collapse) appropriately */

  /* Different */
}
@media only screen and (min-width: 320px) and (max-width: 1200px) {
  #sec-2 .plus {
    display: none;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1800px) {
  #sec-9 {
    height: 80vh;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1900px) {
  #sec-5 .left-img img {
    width: auto;
    max-width: 100%;
  }
}

/* Main responsive */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #amanah-nav .search input {
    font-size: 16px;
  }
  #amanah-nav .search input::placeholder {
    font-size: 16px;
  }
  #amanah-nav .search-icon {
    font-size: 16px;
  }

  #amanah-nav .contact a span,
  .sign-in a span {
    font-size: 16px;
  }
  #amanah-nav #nav-list li a {
    font-size: 18px;
  }
  #amanah-nav .logo img {
    width: 109px;
  }
  #amanah-nav .contact {
    margin-left: 0;
    text-align: center;
  }
  #amanah-nav .sign-in {
    margin-left: 0;
    text-align: center;
    padding: 10px 9px 5px;
  }
  #amanah-nav .sign-in .custom-btn {
    font-size: 20px;
  }
  #amanah-nav .logo {
    left: 12px;
  }
  #amanah-nav #nav-list {
    margin: 0px;
    text-align: center;
  }
  #amanah-nav .search {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #sec-1 {
    background-image: url(../images/mob-back.png);
    background-size: cover;
    height: 100%;
  }
  #sec-1 .scroll-wrapper {
    position: relative;
    width: 146px;
    height: 146px;
  }
  #sec-1 .slider-container {
    width: 100%;
    height: 76vh;
  }

  #sec-1 .slide-content h2 {
    font-size: 18px;
    line-height: 24px;
    width: 55%;
  }
  #sec-1 .slide-content h2 .new {
    font-size: 22px;
  }

  #sec-1 .slide-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  #sec-1 .slide {
    border-radius: 0 0;
    padding: 0px 0 0 45px;
    background: none;
  }
  #sec-1 .social-media {
    display: none;
  }
  #sec-1 .slide.active {
    opacity: 1;
    animation: none;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .static-text {
    font-size: 31px;
  }
  #sec-1 .dynamic-text {
    font-size: 25px;
    line-height: 31px;
  }
  #sec-1 .core {
    gap: 10px;
  }

  /* sec-2 */

  #sec-2 h2 {
    font-size: 25px;
    line-height: 26px;
    text-align: center;
  }
  #sec-2 p {
    font-size: 12px;
    width: 100%;
  }
  #sec-2 .box p {
    line-height: 24px;
    font-size: 16px;
    width: 100%;
  }
  #sec-2 .img {
    margin: 70px 0 0 0;
  }

  /* sec-2 */

  /* sec-3 */
  #sec-3 {
    padding: 5% 0 24%;
  }
  #sec-3 h2 {
    font-size: 25px;
    line-height: 28px;
  }
  #sec-3 .rectangle-1,
  .rectangle-3,
  .rectangle-5,
  .rectangle-7 {
    margin-top: 0;
  }
  #sec-3 .rectangle h4 {
    font-size: 16px;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 12px;
  }
  #sec-3 .rectangle .custom-list li::before {
    top: -6px;
    font-size: 18px;
  }
  #sec-3 .fix {
    width: 65px;
    height: 65px;
  }
  #sec-3 .nurse-right {
    display: none;
  }
  /* sec-3*/

  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -4.5%;
  }
  #sec-4 h2 {
    font-size: 14px;
    line-height: 17px;
    width: 61%;
    padding: 16px 0;
  }

  #sec-4 .btn {
    font-size: 16px;
    padding: 5px 18px;
  }

  #sec-4 .bg-teal {
    border-radius: 20px;
  }

  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 246px 0 5%;
  }
  #sec-5 .container-care-y {
    max-width: 100%;
  }
  #sec-5 .left-img .side {
    position: absolute;
    top: 0;
    right: 0;
    left: 40%;
  }
  #sec-5 .left-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #sec-5 h2 {
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    margin-top: 40px;
  }
  #sec-5 p {
    font-size: 16px;
    width: 100%;
    text-align: center;
  }

  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main {
    width: 56px;
    height: 53px;
  }
  #sec-6 .icon {
    width: 56px;
    height: 42px;
  }
  #sec-6 .icon-main img {
    width: 25px;
  }
  #sec-6 .icon a img {
    width: 25px;
  }
  #sec-6 h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #sec-6 .bio h6 {
    font-size: 20px;
    line-height: 21px;
  }
  #sec-6 .bio h6 .prof {
    font-size: 10px;
  }

  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 20px;
    line-height: 21px;
    margin: 56px auto 16px;
    width: 80%;
  }
  #sec-7 .cabbage {
    padding: 29px 28px;
    max-width: 83%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 13px;
    padding: 36px 14px 36px 14px;
    line-height: 26px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 71px;
    right: 23px;
  }
  #sec-7 .custom-arrow {
    border: none;
    border-radius: 0;
    width: 53px;
    height: 35px;
  }
  #sec-7 .courier-2 img {
    width: 18%;
  }
  #sec-7 .courier-2 {
    gap: 14px;
  }
  #sec-7 .courier-2 h6 {
    font-size: 16px;
    line-height: 67%;
    margin-block: auto;
  }
  #sec-7 .courier-2 h6 .prof {
    font-size: 16px;
    line-height: 19px;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 25px;
    line-height: 26px;
    margin-top: 22%;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 {
    padding: 13% 0 45%;
    height: 100%;
  }
  #sec-9 .footer-1 {
    margin-left: 0;
  }
  #sec-9 .footer-1 p {
    font-size: 18px;
    width: 79%;
    margin: 14px auto 24px;
    text-align: center;
  }
  #sec-9 .footer-1 .email-wrapper {
    height: 45px;
    width: 70%;
    margin: 0 auto;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 12px;
  }

  #sec-9 .footer-1 .email-input {
    font-size: 13px;
  }
  #sec-9 .footer-2 .common {
    text-align: center;
  }
  #sec-9 .footer-2 {
    margin: 36px auto;
  }
  #sec-9 .footer-2 h5 {
    font-size: 20px;
    text-align: center;
  }
  #sec-9 .footer-3 h5 {
    font-size: 20px;
    text-align: center;
  }
  #sec-9 .footer-3 {
    width: 207px;
    margin: 0 auto;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  #sec-9 .footer-last .crime {
    display: inherit;
  }
  #sec-9 .footer-last .crime .copy p {
    font-size: 19px;
    text-align: center;
  }

  /* ABOUT US */
  #sec-1-about h1 {
    font-size: 30px;
    line-height: 31px;
  }
  #sec-1-about p {
    font-size: 26px;
  }
  #sec-2-about {
    padding: 13% 0 10%;
    background-position: center;
  }
  #sec-2-about h2 {
    font-size: 25px;
    line-height: 26px;
  }
  #sec-2-about .texts p {
    font-size: 19px;
    width: 95%;
    line-height: 20px;
  }
  #sec-3-about {
    background-image: none;
    margin: 13% 0;
  }
  #sec-3-about .center-image {
    display: none;
  }
  #sec-3-about .container-kash {
    max-width: 95%;
  }
  #sec-3-about .section-title {
    font-size: 28px;
    text-align: center;
  }
  #sec-3-about .section-text {
    font-size: 20px;
    line-height: 21px;
    width: 100%;
  }
  #sec-3-about .feature-list li {
    font-size: 20px;
    width: 100%;
    line-height: 21px;
  }
  #sec-3-about .content-container.content-1 {
    margin-left: 0;
  }
  #sec-3-about .content-container {
    margin: 45px 0;
  }

  /* ABOUT US */
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  #amanah-nav .logo img {
    width: 109px;
  }
  #amanah-nav .contact {
    margin-left: 0;
    text-align: center;
  }
  #amanah-nav .sign-in {
    margin-left: 0;
    text-align: center;
  }
  #amanah-nav .logo {
    left: 12px;
  }
  #amanah-nav #nav-list {
    margin: 0px;
    text-align: center;
  }
  #amanah-nav .search {
    position: relative;
    width: 366px;
    margin: 0 auto;
  }
  #sec-1 {
    background-image: url(../images/mob-back.png);
    background-size: cover;
    height: 100%;
  }
  #sec-1 #kaam {
    top: 184px;
  }
  #sec-1 .scroll-wrapper {
    position: relative;
    width: 155px;
    height: 155px;
  }
  #sec-1 .slider-container {
    width: 100%;
    height: 76vh;
  }

  #sec-1 .slide-content h2 {
    font-size: 18px;
    line-height: 24px;
    width: 55%;
  }
  #sec-1 .slide-content h2 .new {
    font-size: 22px;
  }

  #sec-1 .slide-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  #sec-1 .slide {
    border-radius: 0 0;
    padding: 0px 0 0 45px;
    background: none;
  }
  #sec-1 .slide.active {
    opacity: 1;
    animation: none;
  }
  #sec-1 .social-media {
    display: none;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .static-text {
    font-size: 25px;
  }
  #sec-1 .dynamic-text {
    font-size: 25px;
  }
  #sec-1 .core {
    gap: 10px;
  }

  /* sec-2 */

  #sec-2 h2 {
    font-size: 25px;
    line-height: 26px;
    text-align: center;
  }
  #sec-2 p {
    font-size: 12px;
    width: 100%;
  }
  #sec-2 .box p {
    line-height: 24px;
    font-size: 16px;
    width: 100%;
  }
  #sec-2 .img {
    margin: 70px 0 0 0;
    display: block;
  }

  /* sec-2 */

  /* sec-3 */
  #sec-3 {
    padding: 5% 0 24%;
  }
  #sec-3 h2 {
    font-size: 25px;
    line-height: 28px;
  }
  #sec-3 .rectangle-1,
  .rectangle-3,
  .rectangle-5,
  .rectangle-7 {
    margin-top: 0;
  }
  #sec-3 .rectangle h4 {
    font-size: 16px;
  }
  #sec-3 .rectangle {
    width: 73%;
    height: 90%;
    margin: auto;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 16px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 12px;
  }
  #sec-3 .rectangle .custom-list li::before {
    top: -6px;
    font-size: 18px;
  }
  #sec-3 .fix {
    width: 65px;
    height: 65px;
  }
  #sec-3 .nurse-right {
    display: none;
  }
  /* sec-3*/

  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -5.5%;
  }
  #sec-4 .container-mx-u {
    width: 74%;
  }
  #sec-4 h2 {
    font-size: 18px;
    line-height: 17px;
    width: 66%;
    padding: 16px 0;
  }

  #sec-4 .btn {
    font-size: 16px;
    padding: 5px 18px;
  }

  #sec-4 .bg-teal {
    border-radius: 20px;
  }

  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 246px 0 5%;
  }
  #sec-5 .container-care-y {
    max-width: 100%;
  }
  #sec-5 .left-img .side {
    position: absolute;
    top: 0;
    right: 0;
    left: 40%;
  }
  #sec-5 .left-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #sec-5 h2 {
    font-size: 33px;
    line-height: 34px;
    text-align: center;
    margin-top: 40px;
  }
  #sec-5 p {
    font-size: 20px;
    width: 90%;
    text-align: center;
    margin: 19px auto 0;
  }

  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main {
    width: 80px;
    height: 68px;
  }
  #sec-6 .icon {
    width: 80px;
    height: 85px;
  }
  #sec-6 .icon-main img {
    width: 35px;
  }
  #sec-6 .icon a img {
    width: 35px;
  }
  #sec-6 h2 {
    font-size: 25px;
    line-height: 33px;
  }

  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 25px;
    line-height: 12px;
    margin: 56px 0 16px;
  }
  #sec-7 .cabbage {
    padding: 29px 28px;
    max-width: 83%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 18px;
    padding: 36px 42px 36px 27px;
    line-height: 26px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 132px;
    right: 24px;
  }
  #sec-7 .custom-arrow {
    border: none;
    border-radius: 0;
    width: 53px;
    height: 35px;
  }
  #sec-7 .courier-2 img {
    width: 18%;
  }
  #sec-7 .courier-2 {
    gap: 14px;
  }
  #sec-7 .courier-2 h6 {
    font-size: 25px;
    line-height: 67%;
    margin-block: auto;
  }
  #sec-7 .courier-2 h6 .prof {
    font-size: 20px;
    line-height: 19px;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 25px;
    line-height: 26px;
    margin-top: 13%;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 {
    padding: 13% 0 25%;
    height: 100%;
  }
  #sec-9 .footer-1 {
    margin-left: 0;
  }
  #sec-9 .footer-1 .sub-footer-1 {
    display: block;
  }
  #sec-9 .footer-1 p {
    font-size: 18px;
    width: 79%;
    margin: 27px auto 24px;
    text-align: center;
  }
  #sec-9 .footer-1 .email-wrapper {
    height: 45px;
    width: 70%;
    margin: 0 auto;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 17px;
  }

  #sec-9 .footer-1 .email-input {
    font-size: 17px;
  }
  #sec-9 .footer-2 .common {
    text-align: center;
  }
  #sec-9 .footer-2 {
    margin: 36px auto;
  }
  #sec-9 .footer-2 h5 {
    font-size: 30px;
    text-align: center;
  }
  #sec-9 .footer-3 h5 {
    font-size: 30px;
    text-align: center;
  }
  #sec-9 .footer-3 {
    width: 207px;
    margin: 0 auto;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  #sec-9 .footer-last .crime {
    display: inherit;
  }
  #sec-9 .footer-last .crime .copy p {
    font-size: 19px;
    text-align: center;
  }
  /* ABOUT-US */
  #sec-1-about h1 {
    font-size: 30px;
    line-height: 31px;
  }
  #sec-1-about p {
    font-size: 26px;
  }
  #sec-2-about h2 {
    font-size: 30px;
    line-height: 32px;
  }
  #sec-2-about .texts p {
    font-size: 20px;
    width: 100%;
    line-height: 21px;
  }
  #sec-2-about {
    background-position: center;
    padding: 11% 0 4%;
  }
  #sec-3-about .center-image {
    display: none;
  }
  #sec-3-about .container-kash {
    max-width: 95%;
  }
  #sec-3-about {
    background-image: none;
    margin: 6% 0;
  }
  #sec-3-about .rounded {
    border-radius: var(--bs-border-radius) !important;
    display: block;
    margin: 0 auto;
  }
  #sec-3-about .content-container.content-1 {
    margin-left: 0;
  }
  #sec-3-about .section-title {
    margin: 1.5rem;
    text-align: center;
  }
  #sec-3-about .section-text {
    font-size: 24px;

    width: 100%;
  }

  /* ABOUT-US */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #amanah-nav .navbar-collapse {
    width: 47%;
  }
  #amanah-nav .logo img {
    width: 109px;
  }
  #amanah-nav .contact {
    margin-left: 0;
    text-align: center;
  }
  #amanah-nav .sign-in {
    margin-left: 0;
    text-align: center;
  }
  #amanah-nav .logo {
    left: 12px;
  }
  #amanah-nav #nav-list {
    margin: 0px;
    text-align: center;
  }
  #amanah-nav .search {
    position: relative;
    width: 366px;
    margin: 0 auto;
  }

  #amanah-nav #nav-list li a {
    font-size: 30px;
  }
  #sec-1 {
    background-image: url(../images/mob-back.png);
    background-size: cover;
    height: 100%;
  }
  #sec-1 .scroll-wrapper {
    position: relative;
    width: 187px;
    height: 187px;
  }
  #sec-1 .slider-container {
    width: 100%;
    height: 76vh;
  }

  #sec-1 .slide-content h2 {
    font-size: 18px;
    line-height: 24px;
    width: 55%;
  }
  #sec-1 .slide-content h2 .new {
    font-size: 22px;
  }

  #sec-1 .slide-content p {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  #sec-1 .slide {
    border-radius: 0 0;
    padding: 0px;
    background: none;
  }
  #sec-1 .slide.active {
    opacity: 1;
    animation: none;
  }
  #sec-1 .social-media {
    display: none;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .static-text {
    font-size: 34px;
  }
  #sec-1 .dynamic-text {
    font-size: 34px;
  }
  #sec-1 .core {
    gap: 10px;
  }

  /* sec-2 */

  #sec-2 h2 {
    font-size: 35px;
    line-height: 26px;
    text-align: center;
  }
  #sec-2 p {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  #sec-2 .box p {
    line-height: 24px;
    font-size: 18px;
    width: 100%;
  }
  #sec-2 .img {
    margin: 70px 0 0 0;
    display: block;
  }

  /* sec-2 */

  /* sec-3 */
  #sec-3 {
    padding: 5% 0 24%;
  }
  #sec-3 h2 {
    font-size: 30px;
    line-height: 28px;
  }
  #sec-3 .rectangle {
    width: 100%;
    height: 90%;
    border: 1px solid #19776b;
    position: relative;
    box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.15);
    padding: 110px 19px 110px 32px;
    transition: 0.3s ease;
    margin: 0 auto;
  }
  #sec-3 .rectangle-1,
  .rectangle-3,
  .rectangle-5,
  .rectangle-7 {
    margin-top: 0;
  }
  #sec-3 .rectangle h4 {
    font-size: 19px;
  }
  #sec-3 .rectangle p {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 14px;
  }
  #sec-3 .rectangle .custom-list li::before {
    top: -7px;
    font-size: 21px;
  }
  #sec-3 .fix {
    width: 72px;
    height: 72px;
  }
  /* sec-3*/

  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: 2.5%;
    width: 100%;
  }
  #sec-4 .container-mx-u {
    max-width: 85%;
  }
  #sec-4 h2 {
    font-size: 22px;
    line-height: 27px;
    width: 66%;
    padding: 16px 0;
  }

  #sec-4 .btn {
    font-size: 16px;
    padding: 5px 18px;
  }

  #sec-4 .bg-teal {
    border-radius: 20px;
  }

  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 58px 0 5%;
  }
  #sec-5 .container-care-y {
    max-width: 100%;
  }
  #sec-5 .left-img .side {
    position: absolute;
    top: 0;
    right: 0;
    left: 40%;
  }
  #sec-5 .left-img img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #sec-5 h2 {
    font-size: 33px;
    line-height: 34px;
    text-align: center;
    margin-top: 59px;
  }
  #sec-5 p {
    font-size: 20px;
    width: 96%;
    text-align: center;
    margin: 0 auto;
  }

  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main {
    width: 56px;
    height: 53px;
  }
  #sec-6 .icon {
    width: 56px;
    height: 42px;
  }
  #sec-6 .icon-main img {
    width: 25px;
  }
  #sec-6 .icon a img {
    width: 25px;
  }
  #sec-6 h2 {
    font-size: 30px;
    line-height: 36px;
  }

  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 30px;
    line-height: 27px;
    margin: 56px 0 16px;
  }
  #sec-7 .cabbage {
    padding: 29px 57px;
    max-width: 83%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 16px;
    padding: 36px 55px 36px 29px;
    line-height: 26px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 121px;
    right: 50px;
  }
  #sec-7 .custom-arrow {
    border: none;
    border-radius: 0;
    width: 53px;
    height: 35px;
  }
  #sec-7 .courier-2 img {
    width: 18%;
  }
  #sec-7 .courier-2 {
    gap: 14px;
  }
  #sec-7 .courier-2 h6 {
    font-size: 26px;
    line-height: 67%;
    margin-block: auto;
  }
  #sec-7 .courier-2 h6 .prof {
    font-size: 22px;
    line-height: 19px;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 30px;
    line-height: 26px;
    margin-top: 22%;
  }
  #sec-8 .cam {
    display: inline-block;
    margin: 50px 18px 72px;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 {
    padding: 13% 0 17%;
    height: 100%;
  }
  #sec-9 .footer-1 {
    margin-left: 0;
  }
  #sec-9 .footer-1 .sub-footer-1 {
    display: block;
  }
  #sec-9 .footer-1 p {
    font-size: 18px;
    width: 79%;
    margin: 14px auto 24px;
    text-align: center;
  }
  #sec-9 .footer-1 .email-wrapper {
    height: 45px;
    width: 50%;
    margin: 0 auto;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 18px;
  }

  #sec-9 .footer-1 .email-input {
    font-size: 18px;
  }
  #sec-9 .footer-2 .common {
    text-align: center;
  }
  #sec-9 .footer-2 {
    margin: 36px auto;
  }
  #sec-9 .footer-2 h5 {
    font-size: 20px;
    text-align: center;
  }
  #sec-9 .footer-3 h5 {
    font-size: 20px;
    text-align: center;
  }
  #sec-9 .footer-3 {
    width: 207px;
    margin: 36px auto;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }

  #sec-9 .footer-last .crime .copy p {
    font-size: 19px;
    text-align: center;
  }

  /* ABOUT-US */
  #sec-1-about h1 {
    font-size: 50px;
  }
  #sec-2-about .texts p {
    font-size: 30px;
    width: 100%;
    line-height: 31px;
  }
  #sec-3-about {
    background-image: none;
  }
  #sec-3-about .center-image {
    display: none;
  }
  #sec-3-about .rounded {
    display: block;
    margin: 55px auto;
  }
  #sec-3-about .section-title {
    font-weight: 700;
    margin: 1.5rem 0;
    text-align: center;
  }
  #sec-3-about .section-text {
    font-size: 25px;
    line-height: 26px;
    width: 100%;
  }
  #sec-3-about .feature-list li {
    font-size: 25px;
    width: 100%;
    line-height: 26px;
  }

  /* ABOUT-US */
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  #amanah-nav .navbar-collapse {
    width: 33%;
  }
  #sec-1 .slider-container {
    width: 66%;
    height: 100vh;
    position: relative;
  }
  #amanah-nav #nav-list {
    margin: 0;
  }
  #amanah-nav .contact {
    margin-left: 0%;
  }
  #amanah-nav .search input {
    width: 55%;
    margin: auto;
    display: block;
  }
  #amanah-nav .sign-in {
    margin-left: 0;
  }
  #amanah-nav .search-icon {
    right: 95px;
  }
  #amanah-nav #nav-list li a {
    font-size: 25px;
    text-align: center;
  }
  #amanah-nav .contact a i {
    font-size: 20px;
  }
  #amanah-nav .logo {
    top: 0;
    right: 0;
    left: 10px;
  }
  #amanah-nav .navbar-toggler.custom-toggler {
    right: -95%;
  }
  #amanah-nav .logo img {
    width: 122px;
  }
  #amanah-nav .contact a span {
    font-size: 25px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #amanah-nav .search {
    margin-right: 14px;
  }
  #sec-1 {
    background-size: cover;
  }

  #sec-1 .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8sease, width 1sease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19776b;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0 50% 50% 0;
    padding: 0 0 0 60px;
  }

  #sec-1 .slide-content p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .slide-content h2 {
    font-size: 25px;
    line-height: 8px;
  }
  #sec-1 .static-text {
    font-size: 40px;
  }
  #sec-1 .dynamic-text {
    font-size: 40px;
  }
  /* sec-2 */
  #sec-2 {
    background-image: none;
  }
  #sec-2 .plus {
    position: absolute;
    top: 42%;
    left: 50%;
    z-index: -1;
  }
  #sec-2 h2 {
    font-size: 33px;
    line-height: 40px;
  }
  #sec-2 p {
    font-size: 16px;
    width: 90%;
  }
  #sec-2 .box {
    width: 170px;
    height: 176px;
  }
  .container-mx-u {
    max-width: 100%;
  }
  #sec-2 .box p {
    line-height: 18px;
    font-size: 14px;
  }
  /* sec-2 */
  /* sec-3 */
  #sec-3 h2 {
    font-size: 35px;
  }
  #sec-3 .fix {
    width: 72px;
    height: 72px;
  }
  #sec-3 .rectangle h4 {
    font-size: 18px;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 19px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 11px;
  }
  #sec-3 .rectangle .custom-list li::before {
    font-size: 22px;
  }

  /* sec-3 */
  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -7%;
  }
  #sec-4 h2 {
    font-size: 31px;
    line-height: 33px;
  }
  #sec-4 .btn {
    padding: 10px 70px;
    font-size: 26px;
  }
  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 18% 0 5%;
  }
  #sec-5 h2 {
    font-size: 30px;
    line-height: 62px;
  }
  #sec-5 p {
    font-size: 18px;
    width: 100%;
  }
  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main img {
    width: 24px;
  }
  #sec-6 .icon-main {
    width: 59px;
    height: 52px;
  }
  #sec-6 .icon {
    width: 59px;
    height: 37px;
  }
  #sec-6 .icon a img {
    width: 24px;
  }
  #sec-6 h2 {
    font-size: 35px;
    line-height: 40px;
  }
  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 35px;
  }
  #sec-7 .cabbage {
    padding: 61px 41px;
    max-width: 58%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 22px;
    padding: 32px 36px;
    line-height: 39px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 114px;
    right: 50px;
  }
  #sec-7 .courier-2 img {
    width: 15%;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 33px;
    line-height: 47px;
  }
  #sec-8 .cam {
    display: inline-block;
    margin: 50px 18px 72px;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 .footer-1 {
    margin-left: 44px;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 85%;
  }
  #sec-9 .footer-1 p {
    font-size: 15px;

    width: 100%;
    margin: 14px 0 32px;
  }
  #sec-9 .footer-1 .email-wrapper {
    width: 87%;
  }
  #sec-9 .footer-1 .email-input {
    font-size: 16px;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 16px;
  }
  /* sec-9 */

  /* ABOUT-US */
  #sec-2-about .texts p {
    font-size: 33px;
    width: 89%;
    line-height: 34px;
  }
  #sec-3-about .container-kash {
    max-width: 100%;
  }
  #sec-3-about {
    background-image: none;
  }
  #sec-3-about .section-text {
    font-size: 22px;
    line-height: 23px;
    width: 100%;
  }
  #sec-3-about .feature-list li {
    margin-bottom: 0.5rem;
    font-size: 22px;
    width: 95%;
    line-height: 23px;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  /* ABOUT-US */
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  #amanah-nav .navbar-collapse {
    width: 33%;
  }
  #amanah-nav #nav-list {
    margin: 0;
  }
  #amanah-nav .contact {
    margin-left: 0%;
  }
  #amanah-nav .search input {
    width: 55%;
    margin: auto;
    display: block;
  }
  #amanah-nav .sign-in {
    margin-left: 0;
  }
  #amanah-nav .search-icon {
    right: 95px;
  }
  #amanah-nav #nav-list li a {
    font-size: 25px;
    text-align: center;
  }
  #amanah-nav .contact a i {
    font-size: 20px;
  }
  #amanah-nav .logo {
    top: 0;
    right: 0;
    left: 10px;
  }
  #amanah-nav .navbar-toggler.custom-toggler {
    right: -95%;
  }
  #amanah-nav .logo img {
    width: 122px;
  }
  #amanah-nav .contact a span {
    font-size: 25px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #amanah-nav .search {
    margin-right: 14px;
  }
  #sec-1 {
    background-size: cover;
  }
  #sec-1 .slider-container {
    width: 68%;
    height: 100vh;
    position: relative;
  }

  #sec-1 .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8sease, width 1sease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19776b;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0 50% 50% 0;
    padding: 0 0 0 60px;
  }

  #sec-1 .slide-content p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .slide-content h2 {
    font-size: 25px;
    line-height: 8px;
  }
  #sec-1 .static-text {
    font-size: 40px;
  }
  #sec-1 .dynamic-text {
    font-size: 40px;
  }
  /* sec-2 */
  #sec-2 {
    background-image: none;
  }
  #sec-2 .plus {
    position: absolute;
    top: 42%;
    left: 50%;
    z-index: -1;
  }
  #sec-2 h2 {
    font-size: 33px;
    line-height: 40px;
  }
  #sec-2 p {
    font-size: 16px;
    width: 90%;
  }
  #sec-2 .box {
    width: 170px;
    height: 176px;
  }
  .container-mx-u {
    max-width: 100%;
  }
  #sec-2 .box p {
    line-height: 18px;
    font-size: 14px;
  }
  /* sec-2 */
  /* sec-3 */
  #sec-3 h2 {
    font-size: 40px;
  }
  #sec-3 .fix {
    width: 72px;
    height: 72px;
  }
  #sec-3 .rectangle h4 {
    font-size: 18px;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 19px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 11px;
  }
  #sec-3 .rectangle .custom-list li::before {
    font-size: 22px;
  }

  /* sec-3 */
  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -7%;
  }
  #sec-4 h2 {
    font-size: 31px;
    line-height: 33px;
  }
  #sec-4 .btn {
    padding: 10px 70px;
    font-size: 26px;
  }
  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 18% 0 5%;
  }
  #sec-5 h2 {
    font-size: 33px;
    line-height: 62px;
  }
  #sec-5 p {
    font-size: 18px;
    width: 100%;
  }
  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main img {
    width: 24px;
  }
  #sec-6 h2 {
    font-size: 40px;
    line-height: 43px;
  }
  #sec-6 .icon-main {
    width: 59px;
    height: 52px;
  }
  #sec-6 .icon {
    width: 59px;
    height: 37px;
  }
  #sec-6 .icon a img {
    width: 24px;
  }
  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 40px;
    line-height: 58px;
  }
  #sec-7 .cabbage {
    padding: 61px 41px;
    max-width: 58%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 22px;
    padding: 32px 36px;
    line-height: 39px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 114px;
    right: 50px;
  }
  #sec-7 .courier-2 img {
    width: 15%;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 40px;
    line-height: 47px;
  }
  #sec-8 .cam {
    display: inline-block;
    margin: 50px 18px 72px;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 .footer-1 {
    margin-left: 44px;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 85%;
  }
  #sec-9 .footer-1 p {
    font-size: 15px;

    width: 100%;
    margin: 14px 0 32px;
  }
  #sec-9 .footer-1 .email-wrapper {
    width: 87%;
  }
  #sec-9 .footer-1 .email-input {
    font-size: 16px;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 16px;
  }
  /* sec-9 */
  /* ABOUT-US */
  #sec-2-about .texts p {
    font-size: 33px;
    width: 89%;
    line-height: 34px;
  }
  #sec-3-about .container-kash {
    max-width: 100%;
  }
  #sec-3-about {
    background-image: none;
  }
  #sec-3-about .section-text {
    font-size: 22px;
    line-height: 23px;
    width: 100%;
  }
  #sec-3-about .feature-list li {
    margin-bottom: 0.5rem;
    font-size: 22px;
    width: 95%;
    line-height: 23px;
  }
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  /* ABOUT-US */
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  #amanah-nav .navbar-collapse {
    width: 33%;
  }
  #amanah-nav #nav-list {
    margin: 0;
  }
  #amanah-nav .search input {
    width: 100%;
    margin: auto;
    display: block;
  }
  #amanah-nav .contact {
    margin-left: 0%;
  }

  #amanah-nav .sign-in {
    margin-left: 0;
  }
  #amanah-nav .search-icon {
    right: 23px;
  }
  #amanah-nav #nav-list li a {
    font-size: 25px;
    text-align: center;
  }
  #amanah-nav .contact a i,
  .sign-in a i {
    font-size: 20px;
  }
  #amanah-nav .logo {
    top: -9px;
    right: 0;
    left: 10px;
  }
  #amanah-nav .navbar-toggler.custom-toggler {
    right: -95%;
  }
  #amanah-nav .logo img {
    width: 149px;
  }
  #amanah-nav .contact a span,
  .sign-in a span {
    font-size: 20px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #amanah-nav .search {
    margin-right: 14px;
  }
  #sec-1 {
    background-size: cover;
  }
  #sec-1 .slider-container {
    width: 68%;
    height: 100vh;
    position: relative;
  }

  #sec-1 .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8sease, width 1sease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19776b;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0 50% 50% 0;
    padding: 0 0 0 60px;
  }

  #sec-1 .slide-content p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .slide-content h2 {
    font-size: 30px;
    line-height: 8px;
  }
  /* #sec-1 .static-text {
    font-size: 60px;
  } */
  #sec-1 .dynamic-text {
    font-size: 39px;
  }
  /* sec-2 */
  #sec-2 {
    background-image: none;
  }
  #sec-2 .plus {
    position: absolute;
    top: 42%;
    left: 50%;
    z-index: -1;
  }
  #sec-2 .plus img {
    width: 68%;
  }
  #sec-2 h2 {
    font-size: 33px;
    line-height: 40px;
  }
  #sec-2 p {
    font-size: 16px;
    width: 90%;
  }
  #sec-2 .box {
    width: 178px;
    height: 184px;
  }
  .container-mx-u {
    max-width: 90%;
  }
  #sec-2 .box p {
    line-height: 18px;
    font-size: 14px;
  }
  /* sec-2 */
  /* sec-3 */
  #sec-3 .container-mx-u {
    max-width: 97%;
  }
  #sec-3 h2 {
    font-size: 42px;
  }
  #sec-3 .fix {
    width: 72px;
    height: 72px;
  }
  #sec-3 .rectangle h4 {
    font-size: 18px;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 19px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 11px;
  }
  #sec-3 .rectangle .custom-list li::before {
    font-size: 22px;
  }

  /* sec-3 */
  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -9%;
    width: 100%;
  }
  #sec-4 .container-mx-u {
    max-width: 92%;
  }
  #sec-4 h2 {
    font-size: 31px;
    line-height: 33px;
  }
  #sec-4 .btn {
    padding: 10px 70px;
    font-size: 26px;
  }
  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 18% 0 5%;
  }
  #sec-5 h2 {
    font-size: 33px;
    line-height: 62px;
  }
  #sec-5 p {
    font-size: 18px;
    width: 100%;
  }
  /* sec-5 */
  /* sec-6 */
  #sec-6 .icon-main img {
    width: 24px;
  }
  #sec-6 .icon-main {
    width: 59px;
    height: 52px;
  }
  #sec-6 .icon {
    width: 59px;
    height: 37px;
  }
  #sec-6 .icon a img {
    width: 24px;
  }
  #sec-6 h2 {
    font-size: 42px;
    line-height: 47px;
  }
  /* sec-6 */
  /* sec-7 */
  #campus {
    font-size: 42px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 20px;
  }
  #sec-7 .cabbage {
    padding: 61px 41px;
    max-width: 58%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 22px;
    padding: 32px 36px;
    line-height: 39px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 114px;
    right: 50px;
  }
  #sec-7 .courier-2 img {
    width: 15%;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 42px;
    line-height: 47px;
  }
  #sec-8 .cam {
    display: inline-block;
    margin: 50px 18px 72px;
  }
  /* sec-8 */
  /* sec-9 */

  #sec-9 .footer-1 {
    margin-left: 44px;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 85%;
  }
  #sec-9 .footer-1 p {
    font-size: 20px;
    width: 100%;
    margin: 14px 0 32px;
  }
  #sec-9 .footer-1 .email-wrapper {
    width: 87%;
  }
  #sec-9 .footer-1 .email-input {
    font-size: 16px;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 16px;
  }
  /* sec-9 */
  /* ABOUT-US */
  #sec-3-about .container-kash {
    max-width: 94%;
  }
  #sec-3-about .feature-list li {
    margin-bottom: 0.5rem;
    font-size: 25px;
    width: 86%;
    line-height: 25px;
  }
  #sec-3-about .section-text {
    font-size: 25px;
    line-height: 25px;
    width: 100%;
  }
  .mb-5 {
    margin-bottom: 0rem !important;
  }
  /* ABOUT-US */
}
@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  #amanah-nav .navbar-collapse {
    width: 33%;
  }
  #amanah-nav #nav-list {
    margin: 0;
  }
  #amanah-nav .search input {
    width: 100%;
    margin: auto;
    display: block;
  }
  #amanah-nav .contact {
    margin-left: 0%;
  }

  #amanah-nav .sign-in {
    margin-left: 0;
  }
  #amanah-nav .search-icon {
    right: 23px;
  }
  #amanah-nav #nav-list li a {
    font-size: 25px;
    text-align: center;
  }
  #amanah-nav .contact a i,
  .sign-in a i {
    font-size: 20px;
  }
  #amanah-nav .logo {
    top: -13px;
    right: 0;
    left: 10px;
  }
  #amanah-nav .navbar-toggler.custom-toggler {
    right: -95%;
  }
  #amanah-nav .logo img {
    width: 160px;
  }
  #amanah-nav .contact a span,
  .sign-in a span {
    font-size: 20px;
    margin-left: 0;
    letter-spacing: 0;
  }
  #amanah-nav .search {
    margin-right: 14px;
  }
  #sec-1 {
    background-size: cover;
  }
  #sec-1 .slider-container {
    width: 68%;
    height: 100vh;
    position: relative;
  }

  #sec-1 .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8sease, width 1sease;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #19776b;
    font-size: 24px;
    color: #ffffff;
    border-radius: 0 50% 50% 0;
    padding: 0 0 0 60px;
  }

  #sec-1 .slide-content p {
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
  }

  #sec-1 .social-media:hover {
    width: 50px;
  }
  #sec-1 .slide-content h2 {
    font-size: 30px;
    line-height: 8px;
  }
  #sec-1 .dynamic-text {
    font-size: 36px;
  }
  /* sec-2 */
  #sec-2 {
    background-image: none;
  }
  #sec-2 .plus {
    position: absolute;
    top: 42%;
    left: 50%;
    z-index: -1;
  }
  #sec-2 .plus img {
    width: 71%;
  }
  #sec-2 h2 {
    font-size: 33px;
    line-height: 40px;
  }
  #sec-2 p {
    font-size: 16px;
    width: 90%;
  }
  #sec-2 .box {
    width: 178px;
    height: 184px;
  }
  .container-mx-u {
    max-width: 90%;
  }
  #sec-2 .box p {
    line-height: 18px;
    font-size: 14px;
  }
  /* sec-2 */
  /* sec-3 */
  #sec-3 .container-mx-u {
    max-width: 97%;
  }
  #sec-3 h2 {
    font-size: 40px;
  }
  #sec-3 .fix {
    width: 72px;
    height: 72px;
  }
  #sec-3 .rectangle h4 {
    font-size: 18px;
  }
  #sec-3 .rectangle p {
    font-size: 12px;
    line-height: 19px;
    width: 100%;
  }
  #sec-3 .rectangle .custom-list li {
    font-size: 11px;
  }
  #sec-3 .rectangle .custom-list li::before {
    font-size: 22px;
  }

  /* sec-3 */
  /* sec-4 */
  #sec-4 {
    position: absolute;
    left: 0%;
    bottom: -9%;
    width: 100%;
  }
  #sec-4 .container-mx-u {
    max-width: 92%;
  }
  #sec-4 h2 {
    font-size: 31px;
    line-height: 33px;
  }
  #sec-4 .btn {
    padding: 10px 70px;
    font-size: 26px;
  }
  /* sec-4 */
  /* sec-5 */
  #sec-5 {
    margin: 18% 0 5%;
  }
  #sec-5 h2 {
    font-size: 33px;
    line-height: 62px;
  }
  #sec-5 p {
    font-size: 18px;
    width: 100%;
  }
  /* sec-5 */
  /* sec-6 */
  /* sec-6 */
  /* sec-7 */
  #sec-7 .cabbage {
    padding: 61px 41px;
    max-width: 58%;
    border-radius: 26px;
  }
  #sec-7 .courier-1 .para {
    font-size: 22px;
    padding: 32px 36px;
    line-height: 39px;
  }
  #sec-7 .testimonial-arrows {
    bottom: 114px;
    right: 50px;
  }
  #sec-7 .courier-2 img {
    width: 15%;
  }
  /* sec-7 */
  /* sec-8 */
  #sec-8 h2 {
    font-size: 33px;
    line-height: 47px;
  }
  /* sec-8 */
  /* sec-9 */
  #sec-9 .footer-1 {
    margin-left: 44px;
  }
  #sec-9 .footer-1 .sub-footer-1 img {
    width: 85%;
  }
  #sec-9 .footer-1 p {
    font-size: 20px;
    width: 100%;
    margin: 14px 0 32px;
  }
  #sec-9 .footer-1 .email-wrapper {
    width: 87%;
  }
  #sec-9 .footer-1 .email-input {
    font-size: 16px;
  }
  #sec-9 .footer-1 .email-input::placeholder {
    font-size: 16px;
  }
  /* sec-9 */

  /* ABOUT-US */
  #sec-3-about .container-kash {
    max-width: 93%;
  }
  #sec-3-about .section-text {
    font-size: 25px;
    line-height: 23px;
    width: 94%;
  }
  #sec-3-about .feature-list li {
    margin-bottom: 0.5rem;
    font-size: 25px;
    line-height: 25px;
  }
  /* ABOUT-US */
}
@media only screen and (min-width: 1601px) and (max-width: 1900px) {
  #amanah-nav {
    padding: 2% 0;
  }
  #amanah-nav .logo {
    top: -20px;
    right: 0;
    left: 10px;
  }
  #amanah-nav .navbar-toggler.custom-toggler {
    right: -95%;
  }
  #amanah-nav .logo img {
    width: 180px;
  }
  #amanah-nav .navbar-collapse {
    width: 33%;
  }
  #amanah-nav #nav-list {
    margin: 0;
  }
  #amanah-nav .search input {
    width: 100%;
    margin: auto;
    display: block;
  }
  #amanah-nav .contact {
    margin-left: 0%;
  }

  #amanah-nav .sign-in {
    margin-left: 0;
  }
  #amanah-nav .search-icon {
    right: 23px;
  }
  #amanah-nav #nav-list li a {
    font-size: 30px;
    text-align: center;
  }
  #amanah-nav .contact a i,
  .sign-in a i {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  /* About US */
  #sec-3-about .container-kash {
    max-width: 86%;
  }
  #sec-3-about .section-text {
    width: 89%;
  }
  #sec-3-about .feature-list li {
    margin-bottom: 0.5rem;
  }
  /* About US */
}
/* responsive */

/* LOGIN_SIGNUP CSS Responsive */
@media screen and (max-width: 650px) {
  #container {
    height: calc(100vh - 40px);
  }
  #container .form-box {
    width: 100%;
    height: 70%;
    bottom: 0;
  }
  #container .toggle-box::before {
    width: 100%;
    height: 300%;
    top: -270%;
    left: 0;
    border-radius: 20vw;
  }
  #container.active .toggle-box::before {
    top: 70%;
    left: 0;
  }
  #container .toggle-box .toggle-panel {
    width: 100%;
    height: 30%;
  }
  #container .toggle-panel.toggle-left {
    right: 0%;
    top: 0%;
  }
  #container.active .toggle-panel.toggle-left {
    left: 0;
    top: -30%;
  }
  #container .toggle-panel.toggle-right {
    right: 0%;
    bottom: -30%;
  }
  #container.active .toggle-panel.toggle-right {
    right: 0;
    bottom: 0;
  }
  #container.active .form-box {
    right: 0;
    bottom: 30%;
  }
}
/* LOGIN_SIGNUP CSS Responsive */
