/*roots*/
:root{
  --primary-color: #151e8a;
  --secondary-color: #ffd601;
  --para-color:#7C7985;
  --para-light-color:#E2E8F0;
  --btn-gray:#D7D7D7;
  --ff-body-light: 'Arial Rounded Light',Arial,Helvetica,sans-serif;
  --ff-body-bold: 'Gotham Rounded Bold',Arial,Helvetica,sans-serif;
  --ff-primary: 'congratulations_demoregular';
}
/*roots*/

/*main*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--bg-main-color);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--primary-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--bg-theme-orange);
}

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

body {
  overflow-x: hidden;
}

body,
html {
  margin: 0;
  padding: 0;
  background: #77AE3E;
  font-family: var(--ff-body-light);
  scroll-behavior: smooth;
}


/*home*/
h1,h2,h3,h4,h5,h6{
  margin-bottom: 0;
  font-family: var(--font-family-heading);
}
a {
  cursor: pointer;
  text-decoration: none;
  transition: 0.3s ease-in-out !important;
}
a:hover {
  text-decoration: none;
  transition: 0.3s ease-in-out !important;
}
p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: var(--font-family-para);
}
input:focus, textarea:focus {
  outline: 0;
  box-shadow: none !important;
}
button{
  border: none;
}
button:focus {
  outline: 0;
}
.fix {
  overflow: hidden;
}
.theme-container{
  max-width: 1440px;
  position: relative;
  margin: 0 auto;
}
.theme-btn{
  font-family: var(--font-family-para);
  font-weight: var(--font-weight-regular);
  font-size: 18px;
  line-height: 36px;
  padding: 11px 28px;
  border-radius: 50px;
  min-width: 200px;
  min-height: 48px;
  text-align: center;
  transition: all 0.4s;
  width: max-content;
}

.top-sec {
  background-color: var(--secondary-color);
}

.top-sec a {
  font-size: 14px;
  color: var(--primary-color);
  padding: 8px 0px;
  display: inline-block;
}

.sub-header {
  background-color: var(--primary-color);
}

.header-logo a {
  display: inline-block;
  margin-top: -1px;
}

.sub-header {
  background: url(../img/header-bg.png);
  padding-bottom: 20px;
  background-size: 100% 100%;
}

.head-form {
  padding: 20px 30px 10px 30px;
  border-radius: 30px;
  background: #E6FFCC;
  text-align: center;
  margin-top: 20px;
}

.head-form h3 {
  font-size: 39px;
  color: #4D7E1A;
  font-family: var(--ff-primary);
}

.head-form p {
  font-size: 12px;
  color: #242424;
  font-family: var(--ff-body-bold);
}

.header-form .form-control {
  background-color: #E6FFCC;
  border: 3px dashed #4D7E1A;
  color: #242424;
  height: 45px;
  font-size: 14px;
  border-radius: 8px;
  font-family: var(--ff-body-bold);
}

.header-form .form-check {
  font-size: 14px;
  color: #4D7E1A;
  text-align: left;
  cursor: pointer;
}
.header-form .form-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.header-form .form-check .form-check-label {
  color: #242424;
  font-size: 12px;
  font-weight: 400;
  font-family: var(--ff-body-bold);
  width: 95%;
}

.header-form .form-check-input {
  border-radius: 0.25em;
  border: 1px solid #4D7E1A;
  background-color: #4d7e1a45;
}

.header-form .form-check-input:checked {
  border-color: #1A308F;
  background-color: #1A308F;
}

.header-form .form-group {
  text-align: left;
}

.header-form .dropify-wrapper {
  background-color: #E6FFCC;
  border: 3px dashed #4D7E1A;
  color: #242424;
  height: 100% !important;
  font-size: 14px;
  border-radius: 8px;
  font-family: var(--ff-body-bold);
}

