/* =========== ROOT ============== */

* {
  font-family: 'Open Sans', sans-serif;
}


:root {
  --univaf-yellow: #cba157;
  --univaf-black: #000;

}

p {
  line-height: 1.3;
}


.d-mobile-block {
  display: none;
}

.lang-text {
  color: #fff;
}


.full-container {
  max-width: 100%!important;
  width: 100%!important;
  padding: 0 100px;
}


.unf-yellow-bg {
  background: var(--univaf-yellow) !important;
}

.univaf-primary-btn {
  background: #fff;
  color: var(--univaf-yellow) !important;
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
  border: 1px solid var(--univaf-yellow);
  border-radius: 5px;
  transition: all .2s linear;
}

.univaf-primary-btn:hover {
  background: var(--univaf-yellow);
  color: #fff !important;
  border-color: #fff;
  transition: all .2s linear;
}

.univaf-yellow-btn {
  background: var(--univaf-yellow);
  color: #fff !important;
  font-size: 16px;
  padding: 15px 30px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all .2s linear;
}

.univaf-yellow-btn:hover {
  background: #fff;
  color: var(--univaf-yellow) !important;
  border-color: var(--univaf-yellow);
  transition: all .2s linear;
}

.gray-bg {
  background-color: #F2F2F2;
}

.unf-yellow-bg-white {
  background-color: #CBA1576E;
}



.unf-page-title-section {
  height: 600px;
}

.unf-page-title-section .page-title-col h1 {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 700;
}

.unf-page-title-section .page-title-col p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
}


/* =========== NAVİGATİON ============== */

.header.-type-3 {
  height: 100px;
  background-color: #000;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.header .header-menu .menu__nav>li>a {
  color: #fff !important;
  text-decoration: none !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
}

.header .header-menu .menu__nav>li:hover>a {
  color: var(--univaf-yellow) !important;
}

.nav-logo {
  display: flex;
  align-items: center;
}

.nav-list {
  margin-left: 100px;
}

.nav-lang {
  display: inline-flex;
  align-items: center;
}

.header .header-menu .menu .subnav>li>a:hover {
  color: var(--univaf-yellow) !important;
}

.header .header-menu .menu li:hover > .subnav {
  background-color: #424242;
  width: 250px;
  border: 1px solid #00000030;
}

.header .header-menu .menu li:hover > .subnav li {
  color: #fff;
}

.header .header-menu .menu__nav > li > .subnav::before {
  content: none;
}

.header .header-menu .menu .subnav > li > a {
  padding: 10px 15px;
}

.header .header-menu .menu .subnav .subnav {
  left: 100%
}




/* =========== SLIDER ============== */
.content-wrapper {
  margin-top: 50px;
}

.mainSlider.-type-1 {
  height: 100vh;
  z-index: 0;
}

.slide-text {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-45%);
}

.container.slide-text {
  height: 100vh;
}

.container.slide-text .row {
  height: 100%;
  align-content: center;

}

.mainSlider.-type-1 .mainSlider__title {
  font-size: 34px;
  line-height: 40px;
}

.mainSlider.-type-1 .mainSlider__text {
  font-size: 18px;
  line-height: 1.3;
}

.slide-icon-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.unf_overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.slider-seperator-relative {
  position: relative;
}

.slider-seperator {
  margin-top: -75px;
  z-index: 1 !important;
  border-radius: 15px;
  padding: 0 !important;
  height: 150px;
}


/* =========== Featured Programs ============== */

.programs-col-title {
  font-size: 48px;
  font-weight: 600;
}

.programs-item .img-box img {
  height: 300px;
  object-fit: cover;
  object-position: center center;
}


.header .header-menu .menu__nav>li {
  padding: 13px 0;
}

.programs-col:hover .programs-item {
  box-shadow: 0 0 15px #bababa;
  transition: all .2s linear;
}

.programs-item {
  padding: 0;
  border: 1px solid #bababa;
  border-radius: 6px;
  transition: all .2s linear;
}

