@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.submitcont{
 margin: 0 auto;
 justify-content: center;
 display: flex;
}
.pullhambeger{
  background-color:#fff;
  position: fixed;
  right: 6px;
  top: 45vh;
  padding: 15px ;
  rotate: 45deg;
  z-index: -1;
}

.righthamberger{
  background-color: #fff;
  overflow: scroll;
  z-index: 10000;
  position: fixed;
  right: -229px;
  top: 10vh;
  padding: 20px ;
  height: 80vh;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);

}
.righthamberger:hover{
  right: -15px;
  background-color: #fff;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); 
 background-image: url(../img/Grow.jpg);


}
.righthamberger:hover >.pullhambeger{
  background-color: #fff;
  opacity: 0;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);

}
.righthambergersubdivs{
  backdrop-filter: blur(5px);
  border: 2px solid #ffffff77;
  border-radius: 40px 20px;
  padding: 2px 18px;
  margin-bottom: 10px;
  
}
.righthambergersubdivs:hover{
  background-color: red;
  transform: translatex(-5px);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);

  

}
.righthambergersubdivs a{
  color: #fff;

  
}

.paginationDesktop{
position: absolute;
right: 25px;
top: -20px;
background-color: rgb(18, 18, 66);
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 30px 20px 10px 20px;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
  color: #fff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.paginationDesktopNext{
position: absolute;
left: -15px;
bottom: -20px;
background-color: rgb(18, 18, 66);
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 10px 20px 30px 20px;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
  color: #fff;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.paginationDesktopNextRight{
  position: absolute;
  right: -15px;
  bottom: -20px;
  background-color: rgb(18, 18, 66);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 10px 20px 30px 20px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .paginationDesktopNextHome{
    position: absolute;
    display: none;
    left: -15px;
    bottom: -20px;
    background-color: rgb(18, 18, 66);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 10px 20px 30px 20px;
      transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
      color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
.paginationDesktopNextHome a{
  color: #fff;

}
.paginationDesktopNext a{
  color: #fff;

}
.paginationDesktopNextRight a{
  color: #fff;

}
.social-media{
  margin-bottom: 30px;
    }

.paginationAndroids{
  display: none;
position: absolute;
left: 25px;
top: -20px;
background-color: rgb(18, 18, 66);
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 30px 20px 10px 20px;
color: #fff;
transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



.sunshine {
  -webkit-animation: sunshines 2s infinite;
          animation: sunshines 2s infinite;
}

@-webkit-keyframes sunshines {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes sunshines {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    opacity: 0;
  }
}

@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }

  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

@keyframes clouds {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }

  50% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }

  100% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}










.logo{
  position: absolute;
  bottom: 2%;
  right: -9%;
  border: none;
  height: 78px;
  width: 90px;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
}

img{
  /* height:100px; */
  border-radius: 10px;
  /* width: 155px; */
  width: 100%;
  border: 2px solid yellow;
  display: block;
 
  right: 10px;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
 

 
}
body{
  overscroll-behavior: none;
}

body,
input,
textarea {
  font-family: 'Poppins',sans-serif !important;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
 
}
/* My addition to desktop screen */
h6,p{
  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ////////////////////////////////// */

.container {
  position: relative;
  width: 100%;
  /* min-height: 100vh; */
  padding: 2rem;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
  justify-content: center;
}

.form {
  width: 100%;
  max-width: 990px;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  overflow: hidden;
  display: grid;

}
#sectionB,#sectionC{
  z-index: 1;
}


.contact-form {
  position: relative;
  border-radius: 20px;
}

.circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #ecebeb);
  position: absolute;
}

.circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}

.circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}

.contact-form:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 4px solid #fafafafa;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}


form {
  padding: 2.9rem  2.2rem 15px 15px;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
}
label {

  /* background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

   background: linear-gradient(45deg,#cbd1d1,#a83a85,#581bc2,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;


  font-weight: bold;
  line-height: 1;
  margin-left: 1rem;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 20px;
  padding: 0 5px 0 5px ;
}

.input-container {
  position: relative;
  margin: 1rem 0;
}


@keyframes ld-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }

  
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



.input {
  width: 100%;
  outline: none;
  border: none;
  border:4px solid#fafafa;
  padding: 0.6rem 1.2rem;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  text-align: center !important;
  border-radius: 25px;
  transition: 0.3s;
  /* overflow: scroll !important; */

  
  

}

.loaderSpin {
  position: absolute;
  top: 9px;
  left: 23px;
  border: 4px solid #600f53;
  border-left-color: transparent;
  width: 35px;
  height: 36px;
  border-radius: 50%;
  animation: spin89345 1s  linear infinite;
  
}

textarea::placeholder{
  color: rgb(30, 141, 139);
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg,#cbd1d1,#a83a85,#581bc2,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-radius: 20px;
}

