/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* Custom Sklow Fonts */
@font-face {
  font-family: "sklow-light";
  src: url(/_next/static/media/Sklow-Light.0b5c3806.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "sklow-medium";
  src: url(/_next/static/media/Sklow-Medium.8779a768.ttf) format("truetype");
  font-style: normal;
}

@font-face {
  font-family: "sklow-bold";
  src: url(/_next/static/media/Sklow-Bold.08df450c.ttf) format("truetype");
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  /* outline: 1px solid; */
}

.swiper {
  width: 90%;
  height: 320px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.background-circle {
  height: 700px;
  width: 700px;
  border-radius: 50%;
  background-color: #192b6c;
  opacity: 4%;
  position: absolute;
  top: -100px;
  left: -200px;
  z-index: -1;
}

.nav-links {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: black;
  padding-bottom: 10px;
  font-size: large;
  transition: all 0.4s linear;
  border-bottom: 5px solid transparent;
}

.nav-links:hover {
  color: #192b6c;
  border-bottom: 5px solid #192b6c;
}

.nav-smaller-screel-listItems {
  border-bottom: 1px solid #000000;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

.nav-smaller-screel-listItems:hover {
  color: #192b6c;
  border-bottom: 2px solid #192b6c;
}

.main-page-stack {
  gap: 50px;
}
.main-page-text {
  font-size: 82px;
  font-weight: 600;
  margin-bottom: 20px;
  /* color: aliceblue; */
}
.main-page-video {
  height: 100px;
  width: 400px;
  border-radius: 200px;
  overflow: hidden;
}

/* .main-page-video video {
  height: 100px;
  width: 400px;
  object-fit: cover;
} */

@media (max-width: 1720px) {
  .main-page-video {
    height: 90px;
    width: 380px;
  }
  .main-page-text {
    font-size: 62px;
  }
}
@media (max-width: 1450px) {
  .main-page-video {
    height: 85px;
    width: 350px;
  }
  .main-page-text {
    font-size: 52px;
  }
}
@media (max-width: 1286px) {
  .main-page-video {
    height: 65px;
    width: 320px;
  }
  .main-page-text {
    font-size: 42px;
  }
}
@media (max-width: 1086px) {
  .main-page-video {
    height: 55px;
    width: 280px;
  }
  .main-page-text {
    font-size: 35px;
  }
}
@media (max-width: 986px) {
  .main-page-video {
    height: 50px;
    width: 250px;
  }
  .main-page-text {
    font-size: 30px;
  }
}

.wmud-card {
  height: 350px;
  border: 1px solid #192b6c;
  border-radius: 15px;
  padding: 20px;
  box-shadow: none;
}
.wmud-card-title {
  font-family: "sklow-bold", sans-serif;
  color: #192b6c;
  font-size: 22px;
}
.wmud-card-text {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 1086px) {
  .wmud-card {
    height: 560px;
  }
  .wmud-card-title {
    font-size: 20px;
  }
  .wmud-card-text {
    font-size: 16px;
  }
}
@media (max-width: 1004px) {
  .wmud-card {
    height: 600px;
  }
}

@media (max-width: 920px) {
  .wmud-card {
    height: 600px;
  }
}

@media (max-width: 1230px) {
  .wmud-card {
    height: 450px !important;
  }
}

@media (max-width: 1474px) {
  .wmud-card {
    height: 400px;
  }
}

.study-abroad-steps-card {
  text-decoration: none;
  color: black;
  background-color: white;
  border: 2px solid #999999;
  width: 100%;
  z-index: 2;
  padding-inline: 20px;
  padding-block: 10px;
  border-radius: 10px;
}
.study-abroad-steps-card:hover {
  /* border: 2px solid #ed1c25; */
  border: 2px solid #000000;
}
.study-abroad-steps-options {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.study-abroad-steps-options-icon {
  color: black;
}

.coaching-card-title {
  font-family: "sklow-bold", sans-serif;
  font-size: 25px;
}
.coaching-card-points {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.coaching-card-points li::marker {
  color: #192b6c;
}
.coaching-card-points li {
  margin-bottom: 8px;
}
.coaching-card-link {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #192b6c;
}

.about-us-text {
  font-family: "sklow-bold", sans-serif;
}

.red-background-circle {
  height: 500px;
  width: 500px;
  border-radius: 50%;
  background-color: #ed1c25;
  opacity: 4%;
  position: absolute;
  top: -200px;
  right: -200px;
  z-index: -1;
}

.our-core-values-points {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-left: 20px;
  /* padding-right: 100px; */
  /* width: 60%; */
}
.our-core-values-points ul li::marker {
  color: #192b6c;
}
.our-core-values-points ul li {
  margin-bottom: 14px;
}

@media (max-width: 786px) {
  .our-core-values-points {
    font-size: 15px;
  }
}

footer {
  background-color: #192b6c;
  color: white;
  height: 100%;
}

.footer {
  color: white;
  height: 100%;
  padding-inline: 100px;
  padding-bottom: 60px;
  z-index: 1;
}
.footer-top-bar {
  margin-top: 40px;
}
.footer-links-stack {
  margin-top: 50px;
  gap: 200px;
}
.footer-links-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.footer-links {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: white;
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-address-and-icons {
  margin-top: 50px;
}
.footer-addresses {
  width: 300px;
  gap: 10px;
}
.social-icons {
  color: white;
}

@media (max-width: 786px) {
  .footer {
    padding-inline: 50px;
    padding-bottom: 50px;
  }
  .footer-top-bar {
    gap: 50px;
  }
  .footer-links {
    gap: 50px;
  }
  .footer-address-and-icons {
    gap: 50px;
  }
  .footer-links-stack {
    gap: 30px;
  }
  .footer-addresses {
    width: 100%;
  }
}

.privacy-policy {
  margin-top: 20px;
  gap: 20px;
}

.accordian-points {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
.accordian-header-point {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  font-weight: 600;
}

@keyframes scrollUp {
  0% {
    transform: translateY(100%); /* Start below the visible area */
    opacity: 0; /* Start invisible */
  }
  50% {
    transform: translateY(0); /* Fully visible */
    opacity: 1;
  }
  100% {
    transform: translateY(-100%); /* Move up out of visible area */
    opacity: 0; /* End invisible */
  }
}

.our-service-padding {
  padding: 50px;
  padding-inline: 100px;
}
.our-services-points {
  font-family: "sklow-medium", sans-serif;
  font-size: 18px;
  margin-left: 20px;
}
.our-services-points li {
  margin-bottom: 8px;
}
.our-services-points li::marker {
  color: #192b6c;
}

@media (max-width: 786px) {
  .our-service-padding {
    padding: 40px;
    padding-inline: 40px;
  }
  .our-services-points {
    font-size: 16px;
  }
}

@media (max-width: 1490px) {
  .footer-image {
    display: none;
  }
}

.table-header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: black;
}
.table-data {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: black;
}
.table-bold-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: black;
}
.table-row-color {
  background-color: #ecedf0;
  color: black;
}
.table-letter-spacing {
  letter-spacing: 0.5px;
}
.table-letter-spacing-small-font {
  letter-spacing: 1px;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-style: normal;
}
.usa-programs {
  padding-inline: 70px;
  padding-block: 50px;
}
.section-color-blue {
  background-color: #192b6c;
  color: #ffffff;
  border-radius: 30px;
  padding: 30px;
}
.section-color-grey {
  background-color: #f7f7f7;
  color: #000000;
  border-radius: 30px;
}
.section-color-red {
  background-color: #f05e64;
  color: #ffffff;
  border-radius: 30px;
  padding: 30px;
}
.why-choose-mos-image {
  width: 35%;
  border-radius: 8px;
  height: 100px;
}
.server-image {
  width: 100%;
}
.res-book-vector {
  height: 30px;
  width: 40px;
}
.res-sue-vector-images {
  height: 200px;
  width: 200px;
}

.university-page-open-card {
  background-color: #f7f7f7;
  margin-inline: 100px;
  border-radius: 55px;
  margin-block: 20px;
  padding-left: 50px;
}
.university-card-text-stack {
  width: 50%;
  justify-content: center;
  align-items: center;
}
.university-card-text {
  font-family: "Poppins", sans-serif;
  color: #2c3878;
  font-size: 56px;
  line-height: 60px;
  font-weight: 900;
  text-wrap: wrap;
}
.university-card-img {
  width: 50%;
  align-items: flex-end;
  display: flex;
}
.university-card-img img {
  width: 100%;
}
.university-card-arrow-icon {
  background-color: #f7f7f7;
  border-radius: 50%;
  display: none;
  padding: 1;
}
.university-card-ArrowForwardIcon {
  color: #2c3878;
  font-size: 60px;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .university-page-open-card {
    margin-inline: 50px;
    border-radius: 30px;
  }
  .university-card-text {
    font-size: 48px;
    line-height: 50px;
  }
}

@media (max-width: 786px) {
  .university-page-open-card {
    margin-inline: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 30px;
    justify-content: space-between;
  }
  .university-card-text-stack {
    width: 80%;
  }
  .university-card-text {
    font-size: 32px;
    line-height: 36px;
    font-weight: 900;
  }
  .university-card-img {
    display: none;
  }
  .university-card-arrow-icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .university-card-ArrowForwardIcon {
    font-size: 40px;
  }
}

@media (max-width: 786px) {
  .usa-programs {
    padding-inline: 20px;
    padding-block: 30px;
  }
  .why-choose-mos-image {
    width: 40%;
    height: 80px;
  }
  .server-image {
    width: 40%;
  }
  .res-book-vector {
    height: 25px;
    width: 30px;
  }
  .res-sue-vector-images {
    height: 100px;
    width: 100px;
  }
}

.admission-requirement-main-text {
  margin-top: 40px;
  text-align: left;
  font-size: 25px;
}
.admission-requirement-cards-stack {
  margin-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.admission-requirement-card {
  border: 1px solid #192b6c;
  height: 150px;
  width: 150px;
  border-radius: 20px;
  justify-content: start;
  align-items: center;
  text-align: center;
  padding: 10px;
  gap: 20px;
  padding-top: 20px;
}
.admission-requirement-image {
  border: 1px solid #192b6c;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.admission-requirement-card-text {
  font-family: "Poppins", sans-serif;
  color: #192b6c;
  font-size: 14px;
  font-weight: 600;
  line-break: auto;
  word-break: keep-all;
}
@media (max-width: 786px) {
  .admission-requirement-main-text {
    text-align: center;
    font-size: 20px;
  }
  .admission-requirement-cards-stack {
    justify-content: center;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./node_modules/@fontsource/poppins/index.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
/* poppins-latin-ext-400-normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/poppins-latin-ext-400-normal.d13a3802.woff2) format('woff2'), url(/_next/static/media/poppins-latin-ext-400-normal.f3d40bd4.woff) format('woff');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* poppins-latin-400-normal */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/_next/static/media/poppins-latin-400-normal.916d3686.woff2) format('woff2'), url(/_next/static/media/poppins-latin-400-normal.cbe785df.woff) format('woff');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
