@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Spartan';
  scroll-behavior: smooth;
}

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222
}

h4 {
  font-size: 20px;
  color: #222
}

h5 {
  font-weight: 500;
  font-size: 15px;
  text-align: justify;
  align-items: center;

}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
  background: linear-gradient(#e6e5ff, #ffefe3);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 17px;
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 11;
  top: 0;
  position: absolute;
  width: calc(100%);
}

.logo {
  width: 325px;
  height: 75px;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar li {
  list-style: none;
  padding: 0 15px;
  position: relative;
}

/* ASIK */
.slide-text{
  position: absolute;
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vmax;
}
.slide-text h1{
  font-size: 5vmax;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  text-align: center;
}
.slide-text span{
  font-size: 3vmax;
  letter-spacing: 2px;
  font-weight: 600;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;

}
.sticky {
  background: linear-gradient(#222, #008FFF);
  position: sticky;
  transition: all 0.5s;
}

#res {
  position: absolute;
  top: 6vmax;
  background-color: #fff;
  width: 20%;
  right: 2vmax;
  border-radius: 10px;
}

#res ul {
  padding: 1vmax 0;
  display: flex;
  flex-direction: column;
  gap: 1vmax;
}

#res ul a {
  text-decoration: none;
  color: black;
}

#res ul li {
  padding: 0 2vmax;
  text-align: center;
}

#res ul li:hover {
  background-color: #c0c0c0;
  cursor: pointer;
}

/* Menu */

.menu-icon {
  display: none;
  cursor: pointer;
  font-size: 3vmax;
  padding: 5px;
  z-index: 999999;
  color: #fff;
}

.act {
  transform: translateX(100%);
  display: none;
}

.menu {
  position: fixed;
  background-color: #03091d;
  width: 100%;
  padding: 3vmax 0;
  justify-content: center;
  align-items: center;
  z-index: 999;
  left: -100%;
  top: 9.5vmax;
  transition: all 0.5s;
}

.m-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2vmax;
}

.m-nav ul li {
  list-style: none;
}

.m-nav ul li a {
  color: #fff;
  font-size: 3vmax;
  text-decoration: none;
}

/* end */
.navbar li a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: white;
  transition: 0.3s ease;
}

.navbar li a:hover,
.navbar li a.active {
  color: #FF7C00;
  padding-left: 8px;
}

.navbar li a:hover::after,
.navbar li a.active::after {
  content: "";
  width: 30%;
  height: 2px;
  background: #FF7C00;
  position: absolute;
  bottom: -4px;
  left: 20px;
  padding-left: 18px;
}

.navbar input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}


.search-bar {
  width: 100%;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 10px 20px;
  backdrop-filter: blur(4px) saturate(180%);
  display: flex;
  align-items: center;
}

.search-bar input {
  background: transparent;
  border: 0;
  outline: none;
  padding: auto;
  font-size: 12px;
  color: white;

}

::placeholder {
  color: #ffffff;
}

.search-bar button i {
  width: 25px;
}

.search-bar button {
  border: 0;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background: transparent;
  cursor: pointer;
}

.dropdown {
  display: none;
}

.navbar li:hover .dropdown {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #008FFF;
}

.navbar li:hover .dropdown ul {
  display: block;
  margin: 5px;
}

.navbar li:hover .dropdown ul li {
  width: 200px;
  padding: 10px;
}

#hero {
  background-image: url(images/banner1.jpg);
  padding: 50px;
  height: 88vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  display: flex;
  padding: 0 80px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-attachment: fixed;
}

#hero h4 {
  padding-bottom: 15px;
  color: #ffffff;
}

#hero h2 {
  color: #fff700;
}

#hero h1 {
  color: #03ffee;
}

#hero p {
  color: #ffffff;
}

#hero button {
  background: linear-gradient(#f7c8a6, #a9a6f7);
  color: #088178;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;

}


#feature .fe-box {
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.1);
  border: 1px solid #cce7d0;
  border-radius: 40px;
  background: linear-gradient(#d3fdff, #e6e5ff);
  transition: all;
}

#feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4vmax 0;
}

#feature .fe-box:hover {
  transform: scale(1.1);
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.5);
}

#feature .fe-box img {
  width: 100%;
  margin-bottom: 10px;
}

#feature .fe-box h6 {
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 40px;
  color: #088178;
  background-color: #fddde4;

}

#product1 .pro-container {
  display: flex;

  padding-top: 20px;
  flex-wrap: wrap;
}

#product1 {
  text-align: center;
}

#product1 .pro {
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  margin-top: 20px;
  margin-left: 25px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.2);
  background: linear-gradient(#d3fdff, #e6e5ff);
  transition: 0.2s ease;
}

#product1 .pro:hover {
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.5);
}



#product1 .pro img {
  width: 100%;
  height: 250px;

  border-radius: 20px;

}




.slider {
  width: 100%;
  height: calc(100vh);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.slides {
  width: 500%;
  height: 100%;
  display: flex;
  position: relative;
}

.slides input {
  display: none;
}

.slide {
  width: 20%;
  transition: 2s;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*css for manual slide navigation*/

.navigation-manual,.navigation-auto {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 25px;
}

.manual-btn {
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  transition: 1s;
}

.manual-btn:not(:last-child) {
  margin-right: 40px;
}

.manual-btn:hover {
  background: #40D3DC;
}

#radio1:checked~.first {
  margin-left: 0;
}

#radio2:checked~.first {
  margin-left: -20%;
}

