* {
  margin: 0;
  padding: 0;
  font-family: "Fredoka", cursive;
}

:root {
  --shelly-color-background: #f5fcff;
  --shelly-color-primary: #f37335;
  --shelly-color-secondary: #135e9e;
  --shelly-color-accent: #fdc12a;
  --shelly-color-text: #494949;
  --shelly-color-subtext: #677784;
  --shelly-color-divider: #c9e2f8;
  --shelly-color-h6: #494949;
  --primary-color: #1a3056;
  --secondary-color: #41af68;
  --grey: #f2f3f8;
  --blackish-color: #404040;
  --box-shadow-float: 0px 17px 10px -10px rgb(0 0 0 / 40%);
  --box-shadow: 0 0 0.5rem 0 #c9e2f899;

  --hue: 223;
  --bg: hsl(var(--hue), 10%, 90%);
  --fg1: hsl(var(--hue), 10%, 10%);
  --fg2: hsl(var(--hue), 10%, 30%);
  --fg3: hsl(var(--hue), 10%, 70%);
  --primary: hsl(var(--hue), 90%, 55%);
  --primary-t: hsla(var(--hue), 90%, 55%, 0);
  --primary-t-hover: hsla(var(--hue), 90%, 55%, 0.15);
  --trans-dur1: 0.3s;
  --trans-dur2: 0.6s;

  --martinique: #323357;
  --mariner: #2a5bda;
  --bright-sun: #fccc4d;
  --zircon: #f5f8ff;
  --black: #000000;
  --white: #ffffff;
  --mercury: #e5e5e5;
  --comet: #595b71;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem !important;
  /* background: var(--shelly-color-background); */
  /* background: #ffffff; */
  color: var(--shelly-color-text);
  /* background: linear-gradient(45deg, #daf1f9 0%, rgba(225, 5, 34, 0) 70%) repeat
      scroll 0% 0%,
    linear-gradient(135deg, #e3d1e3 10%, rgba(49, 5, 209, 0) 80%) repeat scroll
      0% 0%,
    linear-gradient(225deg, #d7e5fd 10%, rgba(10, 219, 216, 0) 80%) repeat
      scroll 0% 0%,
    rgba(0, 0, 0, 0)
      linear-gradient(315deg, #ffffe4 100%, rgba(9, 245, 5, 0) 70%) repeat
      scroll 0% 0%;
  background-repeat: no-repeat; */
}

#loading {
  position: fixed;
  width: 100vw;
  top: 7rem;
  height: calc(100% - 7rem);
  z-index: 9999;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  height: auto;
  width: 50vw;
  max-width: 30rem;
}