#search{
  position: absolute;
  z-index: 1000;
  top: 1%;
  left: 30px;
  width: 80px;
  height: 45px;
  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
  border-radius: 20px;

 
  
  
 
}


#search:hover{
width: 60%;
border: none;
background-color: #fff;
box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding-left: 20px;
z-index: 10000;
margin-left: -15px;
border: 4px solid #fafafa;


}
.counter{
  position: absolute;
  top: 0;
  right: 20px;
}

textarea.input {
   background: linear-gradient(45deg,#cbd1d1,#a83a85,#581bc2,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);


}

.input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.9rem;
  font-weight: bold;
  pointer-events: none;
  transition: 0.5s;
 
}

.input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.sub{
  /* border: 2px solid red; */
  margin: 5px;
}


.openPopupBtn,.btn, .input {

  /* background: linear-gradient(45deg,#cbd1d1,#a83a85,#581bc2,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); */

/* 
  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */

  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 6px solid #fafafa;
  font-size: 0.95rem;
  overflow: auto;
  color: rgb(20, 139, 150);
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 2px;
  font-weight: bold;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}

.btn:hover {
  background-color: transparent;
  color: #fff;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  background: linear-gradient(45deg,#cbd1d1,#a83a85,#581bc2,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   
}

.input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
}

.input-container span:before,
.input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.input-container span:before {
  left: 50%;
}

.input-container span:after {
  right: 50%;
}

.input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.input-container.focus span:before,
.input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info {
  padding: 3.9rem 15px 15px 2.2rem ;
  position: relative;
  border-radius: 20px;
}

.contact-info .title {
  color: #1abc9c;
}

.text {

  background: linear-gradient(45deg,#0de5da,#5b0e43,#c2b41b,#000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
  display: grid;
  grid-template-columns: repeat(2,1fr);
}

.icon {
  width: 28px;
  margin-right: 0.7rem;
}


.social-media2{
  display: block;
  justify-content: center;
  align-items: right;
  position: relative;
  margin-left: 40%;
  display: none;
}

.social-media p {
  color: #333;
}

.social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #1abc9c, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.social-icons a:hover {
  transform: scale(1.05);
}

.contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #1abc9c;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
  display: none;
}

.big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}
.big-circle2 {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  left: 80%;
  transform: translate(-50%, 28%);
}

.big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}
.big-circle2:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  right: calc(50% - 180px);
}


#fileDownload4,#fileDownload1,#fileDownload2,#fileDownload3 {
  
  color: #1c9f9f !important;
}

a{
  text-decoration: none;
  color: #14746f;
}




#home{
  display: block;
  
}

@media (max-width: 850px) {
  form {
    padding: 0rem  1rem 15px 2rem;
    z-index: 10;
    overflow: hidden;
    position: relative;
  }
  .form {
    grid-template-columns: 1fr;
    
  }
  .paginationDesktop,.paginationDesktopNext,.hideSubtitlesOnAndroid{
    display: none;
    border: 4px solid red;
  }
  .paginationAndroids,.paginationDesktopNextHome{
    display: block;
  }
  
  
  .logo{
    position: absolute;
    top: 10px;
    z-index: 1000;
    height: 50px;
    width: 60px;
    right: 30px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    
  }
  .social-media{
display: none;
  }

 
 
 .information {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0.7rem 0;
    align-items: left;

   
  }
  
 
 

  /* ////////////////////////////////////// */

  .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }

  .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }

 

  .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }
  .big-circle2 {
    bottom: 75%;
    transform: scale(0.9) translate(-90%, 30%);
    right: 50%;
  }

  .text {
    margin: 1rem 0 1.5rem 0;
  }

  .contact-info {
    padding: 3.9rem 15px 0 2.2rem;
    position: relative;
    border-radius: 20px;
}
 

 
}

@media (max-width: 480px) {
  .container {
    padding: 1.5rem;
  }
  img{
    width: 100%;
  }

  #search:hover{
    width: 90%;
   
    }
    .counter{
      position: absolute;
      top: 130px;
      right: 20px;
      font-size: 12px;
    }
 

  .contact-info:before {
    display: none;
  }

  .big-circle,.big-circle2 {
    display: none;
  }

  
  .information {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    margin: 0.7rem 0;
    align-items: left;

   
  }

  .text,
  .information,
  .social-media p {
    font-size: 0.8rem;
  }

  .title {
    font-size: 1.15rem;
  }

  .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .icon {
    width: 23px;
  }

  .input {
    padding: 0.45rem 1.2rem;
  }

  .btn {
    padding: 0.45rem 1.2rem;
  }
}

@media (max-width: 370px) {
  
  .counter{
    position: absolute;
    top: 150px;
    right: 20px;
    font-size: 12px;
  }

}