.programs-item-title-box {
  margin: 30px 0;
}

.programs-item-title-box h2 {
  font-size: 21px;
  font-weight: 600;
}

.programs-item-content-box p {
  color: #000;
}

.programs-item-content-box {
  margin-bottom: 20px;
}

.programs-item-btn {
  padding: 0 15px;
  margin-bottom: 15px;
}


/* =========== Study Programmes ============== */

.study-programmes-section {
  background: #CBA1574D;
  padding: 50px 0;
}

.study-programmes-col-title {
  font-size: 48px;
  font-weight: 600;
}

.study-programmes-item:nth-child(1) .img-box img {
  height: 400px;
  object-fit: contain;
}

.study-programmes-item:nth-child(2) .img-box img {
  height: 450px;
  object-fit: contain;
}

.study-programmes-item:nth-child(3) .img-box img {
  height: 400px;
  object-fit: contain;
}

.study-programmes-item-title-box h2 {
  font-size: 24px;
  margin-top: 25px;
}


/* =========== Know About Univaf's  ============== */

.about-univaf-col-title {
  font-size: 37px;
  font-weight: 600;
}

.about-univaf-col {
  width: 20%;
}

.about-univaf-item .img-box img {
  width: 250px;
  height: 200px;
  object-fit: contain;
}

.about-univaf-item-title-box h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
}





.unf-parallax-bg {
  background-attachment: fixed;
  background-position: center center;
}

.unf-parallax-container {
  min-height: 510px;
  display: table;
}

.unf-parallax-container h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 42px;
}




/* ============== FOOTER ======== */

footer {
  background-color: #000;
  padding: 0 60px;
  position: relative;
}

.footer.-type-1 .footer-columns {
  padding-top: 0;
}

.footer.-type-1.-dark-links .footer-columns a:hover {
  text-decoration: underline;
  color: var(--color-dark-1) !important;
}

.footer.-type-1 .footer-columns {
  padding-bottom: 0;
}

.footer-location-box p {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 1.2;
}

.footer-list-title h3 {
  font-size: 19px;
  color: #525252;
  font-weight: 600;
  margin-bottom: 25px;
}

.footer-list-box .footer-list ul li a {
  font-size: 14px;
  padding: 15px 0;
  font-weight: 400;
  line-height: 1px;
}

.footer-list-box .footer-list ul li a:hover {
  color: var(--univaf-yellow) !important;
}

.footer-copyright-box p {
  color: #5F5F5F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}




/* ============ ABOUT US =========== */

.about-title {
  color: var(--univaf-yellow);
  font-size: 46px;
  font-weight: 600;
}

.about-us-container p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-logos-col {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}

.about-logos-col img {
  width: 255px;
  padding: 15px;
  object-fit: contain;
}

.vision-container p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.vision-container img {
  width: 500px;
}

.vision-container .col-lg-6:nth-child(1) {
  align-self: center;
}

.vision-container .col-lg-6:nth-child(1) .col-lg-12 {
  padding: 0;
}

.vision-container .col-lg-6:nth-child(2) {
  text-align: right;
}

.partnership-container .col-lg-6:nth-child(2) img {
  width: 100%;
  max-width: 100%;
  height: 2000px;
  object-fit: cover;
  object-position: top;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  padding-bottom: 15px;

}

.partnership-container p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.partnership-title {
  color: var(--univaf-yellow);
  font-size: 46px;
  font-weight: 600;
}

.partnership-subtitle {
  color: #000000;
  font-size: 21px;
  font-weight: 600;
}

.scholarship-container {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
}


.scholarship-container .col-lg-8 .col-lg-12 {
  padding: 0;
}

.scholarship-title {
  color: var(--univaf-yellow);
  font-size: 46px;
  font-weight: 600;
}

.scholarship-container p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.eligibility-box {
  background: #cba157;
  padding: 25px 35px;
  border-radius: 8px;
}



.eligibility-box p {
  color: #fff;
  margin: 0;
}

.eligibility-box ul li {
  color: #fff;
  list-style: disc;
  line-height: 1.2;
}


/* ============ CAREER-MAP ======== */

.bg-overlay-nyea-footer {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
}

.step-img img {
  width: 65%;
  border-radius: 50%;
  border: 5px solid #cba157;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}

.step-title h2 {
  font-size: 21px;
  font-weight: 700;
}

.what-mapp-col h2 {
  font-size: 28px;
  font-weight: 700;
}

.what-mapp-col p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.why-career-text-col p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.quaranted-list ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.quaranted-list ul li i {
  font-size: 21px;
  color: var(--univaf-yellow);
  margin-right: 10px;
}

.price-col {
  padding: 0 15%;
}

.price-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: space-between;
}

.price-item-title {
  margin-bottom: 75px;
  background: #cba157;
  color: #fff;
  border-radius: 5px 5px 0px 0px;
  width: 100%;
  height: 50px;
}

.price-item-title h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 50px;
  color: #fff;
}

