@charset "utf-8";

html,
body {
  margin: 0;
  padding: 0;
  color: #010101;
  font-size: 14px;
  font-family: 'Poppins-Regular', sans-serif;
  font-weight: 400;
  background-color: #fff;
  scroll-behavior: smooth;
  transition: all 300ms ease;
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.woff2) format('woff2'), url(../fonts/Poppins-Regular.woff) format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.woff2) format('woff2'), url(../fonts/Poppins-Medium.woff) format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.woff2) format('woff2'), url(../fonts/Poppins-SemiBold.woff) format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.woff2) format('woff2'), url(../fonts/Poppins-Bold.woff) format('woff');
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:-webkit-any-link:focus-visible {
  outline-offset: 0px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

:root {
  --primary-color: #007A8A;
  --secondary-color: #FF007F;
}

/*Banner CSS*/
.banner_kodi {
  /*display: grid;
  grid-template-columns: 50% 45%;
  place-items: center;
  gap: 60px;*/
  display: flex;
  align-items: center;
  /*min-height: 100vh;*/
  background: #007A8A;
  background-image: radial-gradient(circle at 20% 100%,
      rgba(184, 184, 184, 0.1) 0%,
      rgba(184, 184, 184, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%),
    linear-gradient(40deg, #007A8A, #007A8A, #007A8A, #007A8A);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0px;
}

/* CONTENT */
.banner_kodi .banner-carousel {
  margin-top: 1rem;
}

.banner_kodi .content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
  color: #fff;
}

.banner_kodi .content h1 span {
  display: block;
}

.banner_kodi .content p {
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}

.banner_kodi .content button {
  background: #eaeaea;
  color: #202134;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 500;
  border: 0;
  outline: 0;
  padding: 8px 14px;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.banner_kodi .content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: var(--secondary-color);
  color: #ffffff;
}

/* SLIDER */

.banner_kodi .banner-carousel {
  position: relative;
  width: 400px;
  height: 490px;
}

.banner_kodi .banner-carousel .carousel-inner,
.banner_kodi .banner-carousel .carousel-item {
  height: 100%;
}

.banner_kodi .carousel-item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
  overflow: hidden;
}

.banner_kodi .dark-text {
  color: #202134;
}

.banner_kodi .carousel-item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.banner_kodi .overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  background: rgba(93, 95, 145, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.banner_kodi .overlay h1 {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 500;
}

.banner_kodi .overlay p {
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 300;
  line-height: 1.3;
}

.disp_cell {
  display: table-cell;
  vertical-align: middle;
}

/*Porutham Parkka CSS*/
.kodi_porutham {
  position: relative;
  padding: 50px 0px 60px;
  background-color: #e4fcff;
}

.kodi_porutham_title h2 {
  text-align: center;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 28px;
  margin-bottom: 1.25rem;
  color: var(--secondary-color);
  font-weight: 600;
}

.kodi_porutham_title .leaf1 {
  position: relative;
  margin: 0px auto;
  display: table;
  width: 250px;
  height: 51px;
}

.kodi_porutham_title .leaf1::before,
.kodi_porutham_title .leaf1::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 106px;
  background: url(../images/leaf-1.webp) 0% 0% / 100% no-repeat;
  top: -5px;
  transition: all 0.4s ease-in-out 0s;
}

.kodi_porutham_title .leaf1::after {
  left: 0px;
  transform: scaleX(-1);
  animation: 5s linear 1s infinite alternate none running leaffly1;
}

@keyframes leaffly {
  0% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

@keyframes leaffly1 {
  0% {
    transform: rotate(10deg) scaleX(-1);
  }

  100% {
    transform: rotate(-10deg) scaleX(-1);
  }
}

.kodi_porutham_title .leaf1::before {
  right: 0px;
  animation: 5s linear 1s infinite alternate none running leaffly;
}

.kodi_inside_bg {
  background-color: #004B53;
  padding: 60px 30px;
  border-radius: 12px;
}

.head_kodi {
  color: #ffffff;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 18px;
  margin-bottom: 1rem;
}

.kodi_button .kodi_btn {
  background-color: var(--secondary-color);
  border-radius: 8px;
  padding: 12px 24px;
  text-decoration: none;
  color: #ffffff;
  display: block;
  width: 100%;
  margin: 2rem auto 0;
  transition: all 0.3s ease 0s;
  font-weight: 600;
}

.kodi_button .kodi_btn:hover {
  background-color: var(--primary-color);
}

.kodi_porutham_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
}

.kodi_porutham_bg img {
  width: 50%;
}

/*About CSS*/
.about_kodi {
  position: relative;
  padding: 100px 0px;
}

.lhs_about_kodi {
  position: relative;
}

.about_kodi_3 span {
  position: absolute;
}

.about_kodi_1 {
  position: absolute;
  width: 65%;
  height: 550px;
  object-fit: cover;
  left: 0px;
  top: 0px;
  border-radius: 15px;
}

.about_kodi_2 {
  width: 80%;
  height: 300px;
  object-fit: cover;
  z-index: 1;
  position: relative;
  margin: 47% 10% 5% 15%;
  border-width: 15px 0px 0px 15px;
  border-top-style: solid;
  border-left-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  border-image: initial;
  border-right-style: initial;
  border-right-color: initial;
  border-bottom-style: initial;
  border-bottom-color: initial;
  border-radius: 0px 100px 15px;
}

.about_kodi_4 {
  width: 200px;
  height: 200px;
  border: 7px solid rgb(255, 226, 240);
  border-radius: 20px;
  right: 9px;
  bottom: -4px;
  position: absolute;
}

.about_kodi_3 {
  width: 100px;
  height: 100px;
  border: 7px solid rgb(0, 151, 167, 0.6);
  border-radius: 50%;
  left: -39px;
  top: -32px;
  z-index: 0;
  position: absolute;
}

.lhs_about_kodi img {
  -webkit-animation: movebounce 3.0s linear infinite;
  animation: movebounce 3.0s linear infinite;
}

@keyframes movebounce {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.about_kodi_title h2 {
  font-size: 58px;
  font-weight: 700;
  padding-bottom: 10px;
  color: var(--primary-color);
  line-height: 44px;
}

.rhs_about_kodi {
  position: relative;
}

.about_kodi_title h2 span {
  display: block;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 35px;
  line-height: 78px;
}

.about_kodi_title_2 {
  padding-top: 30px;
}

.about_kodi_title_2 ul {
  margin: 0;
  position: relative;
  padding: 0;
}

.about_kodi_title_2 ul li {
  display: inline-flex;
  list-style: none;
}

.about_kodi_title_2 ul li div {
  display: flex;
  align-items: center;
  width: 100%;
}

.about_kodi_title_2 ul li div i {
  width: 42px;
  height: 42px;
  background: var(--primary-color);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 9px;
  box-shadow: rgb(0 0 0 / 10%) 0px 0px 0px 8px;
  font-size: 18px;
  line-height: 25px;
}

.about_kodi_title_2 ul li div h4 {
  padding: 0px 30px 0px 30px;
  font-size: 15px;
  color: rgb(122, 122, 122);
  line-height: 1.5;
}

.about_kodi_title_2 ul li div h4 span {
  display: block;
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-family: 'Poppins-Medium', sans-serif;
  padding-top: 5px;
}

/*Register Css*/
.register_kodi {
  position: relative;
  padding: 60px 0px;
  background-color: #f0feff;
}

.lhs_register_bg {
  background: rgb(255, 255, 255);
  position: relative;
  margin: 0px auto;
  display: table;
  box-shadow: rgb(51, 51, 51) 0px 1px 19px -17px;
  border-radius: 10px;
  padding: 0;
}

.lhs_register_bg .lhs_register {
  background: linear-gradient(45deg, rgb(0, 151, 167), rgb(47, 123, 160) 80%);
  padding: 45px;
  height: 100%;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  position: relative;
}

.lhs_register_bg .rhs_register {
  padding: 40px 40px;
  margin-left: 0%;
}

.lhs_register_bg .lhs_register .lhs_reg_info h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
}

.lhs_register_bg .lhs_register .lhs_reg_info h2 b {
  font-weight: 800;
  display: block;
  font-size: 42px;
  line-height: 50px;
  margin: 10px 0;
}

.lhs_register_bg .lhs_register .lhs_reg_img img {
  width: 100%;
  border-radius: 5px;
}

.lhs_register_bg .lhs_register .lhs_reg_party {
  width: 100%;
  height: 77px;
  background: url(../images/reg-bg.webp) center bottom / 300px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  transition: all 0.5s ease-in-out 0s;
  animation: 800s linear 0s infinite normal both running movehor;
  border-radius: 0px 0px 10px 10px;
  background-repeat: no-repeat;
}

@keyframes movehor {
  0% {
    background-position: 0px -18px;
  }

  100% {
    background-position: -10000% -18px;
  }
}

.rhs_register .kodi_button .kodi_btn {
  width: 100%;
}

.rhs_register .rhs_register_info h4 {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-color);
}

