@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;1,100&display=swap');

@font-face {
    font-family: "almoni";

    src: url('../fonts/woff2/almoni-tzar-medium-aaa.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/woff/almoni-tzar-medium-aaa.woff') format('woff'), 
         url('../fonts/ttf/AnyConv.com__almoni-tzar-medium-aaa.ttf') format('truetype'); /* Fallback */
         

    font-weight: normal;
}
@font-face {
    font-family: "almoni";

    src: url('../fonts/woff2/almoni-tzar-demibold-aaa.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/woff/almoni-tzar-demibold-aaa.woff') format('woff'), /* Older Browsers */
         url('../fonts/ttf/AnyConv.com__almoni-tzar-demibold-aaa.ttf') format('truetype'); /* Fallback */

    font-weight: 600;
}
@font-face {
    font-family: "almoni";

    src: url('../fonts/woff2/almoni-tzar-bold-aaa.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/woff/almoni-tzar-bold-aaa.woff') format('woff'), /* Older Browsers */
         url('../fonts/ttf/AnyConv.com__almoni-tzar-bold-aaa.ttf') format('truetype'); /* Fallback */

    font-weight: 700;
}

*{
    font-family: almoni;
    font-weight: normal;
    box-sizing: border-box;
    scroll-behavior: smooth;
    letter-spacing: 0;
}