h1 {
  font-size: 4rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

h2 {
  font-size: 3.2rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

h3 {
  font-size: 2.8rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

h4 {
  font-size: 2.4rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

h5 {
  font-size: 2rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

h6 {
  font-size: 1.6rem;
  color: var(--shelly-color-text);
  font-weight: 700;
  margin-bottom: 2rem;
}

.btn {
  font-size: 1.6rem;
  color: var(--shelly-color-text);
}

p {
  font-size: 1.6rem;
  color: var(--shelly-color-text);
  margin-bottom: 2rem;
  line-height: 1.2;
}

input {
  outline: none;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.container,
.container-fluid {
  height: auto;
  width: 100%;
  padding: 0;
}

.row {
  height: auto;
  width: 100%;
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

strong {
  padding: 0;
  margin: 0;
}
label,
a {
  text-decoration: none;
  color: #555;
}
ul {
  list-style: none;
  padding: 0;
}

.datepicker-container {
  z-index: 10000 !important;
}

.modal-dialog {
  -webkit-animation: flipInX 1s ease;
}

select {
  appearance: none !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right 0.9rem top 1.7rem !important;
  background-size: 1em !important;
  cursor: pointer;
}

.container {
  max-width: 1300px;
}

.custom-link {
  color: var(--shelly-color-primary);
  text-transform: capitalize;
  font-size: 1.6rem !important;
  font-weight: 700;
  margin-left: 1rem;
}

.custom-btn {
  background: var(--shelly-color-primary);
  color: white;
  text-transform: capitalize;
  font-size: 1.3rem !important;
  padding: 1rem 3rem;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.custom-btn:focus {
  box-shadow: none;
  transform: scale(0.98);
  box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24);
}
.custom-btn:hover {
  color: white;
}
.custom-btn i {
  margin-right: 1rem;
  font-size: 1.2rem;
}

.line-under {
  width: 100%;
  height: 2px;
  background: var(--shelly-color-divider);
}

.odometer {
  font-size: 3rem;
}

/*-----------------------------------------------------------Scroller----------------------------------------------------------------*/

/* width */

::-webkit-scrollbar {
  width: 0;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: rgb(200, 199, 199);
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: rgb(200, 199, 199);
}

/*-----------------------------------------------------------Banner Effect----------------------------------------------------------------*/

.banner-effect {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.banner-effect img {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.banner-effect::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.banner-effect:hover img {
  transform: scale(1.1);
}

.banner-effect:hover::after {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

/*-----------------------------------------------------------Animations----------------------------------------------------------------*/

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
  }
}

/*-----------------------------------------------------------Section---------------------------------------------------------*/

.section-margin {
  /* margin: 3rem 0; */
  padding: 6rem 0;
  /* background: white; */
}

.section-head {
  position: relative;
  margin-bottom: 2rem;
}

.section-head.secondary {
  margin-bottom: 0.5rem;
}

.section-head .section-title {
  font-size: 5rem;
  font-weight: 700;
  width: fit-content;
  position: relative;
  text-align: center;
}

.section-head .section-title:before {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  height: 0;
  width: 50px;
  content: "";
  border-top: 3px solid var(--shelly-color-primary);
}

.section-head .section-title span.black {
  color: var(--shelly-color-text);
}

.section-head .section-title span.color {
  color: var(--shelly-color-primary);
}

.section-head .section-title .title {
  font-weight: 700;
  position: relative;
  width: fit-content;
  text-transform: capitalize;
  color: gray;
}

.section-head .section-title .title::before {
  position: absolute;
  content: "";
  bottom: -0.6rem;
  left: 0;
  height: 3px;
  width: 100%;
  background: var(--primary-color);
}

.section-head .slider-scroller {
  width: 7.5rem;
  position: relative;
}

.swiper-pagination-bullet {
  opacity: 0.8 !important;
  background: #252a32 !important;
}
.swiper-pagination-bullet-active {
  background: var(--secondary-color) !important;
}

.swiper-button-next,
.swiper-button-prev {
  /* background: #00000061; */
  z-index: 9999;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  box-shadow: var(--box-shadow-float);
}

.swiper-button-next .arrow-icon,
.swiper-button-prev .arrow-icon {
  font-size: 3rem !important;
  color: var(--secondary-color) !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "" !important;
}

@media screen and (max-width: 768px) {
  .section-head .slider-scroller {
    display: none;
  }
  .section-head {
    border-bottom: none;
  }
  .section-head .section-title .title::before {
    display: none;
  }
  .section-head .section-title {
    font-size: 4rem;
  }
}

.customBtn {
  background: var(--primary-color);
  border-radius: 5px;
  color: white;
  transition: all 0.3s;
}

.customBtn:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  z-index: 2;
}

.section-heading {
  text-align: center;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  z-index: 3;
}

.section-heading.white {
  color: white;
}

.section-heading h1 {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  font-size: 5rem !important;
}

.section-heading.white h1 {
  color: white;
}
.section-heading .underline {
  display: inline-block;
  position: relative;
}
.section-heading .underline::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 130px;
  background: #000;
  bottom: 8px;
  left: 20px;
}
.section-heading .underline::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 120px;
  background: #000;
  bottom: 8px;
  right: 20px;
}
.section-heading.white .underline::before {
  background: rgb(255, 255, 255);
}
.section-heading.white .underline::after {
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  .section-margin {
    padding: 3rem 0;
  }
  .section-heading h1 {
    font-size: 3.5rem !important;
  }
  .section-heading .underline::before {
    width: 90px;
    background: #000;
  }
  .section-heading .underline::after {
    width: 90px;
  }
}
/*-------------------------------------Header----------------------------------*/

#headerSection,
#navSection {
  position: relative;
}

#headerSection > .top,
#navSection > .bottom {
  position: absolute;
  width: 30%;
  height: 3px;
  background: var(--secondary-color);
}

#headerSection > .left,
#navSection > .right {
  position: absolute;
  height: 100%;
  width: 3px;
  background: var(--secondary-color);
}

#headerSection > .top,
#headerSection > .left {
  top: 0;
  left: 0;
}

#navSection > .bottom,
#navSection > .right {
  bottom: 0;
  right: 0;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 8rem;
}