.dropify-font-upload:before, .dropify-wrapper .dropify-message span.file-icon:before {
  background: url(../img/upload-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: 99999px;
}

.subBtn {
  background: none;
  border: none;
  margin-top: 15px;
}

.subBtn:disabled {
  opacity: 0.5;
  filter: grayscale(100%);
}

.header-form {
  padding: 0 30px;
}

.video-section {
  padding: 100px 0 150px;
  background: url(../img/grass-bg.png),url(../img/video-bg.png) center
  center #77AE3E;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

.video-section .head-form {
  display: none;
}

.video-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}

.playBtn {
  height: 100px;
  width: 100px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-box {
  max-width: 500px;
  height: 330px;
  overflow: hidden;
  margin: 0 auto 40px;
  border-radius: 50px;
  border: 4px solid #fff;
  position: relative;
  transform: rotate(-2.204deg);
  box-shadow: 0 11px 37px -7px #000000b0;
}

.video-box video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute; /* magic sauce */
}

.video-text h3 {
  font-size: 18px;
  color: #242424;
  text-align: center;
  font-family: var(--ff-body-bold);
}

.carousel-section {
  background-color: #1A308F;
  padding: 100px 0;
  position: relative;
}

.carousel-section:before {
  position: absolute;
  right: -80px;
  content: "";
  top: 25px;
  background: url(../img/bread-icon.png);
  width: 180px;
  height: 137px;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-section:after {
  position: absolute;
  left: -50px;
  content: "";
  bottom: 15px;
  background: url(../img/egg-icon.png);
  width: 180px;
  height: 137px;
  background-size: contain;
  background-repeat: no-repeat;
}

.carousel-section h2 {
  font-size: 55px;
  color: #FFD601;
  text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.25);
  font-family: var(--ff-primary);
  text-align: center;
  margin-bottom: 30px;
}

.swiper-container {
 width: 100%;
 height: 100%;
 position: relative;
}

.swiper-wrapper {
 -webkit-transition-timing-function: linear !important;
 transition-timing-function: linear !important;
 position: relative;
 align-items: center;
}

.swiper-slide {
 text-align: center;
 font-size: 33px;
 height: 420px;
 display: flex;
 justify-content: center;
 align-items: baseline;
 width: auto;
 position: relative;
 overflow: hidden;
 padding: 0 10px;
}


.child-images {
  width: 125px;
  height: 185px;
  background: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  overflow: hidden;
}

.child-images .img {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
}

.client-slider .img img {
  max-width: 100%;
}


.swiper-wrapper .swiper-slide:nth-child(2n) {
  animation: moverodd 7s  ease-in-out infinite alternate;
  align-items: center;
}

@-webkit-keyframes moverodd {
  0% { transform: translateY(20px); }
  100% { transform: translateY(-20px); }
}
@keyframes moverodd {
  0% { transform: translateY(20px); }
  100% { transform: translateY(-20px); }
}


.swiper-wrapper .swiper-slide:nth-child(4n) {
  animation: moverodd2 7s  ease-in-out infinite alternate;
}

@keyframes moverodd2 {
  0% { transform: translateY(-20px); }
  100% { transform: translateY(20px); }
}



.benefits-section {
  padding: 100px 0;
  background: #fff;
}

.benefits-section h2 {
  font-size: 55px;
  color: #1A308F;
  text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.25);
  font-family: var(--ff-primary);
  text-align: center;
  margin-bottom: 80px;
}

.benefits-box {
  text-align: center;
  padding: 0 25px;
}

.benefits-box h3 {
  color: #151E8A;
  font-size: 32px;
  font-family: var(--ff-primary);
  margin: 30px 0 40px;
}

.benefits-box p {
  color: #242424;
  font-size: 15px;
  margin-bottom: 50px;
  font-family: var(--ff-body-bold);
}

.footer {
  background: #FFD601;
  padding: 80px 0;
}

footer .container {
  max-width: 1140px;
}

footer .footer-logo {
  margin-bottom: 1rem;
  max-width: 150px;
}

footer h3 {
  color: #151e8a;
  font-family: var(--ff-body-bold);
  font-size: 1.5625rem;
  margin-bottom: 15px;
}

footer a {
  color: #151e8a;
  font-family: var(--ff-body-light);
  font-size: 16px;
  line-height: 25px;
}

footer a:hover {
  text-decoration: underline;
}

footer p {
  color: #151e8a;
  font-family: var(--ff-body-light);
  font-size: 1.05rem;
  line-height: 25px;
  margin-bottom: 1.5rem;
}

footer .rich-text {
  padding-right: 1rem;
  margin-bottom: 3rem;
}


footer .social-icons-link-list {
  margin-bottom: 3rem;
}

footer .social-icons-link-list li {
  display: inline-block;
  margin-right: 20px;
}