:root {
    --blue: #2B90A3;
    --orangeGradient: linear-gradient(270deg, #2B90A3 0%, #064471 98.39%);
    --black: #064471;
}

body{
    margin: 0;
    padding: 0; 
    background-color: white;
}

h1{
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    color: var(--blue);
    line-height: 3vw;
}

a{
    text-decoration: none;
    cursor: pointer;
}

section{
    margin: 0;
    padding: 0; 
}

div{
    margin: 0;
    padding: 0; 
}
/* הגדרות אתר */

header{
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 99999;
    background-color: white;
    border-radius: 0px 0px 30px 30px;
    transition: .3s;
}

header .logo{
    width: 350px;
    height: auto;
    margin: auto;
}

header .logo img{
    width: 100%;
    height: auto;
}

.hero{
    background-image: linear-gradient(#F4EFEB, #EEE7E1);
    border-radius: 30px;
    width: 90%;
    margin: auto;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 180px;
}

.hero .text{
    width: 70%;
}

.hero .text h1{
    font-size: 75px;
    font-weight: 700;
}

.hero .text p{
    font-family: 'Assistant', sans-serif;
    color: var(--black);
    font-size: 23px;
    line-height: 110%;
    width: 450px;
}

.hero .text p span{
    font-family: 'Assistant', sans-serif;
    font-weight: 700;
}

.hero .text .hyper{
    margin-top: 50px;
}

.hero .text .hyper a{
    width: 250px;
    background-color: white;
    padding: 20px 35px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    color: var(--blue);
    font-size: 15px;
    text-align: center;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.110);
    transition: .3s;
}

.hero .text .hyper a:hover{
    box-shadow: none;
}

.hero .text .hyper a span{
    font-weight: 800;
    margin-right: 10px;
}

.hero .form{
    width: 30%;
    background-image: linear-gradient(180deg, #2B90A3 0%, #064471 98.39%);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-bottom: 40px;
}

.hero .form h2{
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 50px;
    color: white;
    line-height: 2.8vw;
    margin-bottom: 15px;
    position: relative;
    border-bottom: 2px solid black;
}

input[type=text]{
    border: none;
    border-bottom: 1.7px solid white;
    background-color: transparent;
    outline: none;
    width: 80%;
    font-size: 18px;
    color: white;
    font-family: 'Assistant', sans-serif;
    font-weight: 500;
    padding: 15px 0px;
    -webkit-appearance:none;
}

input[type=text]::placeholder{
    color: white;
}

textarea{
    border: none;
    border-bottom: 1.7px solid white;
    background-color: transparent;
    outline: none;
    width: 80%;
    font-size: 18px;
    color: white;
    font-family: 'Assistant', sans-serif;
    font-weight: 500;
    padding: 15px 0px;
    resize: none;
    margin-top: 20px;
    -webkit-appearance:none;
}

textarea::placeholder{
    color: white;
}

.hero .form h3{
    font-size: 15px;
    color: white;
    font-family: 'Assistant', sans-serif;
    font-weight: 600;
    margin: 20px 0px;
}

.form button{
    width: 85%;
    background-color: white;
    padding: 20px 5px;
    border-radius: 50px;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    color: var(--blue);
    font-size: 15px;
    text-align: center;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.110);
    transition: .3s;
    border: none;
    outline: none;
    -webkit-appearance:none;
    position: absolute;
    bottom: -30px;
}

.form button:hover{
    box-shadow: none;
    cursor: pointer;
}

.form button span{
    font-weight: 800;
    margin-right: 10px;
}

.warp{
    background-image: linear-gradient(#DDDDE3, #F4F4F8);
    border-radius: 30px;
    width: 90%;
    margin: auto;
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.box{
    width: 250px;
    height: 250px;
    min-height: 250px;
    background-color: var(--blue);
    color: white;
    padding:  20px 35px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-radius: 15px;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.110);
}

.box:hover{
    width: 250px;
    height: 250px;
    min-height: 250px;
    background-color: var(--blue);
    color: white;
    position: relative;
    overflow: hidden;
    transition: .3s;
    border-radius: 15px;
    box-shadow: none;
}

.box p{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Assistant', sans-serif;
    position: relative;
}

.box .box-data{
    background-color: white;
    padding: 10px 30px;
    border-radius: 0px 0px 15px 15px;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    color: var(--blue);
    font-size: 15px;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.110);
    transition: .3s;
    border: none;
    outline: none;
    -webkit-appearance:none;
    width: 100%;

    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.box .box-data{
    font-size: 20px;
    font-weight: 700;
    color: #1C1C1C;
}

.box .box-data span{
    border: 1px solid var(--blue);
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    color: var(--blue);
    font-size: 13px;
    text-align: center;
    transition: .3s;
    outline: none;
    -webkit-appearance:none;
    cursor: pointer;
}

.box .box-data span:hover{
    background-color: var(--blue);
    color: white;
}

.box .box-data:hover{
    box-shadow: none;
    cursor: pointer;
}

.box .box-data span{
    font-weight: 800;
    margin-right: 20px;
}

.status{
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    width: 50%;
    border-radius: 0px 0px 15px 15px;
    border: 2px solid #6aee24;
    background-color: #8ef158;
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    padding: 5px;
}   

.del{
    position: absolute;
    top: 0%;
    left: 0;
    transform: translate(0%, 0%);
    width: 50%;
    border-radius: 0px 0px 15px 15px;
    border: 2px solid #ee2424;
    background-color: #f15858;
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: 'Assistant', sans-serif;
    padding: 5px;
}


@media all and (max-width: 1100px){
    header{
        height: 130px;
    }
    
    header .logo{
        width: 250px;
    }
    
    .hero .form h2 {
        font-size: 40px;
        line-height: 30px;
    }

    .hero .form h2 br{
        margin-right: 50px;
    }

    .hero{
        padding: 50px;
    }

    .hero .text{
        width: 55%;
    }

    .hero .form {
        width: 45%;
    }

    .hero .text p {
        font-size: 18px;
        width: 85%;
    }

    .warp{
        padding: 50px;
        gap: 25px;
    }

}

@media all and (max-width: 800px){

    header{
        height: 100px;
    }
    
    header .logo{
        width: 200px;
    }

    .hero{
        flex-direction: column;
        margin-top: 120px;
        padding: 55px 40px;
    }

    .hero .text{
        width: 100%;
        text-align: center;
    }

    .hero .text h1 {
        font-size: 55px;
        font-weight: 700;
        text-align: center;
    }

    .hero .text p {
        font-family: 'Assistant', sans-serif;
        color: var(--black);
        font-size: 18px;
        line-height: 30px;
        width: 100%;
    }

    .hero .form {
        width: 100%;
        background-image: linear-gradient(180deg, #2B90A3 0%, #064471 98.39%);
        border-radius: 15px;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: relative;
        padding-bottom: 40px;
        margin-top: 70px;
    }

}