.price-item-content {
  width: 100%;
}

.price-item-content p {
  color: #000;
  margin-bottom: 10px;
  font-size: 14px;
}

.price-item-content p:nth-child(1) {
  font-size: 28px;
  margin-bottom: 35px;
}

.price-item-content p span {
  font-size: 32px;
  font-weight: bold;
  color: #cba157;
}

.price-item-purchase-btn {
  background: #5F9DDE;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;
  margin-top: 50px;
  width: 100%;
  height: 50px;
}

.price-item-purchase-btn a {
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}


.scroller-col {
  height: 400px;
  overflow: scroll;
  background: #eaeaea;
  margin-bottom: 15px;
}




/* ============ Cambridge Test ============= */

.cambridge-test-info-box {
  padding: 50px 15px;
  border: 2px solid #cba157;
  border-radius: 5px;
}

.cambridge-test-info-box p {
  color: #000;
  font-weight: 500;
}

.cambridge-test-info-box p:nth-child(1) {
  text-decoration: underline;

}



/* ============ Internship ============= */

.internship-bg-image {
  background-position: top;
}

.internship-overview-col {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  border: 2px solid #cba157;
  border-radius: 5px;
  padding: 15px;
}

.internship-overview-item h2 {
  font-size: 18px;
  font-weight: 700;
}

.internship-overview-item p {
  color: #000;
  font-size: 15px;
}

.internship-overview-item p span {
  position: relative;
  text-decoration: none;
}

.internship-overview-item p span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  background-color: red;
}

.internship-section-2-col ul li {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #000;
  margin-bottom: 10px;
}

.internship-section-2-col ul li i {
  font-size: 20px;
  color: var(--univaf-yellow);
  margin-right: 15px;
}

.internship-list-2 {
  padding-left: 15px;
}

.internship-list-2 li {
  list-style: disc;
}

.internship-section-4-list {
  padding-left: 15px;
}

.internship-section-4-list li {
  list-style: disc;
  color: #000;
}

.internship-fields-list ul li {
  color: #000;
  font-weight: 500;
}

.internship-fields-list ul li i {
  color: var(--univaf-yellow);
  font-size: 18px;
  margin-right: 15px;
}



/* ==============  Programs Details =========== */

.program-details-title-seperator-container {
  background-color: #000;
  min-height: 75px;
  display: flex;
  align-items: center;
}

.program-details-title-seperator {
  text-align: center;
  padding: 15px 0;
}

.program-details-title-seperator p {
  width: auto;
  color: #fff;
  border-right: 1px solid #fff;
}

.program-details-title-seperator p:nth-child(7) {
  border: none;
}

.overview-col {
  display: flex;
  padding: 15px;
  border: 2px solid #cba157;
  border-radius: 5px;
}


.overview-col .overview-item-box {
  width: 20%;
  padding: 5px;
}

.overview-col .overview-item-box h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

.overview-col .overview-item-box p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.tuition-box span {
  position: relative;
}

