@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins',sans-serif;
}
body{
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: #edf1f2;
}




.container{
 
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  /* padding: 16px 16px; */
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

.container .header{
  background-image: url("./images/mtx-connect-header.webp");
  background-size: contain;
  background-repeat: no-repeat;
  height: 160px;
  border-radius: 8px;
  padding-bottom: 20px;
}
.container .title{
  
  position: relative;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title h4{
  font-size: 25px;
  font-weight: 500;
}
hr {
  background: linear-gradient(135deg, #71b7e6, #9b59b6);
  height: 4px;
  border-radius: 10px;
  width: 265px;
}

.content{
  padding: 16px 16px;
}
@media screen and (min-width:700px)
{
  input.last-name {
    width: 213% !important;
  }
  .dropdown-last{
    outline: none;
      font-size: 16px;
      border-radius: 5px;
      padding-left: 15px;
      border: 1px solid #ccc;
      border-bottom-width: 2px;
      transition: all 0.3s ease;
      height: 45px;
      width: 210%;
  }

}
@media screen and (max-width:500px)
{
  input.last-name {
    width: 100% !important;
  }
  .dropdown-last{
    outline: none;
      font-size: 16px;
      border-radius: 5px;
      padding-left: 15px;
      border: 1px solid #ccc;
      border-bottom-width: 2px;
      transition: all 0.3s ease;
      height: 45px;
      width: 100%;
  }
  
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  padding: 10px 20px 0 20px;
}

.dropdown{
  outline: none;
    font-size: 16px;
    border-radius: 5px;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-bottom-width: 2px;
    transition: all 0.3s ease;
    height: 45px;
    width: 100%;
}

.content form .user-details{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
form .user-details .input-box{
  margin-bottom: 15px;
  width: calc(100% / 2 - 20px);
}
form .input-box span.details{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.user-details .input-box input .last_name{
  width: 200%;
}

.last_name{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box input{
  height: 45px;
  width: 100%;
  outline: none;
  font-size: 16px;
  border-radius: 5px;
  padding-left: 15px;
  border: 1px solid #ccc;
  border-bottom-width: 2px;
  transition: all 0.3s ease;
}

.user-details .input-box input:hover, select.dropdown-last:hover, select.dropdown:hover{
  border-color: #15346b;
}
 form .gender-details .gender-title{
  font-size: 20px;
  font-weight: 500;
 }
 form .category{
   display: flex;
   width: 80%;
   margin: 14px 0 ;
   justify-content: space-between;
 }
 form .category label{
   display: flex;
   align-items: center;
   cursor: pointer;
 }
 form .category label .dot{
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 10px;
  background: #d9d9d9;
  border: 5px solid transparent;
  transition: all 0.3s ease;
}
 #dot-1:checked ~ .category label .one,
 #dot-2:checked ~ .category label .two,
 #dot-3:checked ~ .category label .three{
   background: #9b59b6;
   border-color: #d9d9d9;
 }
 form input[type="radio"]{
   display: none;
 }
 form .button{
   height: 45px;
   margin: 35px 0
 }
 form .button input{
   height: 100%;
   width: 100%;
   border-radius: 5px;
   border: none;
   color: #fff;
   font-size: 18px;
   font-weight: 500;
   letter-spacing: 1px;
   cursor: pointer;
   transition: all 0.3s ease;
   background: linear-gradient(135deg, #0c9e93, #0c556e);
 }
 form .button input:hover{
  /* transform: scale(0.99); */
  background: linear-gradient(-135deg, #0c556e, #0c9e93);
  }
 @media(max-width: 584px){
    .container{
      max-width: 100%;

    }

    .container .header{
      
      background-size: contain;
      border-radius: 8px;
      padding-bottom: 20px;
      width: 100%;
      background-repeat: no-repeat;
      height: 65px;
    }

    .body{
      height: auto;
    }
    form .user-details .input-box{
      margin-bottom: 15px;
      width: 100%;
    }
    form .category{
      width: 100%;
    }
    
 
  }
  .user-details::-webkit-scrollbar{
    width: 5px;
  }

  
  @media(max-width: 459px){
  .container .content .category{
    flex-direction: column;
  }
  }

/*Owl Carousel style*/
/* img {
  height: 100%;
  object-fit: contain;
} */

.owl-dots {
  text-align: center;
  padding-top: 0;
}
.owl-dots button.owl-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
  border: 1px solid black!important;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-item {
  height: 220px !important; /* Adjust this value as needed */
  display: flex;
}
.item {
    width: 100%;
}

@media screen and (max-width:500px){
  .owl-item {
    height: 90px !important;
    display: flex;
  }
}