.logo img {
  width: auto;
  height: 7rem;
}

#navSection {
  border-bottom: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
}

.navList {
  display: inline-block;
  list-style: none;
  transition: all 0.3s;
}

.navList li {
  margin-right: 2rem;
  display: inline-block;
}

.navList li a {
  color: var(--primary-color);
  transition: all 0.3s ease;
  display: block;
}

.navList li a:hover {
  color: var(--secondary-color);
  transform: translateY(-1rem);
}

.hamburger {
  display: none;
  cursor: pointer;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
  }
  .navList {
    height: 0;
    position: absolute;
    top: 6rem;
    background: white;
    z-index: 99999;
    width: 100vw;
    left: 0;
    overflow: hidden;
  }
  .navList li {
    padding: 0.5rem 3.5rem;
    display: block;
    font-size: 1.8rem;
  }
}

.navList.open {
  height: 26rem;
}

.navList.open li {
  display: block;
}

.socialList {
  display: inline-block;
  list-style: none;
}

.socialList li {
  margin-left: 1.5rem;
  display: inline-block;
}

.socialList li a {
  color: white;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  display: block;
}

.socialList li:first-child a {
  background: #3b5998;
}

.socialList li:nth-child(2) a {
  background: #d31554;
}

.socialList li:nth-child(3) a {
  background: #1da1f2;
}

.socialList li:last-child a {
  background: #cd201f;
}

.socialList li a:hover {
  transform: translateY(-1rem);
}

/*-------------------------------------Banner----------------------------------*/

#heroSection {
  position: relative;
}

#heroSection .heroImg {
  height: auto;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

#heroSection .heroText {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1300px;
  width: 70%;
  left: 50%;
  text-align: center;
}

#heroSection .heroText h2 {
  color: var(--secondary-color);
}

#heroSection .heroText h1 {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #heroSection .heroImg {
    //height: 30rem;
  }
  #heroSection .heroText h1 {
    font-size: 2.5rem !important;
  }
}

.results-box {
  max-width: 190px;
  padding: 30px 0;
  text-align: center;
  box-shadow: 0 0px 20px 0px #0000001f;
}

.box-bg-gray {
  background: #f5f6f8;
}

.box {
  border-radius: 16px;
  margin-bottom: 15px;
  padding: 16px;
  position: relative;
  background: #fff;
}

.results-box > b {
  font-size: 30px;
  color: #5468fe;
}

.results-box > h4 {
  margin-top: 20px;
  font-weight: bold;
}
.results-box > h4 > span {
  font-weight: 600;
  color: #767eb694;
  font-size: 85%;
}

.payment-img {
  width: 70%;
  border-radius: 10px;
  box-shadow: var(--box-shadow-float);
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  #secondSec br {
    display: none;
  }
  #secondSec #secondSecCourses {
    margin-top: 2rem;
  }
}

/*-------------------------------------Home About----------------------------------*/

#homeAboutSection {
  background: url(../img/about.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#homeAboutSection .overlay {
  background: var(--primary-color);
  opacity: 0.7;
}

.aboutText {
  font-size: 1.8rem;
  text-align: center;
  z-index: 3;
  color: white;
  position: relative;
}

.aboutText.black {
  color: rgb(0, 0, 0);
}

.aboutImg {
  height: 30rem;
  margin: auto;
  display: block;
  z-index: 3;
  position: relative;
  border: 3px solid var(--secondary-color);
  border-radius: 5px;
  box-shadow: var(--box-shadow-float);
}

.directorCard {
  display: flex;
  border: 1px solid gainsboro;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: var(--box-shadow-float);
  flex-wrap: wrap;
}