.tuition-box span:after {
  position: absolute;
  content: "";
  background-color: red;
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
}


.course-overview-section {
  background: #F0F0F0;
}

.course-overview-title-col h2 {
  color: #000;
  font-size: 27px;
  font-weight: 700;
}

.course-overview-title-col p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.course-overview-title-col .course-overview-subtitle {
  color: var(--univaf-yellow);
  font-size: 16px;
  font-weight: 600;
}

.course-overview-title-col ul li {
  color: #000;
  list-style: disc;
  font-size: 16px;
  font-weight: 500;
}

.learning-outcomes-item {
  display: flex;
  margin-top: 25px;
  align-items: center;
  width: 100%;
}

.learning-outcomes-item .learning-img-col {
  width: 20%;
  padding: 15px;
  border: 2px solid #000;
  border-radius: 50%;
  box-shadow: 5px 5px 0 var(--univaf-yellow);
}

.learning-outcomes-item .learning-img-col img {
  min-width: 70px;
}


.learning-outcomes-item .learning-text-col {
  color: #000;
  padding-left: 15px;
}

.learning-outcomes-item .learning-text-col p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}


.overall-title-box h2 {
  font-size: 27px;
  font-weight: 700;
}

.overall-title-box p {
  color: var(--univaf-yellow);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.overall-content-box ol li {
  list-style: decimal;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}

.career-text-box p {
  line-height: 1.8;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.career-list-box {
  display: flex;
  flex-wrap: wrap;
}

.career-list-box p {
  width: 100%
}

.career-list-box ul {
  width: 50%
}

.career-list-box ul li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.modules-content-box ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 2;
}

.modules-content-box ul li i {
  color: var(--univaf-yellow);
  font-size: 20px;
  width: 1.25em;
  margin-right: 10px;
}

.admission-content-box ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 2;
}

.admission-content-box ul li i {
  color: var(--univaf-yellow);
  font-size: 20px;
  width: 1.25em;
  margin-right: 10px;
}

.admission-content-box p {
  color: #000;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}

.contact-col .text-box p{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

.contact-col h1 {
  color: var(--univaf-yellow);
}





/* =========== BLOG POST ========== */

.blog-col {
  box-shadow: 0 0 5px #77777750;
  border-radius: 8px;
}

.blog-col .blog-content-box {
  padding: 15px;
}

.blog-col .blog-content-box h1 {
  font-size: 28px;
  color: var(--univaf-yellow);
}

.blog-col .blog-content-box p {
  font-size: 14px;
  color: #777;
}

.blog-col .blog-footer-box {
  border-top: 1px solid #77777750;
  padding: 15px;
}







header img {
  transition: all 0.3s linear;
}

header.bg-dark-1 img {
  width: 50px !important;
  transition: all 0.3s linear;
}

.mainSlider.-type-1 .mainSlider__bg::after {
  content: none;
}

.bg-overlay-nyea {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 26, 0.3);
}





.coursesCard.-type-22:hover {
  background-color: #000026 !important;
  box-shadow: 0px 25px 70px 0px #000026;
}

.coursesCard.-type-22:hover .coursesCard__content h5 {
  color: #fff;
}

.coursesCard.-type-22:hover .coursesCard__content p {
  color: #fff;
}




.button.-white:hover i.text-dark-1 {
  color: var(--color-white) !important;
}

.text-nyea-1 {
  color: var(--color-dark-1);
}

.button.-outline-nyea-dark-1 {
  border: 2px solid var(--color-dark-1);
}

.button.-outline-nyea-dark-1:hover {
  background-color: var(--color-dark-1);
  border-color: transparent;
  color: white !important;
}

.h-90-section {
  height: 90vh;
}

.h-100-section {
  height: 100vh;
}

.pos-bottom {
  background-position: bottom;
}

.nasa-bg {
  background-image: url("../img/nasa-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.countdown {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: unset;
  text-align: center;
}

.countdown-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center !important;
  margin-top: 25px;
}

.countdown-item {
  display: inline-flex;
  flex-wrap: wrap;
  width: 25%;
  text-align: center !important;
  position: relative;
}

.countdown-item p:nth-child(1) {
  display: block;
  width: 100% !important;
  font-size: 72px;
  line-height: 72px;
}

.countdown-item p:nth-child(1) span {
  font-size: 50px !important;
  line-height: 72px;
  position: absolute;
  right: 0;
  top: -15px;
  opacity: 0.5;
}

.countdown-item p:nth-child(2) {
  display: block;
  width: 100% !important;
  font-size: 18px;
}

.pb-230 {
  padding-bottom: 230px !important;
}

.coursesCard.-type-2:hover {
  transform: scale(1.1);
}

.glass-effect {
  background: rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

#feature {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 15%;
}

#feature .f-body {
  position: relative;
  max-width: 50%;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 50%;
}

