
   *{
       margin: o;
       padding: 0;
       box-sizing: border-box;
       scroll-behavior: smooth
       }
   
   html{
       font-family: 'Josefin Sans', sans-serif;
       font-size: 16px;
  
   }
  
   .logo{
      height: 80px;
      width: 170px;
      cursor: pointer;
  }

  .checkbtn{
    font-size: 30px;
    color: #070d5c;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
 
  #check{
    display: none;
  }
  nav{

   background-color: #ebebeb;
   width: 100%;
   height: 100px;
   position: fixed;
   z-index: 999;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 10px 30px ;
  }
  .navbar a{
   color: #1616b1;
   text-decoration: none;
   font-size: 1.1em;
   font-weight: 700;
   padding-left: 30px;
   transition: all 0.3s ease;
	transition: all 0.3s ease-in-out;
  }

 nav ul {
  margin-right: 20px;
  float: right;
 }

 nav ul li {
  display: inline-block;
  line-height: 80px;
  list-style: none;
  margin: 0 5px;
 }
  .navbar a:hover{
   color: #d6550b;
  }
  
  section{
    padding: 70px 170px;
    

  }

  .main{
width: 100%;
min-height: 100vh;
display: flex;
align-items: center;
background: url(img/cooop.png) no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;

  }

  .you{
margin-top: 70px;


  }
  .main h2{
    color: #d6550b;
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 600;
  }

  .main h2 span{
    display: inline-block;
    margin-top: 30px;
    color: #1616b1;
    font-size: 2.2em;
    font-weight: 600;
  }

  .main h3{
    color: #d6550b;
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 50px;
  }
 

  .main-btn {
    
    position: relative;
    text-decoration: none;
    border: 3px ridge #1616b1;
    outline: none;
    background-color: transparent;
    transition: 1s;
    border-radius: 15px;
    font-size: 1.3em;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding: 0.9375em 2.1875em;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
  
  .main-btn::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 3%;
    width: 95%;
    height: 40%;
   
    transition: 0.5s;
    transform-origin: center;
  }
  
  .main-btn::before {
    content: "";
    transform-origin: center;
    position: absolute;
    top: 80%;
    left: 3%;
    width: 95%;
    height: 40%;
    
    transition: 0.5s;
  }
  
  .main-btn:hover::before, .main-btn:hover::after {
    transform: scale(0)
  }
  
  .main-btn:hover {
    box-shadow: inset 0px 0px 25px #1616b1;
  }

  .social a{
    color: #1616b1;
    font-size: 1.7em;
    padding-right: 30px;
    margin-left: 20px;
  }
  span{
    color: #1616b1;
  }
  .social a:hover{
    
  color: #d6550b;
  transition: 500ms;
  }

  .about{
    background-color: #cecece73 ;
  height: 550px;
    
  }

  h1{
    color: #d6550b;
    font-size: 1.7em;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: -30px;
  } 

  .bee{
    padding-top: 20px;
    
    
  }
  .bee h5{
    color: #d6550b;
    font-size: 1.8em;
    font-weight: 500;
    
  }

 .bee p {
    letter-spacing: 1px;
    line-height: 1.4em;
    font-size: 1.5em;
    font-weight: 500;
    margin-top: -30px;
}

.pic video{
  width: 100%;
  margin-left: 70px;
  border-radius: 8px;
  margin-top: 30px;
}


.content{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
 
  margin-left: -60px;
}

.services{
  background-color: #cecece73;
  height: 460px;
  
}
.ser{
  text-align: center;
margin-top: -50px;
}
.mar{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-left: -50px;
}
.bar img{
  width: 289px;
  padding: 1rem 1rem;
  padding-left: 0;
padding-right: 80px;
margin-bottom: 20px;
  
}


.pub{
  margin-left: 50px;
  font-size: 19px;
  font-weight: 500;
  color: #cecece;
  background-color: #0958ceb7;
  border: 1px solid transparent;
  text-decoration: none;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 30px;
  transition: all .55s ease;
}

.pub:hover{
  background: transparent;
  color: #0958ceb7;
  border: 1px solid #0958ceb7;
  transform: translateX(8px);
}

.web{
  margin-left: 30px;
  font-size: 19px;
  color: #cecece;
  text-decoration: none;
  font-weight: 500;
  background-color: #0c51a0b7;
  border: 1px solid transparent;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 30px;
  transition: all .55s ease;
}