.directorImg {
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  /* margin-right: 2rem; */
  margin: auto;
  border: 3px solid var(--secondary-color);
  box-shadow: var(--box-shadow-float);
  display: block;
}

.directorText {
  /* flex: 1; */
  padding-left: 3rem;
  position: relative;
  font-size: 2rem;
  margin-top: 2rem;
}

.directorText i {
  position: absolute;
  left: 0;
  color: var(--primary-color);
}

.directorName {
  display: block;
  text-align: end;
  font-weight: 700;
  font-size: 2.5rem;
  margin-top: 2rem;
  color: #29d18b;
  font-style: italic;
}

/*-------------------------------------Course----------------------------------*/

#courseSection {
  background: url(../img/bg.jpg);
}

.courseBox .courseImg {
  height: 20rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.courseBox .courseText {
  padding: 0.5rem 2rem;
  background: #efecec;
  text-align: center;
}

.courseBox .courseText h5 {
  color: var(--secondary-color);
}

.courseBox .courseText h4 {
  color: var(--primary-color);
}

.courseCard {
      margin: 0 0 3rem 0 !important;
}

.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}

.courseCard:nth-child(even) .card-horizontal {
  flex-direction: row-reverse;
}

.courseCard .card-title {
  color: var(--primary-color);
  text-align: left;
  margin-bottom: 1rem;
}


.courseCard:nth-child(even) .card-title {
  text-align: right;
}


.courseCard .card-footer small {
  color: var(--secondary-color);
  font-size: 2rem;
  font-weight: 700;
}

.courseCard img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 40rem;
  width: 100%;
}

.secBanner {
  display: block;
  margin: auto;
  height: 40rem;
}

@media screen and (max-width: 768px) {
  .secBanner {
    height: 22rem;
  }
}

/*-------------------------------------Gallery----------------------------------*/

#gallerySection {
  background: url(../img/galleryBG.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#gallerySection .overlay {
  background: var(--primary-color);
  opacity: 0.1;
  z-index: 0;
}

.tz-gallery {
  /* padding: 40px; */
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
  padding: 5px;
}

.tz-gallery .lightbox .title {
  text-align: center;
  color: var(--shelly-color-secondary);
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.19);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.4px);
  -webkit-backdrop-filter: blur(3.4px);
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 1rem 2rem;
  margin: 2rem 0;

  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -4px;
  font-weight: 700;
  text-transform: capitalize;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
  border-radius: 8px;
  border: 4px solid white;
  box-shadow: var(--box-shadow-float);
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "Glyphicons Halflings";
  content: "\e003";
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* background-color: rgba(46, 132, 206, 0.7); */
  background-color: rgba(106, 119, 131, 0.7);
  content: "";
  transition: 0.4s;
  border-radius: 8px;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

/*-------------------------------------Comments----------------------------------*/

#commentSection {
  background: url(../img/comment-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#commentSection .overlay {
  background: var(--primary-color);
  opacity: 0.7;
  z-index: 0;
}

