* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

.each_slide_section {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
}

.ar_even .ar_row {
  /* flex-direction: row-reverse; */
}

.each_slide_section [class*="ar_col-"] {
  transition: all 0.7s ease;
}

.each_slide_section.ar_odd [class*="ar_col-"]:first-child {
  transform: translateY(100%);
}

.each_slide_section.ar_odd [class*="ar_col-"]:last-child {
  transform: translateY(-100%);
}

.each_slide_section.ar_even [class*="ar_col-"]:first-child {
  transform: translateY(-100%);
}

.each_slide_section.ar_even [class*="ar_col-"]:last-child {
  transform: translateY(100%);
}

.each_slide_section.active:not(.ar_inactive) [class*="ar_col-"] {
  transform: translateY(0);
}

/* // write a css for after .ar_inactive added  */
.each_slide_section.ar_odd.active.ar_inactive [class*="ar_col-"]:first-child {
  transform: translateY(-100%);
}

.each_slide_section.ar_odd.active.ar_inactive [class*="ar_col-"]:last-child {
  transform: translateY(100%);
}

.each_slide_section.ar_even.active.ar_inactive [class*="ar_col-"]:first-child {
  transform: translateY(100%);
}

.each_slide_section.ar_even.active.ar_inactive [class*="ar_col-"]:last-child {
  transform: translateY(-100%);
}

.slide_section_3 {
  transform: translateY(100%);
  transition: all 0.7s ease;
}

.slide_section_3.active {
  transform: translateY(0);
}

.slide_section_3 {
  background-size: cover;
}