footer .social-icons-link-list li a {
  width: 2rem;
  height: 2rem;
  white-space: nowrap;
  text-indent: -99999px;
  position: relative;
  display: inline-block;
}

footer .social-icons-link-list li a::before {
  content: '';
  text-indent: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 100;
  -webkit-filter: var(--filter-footer-social-icon-color);
  filter: var(--filter-footer-social-icon-color);
}

footer .social-icons-link-list li a.icon-facebook::before {
  content: url(../img/icon-facebook.svg);
}

footer .social-icons-link-list li a.icon-youtube::before {
  content: url(../img/icon-youtube.svg);
}

footer .social-icons-link-list li a.icon-instagram::before {
  content: url(../img/icon-instagram.svg);
}

footer .social-icons-link-list li a.icon-whatsapp::before {
  content: url(../img/icon-whatsapp.svg);
}

/* Modal Styling */
.imageBox {
  width: 200px;
  height: 220px;
  border-radius: 50px;
  border: 3px dashed #4D7E1A;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  justify-content: center;
}

.imageBox img {
  height: auto;
}

.right-icon {
  width: 120px;
  margin: -50px auto 0;
}

.congratsModal {
  text-align: center;
}

.popText h3 {
  color: #4D7E1A;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: var(--ff-primary);
}

.popText p {
  color: #242424;
  font-family: var(--ff-body-bold);
  font-size: 10px;
  line-height: 13px;
}

.congratsModal {
  background: #C8F898;
  border-radius: 67px;
}

.congratsModal .btn-close {
  opacity: 1;
  background: none;
  height: 40px;
  width: 45px;
  position: absolute;
  top: -12px;
  right: -12px;
}

.congratsModal .btn-close:focus {
  border: none;
}


.agrementModal .btn-close {
  opacity: 1;
  background: none;
  height: 40px;
  width: 35px;
  position: absolute;
  top: -12px;
  right: -12px;
}

.agrementModal .btn-close:focus {
  border: none;
  box-shadow: none;
}

.congratsModal .modal-body {
  padding: 30px 25px 20px;
}

.header-form .form-control.lblErr {
  border-color: red;
}

.agrementModal h3 {
  font-size: 20px;
  color: #151E8A;
  font-weight: 700;
  margin-bottom: 15px;
}

.agrementModal ul,
.agrementModal ol {
  margin-bottom: 25px;
  list-style: disc;
  padding-left: 20px;
  font-size: 13px;
  color: #565656;
}

.agrementModal ul li,
.agrementModal ol li {
  margin-bottom: 10px;
}

.agrementModal ul li ul {
  list-style: circle;
  margin-top: 15px;
}

.agrementModal .modal-content{
  background: #C8F898;
  overflow: unset;
  border-radius: 30px;
}

.agrementModal .modal-header,
.agrementModal .modal-footer {
  border: none;
}

@media screen and (min-width:768px) and (max-width:1366px) {

  .sub-header {
    background: url(../img/bg-mid.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 500px;
  }

  .banner-heading {
    padding: 3rem 0 !important;
  }

  .banner-heading {
    align-items: end;
    height: 100%;
  }

}


@media screen and (max-width: 767px) {
  .header-logo{
    display: none;
  }
  .sub-header .head-form {
    display: none;
  }
  .sub-header {
    background: url(../img/bg-sml.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 500px;
  }
  .video-section {
    padding: 50px 0 100px;
  }
  .video-section .head-form {
    margin-bottom: 40px;
    display: block;
  }
  .video-text h3 {
    font-size: 16px;
  }
  .carousel-section h2,
  .benefits-section h2 {
    font-size: 35px;
    padding: 0 30px;
  }
  .header-form .dropify-wrapper{
/*    height: 116px !important;*/
  }
  .carousel-section:before {
    right: -40px;
    top: 15px;
    width: 120px;
  }
  .benefits-box h3 {
    font-size: 35px;
  }
  .footer {
    padding: 80px 0 0;
  }
}
.form-control:focus{
  box-shadow: none;
}

.lblErr {
    font-size: 12px;
}
.serverErr{
    font-size: 10px;
}
/*/ Chrome, Safari, Edge, Opera /*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*/ Firefox /*/
input[type=number] {
    -moz-appearance: textfield;
}
select:invalid {
    color: #535c52 !important;
}
option:first {
    color: #535c52 !important;
}
option:disabled {
    color: #535c52 !important;
}