.testimonial {
  border-right: 4px solid var(--primary-color);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 3rem 3rem 3rem 13rem;
  margin: 0 1.5rem 3rem 1.5rem;
  overflow: hidden;
  position: relative;
  background: white;
  border-radius: 1rem;
}
.testimonial:before {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: -1.7rem;
  border-top: 2.5rem solid var(--secondary-color);
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  transform: rotate(45deg);
}
.testimonial:after {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -1.7rem;
  border-top: 2.5rem solid var(--secondary-color);
  border-left: 2.5rem solid transparent;
  border-right: 2.5rem solid transparent;
  transform: rotate(135deg);
}
.testimonial .pic {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .description {
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #6f6f6f;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
.testimonial .title {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #29d18b;
  margin: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 1.7rem;
  color: #29d18b;
  font-style: italic;
}

@media only screen and (max-width: 767px) {
  .testimonial {
    padding: 2rem;
    text-align: center;
  }
  .testimonial .pic {
    display: block;
    position: static;
    margin: 0 auto 1.5rem;
  }
  .testimonial .pic {
    transform: translateY(0);
  }
}

.card-form {
  width: 100%;
  max-width: 50rem;
  border-radius: 1rem;
  background: white;
  box-shadow: 0 27px 55px 0 rgba(0, 0, 0, 0.3),
    0 17px 17px 0 rgba(0, 0, 0, 0.15);
  color: white;
}
.card-form .form-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  font-size: 2rem;
  font-weight: bold;
  background: #27ae60;
  border-radius: 1rem 1rem 0 0;
}
.card-form .form-body {
  padding: 1rem;
}
.card-form .form-body .row {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}
.card-form .form-body .row input[type="text"] {
  appearance: none;
  width: 100%;
  margin: 0 1.5rem;
  height: 4.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  background: #e8ebed;
  color: #576366;
  font-size: 1.4rem;
}
.card-form .form-body .row textarea {
  appearance: none;
  width: 100%;
  margin: 0 1.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  background: #e8ebed;
  color: #576366;
  font-size: 1.4rem;
}
.card-form .rule {
  height: 0.2rem;
  background: #e8ebed;
  margin: 0px 3.5rem;
}
.card-form .form-footer {
  margin: 0 2.5rem 1.5rem 2.5rem;
  padding: 1.5rem 1rem;
}
.card-form .form-footer button {
  display: inline-block;
  height: 4rem;
  border: none;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
  background: #27ae60;
  margin-right: 1rem;
  font-size: 1.4rem;
  box-shadow: var(--box-shadow-float);
}
.card-form .form-footer span {
  margin-left: 0.8rem;
}

/*-------------------------------------Downloads----------------------------------*/

.download-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.19);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.4px);
  -webkit-backdrop-filter: blur(3.4px);
  border: 1px solid rgba(255, 255, 255, 0.37);
  margin: auto;

  margin-bottom: 2rem;

  border: 1px solid var(--secondary-color);

  /* background: url(../img/galleryBG.jpg); */
}

.download-card .overlay {
  z-index: 0;
  opacity: 0.1;
}

.download-card div {
  padding: 2rem 2rem;
}

.download-card .icon {
  color: var(--primary-color);
  transition: all 0.3s ease;
  cursor: pointer;
}

.download-card .icon:hover {
  color: var(--secondary-color);
}

.download-card .title {
  flex: 1;
}

.download-card .title p {
  margin: 0;
  font-weight: 700;
}

/*-------------------------------------Footer----------------------------------*/

#footerSection {
  background: var(--primary-color);
  color: rgb(223, 223, 223);
  padding: 5rem 0;
}
#footerSection .links ul {
  list-style-type: none;
}
#footerSection .links li a {
  color: rgb(223, 223, 223);
  transition: all 0.2s;
  margin-bottom: 0.5rem;
  display: inline-block;
}
#footerSection .links li a:hover {
  text-decoration: none;
  color: var(--secondary-color);
  transform: translateX(1rem);
}
#footerSection .about-company i {
  font-size: 25px;
}
#footerSection .about-company a {
  color: rgb(223, 223, 223);
  transition: color 0.2s;
}
#footerSection .about-company a:hover {
  color: #4180cb;
}
#footerSection .location i {
  font-size: 18px;
}
#footerSection .location h4,
#footerSection .location p {
  color: rgb(223, 223, 223);
  margin-bottom: 2rem;
}
#footerSection .copyright p {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0;
  padding-top: 3rem;
}

.footer-logo {
  height: auto;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  #footerSection {
    padding: 3rem 0;
  }
  #footerSection .copyright p {
    padding-top: 1rem;
  }
}

/*-------------------------------------Responsive----------------------------------*/

.sticky-con {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  /* background: var(--secondary-color); */
  color: white !important;
  padding: 0.8rem;
  border-radius: 6px;
  z-index: 999;
  box-shadow: var(--box-shadow-float);
  cursor: pointer;
  font-size: 2.5rem;

  width: 10rem;
  border-radius: 50%;
}

#login-section {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 999;
  justify-content: center;
  align-items: center;
}
#login-section .blackish {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.5;
}
#login-section .title-text .title h4 {
  color: var(--primary-color);
}

#login-section .form-input-control .form__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 40px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
  width: 100%;
  outline: none;
  font-size: 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
  color: var(--primary-color) !important;
}