.imageGallery {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

.imageGallery li {
  padding: 0 15px;
  width: 33.333333333337%;
  -ms-flex: 0 0 33.333333333337%;
  flex: 0 0 auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}

.imageGallery li img {
  width: 100%;
  display: block;
}

.newsAndEventHeading {
  display: flex;
  align-items: center;
}

.newsAndEventHeading h2 {
  color: #fff;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: 130px;
  text-transform: uppercase;
}

.slide_section_3 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

.each_slide_section.active:not(.ar_inactive) {
  z-index: 3;
}

.slide_section_1 {
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arcontainer {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}

.banner_1_content {
}

.banner_1_content h1 {
  color: #000;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 150px;
  text-transform: capitalize;
  max-width: 1162px;
}

.banner_1_content p {
  color: #000;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 150px;
}

.ar_col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.ar_col-40 {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
}

.ar_col-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

.ar_row {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .ar_col-40,
  .ar_col-60 {
    flex: 0 0 100%;
    max-width: unset;
  }

  .banner_2_left_img {
    height: 50vh;
  }

  .ar_col-40 {
    height: 50vh;
    background: #fff;
  }
}

.banner_2_content h2 {
  color: var(--bb, #000);
  text-align: right;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  margin: 0 0 20px 0;
  text-transform: unset;
  font-family: "Mylius Modern Light Regular" !important;
}

.banner_2_content p {
  text-align: right;
  color: #000;
  margin: 22px 0 0;
}

.banner_2_content {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 20px;
  width: 100%;
  z-index: 1;
}

.banner_2_content ul {
  list-style: none;

  text-align: right;
  position: absolute;
  right: 120px;
}

.banner_2_content ul li a {
  color: #acaaaa;
  text-align: right;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
  text-transform: uppercase;
  text-decoration: none;
}

.banner_2_content ul li a:hover {
  color: #0093d1;
  text-decoration-line: underline;
}

.banner_2_left_img {
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #027f44;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_img_1 img {
  width: 50%;
  height: auto;
}

.slide_img_2 img {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

.slide_img_3 img {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.slide_img_4 img {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}

.slide_img_5 img {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 100%;
}

.slide_img_2 img,
.slide_img_3 img,
.slide_img_4 img {
  width: 100%;
  height: auto;
}

.slide_img_5 img {
  width: 80%;
  height: auto;
}

.arItems_flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.slideIndicators .ar_dots {
  width: 20px;
  height: 20px;
  background: var(--active, #000);
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
}

.slideIndicators .ar_dots + .ar_dots {
  margin-top: 24px;
}

.slideIndicators .ar_dots.ar_active {
  margin-bottom: 60px;
  --active: #0093d1;
}

.slideIndicators .ar_dots.ar_active:last-child {
  margin-bottom: 0;
  margin-top: 80px;
}

.arUpArrow.disabled,
.arDownArrow.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.sliderIndicatorArrow {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 4;
}

.slideIndicators {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arUpArrow,
.arDownArrow {
  cursor: pointer;
}
.scroll-indicator {
  
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.mouse {
  width: 35px;
  height: 55px;
  border: 3px solid #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.scroll-arrow {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  animation: arrowBounce 2.2s ease-in-out infinite;
}

@keyframes arrowBounce {
  0% {
    top: -25px;
    opacity: 1;
  }
  80% {
    top: 50px;
    opacity: 1;
  }
  100% {
    top: 45px;
    opacity: 0;
  }
}


.scroll-indicator.fade-out {
  opacity: 0;
  pointer-events: none;
}

.viewMoreBtn {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  padding: 12px 16px;
  border-radius: 3px;
  background: #51b054;
  text-decoration: none;
}

.ar_text_center {
  text-align: center;
}

.banner_text_effect {
  color: var(--whait, #fff);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.banner_text_effect a {
  cursor: pointer;
  display: block;
  color: var(--whait, #fff);
  font-size: 25px;
  margin-top: 20px;
}

.banner_text_effect {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100% !important;
  z-index: 2;
  transform: translateY(-50%);
  transition: all ease-in-out 300ms 1s;
  opacity: 0;
  padding: 0 20px;
}

.banner_text_effect h2 {
  color: var(--whait, #fff);
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  margin: 0;
  text-transform: unset;
}

.active .banner_text_effect {
  transform: translateY(0%);
  opacity: 1;
}

.slideAnimatedX .banner_2_left_img {
  transform: translateY(0%);
  transition: all ease-in-out 300ms 1s;
}

.slideAnimatedX.ar_inactive .banner_2_left_img {
  transform: translateY(-100%);
}

/* //color scheme  */
a,
p a {
  color: #000;
}

.qodef-header-navigation > ul > li > a {
  color: #fff;
}

.qodef-header-navigation > ul > li {
  margin: 0 12px;
}

#qodef-page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

@media screen and (max-width: 1600px) {
  .banner_2_content ul li a {
    font-size: 40px;
    line-height: 60px;
  }

  .banner_2_content h2 {
    font-size: 50px;
    line-height: 80px;
  }

  .banner_text_effect h2 {
    font-size: 50px;
    line-height: 80px;
  }

  .banner_2_content::after {
    top: 80px;
    height: 3px;
  }

  .banner_1_content h1 {
    font-size: 80px;
    line-height: 100px;
    max-width: unset;
  }

  .banner_1_content p {
    font-size: 25px;
    line-height: 60px;
  }

  .home .qodef-header-navigation > ul > li > a {
    font-size: 13px !important;
  }

  .home .qodef-header-navigation > ul > li {
    margin: 0 2px !important;
  }
}

@media screen and (max-width: 767px) {
  .ar_col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  /* Initial hidden state */

  .mobile_section {
    background: #14824c;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    position: relative;
    border-bottom: 1px solid #46a17773;
  }

  .mobile_content {
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.6s ease-out;
    /* Improves performance */
  }

  .mobile_content h2 {
    font-family: "Mylius Modern Light Regular" !important;
  }
  .mobile_content h3 {
    font-family: "Mylius Sans Headline Bold" !important;
  }
  .mobile_content h2,
  .mobile_content h3,
  .mobile_content p {
    color: #fff;
    margin: 0 0 10px;
  }

  .mob_img {
    position: absolute;
    bottom: 0;
    transition: 1s ease-out;
    width: 100%;
  }

  .mobile_section:first-child .mob_img {
    max-width: 300px;
  }

  .mobile_content.animate-up {
    opacity: 1;
    transform: translateY(0);
  }

  .banner_2_left_img img {
    height: auto;
  }

  /* .each_slide_section{
        position: static;
        transform: translate(0)  !important;
        height: auto;
    } */
  .slide_section_2 .ar_col-6 {
    transform: translate(0) !important;
  }

  .banner_1_content h1 {
    font-size: 36px;
    line-height: 60px;
  }

  .banner_1_content p {
    font-size: 18px;
    line-height: 20px;
  }

  .sliderIndicatorArrow {
    display: none;
  }

  .banner_2_content {
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    transform: translateY(-50%);
  }

  .banner_2_content p {
    margin-left: 0 !important;
    text-align: left;
  }

  .banner_2_content ul {
    text-align: left;
  }

  .banner_2_content h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }

  .banner_text_effect h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner_2_content ul li a {
    font-size: 18px;
    line-height: 20px;
  }

  .newsAndEventHeading {
    text-align: center;
  }

  .newsAndEventHeading h2 {
    font-size: 30px;
    line-height: 50px;
  }

  .slide_section_1 {
    padding: 40px;
    box-sizing: border-box;
  }

  .slide_section_3 {
    padding: 60px 0;
  }

  .banner_2_content ul {
    position: static;
  }

  .banner_text_effect {
    top: 10%;
    left: 0;
    width: 100% !important;
    padding: 20px;
    box-sizing: border-box;
  }

  .banner_text_effect {
    transform: translateY(0) !important;
    opacity: 1 !important;
  }

  .active .banner_2_left_img::after {
    /* display: none; */
    top: 10%;
  }

  .each_slide_section.ar_odd .ar_col-6:last-child {
    background-size: auto 80%;
  }

  .each_slide_section.ar_even .ar_col-6:last-child {
    background-size: auto 80%;
  }
}

#qodef-page-footer {
  display: none;
}

.qodef-page-title {
  display: none;
}

.testInfoWrapper {
  width: 60px;
  margin: 0 auto;
  -webkit-animation: floatY 3s ease-in-out infinite;
  animation: floatY 3s ease-in-out infinite;
  position: absolute;
  top: -60px;
  left: 45%;
  z-index: 3;
  cursor: pointer;
}

.testInfoWrapper img {
  position: static !important;
  width: 100%;
  filter: brightness(0) invert(1);
}

@-webkit-keyframes floatY {
  0% {
    -webkit-transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-10px);
  }
}

@keyframes floatY {
  0% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}
body{
  overflow: hidden;
}

.additional_text {
  position: fixed; 
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 136px);
  height: calc(100dvh - 136px);
  z-index: 99;
  background: #d8d8d8;
  padding: 100px 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
}

@media screen and (max-width: 767px) {
  .additional_text {
    position: absolute; 
    display: block !important;
  }
}

.additional_text.active {
  transform: translateY(0%);
}

.additional_text_inner {
  max-width: 800px;
  margin: 0 auto;
}

.additional_text.active .testInfoWrapper img {
  transform: rotate(180deg);
  filter: invert(63%) sepia(54%) saturate(1132%) hue-rotate(112deg) brightness(97%) contrast(98%);
}

.additional_text.active .testInfoWrapper {
  top: 0px;
}

.each_slide_section:not(.active) ~ .additional_text .testInfoWrapper {
  top: 0;
}

.triggerAdditionalText{
  width: 60px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.triggerAdditionalText img{
  width: 100%;
}
.additional_text_inner .text-center{
  margin-top: 30px;
  text-align: center;
}
.qodef-theme-button:hover{
  border: 1px solid #14824c;
}
.triggerAdditionalText{
  display: none;
}