.web:hover{
  background: transparent;
  color: #0958ceb7;
  border: 1px solid #0c51a0b7;
  transform: translateX(8px);
}
.for{
  margin-left: 62px;
  font-size: 19px;
  color: #cecece;
  font-weight: 500;
  text-decoration: none;
  background-color: #0d2f8dbd;
  border: 1px solid transparent;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 30px;
  transition: all .55s ease;
}

.for:hover{
  background: transparent;
  color: #0958ceb7;
  border: 1px solid #0d2f8dbd;
  transform: translateX(8px);
}

.gest{
  margin-left: -9px;
  font-size: 19px;
  color: #cecece;
  text-decoration: none;
  font-weight: 500;
  background-color: #1207aaa2;
  border: 1px solid transparent;
  padding: 12px 12px;
  line-height: 1.4;
  border-radius: 30px;
  transition: all .55s ease;
}

.gest:hover{
  background: transparent;
  color: #0958ceb7;
  border: 1px solid #1207aaa2;
  transform: translateX(8px);
}

.cont{
  height: 500px;
  background-color: #cecece73;
  display: flex;
  justify-content: center;
  flex-direction: column;
  
}


.durable{
  background-color: #cecece73;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.durable h2 {
  color: #1616b1;
  font-size: 1.8rem;
  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -50px;
}


.durable span{
  color: #d6550b;
  margin-left: 8px;
  margin-right: 8px;
}
.objdd{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.prt{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.prt img{
  width: 200px;
  height: auto;
  display: inline;
  margin-top: 60px;
  transition: .4s;
  cursor: pointer;
  margin-left: 10px;
}


.prt img:hover{
  transition: all 4s;
  transform: translate(0px, -8px);
}
.objdd img{
  width: 150px;
  height: auto;
  display: inline;
  margin-top: 60px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25),
      0 10px 10px rgba(0,0,0,0.22);
  transition: .4s;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 10px;
}

.objdd img:hover{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16),
      0 3px 6px rgba(0,0,0,0.23);
      transform: translate(0px, -8px);
}


.cont h2{
  color: #d6550b;
  font-size: 2rem;
  margin-bottom: 30px;

  font-weight: 700;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 40px;
}

.form__group {
  position: relative;
  padding: 20px 0 0;
  width: 100%;
  max-width: 180px;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid #000000;
  outline: 0;
  font-size: 17px;
  color: #1616b1;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #000000;
  pointer-events: none;
}

.form__field:focus {
  padding-bottom: 6px;
  font-weight: 700;
  border-width: 3px;
  border-image: linear-gradient(to right, #070d5c, #3b46eb);
  border-image-slice: 1;
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: #3b46eb;
  font-weight: 700;
}


.form__field:required, .form__field:invalid {
  box-shadow: none;
}


.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.input, textarea {
  margin: 1em 0 1em 0;
  width: 300px;
  position: relative;
}

.input input, textarea {
  font-size: 100%;
  padding: 0.7em;
  outline: none;
  color: #3b46eb;
  border: none;
  border-bottom: 2px solid #000000;
  background: transparent;
  border-radius: none;
  width: 100%;
  resize: none;
}

.input label {
  font-size: 100%;
  position: absolute;
  left: 0;
  color: #000000;
  padding: 0.7em;
  margin-left: 0.1em;
  pointer-events: none;
  transition: all 0.5s ease;
  text-transform: uppercase;
}

.input :is(input:focus, input:valid)~label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}

.input textarea:focus ~ label,
.input textarea:valid ~ label {
  transform: translateY(-50%) scale(.9);
  margin: 0em;
  padding: 0.4em;
  background: transparent;
}

.inputGroup :is(input:focus, input:valid) {
  border-color: rgb(37, 37, 211);
}

.form button {
  color: #000000;
  font-size: 15px;
  align-self: flex-start;
  margin-left: 400px;

  padding: 0.6em;
  border: none;
  cursor: pointer;
  margin-bottom: 50px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.form button:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3b46eb;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.form button:hover:before {
  opacity: 0.2;
}

.form button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.eml{
  color: #d6550b;
  font-size: 1.1em;
  text-decoration: none;
}

.vvv{
  text-decoration: none;
}
.nii{
  display: flex;
  justify-content: space-between;
}

footer{
  background-color: #ebebeb;
  display: flex;
  padding: 0.8em;
  justify-content: space-between;
}
.copy{
  font-size: 1.1em;
  font-weight: 400;
}
.button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgb(20, 20, 20);
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 0px 4px rgba(180, 160, 255, 0.253);
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 12px;
  transition-duration: 0.3s;
}