.rhs_register .rhs_register_info h1 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  color: var(--primary-color);
}

.rhs_register .rhs_register_info p {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}

.rhs_register .rhs_register_info p a {
  color: var(--secondary-color);
}

/*Kodi Latest Profile Css*/
.latest_profile_kodi {
  padding: 30px 0;
  position: relative;
  background-color: var(--primary-color);
  margin-bottom: 1rem;
}

.latest_profile_kodi .kodi_porutham_title h4 {
  text-align: center;
  font-family: 'Poppins-Medium', sans-serif;
  font-size: 16px;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.latest_profile_kodi .kodi_porutham_title h2 {
  color: #ffffff;
}

.kodi_profilecard_container {
  display: grid;
  grid-template-columns: 120px 1fr;
  grid-gap: 46px;
  /*background: #f5f5f5;
  border: 1px solid #dcdada;*/
  background: #ecfdff;
  border: 1px solid rgb(197, 238, 243);
  border-radius: 8px;
  padding: 30px;
}

.userprofile_img {
  position: relative;
}

.userprofile_img img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top center;
}

.profile_inner_info {
  display: grid;
  grid-template-columns: 140px 1fr;
  grid-gap: 8px;
  font-size: 14px;
}

.profile_inner_info label:nth-child(odd) {
  font-weight: 500;
  opacity: .6;
}