#login-section .form-input-control input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--primary-color);
}

#login-section .form-input-control input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primary-color);
}

#login-section .form-input-control input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primary-color);
}

#login-section .form-input-control textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--primary-color);
}

#login-section .form-input-control textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--primary-color);
}

#login-section .form-input-control textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--primary-color);
}

#login-section .form-input-control .form__input__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: var(--secondary-color) !important;
  transform: translateY(-50%);
}

#login-section.active {
  display: flex;
}

.login-wrapper::selection {
  background: #fa4299;
  color: #fff;
}
.login-wrapper {
  overflow: hidden;
  width: 39rem;
  background: #fff;
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0px 1.5rem 2rem rgb(0 0 0 / 10%);
  z-index: 99;
  position: relative;
  -webkit-animation: flipInX 1s ease;

  max-width: 100vw;
  background: rgba(255, 255, 255, 0.19);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(3.4px);
  -webkit-backdrop-filter: blur(3.4px);
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 1rem 2rem;

  background: white;
}
.login-wrapper .background {
  background: linear-gradient(
    137deg,
    rgba(84, 91, 196, 1) 0%,
    rgba(84, 91, 196, 1) 43%,
    rgba(255, 193, 7, 1) 100%
  );
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0px 1px 15px 0px rgb(84 91 196);
}
.login-wrapper #closeLoginPopup {
  /* position: absolute; */
  /* padding-bottom: 2rem; */
  /* top: 2rem; */
  /* right: 2rem; */
  /* z-index: -1; */
  color: rgb(182, 180, 180);
  font-size: 2rem;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
}
.login-wrapper #closeLoginPopup:hover {
  color: white;
}

.login-wrapper .title-text {
  display: flex;
  width: 200%;
}
.login-wrapper .title {
  width: 50%;
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.login-wrapper .title img {
  width: 15rem;
}
.login-wrapper .slide-controls {
  position: relative;
  display: flex;
  height: 5rem;
  width: 100%;
  overflow: hidden;
  margin: 3rem 0 10px 0;
  justify-content: space-between;
  border: 1px solid lightgrey;
  border-radius: 0.5rem;
  background: white;
}
.login-wrapper .slide-controls .slide {
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 4.8rem;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}
.login-wrapper .slide-controls label.signup {
  color: #000;
}
.login-wrapper .slide-controls .slider-tab {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 0.5rem;
  background: -webkit-linear-gradient(left, #a445b2, #fa4299);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.login-wrapper input[type="radio"] {
  display: none;
}
.login-wrapper #signup:checked ~ .slider-tab {
  left: 50%;
}
.login-wrapper #signup:checked ~ label.signup {
  color: #fff;
  cursor: default;
  user-select: none;
}
.login-wrapper #signup:checked ~ label.login {
  color: #000;
}
.login-wrapper #login:checked ~ label.signup {
  color: #000;
}
.login-wrapper #login:checked ~ label.login {
  cursor: default;
  user-select: none;
}
.login-wrapper .form-container {
  width: 100%;
  overflow: hidden;
}
.login-wrapper .form-container .form-inner {
  display: flex;
  width: 200%;
}
.login-wrapper .form-container .form-inner form {
  width: 50%;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}
