@import url("https://fonts.cdnfonts.com/css/ica-rubrik-bold");
@import url("https://fonts.cdnfonts.com/css/poppins");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Outfit;
  scroll-behavior: smooth;
  font-family: "Exo 2", sans-serif;
}
body{
  background-color: rgb(205, 234, 243);
}
/* ----header---- */


nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-left: 2%;
  padding-right: 5% ;
}
nav img {
  width: 250px;
  position: absolute;
  left: 50%;
  cursor: pointer;
  margin-left: -100px;
  margin-top: 15px;
}
nav ul li {
 
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
}
nav ul li a {
  text-align: right;
  color: rgb(93, 36, 199);
  text-decoration: none;
transform: 0.4s;
 text-align: center;
  
}
nav ul li ul.submenu li{
  text-align: right;
  font-size: 15px;
  margin: 5px 5px;
  text-align: center;
}
nav ul li ul.submenu{

width: auto;
text-align: center;
  background: rgba(190, 190, 190, 0.253);
  position: absolute;
  z-index: 999;
  display: none;
  
}

nav ul li:hover ul.submenu{
  display: block;
 
}
 nav ul li a:hover {
  color:rgb(139, 228, 12);
  transition: 0.3s;
  transform: scale(1.3);
}
nav ul .sidebar{
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: #ffffff25;
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  

}
.sidebar li{
  margin: 10px;
  
  width: 100%;
}
.sidebar a{
  width: 100%;
}
.menu-button{
  display: none;
}
button {
  border: none;
  background: rgb(139, 228, 12);
  padding: 12px 30px;
  border-radius: 50px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  transform: 0.4s;
}
button a{
  text-decoration: none;
  color: #fff;
}
button:hover {
  transform: scale(1.3);
  cursor: pointer;
  background: rgb(93, 36, 199);
}
@media (max-width: 1050px) {
  .header {
    width: 100%;
    height: 120vh;

    border-radius: 0 0 100% 100% / 0 0 100% 100%;
  }
  nav ul li {
    padding: 5px 10px;
    font-size: 16px;
  }

  nav img {
    width: 150px;
    margin-left: -75px;
    margin-top: 15px;
  }
  button {
    padding: 8px 25px;
  }
 
}
@media (max-width: 900px) {
  .header {
    width: 100%;
    height: 100vh;

    border-radius: 0 0 100% 100% / 0 0 100% 100%;
  }
  nav img {
    width: 150px;
    margin-left: -75px;
    margin-top: 15px;
  }
 .menu-button{
  display: block;
 }
 .hideOnMobile{
  display: none;
 }
  button {
    padding: 4px 15px;
  }
}
@media (max-width: 750px) {
  .header {
    width: 100%;
    height: 100vh;

    border-radius: 0 0 100% 100% / 0 0 100% 100%;
  }
  
  nav img {
    width: 150px;
    margin-left: -75px;
    margin-top: 15px;
  }
}
@media(max-width:400px){
  .sidebar{
    width: 100%;
  }
  nav img {
    width: 120px;
    margin-left: -60px;
    margin-top: 15px;
  }
}

/*----container----*/

.contain{
  margin-top: 150px;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}
.contain h1{

  font-size: 50px;
  font-family: "ICA Rubrik";
  color: rgb(93, 36, 199);
  text-align: center;
}
.contain h2{
  text-align: center;
  margin-top: 50px;
 
  font-size: 25px;
  color: rgb(39, 37, 36);
}
.contain p{
  text-align: center;
  margin-top: 25px;
  
  font-size: 20px;
  font-family: poppins;
  color: rgb(61, 59, 57);
}

.contain .last{
  text-align: center;
  margin-top: 20px;
  font-size: 35px;
}
.contain .tp{
  margin-top: 100px;
}
.contain .tp p{
  
  text-align: left;
}
.contain .tp h2{
  text-align: left;
}





@media (max-width: 1050px) {
  h1{
    font-size:50px ;
  }
}
@media (max-width: 900px) {
 
  
}
@media (max-width: 750px) {

  
}
@media (max-width: 550px) {
  .contain h1{
    font-size:40px ;
  }
  .contain h2{
    font-size: 25px ;
  }
  .contain p{
    font-size: 15px;
  }
}





/* 
.google-button */



 
  input{
   
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;



   
  }
  textarea{
    width: 100%;
    padding: 10px;
  }
  #submit{
    border:none;
    background-color: rgb(94, 23, 235);
    color: white;
    width: 200px;
    margin-top: 10px;
    border-radius: 5px;
  }
  #submit:hover{
    background-color: #333333;
  }
  
  .open-g{
    visibility: visible;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
  }
  .g  a{
    position:absolute;
    text-decoration: none;
    text-align: right;
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
  }
  
  
  
  @media (max-width: 900px) {
   .g{
    width: 450px;
   }
  }
  @media (max-width: 750px) {
    .g{
      width: 400px;
     }
  }
  @media(max-width:400px){
    .g{
      width: 280px;
     }
     .google-container .floating-container{
      width: 50px;
      height: 50px; 
      margin: 50px 30px;
    }
    .floating-button .google-button{
      width: 40px;
      height: 40px;
      font-size: 16px;
      line-height: 50px;
    }
  }
  










































/*---footer---*/

footer {
    margin-top: 80px;
    display: flex;
    justify-items: flex-end;
    align-items: flex-end;
    position: relative;
    width: 100%;
    background: rgb(94, 23, 235);
    min-height: 70vh;
    padding: 20px 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0%;
  }
  footer .social_icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
  }
  footer .social_icon li {
    list-style: none;
  }
  footer .social_icon li a {
    font-size: 3em;
    color: rgb(255, 255, 255);
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
  }
  footer .social_icon li a:hover {
    transform: translate(-10px);
  }
  footer h2 {
    font-size: 40px;
    color: white;
    font-family: "ICA Rubrik";
    text-align: center;
  }
  footer p {
    font-size: 20px;
    font-family: poppins;
    color: #fff;
    text-align: center;
  }
  
  footer .wave {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(/image/wave.png);
    background-size: 1000px 80px;
  }
  footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
  }
  footer .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 3s linear infinite;
  }
  footer .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave_03 3s linear infinite;
  }
  footer .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_04 4s linear infinite;
  }
  @keyframes animateWave {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-position-x: 0px;
    }
  }
  @keyframes animateWave_02 {
    0% {
      background-position-x: 0px;
    }
    100% {
      background-position-x: 1000px;
    }
  }
  @keyframes animateWave_03 {
    0% {
      background-position-x: 1000px;
    }
    100% {
      background-position-x: 0px;
    }
  }
  @keyframes animateWave_04 {
    0% {
      background-position-x: 0px;
    }
    100% {
      background-position-x: 1000px;
    }
  }
  
  footer .credit {
    position: absolute;
    text-align: center;
    font-size: 1rem;
    padding: 2rem 1rem;
    margin-top: 300px;
    color: var(--main-color);
  }
  @media (max-width: 1050px) {
    footer .social_icon li a {
      font-size: 2em;
    }
    footer h2 {
      font-size: 38px;
    }
    footer p {
      font-size: 18px;
    }
  }
  @media (max-width: 900px) {
    footer .social_icon li a {
      font-size: 1.5em;
    }
    footer h2 {
      font-size: 35px;
    }
    footer p {
      font-size: 15px;
    }
  }
  @media (max-width: 750px) {
    footer .social_icon li a {
      font-size: 1.5em;
    }
    footer h2 {
      font-size: 20px;
    }
    footer p {
      font-size: 10px;
    }
  }