/* Import Google font - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body{
  display: flex;
  padding: 0 10px;
  min-height: 100vh;
  background: linear-gradient(90deg, white 50%,rgb(237,117,40) 50%);
  align-items: center;
  justify-content: center;
}
.momsP{
    font-size: medium;
    line-height: 1cm;
}

.momsHome {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  
}

.momsLeft {
  flex: 1;
  margin-right: 20px; /* İhtiyaca göre ayarlayabilirsiniz */
  margin-left: 20px;
  margin-bottom: 20px;
  
}
.momsLeft img{
  scale: 0.7;
}
.momsLeft .card-body {
  border: none;
}

.momsRight {
  flex: 2;
  margin-left: 50px;
}
.main{
    background: white;
    height: 100%;
}
::selection{
  color: #fff;
  background: #0D6EFD;
}
.logo{
    display: flex;
    align-items: center;
}

.logo img{
  background: #fff;
  scale: 1;
  width: 300px;
}


#navbar{
    max-height: 50px;
    width: 50px;
    
}
#navbar img{
    scale: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    border-bottom: 2px solid;
    border-color: rgb(237,117,40);
    
}
#navbar button{
    scale: 1;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    background: rgb(237,117,40);
}
#navbar .b3:hover{
    background: rgb(237,97,40);
    
}
#navbar .b3 a{
    font-size: 16px;
    text-decoration: none;
    color: white;

}
#navbar .b3 a:hover{
    font-size: 16px;
    text-decoration: underline;
    

}
.momsHome button{
    scale: 1;
    border-radius: 50px;
    position: absolute;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    background:rgb(237,117,40);
}
.momsHome .momsB .b2{
    margin-left: 12%;
    margin-top: -4.8%;
}
.momsHome .momsB .b3{
  margin-left: 26%;
  margin-top: -4.8%;
}
.momsHome .momsB .b3 a{
  text-decoration: none;
  color: white;
}
.momsHome .momsB .b3 a:hover{
  text-decoration: underline;
  color: white;
}
.UreticiB button{
    scale: 1;
    border-radius: 50px;
    position: absolute;
    border: none;
    color: white;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    background:rgb(237,117,40);
}
.UreticiB button:hover{
    text-decoration: underline;
    background: rgb(237,97,40);
}
#navbar2 button{
    scale: 1;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    right: 10%;
    border: none;
    color: white;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    background: transparent;
}
#navbar2 button:hover{
    text-decoration: underline;
}
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    
}
  
.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
  
.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
  
input:checked + .slider {
    background-color: rgb(237,97,40);
}
  
input:focus + .slider {
    box-shadow: 0 0 1px rgb(237,97,40);
}
  
input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}
  
.slider.round {
    border-radius: 17px;
}
  
.slider.round:before {
    border-radius: 50%;
}
.wrapper{
  
  width: 400px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.05);
  height: 600px;
  margin-left: 420px;
  
}
.wrapperprofile{
  
    width: 900px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    height: 700px;
    margin-left: 0px;
    
  }
  .wrapperprofile header{
    font-size: 22px;
    font-weight: 600;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .wrapperprofile2{
  
    width: 900px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    height: 2500px;
    margin-left: 0px;
    
  }
  .wrapperprofile2 header{
    font-size: 22px;
    font-weight: 600;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
  .wrapperprofile form{
    margin: 35px 30px;
    
  }
  .wrapperprofile .dbl-field .field{
    height: 37px;
    display: flex;
    position: relative;
    width: 400px;
    margin-bottom: 7px;
    justify-content: space-between;
  }
  .field label{
    flex-grow: 1; /* Metin alanının tüm boşluğu kaplamasını sağlar */
    white-space: nowrap; /* Metni satır sonuna kadar sığdır */
    color: #333; /* Metin rengi */
    margin-right: 15px; /* İhtiyaca göre ayarlayabilirsiniz */
    text-align: center;
  }
  .wrapperprofile .dbl-field{
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
  }
  .field {
    position: relative;
}
.wrapperprofile2 p{
  line-height: 1cm;
  margin: 20px;
}
.dbl-field .field button{
    scale: 1;
    border-radius: 50px;
    position: relative;
    border: none;
    color: white;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    font-weight: 200;
    margin: 2px 1px;
    cursor: pointer;
    background: rgb(237,117,40);
    height: 20px;
}
.dbl-field .field .b3:hover{
    background: rgb(237,97,40);
    
}

#kullaniciAdiText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    margin-right: 10px; /* İhtiyaca göre ayarlayabilirsiniz */
    color: #333; /* Metin rengi */
}

#kullaniciAdi {
    padding-left: 30px; /* Metin alanı içindeki metnin sağa kaymasını sağlar */
}
.wrapper .toggle{
  font-size: small;
  font-weight: 300;  
  margin-left: 35%;  
  
}
.wrapper .toggle2{
    font-size: small;
    font-weight: 300;    
  }
