*{
    margin: 0px;
    padding: 0px;
}
::-webkit-scrollbar{
    display: none;
}
.english{
    height: 50px;
    width: 50px;
    position: absolute;
    background-color: white;
    top: 40px;
    right: 20px;
    animation: navbar 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
    border: rgb(0, 0, 0) 2px solid;
    box-shadow: 0px 0px 10px 0px black;
}
.english > a{
    color: black;
    font-weight: bold;
    text-decoration: none;
}
.english:hover{
    height: 60px;
    width: 60px;
    transition: all .5s;
    cursor: pointer;
}
.english:active{
    height: 30px;
    width: 30px;
    transition: all .5s;
    cursor: pointer;
}
.navbar{
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
width: 70%;
left: 50%;
transform: translateX(-50%);
top: 30px;
border-radius: 50px;
border: 2px solid rgb(46, 36, 36);
background-color: white;
box-shadow: 0px 0px 20px 0px black;
position: fixed;
z-index: 999;
animation: 1s linear navbar;
}
.navbar > .nav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 50px;
}
.navbar > .nav > li{
    height: 100%;
    list-style: none;
    padding-right: 12px;
    position: relative;
    padding-right: 12px;
}
.navbar > .nav > li > a{
    color: black;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}
.navbar > .one{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 50px;
}
.navbar > .one > img{
    margin-bottom: -10px;
 height: 50px;
 width: 50px;
}
.navbar > .nav > li > a:hover{
    color: rgb(248, 242, 151);
    transition: all .3s ease-in;
    cursor: pointer;
}
@keyframes navbar{
    from{top: -50px; opacity: 0;}
    to{opacity: 1;}
}
video{
 width: 100%;
 height: 100%; 
 object-fit: cover;
 display: flex;
 justify-content: center;
 align-items: center;
 z-index: 1;
 flex-direction: column;
}
.home > .home1{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
    margin-top: -20px;
   animation: navbar linear 1s;
}
@font-face {
    font-family: one;
    src: url(/fonts/AbrilFatface-Regular.ttf);
}
@font-face{
    font-family: two;
    src: url(/fonts/Yekan.ttf);
}
.home > .home1 > img{
    height: 150px;
    border-radius: 50%;
    width: 150px;
}
.home > .home1 > h1{
    font-size: 60px;
    font-family: one;
    color: white;
}
.home > .home1 > h2{
    font-family: two;
    color: white;
}
.home > .home1 > .one{
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home > .home1 > .one > button{
    width: 200px;
    height: 40px;
    color: rgb(0, 0, 0);
    background: rgb(255, 238, 192);
    border-radius: 2px;
}
.home > .home1 > .one > button > a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-family: one;
    font-size: 17px;
    width: 100%;
    height: 100%;
}
.home > .home1 > .one > button:hover{
    transform: scale(1.1);
    transition: all .4s ;
    cursor: pointer;
    box-shadow: 0px 0px 50px 0px white;
}
.more{
    background: rgb(255, 238, 192);
    height: max-content;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
}
.more > h1, .more > h3{
    font-size: 50px;
    font-family: one;
     animation: show linear;
    animation-timeline: view();
     animation-range: entry 0% cover 40%;
    font-weight: bold;
}
.more > h5{
    animation: linear show;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
    font-size: 18px;
    font-family: two;
    font-weight: bold;
    margin-bottom: -10px;
}
.offer{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 100%;
}
.offer > .one{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 50%;
    transform: translateX(-48.4%);
    flex-direction: column;
}
.offer > .two{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.offer > .two > .one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    animation: go linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.offer > .two > .one > img{
    height: 100px;
    width: 100px;
}
.offer > .two > .one > button{
    width: 150px;
    height: 35px;
    background: rgb(255, 238, 192);
    border: none;
    border-radius: 2px;
    font-size: 15px;
}
.offer > .two > .one > button:hover{
 transform: scale(1.1);
 border-radius: 10px;
 border: 2px solid rgb(252, 240, 173);
 box-shadow: 0px 0px 10px 0px rgb(172, 161, 98);
 cursor: pointer;
}
.offer > .two > .one > button > a{
    text-decoration: none;
   color: black;
   font-weight: bold;
}
.work{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 50px;
    background: rgb(255, 238, 192);
    padding-top: 100px;
    padding-bottom: 100px;
}
.work > .one > img{
    height: 500px;
    animation: go linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
    width: 400px;
    border-radius: 5px;
    box-shadow: 0px 0px 40px 0px black;
}
.work > .two{
    display: flex;
    justify-content: space-around;
    align-items:center;
    width: 30%;
    gap: 7x;
    flex-wrap: wrap;
    flex-direction: column;
    animation: show linear;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
}
.work > .two > p{
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.work > .two > h1{
    font-size: 50px;
    font-family: one;
}
.work > .two > h3{
    font-family: one;
    font-size: 22px;
}
.work > .two > button{
    margin-top: 10px;
    width: 200px;
    height: 35px;
    background: rgb(255, 255, 255);
    border: none;
}
.work > .two > button:hover{
    border-radius: 2px solid white;
    transform: scale(1.1);
    box-shadow: 0px 0px 20px 0px white;
    cursor: pointer;
}
.work > .two > button > a{
    color: white;
    font-weight: bold;
    font-family: two;
    color: black;
    text-decoration: none;
}
.promise{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 100px;
    padding-bottom: 100px;
}
.promise > .one{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    gap: 5px;
    margin-left: -200px;
    animation: show linear;
    animation-timeline: view();
    animation-range: entry 0% cover 45%;
}

.promise > img{
    animation: go linear;
    animation-timeline: entry 0% cover 45%;
    animation-timeline: view();
    width: 450px;
    border-radius: 10px;
    background: rgb(255, 238, 192);
}
.promise > .one > p,h5{
    width: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.promise > .one > h3,h1{
    font-size: 30px;
    font-family: one;
}
.promise > .one > h1{
    font-size: 50px;
}
.promise > .one > button{
    width: 200px;
    margin-top: 10px;
    height: 35px;
    background: rgb(255, 238, 192);
    border: none;
    font-weight: bold;
}
.promise > .one > button:hover{
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgb(172, 161, 98);
    cursor: pointer;
    transform: scale(1.1);
}
.feature{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(255, 238, 192);
}
.feature > .two{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
      animation: go linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.feature > .one{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.feature > .one > hr{
    width: 50%;
    background-color: black;
    height: 1px;
    margin-top: 10px;
}
.andy{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
}
.andy > .one{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.andy > .one > p{
    width: 80%;
    font-size: 17px;
}
.andy > .one > pre{
    margin-top: 30px;
    font-size: 17px;
}
.andy > .one > h3
{
    margin-left: 43%;
}
.andy > .one > button{
     width: 200px;
    margin-top: 10px;
    height: 35px;
    background: rgb(255, 238, 192);
    border: none;
    margin-left: 36%;
    font-weight: bold;
}
.andy > .one > button:hover,.ourteam > .one > button:hover,.end > button:hover{
    box-shadow: 0px 0px 20px 0px rgb(172, 161, 98);
    transform: scale(1.1);
    cursor: pointer;
}
.andy > .one > button > a{
    text-decoration: none;
    color: black;
}
.andy > .two > img{
    height: 500px;
    width: 500px;
}
.slider{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}
.slider > .box{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
width: 100%;
display: none;
justify-content: space-evenly;
align-items: center;
}
.slider > .box > .one{
    width: 25%;
    animation: go .5s ease-in;
    color: rgb(0, 0, 0);
    padding: 20px;
    border-radius: 10px;
    word-break: break-all;
    background: rgb(255, 238, 192);
    animation: go linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.slider > .box > .one:hover{
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px black;
    transition: all .5s ease-in;
    z-index: 9;
}
.slider > .box > #left, .box > #right{
    height: 50px;
    width: 50px;
    background: rgb(235, 208, 134);
    border: none;
}
.slider > .box > #left{
       left: 20px;
    position: absolute;
}
.slider > .box > #left:hover, .box > #right:hover{
    background: rgb(233, 191, 77);
    color: white;
    border-radius: 50%;
    transition: all .5s;
    cursor: pointer;
}
.slider > .box > #right{
    right: 20px;
    position: absolute;
}
@keyframes go {
    from{opacity: 0; transform: scale(0.3); }
    to{opacity: 1; transform: scale(1);}
}
.ourteam{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
   flex-wrap: wrap;
   animation: show linear;
   animation-timeline: view();
   animation-range: entry 0% cover 60%;
   padding-top: 100px;
   padding-bottom: 100px;
}
.ourteam > .one{
width: 40%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: wrap;
gap: 10px;
text-align: center;
}
.ourteam > .one > h2{
    font-size: 30px;
    font-family: one;
    margin-bottom: -10px;
}
.ourteam > .one > h1{
    font-size: 50px;
    font-family: one;
}
.ourteam > .one > p{
    width: 80%;
    font-family: one;
}
.ourteam > .two > img{
    height: 550px;
    width: 500px;
    border-radius: 2px;
    box-shadow: 0px 0px 40px 0px black;
}
.ourteam > .one > button{
     width: 200px;
    height: 35px;
    background: rgb(255, 238, 192);
    border: none;
    font-weight: bold;
}
.end{
    background-image: url(1.jpg);
    background-size: cover;
    height: 50%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: go linear;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
}
.end > button{
    margin-top: 10px;
    width: 200px;
    height: 35px;
    background: rgb(197, 147, 10);
    border: none;
    color: white;
    border-radius: 10px;
    font-weight: bold;
}
.end > img{
    height: 150px;
    width: 150px;
}
@keyframes show{
    from{
        opacity: 0;
        transform: translateY(100px);
    }

    to{
        opacity: 1;
        transform: translateY(0);
    }
}
*{
    scroll-behavior: smooth;
}
#menu,#delete{
    display: none;
    top: 0px;
    height: 50px;
    width: 50px;
}
#menu:hover , #delete:hover{
    background: rgb(233, 191, 77);
    cursor: pointer;
    transition: all .5s ease;
    display: none;
}
#menu{
    left: 0px;
}
#delete{
    right: 0px;
    position: absolute;
}

