*{
flex-direction: row;
justify-content: center;
align-items: center;
margin:0 ;
padding: 0;
font-family:'poppins','sans-serif';
box-sizing: border-box;
outline: none;
border: none;
text-transform: capitalize;
transition: 0.2s ease;
}
section{
    padding: 35px 7%;
}
html{
    overflow-x: hidden ;
    scroll-padding-top: 90px;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: 8px;
    background-color: #fff;
}
html::-webkit-scrollbar-track{
    background-color: #fff;
}
html::-webkit-scrollbar-thumb{
    border-radius: 30px;
    background-color: #009688;
}


nav{
    background-color: #009688;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding: 0.10rem 3%;
    
    
}
nav ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
nav li{
    height: 50px;
}

nav a{
    height: 100%;
    padding: 0 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color:#fff;
}
.menuu ul .fas {
    text-align: center;
    
}
#menuuu{
    display: none;
}
nav a:hover{
    background-color: #166a82;
    border-radius: 40px;
}

.hero{
    width: 100%;
    min-height: 100vh;
    background-image:linear-gradient(rgba(0,0,0,0.6),#009688),url(image/background.jpg);
    background-position: center;
    background-size: cover;
    padding: 10px 8%;
    text-align: center;
    color: #fff;

}

.logo{
    width: 80px;
    cursor: pointer;
    position: relative;
}
.adres{
    position: relative;
    bottom: -100px;
    font-size: 20px;
    line-height: 1.5;
}


.content{
    margin: 15% auto 0;
    position: relative;
    bottom: -50px;

}
.content h1{
    font-size: 65px;
    font-weight: 400;
}
.content h1 span{
    font-weight: 700;
}
#form{
    width: 90%;
    max-width: 650px;
    height: 50px;
    background: #fff;
    margin: auto;
    display: flex;
    align-items: center;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 20px;

}

#form input{
    flex: 1;
    padding: 20px 30px;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: transparent;
}
#form .btn{
    padding: 0;
    width: 150px;
    height:65px;
    border-radius: 31px;

}
#form input::placeholder{
    font-size: 16px;

}
.links{
    margin-top:13%;
    position: relative;
    top: 10px;
    
}

.bayrak{
    margin-top: 10px;
}

.bayrak img{
    width: 50px;
    position: relative;
    top: -30px;
}
.links a{
    margin-top:10px;
}
.links a img{
    width: 30px;
}
.altbar{
    text-align: center;
    font-size: 13px;
    color: #fff;
    position: relative;
    
}
.altbar1{
    text-align: center;
    font-size: 13px;
    color: #fff;
    background:linear-gradient(#009688,#000);
    position: relative;
    
}

.btn{
    background: linear-gradient(#009688,#000);
    color:#fff;
    font-size: 17px;
    padding: 10px 17px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    
}
.heading{
color: #fff;
text-transform: uppercase;
font-size: 40px;
margin-bottom: 35px;
border-bottom: 0.9px solid #fff;
}
.heading span{
    text-transform: uppercase;
    color: #000;
}




.glow-on-hover{
    width: 180px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #009688;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    bottom: -120px;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    bottom: -50px;
}


.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 800%;
    z-index: -1;
    filter: blur(11px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 30px;
}

.glow-on-hover:active {
    color: #000;
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #009688;
    left: 0;
    top: 0;
    border-radius: 30px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


/*HAKKINDA*/

.section {   
    width: 100%;
    padding: 70px 0;
}
.title-text{
    text-align: center;
    padding-bottom: 70px;
}
.title-text p{
    margin: auto;
    font-size: 20px;
    color:#009688;
    font-weight: bold;
    position: relative;
    z-index:1 ;
    display: inline-block;
}
.title-text p::after{
    content:'';
    width: 50px;
    height: 35px;
    background:linear-gradient(#166a82,#fff);
    position: absolute;
    top:-20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.title-text h1{
font-size: 50px;
}
.feature-box{
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.features{
    flex-basis: 50%;
}

.features-img{
    flex-basis: 50%;
    margin: auto;
}
.features-img img{
    width: 70%;
    border-radius:10px ;
}
.features h1{
    text-align: left;
    margin-bottom: 10px;
    font-weight: 100;
    color: #009688;
}
.features-desc{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
 
}
.feature-icon .fa{
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    border-radius: 8px;
    color: #009688;
    border: 1px solid #009688; 
    
}
.feature-text p{
    padding: 0 20px;
    text-align: initial;
}

/*ilaç ara butonu*/
.glow-on-hover1{
    width: 180px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: #009688;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    bottom: 0;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
}


.glow-on-hover1:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 800%;
    z-index: -1;
    filter: blur(11px);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 30px;
}

.glow-on-hover1:active {
    color: #000;
}

.glow-on-hover1:active:after {
    background: transparent;
}

.glow-on-hover1:hover:before {
    opacity: 1;
}

.glow-on-hover1:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #009688;
    left: 0;
    top: 0;
    border-radius: 30px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.menu{
    background-color: #009688;
}
.menu .box-container{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem,1fr));
    gap:25px;
}
.menu .box-container .box{
    padding: 30px;
    background-color:#fff;
    border-radius: 30px;
    background-color: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}
.menu .box-container .box img{
    width: 100%;
    object-fit: cover ;
}
.menu .box-container .box .menu-category{
    font-size: 12px;
   
}
.menu .box-container .box h3{
    font-size: 18px;
    padding: 10px 0;
}
.menu .box-container .box .price{
    font-size:15px;
    padding: 5px 0;
    position: relative;
    top: -7px;
}
.menu .box-container .box .price span{
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 300;
}
.contact{
    background: #009688;
    
}
.contact .row{
    display: flex;
    background-color: #000;
    flex-wrap: wrap;
    gap: 10px;
    height: 350px;
}
.contact .row .map{
    flex: 1 1 450px;
    width: 100%;
    object-fit: cover ;
    height: 350px;
}






  


.file-label {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    margin: 50px 7%;
    
  }
  
  #fileInput {
    display: none;
  }
  
  .image-container {
    display: flex;
    margin-top: 10px;
    padding: 30px 7%;
  }
  
  #preview {
    width: 300px;
    height: 300px;
    border: 0px solid #fff;
  }
  
  #submitButton {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;

  }
  
  #submitButton:hover {
    background-color:#218838;
  }

