
@font-face {
  font-family: 'Noto Sans';
  src: url('/public/assets/fonts/NotoSans-Regular.woff2') format('woff2'),
        url('/public/assets/fonts/NotoSans-Regular.woff') format('woff');
  font-weight: 100 900;
  font-stretch: 100%;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans';
  src: url('/public/assets/fonts/NotoSans-Regular.woff2') format('woff2'),
      url('/public/assets/fonts/NotoSans-Regular.woff') format('woff');
       font-weight: 100 900;
       font-stretch: 100%;
       font-display: swap;
  font-style: normal;
}



body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* font-family: "Noto Sans", serif; */
  /* font-family: 'Noto Sans', sans-serif; */
}

img {
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
}

.cmn_padding {
  padding: 60px 0;
}

.color_text {
  color: #00ce97;
}

/* .section_color {
  background-color: #dff3fa;
} */

h1 {
  font-size: 32px;
  /* font-family: "Noto Sans", serif; */
}

/* ------------------------- */

/* Header Part */
#head_id {
  /* position: fixed; */
  z-index: 9;
  width: 100%;
}

.nav_area {
  /* background: linear-gradient(90deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); */
  /* background: linear-gradient(90deg, rgba(0, 172, 193, 1) 0%, rgba(84, 58, 183, 1) 100%); */
  background: rgba(84, 58, 183, 1);
  padding: 10px 0;
}

.menu_item {
  padding: 0 15px;
  transition: all 0.5s ease-in;

}

.menu_item .menu_link {
  position: relative;
  color: #fff;
  transition: all 0.3s ease-in-out;

}

.menu_item .menu_link.active {
  color: #63ffd5 !important;
}

.menu_item .menu_link:hover {
  color: #63ffd5;
  transition: all 0.5s ease-in;

}

.login_btn,
.register_btn {
  background-color: #63ffd5;
  font-weight: 600;
  color: #005941;
  transition: all 0.3s ease-in-out;
  padding: 6px 20px;
  font-size: 16px;
  border: 2px solid transparent;
}


.login_btn:hover,
.register_btn:hover {
  background-color: transparent;
  border: 2px solid#005941;
  color: #63ffd5;
}



#head_id .nav_box .logo_area {
  font-family: 'Fredoka One', cursive;
  color: #fff;
}

#head_id .nav_box .logo_box {
  display: flex;
  align-items: center;
  width: 30%;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 8px;
}

#head_id .nav_box .logo_box .logo_1,
#head_id .nav_box .logo_box .logo_2 {
  display: block;
  width: 20%;
}

#head_id .nav_box .logo_box .logo_3 {
  display: block;
  width: 50%;
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  width: 200px;
}

.dropdown-menu>li:hover>.submenu {
  display: block;
}

.hdr_btn {
  display: flex;
  gap: 20px;
}

/* Header Part */

/* banner section  */

.banner_section {
  position: relative;
  text-align: center;
  /* background: linear-gradient(60deg, rgba(84, 58, 183, 1) 0%, rgba(0, 172, 193, 1) 100%); */
  background: linear-gradient(90deg, rgba(0, 172, 193, 1) 0%, rgba(84, 58, 183, 1) 100%);
  color: white;
}

.banner_slider {
  overflow: hidden;
  position: relative;
  width: 100%;

}

/* .banner_img {
  margin-top: 40px;
} */

.banner_img img {
  pointer-events: none;
  --delay: 0s;
  animation: arrows 4s var(--delay) infinite ease-in;
}

@keyframes arrows {

  0%,
  100% {
    color: black;
    transform: translateY(0);
  }

  50% {
    color: #3AB493;
    transform: translateY(20px);
  }
}

.slider_details {
  text-align: left;
}

.banner_btn button {
  background-color: #63ffd5;
  font-weight: 600;
  color: #005941;
  transition: all 0.3s ease-in-out;
}

.inner-header {
  height: 65vh;
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex {
  /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bnr_waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}

.content {
  position: relative;
  height: 20vh;
  text-align: center;
  background-color: white;
}

/* Animation */

.parallax>use {
  animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

.compo_table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.compo_table td,
th {
  border: 1px solid #5f5f5f;
  text-align: left;
  padding: 8px;
}

.compo_table th {
  color: #fff;
  background-color: #00674cb3;
}

.compo_table tr:nth-child(even) {
  background-color: #00ce9752;
}



/* banner section */


/* footer start */

.ftr_otr {
  position: relative;
  background-color: #b6e3ff4a;
  padding: 20px 0 40px 0;
  overflow: hidden;
}

.ftr_otr .ftr_logo {
  font-family: 'Fredoka One', cursive;
  color: #000;
  font-size: 30px;
  padding-bottom: 16px;
}

.ftr_list_head h5 {
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  /* text-align: center; */
}

.ftr_list_head h5::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  background-color: #3AB493;
  border-radius: 50px;
  left: 0%;
  bottom: -8px;
  /* transform: translateX(-50%); */
}

.ftr_list .ftr_item .ftr_link {
  color: #015871;
  padding: 0;
  transition: all 0.4s ease-in-out;
}
.high-contrast .ftr_list .ftr_item .ftr_link {
  color:white !important;
}

.ftr_list .ftr_item .ftr_link:hover {
  color: #00ce97;
}


/* .copy_wrt {
   background-color: #84c3ef78; 
} */

.copy_wrt p {
  padding: 4px 0;
  margin: 0;
}


/* footer end */


/* About Us Page Start */

/* Banner Start */

.abt_bnr_sec .slider_details {
  padding: 50px 0;
  text-align: center;
}

.compo_table tr td a {
  color: #02805f;
}

.ftr_logo .logo_box {
  display: flex;
  align-items: center;
  width: 70%;
  gap: 20px;
}


/* Banner End */

/* About Us Page End */


/* Contact Us Start */

.contact_details {
  padding: 20px;
  border: 3px solid #3AB493;
  border-radius: 12px;
  transition: all 0.5s ease-in-out;
  min-height: 472px;
}

.contact_details:hover {
  border: 3px solid transparent;
  box-shadow: 1px 1px 11px 4px #3ab4932e;
}

.profile:nth-child(even)>.contact_details {
  background-color: #3ab49317;
}

.contact_logo {
  width: 30%;
  margin: auto;
}

.contact_box p a {
  color: #02805f;
}

/* Contact Us End */

.notification_sec .compo_table tr td a {
  color: #02805f;
}


.logo_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.top_hdr .logo_box .logo_area.logo_2, .top_hdr .logo_box .logo_area.logo_3 {
  width: 11%;
}

.top_hdr .logo_box .logo_area.logo_1 {
  width: 18%;
}

/* .img_box {
  /* display: flex; 
} */

.img_item {
  width: 220px; 
  margin: 5px;
  padding: 10px 10px 0 10px;
  background: #00000040;
  border-radius: 10px;
}
.img_item>img {
  border-radius: 10px;
  padding-bottom: 10px;
}

.nav_box .nav_area .toggle_button {
  background-color: #fff;
}

.menu_item .menu_link {
  font-size: 16px;
}

.banner_img {
  width: 80%;
  margin: auto;
}

.user_links {
  display: flex;
  gap: 30px;
}

.ftr_title {
  margin-top: 25%;
}

.ftr_title h4 {
  font-size: 20px;
}

.contact_section {
  padding-top: 60px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}