/* .login-wrapper .form-inner form .field {
  height: 5rem;
  width: 100%;
  margin-top: 2rem;
}
.login-wrapper .form-inner form .field input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid lightgrey;
  border-bottom-width: 2px;
  font-size: 1.7rem;
  transition: all 0.3s ease;
}
.login-wrapper .form-inner form .field input:focus {
  border-color: #fc83bb;
}
.login-wrapper .form-inner form .field input::placeholder {
  color: #999;
  transition: all 0.3s ease;
}
.login-wrapper form .field input:focus::placeholder {
  color: #b3b3b3;
} */
.login-wrapper .form-inner form .pass-link {
  margin-top: 0.5rem;
}
.login-wrapper .form-inner form .signup-link {
  text-align: center;
  margin-top: 3rem;
}
.login-wrapper .form-inner form .pass-link a,
.login-wrapper .form-inner form .signup-link a {
  color: #fa4299;
  text-decoration: none;
}
.login-wrapper .form-inner form .pass-link a:hover,
.login-wrapper .form-inner form .signup-link a:hover {
  text-decoration: underline;
}
.login-wrapper form .btn {
  height: 5rem;
  width: 100%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.login-wrapper form .btn .btn-layer {
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(
    right,
    #a445b2,
    #fa4299,
    #a445b2,
    #fa4299
  );
  border-radius: 0.5rem;
  transition: all 0.4s ease;
}
.login-wrapper form .btn:hover .btn-layer {
  left: 0;
}
.login-wrapper form .btn input[type="submit"],
.login-wrapper form .btn button[type="button"] {
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  padding-left: 0;
  border-radius: 0.5rem;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .login-wrapper {
    width: 80%;
    height: auto;
    max-width: 100vw;
  }
}

.loginLoader {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 9999;
  background: white;
  justify-content: center;
  align-items: center;
  display: none;
}

.loginLoader.active {
  display: flex;
}

.loginLoader .loader {
  height: auto;
  width: 50%;
  max-width: 30rem;
}

/*--------------------------------------Form-------------------------------*/

.form-input-control {
  position: relative;
}

.form-input-control .input__field {
  padding: 10px 0px;
  position: relative;
}

.form-input-control .form__input__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #7875b5;
  transform: translateY(-50%);
}

.form-input-control .form__input__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  color: #7875b5;
  transform: translateY(-50%);
}

.form-input-control .form__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 40px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
  width: 100%;
  outline: none;
  font-size: 15px;
  border-radius: 25px;
  transition: all 0.3s ease;
  color: #424242;
}

.form-input-control .field input:focus,
.form-input-control .field input:not(:placeholder-shown),
.form-input-control .field textarea:focus,
.form-input-control .field textarea:not(:placeholder-shown) {
  border-color: #4158d0;
}

.form-input-control .field label {
  position: absolute;
  top: 50%;
  left: 40px;
  color: #757575;
  font-weight: 700;
  font-size: 15px;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.form-input-control .field input:focus ~ label,
.form-input-control .field input:not(:placeholder-shown) ~ label,
.form-input-control .field textarea:focus ~ label,
.form-input-control .field textarea:not(:placeholder-shown) ~ label {
  top: 0%;
  font-size: 13px;
  color: #4158d0;
  background: #fff;
  transform: translateY(-50%);
}

.form-input-control.error {
  padding-bottom: 15px;
}

.form-input-control.success .field input {
  border-color: #2ecc71;
}

.form-input-control.error .field input {
  border-color: #e74c3c;
}

.form-input-control > i {
  visibility: hidden;
  position: absolute;
  top: 26px;
  right: 25px;
}

.form-input-control.avatar-upload > i {
  visibility: hidden;
  position: absolute;
  right: -20px;
  top: 15px;
}

.form-input-control.success i.fa-check-circle {
  color: #2ecc71;
  visibility: visible;
}

.form-input-control.error i.fa-exclamation-circle {
  color: #e74c3c;
  visibility: visible;
}

.form-input-control small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 25px;
  font-size: 1.5rem !important;
  visibility: hidden;
  font-style: italic;
}

.form-input-control.avatar-upload small {
  position: relative;
  left: 0;
}

.form-input-control.error small {
  visibility: visible;
}

.form-input-control .select2-container {
  padding-left: 50px !important;
  border: none !important;
  border-bottom: 2px solid #d1d1d4 !important;
  background: none;
  padding: 10px !important;
  padding-left: 40px !important;
  font-weight: 700 !important;
  width: 75% !important;
  transition: 0.2s !important;
  width: 100% !important;
  outline: none !important;
  font-size: 15px !important;
  border-radius: 25px !important;
  transition: all 0.3s ease !important;
  color: #424242 !important;
}

.form-input-control .select2-container--default .select2-selection--single {
  border: none !important;
}

.form-input-control
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 12px !important;
  right: 5px !important;
}

.select2-container--open .select2-dropdown {
  left: 0px !important;
  top: -16px !important;
  padding-top: 0.5px !important;
}

/*--------------------------------Reviews--------------------------*/

#stars {
  padding: 0;
  margin-bottom: 0;
}