.latest_profile_kodi_top .yellowlinkbutton {
  /*background: #F2B705;*/
  background-color: var(--primary-color);
  color: #FFF;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  width: max-content;
  margin-top: 1rem;
}

.latest_profile_kodi_top .redlinkbutton {
  /*background: #AF2822;*/
  background-color: var(--secondary-color);
  color: #FFF;
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  width: max-content;
  margin-top: 1rem;
}

.latest_profile_kodi_bg {
  padding: 0px 0px 0px;
  position: relative;
  top: -55px;
}

.latest_profile_kodi_top {
  background-color: #ffff;
  padding: 1rem;
  border-radius: 12px;
}

/*FOOTER CSS*/
.footer_kodi {
  padding: 30px 0px 10px;
  background: #858585;
  width: 100%;
  position: relative;
  /*background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);*/
  background-color: var(--primary-color);
}

.footer_kodi .foot_address h4,
.footer_kodi .foot_quicklink h4,
.footer_kodi .foot_socialmedia h4 {
  font-size: 16px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}

.footer_kodi .foot_address p a {
  text-decoration: none;
}

.footer_kodi .foot_quicklink ul {
  position: relative;
  overflow: hidden;
}

.footer_kodi .foot_quicklink ul li {
  padding-right: 8px;
}

.footer_kodi .foot_quicklink ul li {
  width: 50%;
  float: left;
  margin-bottom: 8px;
}

.footer_kodi .foot_quicklink ul li a {
  text-decoration: none;
}

.footer_kodi .foot_address *,
.footer_kodi .foot_quicklink * {
  color: #ffffff;
  line-height: 28px;
  font-size: 14px;
}

.footer_kodi .foot_socialmedia ul {
  margin: 0;
  padding: 0;
}

.footer_kodi .foot_socialmedia ul li {
  display: inline-block;
  margin-right: 0.5rem;
  list-style: none;
}

.footer_kodi .foot_socialmedia ul li a {
  background-color: #EAEDF0;
  color: var(--primary-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 65px;
  transition: all .3s;
}

.footer_kodi .foot_socialmedia ul li a:hover {
  background-color: #f7459d;
  color: #fff;
}

.footer_kodi .foot_socialmedia ul li a i {
  font-size: 20px;
}

.kodi_copyright {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  border-top: 2px dashed #6cb3ba;
  padding-top: 1rem;
}

/*Testimonial CSS*/
.testimonial_couples {
  position: relative;
  padding: 60px 0px 230px 0px;
  background-color: #ecfdff;
}

.testimonial_couples_owl .tc_relative {
  padding: 90px 0px 5px;
}

.testimonial_couples .testimonial-box {
  border: 1px solid rgb(197, 238, 243);
  padding: 65px 35px 25px;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
}

.testimonial-box .testimonial-img {
  position: absolute;
  top: -65px;
}

.testimonial-box .testimonial-img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  clip-path: polygon(50% 0px, 100% 50%, 50% 100%, 0px 50%);
}