#feature .f-body .f-image img {
  border-radius: 50%;
  width: 100%;
  -webkit-animation: rotate 200s linear infinite;
  animation: rotate 200s linear infinite;
}

#feature .f-items .f-item {
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
}

#feature .f-items .f-item:nth-child(1) {
  left: 0;
  top: 50%;
  flex-direction: row-reverse;
  margin-left: -250px;
  transform: translateY(-50%);
}

#feature .f-items .f-item:nth-child(1) {
  margin-left: -585px;
}

#feature .f-items .f-item:nth-child(2) {
  top: 0;
  left: 50%;
  margin-top: -2rem;
  margin-left: -11%;
}

#feature .f-items .f-item:nth-child(2) {
  margin-top: -75px;
  margin-left: -10%;
  width: 100%;
}

#feature .f-items .f-item:nth-child(3) {
  right: 0;
  top: 50%;
  margin-right: -210px;
  transform: translateY(-50%);
}

#feature .f-items .f-item:nth-child(3) {
  margin-right: -430px;
}

#feature .f-items .f-item:nth-child(4) {
  bottom: 0;
  left: 3%;
  margin-bottom: -5rem;
  margin-left: -30.5%;
  flex-direction: row-reverse;
}

#feature .f-items .f-item .f-item-icon {
  position: relative;
  width: 46px;
  height: 46px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 2.5rem;
}

#feature .f-items .f-item .f-item-icon::before {
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  left: -12px;
  top: -12px;
  opacity: 0.6;
  -webkit-animation: blink1 3s linear infinite;
  animation: blink1 3s linear infinite;
}

#feature .f-items .f-item .f-item-icon::after {
  width: calc(100% + 48px);
  height: calc(100% + 48px);
  left: -24px;
  top: -24px;
  opacity: 0.3;
  -webkit-animation: blink2 3s linear infinite;
  animation: blink2 3s linear infinite;
}

#feature .f-items .f-item .f-item-icon::before,
#feature .f-items .f-item .f-item-icon::after {
  content: "";
  position: absolute;
  background-color: #000;
  border-radius: 50%;
}

#feature .f-items .f-item .f-item-icon svg {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 49;
}

.tooltip {
  opacity: 1;
  font-weight: 600;
}

.tooltip__content {
  background-color: #fff;
  color: #000026;
  font-size: 16px;
  font-weight: 600;
}

.tooltip__content::after {
  background-color: #fff;
}

.counter__number {
  color: #fff;
}

.nyea-about-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.swiper-wrapper {
  height: 500px;
}

.location-map-bg {
  background-image: url("../img/location-map.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 90vh;
  position: relative;
}

.location-item {
  position: absolute;
}

.location-item:nth-child(1) {
  left: 29%;
  top: 38%;
}

.location-item:nth-child(2) {
  left: 46%;
  top: 29%;
}

.location-item:nth-child(3) {
  right: 24.8%;
  top: 38%;
}

.location-item:nth-child(4) {
  right: 42%;
  top: 35%;
}

.location-item:nth-child(5) {
  right: 45%;
  top: 38%;
}

.location-item:nth-child(6) {
  right: 36.5%;
  top: 40%;
}

.hover-visible-box {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s linear;
}

.hover-box-bg {
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  transition: all 0.3s linear;
  padding: 40% 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 26, 0.5);
}