#radio3:checked~.first {
  margin-left: -40%;
}

#radio4:checked~.first {
  margin-left: -60%;
}

/*css for automatic navigation*/

.navigation-auto div {
  border: 2px solid #40D3DC;
  padding: 5px;
  border-radius: 10px;
  transition: 1s;
}

.navigation-auto div:not(:last-child) {
  margin-right: 40px;
}

#radio1:checked~.navigation-auto .auto-btn1 {
  background: #40D3DC;
}

#radio2:checked~.navigation-auto .auto-btn2 {
  background: #40D3DC;
}

#radio3:checked~.navigation-auto .auto-btn3 {
  background: #40D3DC;
}

#radio4:checked~.navigation-auto .auto-btn4 {
  background: #40D3DC;
}

.container {
  max-width: 1170px;
  margin: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

ul {
  list-style: none;
}

.footer {
  background: linear-gradient(#222, #008FFF);
  padding: 70px 0;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
}

.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}

.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}


#pro-top {
  background-image: url("images/protop banner.jpeg");
  width: 100%;
  height: 25vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#prodetails {
  display: flex;
  margin-top: 20px;
}

#prodetails .single-pro-image {
  width: 50%;
  margin-right: 50px;
}

.small-img-group {
  display: flex;
  justify-content: space-between;
}

.small-img-col {
  flex-basis: 24%;
  cursor: pointer;
}


#prodetails .single-pro-details {
  width: 50%;
  padding-top: 30px;
}

#prodetails .single-pro-details h4 {
  padding: 40px 0 20px 0;
}

#prodetails .single-pro-details h2 {
  font-size: 26px;
}

#prodetails .single-pro-details select {
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#prodetails .single-pro-details input {
  width: 50px;
  height: 47px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
}

#prodetails .single-pro-details input:focus {
  outline: none;
}

.normal {
  background: linear-gradient(#008FFF, #222);
  color: white;
  border: 0;
  padding: 6px 25px 6px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  border-radius: 50px;
}

#prodetails .single-pro-details span {
  line-height: 25px;
}






#clients .container1 {
  width: 100%;
  margin-top: 50px;
  height: auto;
  text-align: center;
}

#clients .container1 h1 {
  font-size: 60px;
  color: #000;
}

.container hr {
  width: 20%;
  height: 5px;
  border: none;
  background: #000;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.client {
  width: 100%;
  height: auto;
}

.client ul {
  padding: 0;
  margin: 0;
}

.client ul li {
  list-style: none;
  display: inline-block;
  width: 250px;
  height: 250px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  justify-content: space-around;
}

.client ul li img {
  width: 100%;
  height: 100%;
  padding: 50px;
}

.client ul li img:nth-child(1) {
  transform: translateY(0);
  transition: .5s;
}

.client ul li img:nth-child(2) {
  transform: translateY(0);
  transition: .5s;
}

.client ul li:hover img:nth-child(1) {
  transform: translateY(-100%);
  transition: .5s;
}

.client ul li:hover img:nth-child(2) {
  transform: translateY(-100%);
  transition: .5s;
}

.credit a {
  text-decoration: none;
  color: #000;
  font-weight: 900;
}

.credit {
  margin-top: 50px;
  text-align: center;
}




/* ASIK */
@media (width<600px) {
  .menu-icon {
    display: flex;
  }

  .act {
    display: flex;
  }
h2{
  margin-top: 2vmax;
  font-size: 25px;
}
  .navbar {
    display: none;
  }
  .slides,
  .slider {
    position: relative;
    height: 50vh;
  }

  #feature {
    justify-content: center;
    gap: 2vmax;
  }

  #hero {
    padding: 25px;
    height: 75vh;
  }

  .section-p1 {
    padding: 0;
  }

  #product1 .pro-container {
    justify-content: center;
    gap: 3vmax;
    margin-bottom: 3vmax;
  }

  #product1 .pro {
    margin: 0;
  }

  #prodetails {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #prodetails .single-pro-image {
    margin: 0;
  }

  #prodetails .single-pro-details {
    padding: 0 5vmax;
    width: 100%;
    text-align: center;
  }

  .logo {
    height: 100%;
    width: 50%;
  }
  #feature .fe-box{
    width: 100px;
    padding: 10px;
    border-radius: 10px;
  }
  #feature .fe-box h6{
    border-radius: 18px;
    font-size: 8px;
  }
  #product1 .pro{
    min-width: 18vmax;
    border-radius: 10px;
  }
  #product1 .pro img{
    height: 15vmax;
    width: 15vmax;
    object-fit: cover;
  }
 .client{
  padding: 3vmax 0;
 }
  .client ul{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vmax;
  }
  .client ul li {
    height: 100px;
    width: 100px;

  }
  .client ul li img{
    padding: 0;
  }
  .slide img{
    object-fit: cover;
  }
}





/*responsive*/
@media(max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media(max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}