.testimonial-box .testimonial-img i {
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.5s ease 0s;
}

.testimonial-box .testimonial-img i.circle_1 {
  border: 3px solid rgb(253, 134, 134);
  left: -5px;
  top: 1px;
}

.testimonial-box .testimonial-img i.circle_2 {
  border: 3px solid rgb(189, 204, 255);
  left: 114px;
  top: 12px;
}

.testimonial-box .testimonial-img i.circle_3 {
  border: 3px solid rgb(255, 198, 0);
  left: -17px;
  top: 86px;
}

.testimonial-box p {
  font-size: 15px;
  line-height: 23px;
}

.testimonial-box h5 {
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 18px;
  padding: 15px 0px 0px;
}

.testimonial_couples .kodi_porutham_title h2 {
  color: var(--primary-color);
}

.testimonial_couples .kodi_porutham_title h2 span {
  color: var(--secondary-color);
  font-size: 32px;
  font-family: 'Poppins-Bold', sans-serif;
}

.testimonial-box span {
  font-size: 16px;
}

.testimonial_couples_owl.owl-carousel .owl-nav button {
  text-align: center;
  margin: 0;
  position: absolute;
  top: 55%;
  font-size: 20px;
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 65%;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial_couples_owl.owl-carousel .owl-nav button {
  left: -25px;
}

.testimonial_couples_owl.owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -25px;
}

.testimonial_couples_owl.owl-carousel .owl-nav button:hover {
  background: #006570;
  color: #fff;
}

.testimonial_couples_owl.owl-theme .owl-nav {
  margin-top: 0px;
}

/*Why Choose CSS*/
/*.why_choose_home {
  padding: 110px 20px 115px 20px;
  position: relative;
  margin-top: 160px;
}*/

.why_choose_home:before {
  content: '';
  position: absolute;
  background: url('../images/why-us-1.webp');
  width: 500px;
  height: 344px;
  background-size: cover;
  left: calc(50% - 220px);
  top: -219px;
}

.why_choose_info {
  background: #2a2c3c;
  background: linear-gradient(to right, #2a262691, #2a2c3c);
  padding: 130px 20px 75px 20px;
  float: left;
  width: 100%;
  margin-top: 0px;
  position: relative;
}

.why_choose_content {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
}

.why_choose_head {
  text-align: center;
  width: 100%;
  position: relative;
}

.why_choose_info .why_choose_head span {
  color: #ffb400;
}

.why_choose_head span {
  font-size: 22px;
  padding: 0px 6px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Poppins-Regular', sans-serif;
}

.why_choose_info h2,
.ab-ban h1 {
  font-size: 80px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(45deg, #00ff72, #66b5ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.why_choose_info .why_choose_head p {
  color: #fff;
}

.why_choose_head p {
  padding-bottom: 15px;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 20px;
  color: #fff;
}

.why_choose_main ul {
  margin: -75px auto 0px;
  display: table;
  width: 90%;
  padding: 0;
}

.why_choose_main ul li {
  width: 33.3333%;
  padding: 0px 20px;
  list-style: none;
  display: inline-flex;
}

.animate {
  opacity: 0;
}

.animate.anistart {
  opacity: 1;
}

.why_choose_main ul li div {
  background: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: rgba(51, 51, 51, 0.13) 0px 1px 14px -3px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s ease;
}

.why_choose_main ul li div img {
  width: 50px;
}

.why_choose_main ul li div h4 {
  font-size: 16px;
  font-family: 'Poppins-SemiBold', sans-serif;
  padding: 20px 0px 5px;
}

.why_choose_main ul li div p {
  font-size: 13px;
  margin: 0px;
  font-family: 'Poppins-Medium', sans-serif;
  line-height: 22px;
}

.why_choose_main ul li div:hover {
  box-shadow: 0px -2px 72px 0px rgb(0, 0, 0, 0.27);
  transform: scale(1.1);
}

.why_choose_main {
  padding: 100px 0px 60px;
  background-color: #ecfdff;
}

/*SLICK CSS*/
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.footer_section {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 10px 0px 10px;
  display: block;
}

.footer_section p {
  margin-bottom: 0;
}