.location-item:hover .hover-visible-box {
  transform: translate(-50%, -50%);
  animation-name: visibleMap;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.grid-box {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-auto-rows: 45vh;
  grid-gap: 2%;
  overflow: hidden;
  position: relative;
  padding-bottom: 25%;
}

.asenkron-table:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / span 1;
  background: #000026;
}

.asenkron-table:nth-child(2) {
  grid-column: 2 / span 1;
  grid-row: 1;
  transform: translateY(50%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.asenkron-table:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.asenkron-table:nth-child(4) {
  grid-column: 2;
  grid-row: 2 / span 1;
  transform: translateY(50%);
  background: #000026;
}

.asenkron-table:nth-child(5) {
  grid-column: 1;
  grid-row: 3;
  background: #000026;
}

.asenkron-table:nth-child(6) {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
  transform: translateY(50%);
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.asenkron-table {
  background: #fff;
  border-radius: 5px;
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-img-box img {
  height: 100%;
  object-fit: cover;
}

.tabs.-pills .tabs__controls .tabs__button.is-active {
  color: #000026 !important;
  font-weight: 500;
  background-color: #00002659;
}

.modal-op-btn:hover {
  background: #000026;
  color: #fff !important;
  transition: all 0.3s linear;
  border-radius: 5px;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  text-align: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.text-ny-yellow {
  color: #cba157 !important;
}

.header .header-menu .menu .subnav .menu__backButton a {
  color: #000026 !important;
  background-color: #cba157b0;
}



.accordion.-block .accordion__icon .icon {
  color: var(--univaf-yellow)!important;
}

.accordion.-block .accordion__icon {
  background-color: #cba15720 !important;
}

.accordion.-block .accordion__item.is-active .accordion__icon {
  background-color: var(--color-light-7);
}

.shopCompleted-header .icon {
  background-color: #000026 !important;
}

.shopCompleted-info {
  border: 1px dashed #000026;
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #000026;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0 15px;
}

@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
}

.card:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }

  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }

  .radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
  }

  .card:hover .radio {
    border-color: var(--color-dark-gray);
  }

  .card:hover .radio:checked {
    border-color: var(--color-green);
  }
}

.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}

.card:hover .plan-details {
  border-color: var(--color-dark-gray);
}

.radio:checked~.plan-details {
  border-color: var(--color-green);
}

.radio:focus~.plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}

.radio:disabled~.plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}

.radio:disabled~.plan-details .plan-type {
  color: var(--color-dark-gray);
}

.card:hover .radio:disabled~.plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}

.card:hover .radio:disabled {
  border-color: var(--color-gray);
}

.plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}

.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}

.slash {
  font-weight: normal;
}

.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.text-underline {
  color: #2fdd92;
  text-decoration: underline;
}

.text-underline:hover {
  text-decoration: underline;
  color: #000026;
}



.menu__nav>li.active a {
  background-color: rgba(255, 255, 255, 0.15);
}

li.sub-menu.active a {
  color: var(--univaf-yellow) !important;
}

@keyframes visibleMap {
  from {
    width: 0;
    height: 0;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
  }

  to {
    width: 150px;
    height: 150px;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center center;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes blink1 {
  0% {
    opacity: 0.6;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 0.6;
  }
}

@keyframes blink1 {
  0% {
    opacity: 0.6;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }

  75% {
    opacity: 0.6;
  }

  100% {
    opacity: 0.6;
  }
}

@-webkit-keyframes blink2 {
  0% {
    opacity: 0.3;
  }

  25% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes blink2 {
  0% {
    opacity: 0.3;
  }

  25% {
    opacity: 0.15;
  }

  50% {
    opacity: 0.3;
  }

  75% {
    opacity: 0.3;
  }

  100% {
    opacity: 0.3;
  }
}