.wrapper header{
  font-size: 22px;
  font-weight: 600;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
  
 
}
.wrapper form{
  margin: 35px 30px;
  
}
.wrapper form.disabled{
  pointer-events: none;
  opacity: 0.7;
  
}
form .dbl-field{
  display: grid;
  margin-bottom: 15px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.dbl-field .field{
  height: 37px;
  display: flex;
  position: relative;
  width: 350px;
  margin-bottom: 7px;
}
.wrapper form i{
  position: absolute;
  top: 50%;
  left: 18px;
  color: #ccc;
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea{
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 18px 0 48px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.field input::placeholder,
.message textarea::placeholder{
  color: #ccc;
}
.field input:focus,
.message textarea:focus{
  padding-left: 47px;
  border: 2px solid #0D6EFD;
}
.field input:focus ~ i,
.message textarea:focus ~ i{
  color: #0D6EFD;
}
form .message{
  position: relative;
}
form .message i{
  top: 30px;
  font-size: 20px;
}
form .message textarea{
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 15px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar{
  width: 0px;
}
.message textarea:focus{
  padding-top: 14px;
}
form .button-area{
  margin: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-area button{
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: rgb(237,117,40);
  transition: background 0.3s ease;
}
.button-area button a{
    text-decoration: none;
    color: white;
}
.button-area button a:hover{
    text-decoration: underline;
    color: white;
}

.button-area button:hover{
  background: rgb(237,97,40);
}
.button-area span{
  font-size: 17px;
  margin-left: 30px;
  display: none;
}
#filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
    margin-top: 60px;
  }
  #filter-buttons button:hover {
    background: #ddd;
  }
  #filter-buttons button.active {
    color: #fff;
    background: #6c757d;
  }
  #filterable-cards .card {
    width: 15rem;
    border: 2px solid transparent;
    box-shadow: 5px 10px 5px rgba(0,0,0,0.05);
    cursor: pointer;
    height: 20rem;
    

  }
  .card .b3{
    background: rgb(237,117,40);
    border-radius: 50px;
    color: white;
    padding: 4px 16px;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    margin: 4px 2px;
    cursor: pointer;
    width: 160px;
  }
  .card .b3:hover{
    background: rgb(237,97,40);
    text-decoration: underline;
  }
  .card .b3 a{
    font-size: 14px;
    text-decoration: none;
    color: white;

  }
  
  #filterable-cards .card:hover{
    box-shadow:5px 10px 5px rgb(237,97,40);
   
  }
  #filterable-cards .card img{
    scale: 1;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit:contain;
  }
  #filterable-cards .card.hide {
    display: none;
  }

a {
  text-decoration: none;
  color: white;
  
}

.containerlogin{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 430px ;
    width: 100% ;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    padding: 15px;
  }
  .container .registration{
    display: none;
  }
  #check:checked ~ .registration{
    display: block;
  }
  #check:checked ~ .login{
    display: none;
  }
  #check{
    display: none;
  }
  .container .form{
    padding: 2rem;
  }
  .form header{
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.5rem;
  }
   .form input{
     height: 60px;
     width: 100%;
     padding: 0 15px;
     font-size: 17px;
     margin-bottom: 1.3rem;
     border: 1px solid #ddd;
     border-radius: 6px;
     outline: none;
   }
   .form input:focus{
     box-shadow: 0 1px 0 rgba(0,0,0,0.2);
   }
  .form a{
    font-size: 16px;
    color:rgb(237,117,40);
    text-decoration: none;
  }
  .form a:hover{
    text-decoration: underline;
  }
  .form input.button{
    color: #fff;
    background: rgb(237,117,40);
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 1.7rem;
    cursor: pointer;
    transition: 0.4s;
  }
  .form input.button:hover{
    background: rgb(237,97,40);
    text-decoration:underline;
  }
  .signup{
    font-size: 17px;
    text-align: center;
  }
  .signup label{
    color: rgb(237,117,40);
    cursor: pointer;
  }
  .signup label:hover{
    text-decoration: underline;
  }
.profiletpf img{
    width: 50%;
    justify-content: flex-start;
}
@media (max-width: 600px){
    #filterable-cards {
        justify-content: center;
      }
      #filterable-cards .card {
        width: calc(100% / 2 - 10px);
      }
  .wrapper header{
    text-align: center;
  }
  .wrapper form{
    margin: 35px 20px;
  }
  form .dbl-field{
    flex-direction: column;
    margin-bottom: 0px;
  }
  form .dbl-field .field{
    width: 300px;
    height: 37px;
    margin-bottom: 13px;
  }
  form .message textarea{
    resize: none;
  }
  form .button-area{
    margin-top: 20px;
    flex-direction: column;
  }
  .button-area button{
    width: 100%;
    padding: 11px 0;
    font-size: 16px;
  }
  .button-area span{
    margin: 20px 0 0;
    text-align: center;
  }
}