@media screen and (max-width: 450px)
{
 #delete,#menu{
    display: flex;
 }
    .navbar{
        flex-direction: column;
        height: 32%;
        width: 100%;
        top: 0px;
        border-radius: 0px;
        justify-content: center;
        display: none;
        position: absolute;
        top: 0px;
        z-index: 999;
    }
    video{
        width: 100%;
        height: 80%;
        margin-top: 60%;
        position: relative;
    }
    .home > .home1{
        position: absolute;
        top: -220px;
        display: flex;
        margin: 0px;
        padding: 0px;
    }
    .home > .home1 > img{
      height: 70px;
      width: 70px;
      margin: 0px;
      padding: 0px;
      top: 0px;
      bottom: 0px;
      margin-bottom: -20px;
    }
    .home > .home1 > h1{
        font-size: 30px;
        margin: 0px;
        color: black;
        padding: 0px;
    }
    .home > .home1 > h2{
        font-size: 20px;
        margin: 0px;
        color: black;
        padding: 0px;
    }
    .offer > .two > .one{
        justify-content: center;
    }
    .offer > .two > .one > h1{
        font-size: 20px;
    }
    .home > .home1 > .one > button{
width: 120px;
height: 30px;
    }
    .navbar > .nav{
        height: max-content;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    .nav > li{
        height: 50px;
        width: 100%;
        text-align: center;
    }
    .navbar > .one > img{
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .work{
        flex-direction: column;
        gap: 20px;
    }
    .work > .one > img{
        width: 300px;
        height: 400px;
    }
    .work > .two{
        width: 100%;
    }
    .promise{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .promise > .one{
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
        margin: 0px;
        padding: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .promise > img{
        width: 90%;
    }
    .feature > .two{
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    .feature > .two > h1{
width: 100%;
margin: 0px;
padding: 0px;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
    }
    .andy{
        gap: 20px;
    }
    .andy > .one{
       margin: 0px;
       padding: 0px;
       left: 0px;
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
       right: 0px;
       width: 100%;
    }
    .andy > .one > pre{
        margin: 0px;
        padding: 0px;
        display: none;
    }
    .andy > .one > h3{
        margin: 0px;
    }
    .andy > .one > button{
    padding: 0px;
    margin: 0px;
    }
    .andy > .two > img{
        width: 300px;
        height: 400px;
    }
    .slider > .box{
        flex-wrap: wrap;
        gap: 20px;
    }
   .slider > .box > .one{
    height: max-content;
    width: 80%;
    animation-range: entry 0% cover 40%;
   }
   .slider > .box > #right{
    top: 0px;
    margin-top: 10px;
   position: relative;
   }
   .slider > .box > #left{
    position: relative;
    margin-bottom: 10px;
   }
   .ourteam{
    gap: 20px;
   }
   .ourteam > .one{
width: 100%;
   }
   .ourteam > .two{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .ourteam > .two > img{
    width: 80%;
    height: 300px;
   }

}