#stars span {
  color: #000;
}

.card {
  background-color: var(--white);
  border-radius: 1rem;
  padding: 2rem;
  text-align: center;
  filter: drop-shadow(0.1rem 1rem 0.2rem rgba(0, 0, 0, 0.3));
  margin: 0 1.5rem 3rem 1.5rem;
}
.card-title {
  -webkit-text-stroke: 1px var(--black);
  -webkit-text-fill-color: var(--martinique);
  font-size: 3.2rem;
  font-weight: bold;
  filter: drop-shadow(0.1rem 0.25rem 0.1rem rgba(0, 0, 0, 0.5));
  margin-top: 0;
}
.card-rating {
  margin: 1rem 0 1rem;
  background-color: var(--zircon);
  border-radius: 4rem;
  padding: 0.5rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ratings {
  display: flex;
  align-items: center;
  grid-gap: 1.2rem;
}
.ratings img {
  width: 2.8rem;
  height: 2.8rem;
}
.card-rating-text {
  font-size: 1.6rem;
  color: var(--martinique);
  font-weight: 400;
}
.rating-count {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--comet);
  margin-bottom: 0;
}
.rating-percents {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  grid-row-gap: 0.5rem;
}
.rating-percent {
  display: flex;
  justify-content: space-around;
}
.rating-no {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--mariner);
  width: 7rem;
}
.rating-progress {
  margin: 0 0.8rem;
  background-color: var(--zircon);
  border-radius: 1.8rem;
  width: 22rem;
  height: 1.5rem;
  position: relative;
}
.rating-progress::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--bright-sun);
  border-radius: 1.8rem;
}

.rating-percent:nth-child(1) .rating-progress {
  --myVar: defaultValue;
}

.rating-percent:nth-child(1) .rating-progress::before {
  width: var(--myVar);
}

.rating-percent:nth-child(2) .rating-progress {
  --myVar: defaultValue;
}

.rating-percent:nth-child(2) .rating-progress::before {
  width: var(--myVar);
}

.rating-percent:nth-child(3) .rating-progress {
  --myVar: defaultValue;
}

.rating-percent:nth-child(3) .rating-progress::before {
  width: var(--myVar);
}

.rating-percent:nth-child(4) .rating-progress {
  --myVar: defaultValue;
}

.rating-percent:nth-child(4) .rating-progress::before {
  width: var(--myVar);
}

.rating-percent:nth-child(5) .rating-progress {
  --myVar: defaultValue;
}

.rating-percent:nth-child(5) .rating-progress::before {
  width: var(--myVar);
}

/* .rating-percent:nth-child(1) .rating-progress::before{
  width: 84%;
}
.rating-percent:nth-child(2) .rating-progress::before{
  width:calc(2* 9%);
}
.rating-percent:nth-child(3) .rating-progress::before{
  width: calc(2* 4%);
}
.rating-percent:nth-child(4) .rating-progress::before{
  width:calc(2* 2%);
}
.rating-percent:nth-child(5) .rating-progress::before{
  width: calc(2* 1%);
} */
.rating-percent-no {
  font-size: 1.8rem;
  color: var(--martinique);
  font-weight: 400;
  width: 7rem;
}
.card-footer-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: var(--mariner);
  font-weight: 400;
}

.notice-board {
        background: var(--secondary-color);
        height: 35rem;
        border-radius: 1rem;
        box-shadow: var(--box-shadow-float);
}

.notice-head{
        padding: 2rem 2rem;
    
    text-align: center;
    height : 6rem;
}


.notice-head h5 {
    margin: 0 !important;
    color: white;
}

.notice-body {
        height: calc(100% - 7rem);
    background: white;
    padding: 2rem;
    width: calc(100% - 2rem);
    margin: auto;
}

.notice-body marquee ul li {
  border: 1px dashed gainsboro;
  border-left: none;
  border-right: none;
  padding: 0.8rem 0;
  font-weight: 700;
  position: relative;
  height: 3em;
}

.notice-body marquee ul li span.not-date {
  color: gray;
  font-style: italic;
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 1.2rem;
}

#heroSection .overlay {
    opacity: 0.2;
}


@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
}