.resim{
    height: 100vh;
    width: 100%;
    background:#009688;
}
.Gönder{
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: auto;


}


.container2{
    width: 12000px;
    height: auto;
    margin: auto;
    
}

#iletisim{
    background: linear-gradient(#009688,#000);
    background-size: cover;
    padding: 50px;
    height: auto;
    
}

#h3iletisim{
    color: #fff;

}

#iletisimopak{
    background: rgba(255,255,255, 0.2);
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 50px;
    height: 550px;
    width: 14.5%;
}
#formgroup{
    width: 700px;
    float: left;
    height: 500px;
    text-align: left;
    position: relative;
    right: -500px;
}
#solform{
    width: 50%;
    float: left;
    padding-right: 5px;
}
#sagform{
    width: 50%;
    float: left;
    padding-left: 5px;
}
.form-control{
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    margin: 10px;
    border-radius: 5px;
}

textarea{
    font-family: Arial, Helvetica, sans-serif;
}
input[type="submit"]{
    cursor: pointer;
    background-color: #009688;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid white;
    margin-left: 10px;
    margin-top: 10px;
}

.icon-cart {
    position: relative;
    padding-right: 7%;
    margin-bottom: 25px;
    bottom: -10px;
    
}

.icon-cart span {
    position: absolute;
    background-color:rgb(29, 100, 102);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    right: 43px;
    
}



@media only screen and (max-width: 992px){
    #menuuu{
        display: flex;
        position: relative;
        right: 20px;
    }
    #navbar{
        max-height: 70px;
        padding: 0 7%;
        max-width: center;
       
    }
    #preview{
        width: 80%;
        height: 90%;
        position: relative;
        right: -40px;

    }
    .resim{
        height: 1500px;
        width: 100%;
    }
   
    #linkss{
        position: relative;
        bottom:-100px;
    }
    #contentt{
        font-size: 60px;
    }
    
    #pharmaname{
        font-size: 54px;
        position: relative;
        top: -25px;
    }
    #form{
        max-width: 350px;
        position: relative;
        top: -25px;
    }
    #btnn{
        max-width: 100px;
        position: relative;
        bottom: -90px;
        
    }
    #depolar{
        position: absolute;
        top: 95%;
        background-color: #009688;
        height:calc(30vh - 50px);
        width: 190px;
        display: none;
        margin: 0 -185px;
        box-shadow: 0px 20px 14px 0px rgb(0 0 0 / 75%);
    }
    #adres{
        position: relative;
        bottom: -120px;
    }
    #tel{
        color: #fff;
     
    }
    #depolar a {
        display: block;
        margin: 15px;
        padding: 5px;
        font-size:20px;
    }
    html{
        overflow-x: hidden ;
        scroll-padding-top: 90px;
        scroll-behavior: smooth;
    }
    html::-webkit-scrollbar{
        width: 2px;
        background-color: #fff;
    }
    html::-webkit-scrollbar-track{
        background-color: #fff;
    }
    html::-webkit-scrollbar-thumb{
        border-radius: 30px;
        background-color: #009688;
    }
   
    .title-text h1{
        font-size: 35px;
    }
    .features{
        flex-basis: 100%;
    }
    .features-img{
        flex-basis: 100%;
    }
    .features-img img{
        width: 100%;
      
    }
    .preview{
        width: 100px;
    }
    .shoppinggg{
        width: 50%;
        height: 60px;
    } 
}


@media only screen and (max-width: 767px){
    #adres{
        font-size: x-large;
        bottom: -200px;
        top: 230px;
    }
    #linkss a img{
        width: 40px;
        position: relative;
        top: 250px;
    }
    .metin{
        font-size: large;
        font-family: 'Times New Roman', Times, serif;
    }
    .file-label{
        position: relative;
        top: 50px;
    }
    #submitButton{
        position: relative;
        bottom: 30px;
    }

    #pharmaname{
       top: 100px;
    }
    #form{
        top: 100px;
    }
    .glow-on-hover{
        top: 150px;
        position: relative;
    }
   
    .glow-on-hover1{
        max-width: 30vh;
        max-height: 100%;
       
    }
    .resim{
        height: 750px;
    }
    #preview{
        margin-right: 85px;
    }
}