.svgIcon path {
  fill: white;
}

.button:hover {
  width: 140px;
  border-radius: 50px;
  transition-duration: 0.3s;
  background-color: rgb(181, 160, 255);
  align-items: center;
}

.button:hover .svgIcon {
  transition-duration: 0.3s;
  transform: translateY(-200%);
}

.button::before {
  position: absolute;
  bottom: -20px;
  content: "Back to Top";
  color: white;

  font-size: 0px;
}

.button:hover::before {
  font-size: 13px;
  opacity: 1;
  bottom: unset;

  transition-duration: 0.3s;
}

@media screen and (max-width: 700px){
:root {
  --padding:1.5rem;
}

html{
  font-size: 13px;
}
nav{
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 82px;
  width: 100%;
}

.logo {
  width: 120px;
  height: 60px;
  margin-left: -90px;
  margin-right: 1px;
}
.you{
  margin-left: -150px;
  margin-top: -20px;
}


.main h2 span{
  font-size: 1.8em;
}
.main h3 {
  font-size: 1.8em;
}
.social a {
  padding-right: 40px;
  font-size: 2.3em;
  margin-left: 10px;
}
.social{
  
  display: flex;
}

.checkbtn{
  display: block;

}
ul {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #cecece;
  top: 60px;
  left: -100%;
  text-align: center;
  transition: all .8s;
}
nav ul li{
  display: block;
  margin: 80px 0;
  line-height: 30px;
  
}
.cont{
  height: auto;
}
nav ul li a{
  font-size: 1.5em;
  margin-left: -40px;
  margin-top: 40px;

}
a:hover,a.active{
  color: #d6550b;
}

#check:checked ~ ul {
  left: 0;
}

.bee{
 
  margin-top: -10px;
}
.bee p{
  width: 295px;
  line-height: 1.6em;
  margin-left: -65px;
  margin-bottom: -40px;
  word-break: break-all;
}
.bee h5 {
  padding-bottom: 30px;
  margin-right: 60px;
  font-size: 1.5em;
}
.about {
  height: auto;
}
.pic video{
  display: none;
}
.mar{
  flex-direction: column;
  margin-left: -150px;
}
.bar img {
  width: 220px;
}
.bar{
  display: flex;
  flex-direction: row;
}
.pub{
  margin-top: 60px;
  margin-left: -60px;
  width: 120px;
  height: 50px;
}
.web{
  margin-top: 60px;
  margin-left: -60px;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  padding-left: 30px; 
  padding-right: 25px;
  height: 50px;
  
}
.for{
  margin-top: 60px;
  margin-left: -60px;
  width: 120px;
  height: 50px;
}
.gest{
  margin-top: 60px;
  margin-left: -80px;
  width: fit-content;
  white-space: nowrap;
  height: 50px;
  
  font-size: 14px;
}
.cont h2{
  margin-top: 40px;
}
.form{
  margin-left: -50px;
}
.form button{
  align-self: center;
  margin-left: -70px;
  border-bottom: 1px solid;
  border-radius: 15px;
}
.nii{
  flex-direction: row;
  display: block;
}

.fa-regular, .far{
  margin-right: 7px;
}
.fa-solid, .fas{
margin-right: 7px;

}
.hii{
  display: flex;
  justify-content: space-between;
  margin-left: -160px;
  margin-bottom: 10px;
}
.eml{
  margin-left: 10px;
  padding-right: 120px;
  width: 200px;
  white-space: nowrap;
}
.copy{
  font-size: 1em;
}
.button{
  width: 30px;
  height: 30px;
  margin-left: -40px;
  margin-top: 6px;
}

.navbar a{
  font-size: 1.4em;
}

.durable{
  height: auto;
}

.durable h2{
  font-size: 1.4rem;
  width: max-content;
  margin-left: -150px;

}

.objdd img{
  width: 120px;
  flex-wrap: wrap;
}

.objdd{
  flex-wrap: wrap;
  justify-content: center;
}

.prt{
  flex-wrap: wrap;
  justify-content: center;
}

.services{
  height: auto;
}

#pppp{
  margin-left: -42px;
  font-size: 1.8rem;
}
}



