/* @import url('https://fonts.googleapis.com/css2?family=Secular+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Karantina&family=Noto+Sans+Hebrew:wght@200&display=swap');

body {
   box-sizing: border-box;
   /* font-family: 'Secular One', sans-serif; */
   font-family: 'Karantina', cursive , sans-serif;
   direction: rtl;
}

h1 {
   font-size: 3rem;
   margin: 0;
}

p {
   font-size: 2rem;
   margin: 0.4rem 
}

ul {
   display: flex;
   justify-content: space-between;
   margin: 0;
   margin-right: 10px;
   padding: 0;
}

li {
   margin: 0;
   padding-left: 15px;
}

li:first-child {
   list-style: none;
}

.container {
   background-color: rgb(253, 251, 212);
   display: flex;
   flex-direction: column;
   align-items: center;
   /* justify-content: center; */
   min-height: 100vh;
   overflow: hidden;
}

.logo {
   margin-top: 10vh;
}

.lottie {
   margin: 0;
   padding: 0;
}

.content {
   margin-top: 3rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.phone {
   margin-top: 10px;
}

img {
    width: 25vw;
}

a:link, a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color:#20a7a39c;
}

.special {
    color:#20a7a3;
    padding: 1.4rem;
}

@media (max-width: 500px) {
    /* html {
        background-color: red;
    }     */
    p {
        font-size: 1.4rem;
    }

    img {
        width: 50vw;
    }
}
