@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}


.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    width: 100%;
    
}

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

.header__left{
    font-size: 24px ;
    align-items: center;
}

i{
    color: black;
    background-color: white;
    border-radius: 10px;
    padding: 3px;
    
}

.logo {
  display: block;
  height: 2rem;
  width: auto;
}

.header__left-itmes-logo{
    padding: 5px 5px 5px 5px !important;
}


.header__left-itmes-logo:hover{
    opacity: .6;
}

.header__left-items-helpcenter:hover{
    text-decoration: underline;
}



.header__left{
    display: flex;

}


.header__left-items{
    display: inline-block;
    padding: 5px;
    /* font-size: 35px */
}

.header__left-items-line{
    font-size: 35px !important;
    font-size: inherit ;
    color: white;
}

ul {
    list-style: none;
}

.header__left-itmes-logo{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.header__right__tools{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 5px;
    margin: 10px;
    list-style: none;
} 

.glass__button:hover{
     opacity: .6;
}


.glass__button{
    font-size: 30px;
    background-color: black; 
    border: black;

} 

.glass__button i{
    color: white;
    background-color: black;
}

.menue__button{
    font-size: 30px;
    background-color: black;
    border: black;
}

.menue__button:hover{
     opacity: .6;
}

.menue__button i{
    color: white;
    background-color: black;
}

.hero__section__container{
    position: relative;
    background-color:#dadbf1 ;
    display: inline-block;
    display: flex ;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    padding: 0 0 40px 0;
}

.header__section__container{
    
}

h1{
    font-size: 60px;
    font-weight: 500;
    padding: 0 75px;
}

.search__wrapper{
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.help__section-search{
    width: 100%;
    display: inline-block;
    font-size: 30px;
    border-radius: 5px;
    padding: 10px 40px 10px 15px;
    border: 1px solid;
    box-shadow: 3px 9px 7px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3 ease, border-color 0.3s ease;
    box-sizing: border-box;
} 

.search__arrow{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #999;
  pointer-events: none; /* prevents icon from blocking input clicks */
}

.section__container{
    display: flex;
    justify-content: center;
}

.gallery__container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 50px 50px;
    
   
}

.feature{
   display: flex;
    gap: 1rem;
    padding: 20px;
    flex: 1 1;
    min-width: 300px;
    text-align: left;
    min-height: 8rem;
}

h2{
    margin: 0 0 10px 0;
}

.feature__description{
    font-size: 23px;
}

.feature__image{
    width: 75px;
    height: 75px;
}

.feature__link{
    color: #4C5FD5;
}

h3, h4{
    color: white;
}

footer{
    display: flex;
    background-color: black;
    width: 100%;
}

.footer__items__container{
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  width: 100%;
}

.footer__text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
