@font-face{
    font-family: 'myFont';
    src:url(font/NothingYouCouldDo-Regular.ttf);
}
@font-face {
    font-family: 'myFont1';
    src: url(font/Neuton-Bold.ttf);
}
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: sans-serif;
}
html{
    scroll-behavior: smooth;
}
#home{
    height: 100vh;
    background-image: url(assests/bg.jpg);
    background-position: center;
    display: absolute;
    background-size: cover;
    width: 100%;
    box-shadow: 0px 0px 20px black;
}
#home::before{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
}
nav{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(0, 0,0, 0.5);
    box-shadow: 5px 5px 20px black;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-radius: 5px;

}
nav .menu{
    text-align: right;
    justify-content: space-evenly;
}
.menu a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    padding: px;
    transition: 0.5s;
    margin: 3px;
    display: inline-block;
    text-align: center;
    font-family: 'myFont1', sans-serif;
}

.menu ul{
    display: inline-flex;
    color: transparent;
    margin: 15px;
}
.menu ul li .active{
    color: tomato;
    border-bottom: 5px solid tomato;
    width: 100%;
    transition: 0.3s ease;
    border-radius: 1px;
}
.menu ul li a:hover{
    background: none;
    text-shadow: 0px 0px 20px;
    color: tomato;
}


a:nth-child(1){
    width: 80px;
}
a:nth-child(2){
    width: 80px;
}
a:nth-child(3){
    width: 80px;
}
a:nth-child(4){
    width: 80px;
}
a:nth-child(5){
    width: 80px;
}




/*
.menu ul li:nth-child(1) a{
    color: tomato;
}
.menu ul li:nth-child(5) a:hover{
    color: white ;
}
.menu ul li:nth-child(5) a{
    background-color: tomato;
}
*/
.logo{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 20px;
    cursor: pointer;
}
.logo img{
    height: 50px;
    width: 50px;
}
.main{
    color: white;
}
.content1{
    top: 180px;
    left: 200px;
    position: absolute;
}
.content1 span{
    color: tomato;
    font-family: 'myFont';
}
.content1 h3{
    font-size: 35px;
    font-family: 'myFont', sans-serif;
    font-weight: 400;
}
.content2{
    position: absolute;
    top: 230px;
    left: 200px;
}
.content2 h3{
    line-height: 0.7em;
    font-size: 100px;
    font-style: normal;
    font-family: 'myFont1', sans-serif;
}
.content2 .Dprime{
    font-family: 'myFont1', sans-serif;
    color: black;
    text-shadow: 0px 0px 10px white;
}
.content3{
    position: absolute;
    left: 200px;
    top: 410px;
}
.content3 h3{
    font-size: 45px;
    font-family: 'myFont', sans-serif;
    color: white;
}
.btn{

    top: 460px;
    left: 300px;
    position: absolute;
    padding: 10px;
}
.btn button{
    padding: 10px;
    height: 40px;
    width: 120px;
    background-color: tomato;
    color: white;
    border: none;
    font-size: 15px;
    border-radius: 3px;
    font-family: 'myFont1', sans-serif;
}
.btn button:hover{
    box-shadow: 0px 0px 20px tomato;
}


/*about*/

#about{
    width: 100%;
    height: 110vh;
    padding: 70px 0;
    box-shadow: 0px 0px 20px white;
    background-color: rgba(0, 0, 0, 0.1);
}
#about .Aus{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#about .image1 img{
    height: 80%;
    width: 80%;
    border-radius: 80% ;
    position: relative;
    box-shadow: 0px 5px 10px black;
}

.content4 h3, .AS1{
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    font-size: 65px;
    font-family: 'myFont1', sans-serif;
}

.content4 .AS1{
    position: relative;
    color: tomato;

}
.content4 p{
    margin: 10px;
    width: 650px;
    text-align: justify;
    margin-right: 30px;
    line-height: 22px;
}
.cs5{
    margin-top: 50px;
    display: flex;
    position: relative;
    text-align: center;
}
.cs5 h3{
    color: tomato;
    font-family: 'myFont1', sans-serif;
}
.cs5 p{
    font-family: 'myFont1', sans-serif;
}
.mystyle1{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 20px white;
    margin: 5px;
}

/*Location*/

#Location{
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 150vh;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 70px;

}
#Location .content_Loc{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#Location .content_Loc h3{
    font-size: 70px;
    font-family: 'myFont1', sans-serif;
    color: tomato;
}
#Location .content_Loc1{
    align-items: center;
}
#Location .content_Loc1{
    margin-top: 50px;
}
.locStyle, .locStyle1{
    margin: 10px;
}
#Location .content_Loc1 .locStyle img{
    height: 250px;
    width: 450px; 
    box-shadow: 0px 0px 15px black;

}
#Location .content_Loc1 .locStyle1 img{
    height: 250px;
    width: 600px;
    box-shadow: 0px 0px 15px black;
}
#location .content_Loc1 p{
    margin-top: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
}
#Location .content_Loc2 img{
    height: 250px;
    width: 450px;
    box-shadow: 0px 0px 15px black;
}


/*Menu*/
#Menu{
    width: 100%;
    height: 430vh;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 70px;
}
#Menu .content6{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#Menu .content6 .menu1{
    color: black;
    font-family: 'myFont1', sans-serif;
}
#Menu .content6 h3{
    padding-left: 150px;
    font-family: 'myFont1', sans-serif;
    color: tomato;
    font-size: 80px;
    line-height: .9;

}
#Menu .content6 ul{
    margin-left: 415px;
    text-align: justify;
    width: 500px;
    background-color: rgb(243, 186, 120);   
}
#Menu hr{
    height: 5px;
    color: black;
    background-color: black;
    margin-left: 150px;
    margin-right: 150px;
    opacity: 1000;
}
#Menu .Hd{
    margin: 70px;
    color: B50606;
    font-family: 'myFont1', sans-serif;
    text-align: center;
    text-shadow: 0px 0px 1px black;
    font-size: 50px;
    letter-spacing: 10px;
}
#Menu .mystyle2{
    box-shadow: 0px 0px 15px black;
    border-radius: 5px;
    padding: 10px 10px 10px 0px;
    margin-left: 100x;
    margin-right: 100px;
}
#Menu .mystyle3{
    box-shadow: 0px 0px 15px black;
    border-radius: 5px;
    padding: 10px 10px 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
}
#Menu .section1{
    margin-top: 20px;
}
#Menu .content7 h3{
    background-color: B50606;
    width: 84%;
    color: white;
    font-family: 'myFont1', sans-serif;
    letter-spacing: 5px;
    padding-left: 20px;
    border-radius:0px 20px 20px 0px ;
    text-align: justify;
}
#Menu .content7 .Ccontent{
    padding: 20px;
    display: flex;
}
#Menu .content7 img{
    border-radius: 50%;
    width: 200px;
    height: 200px;;
}
#Menu .content7 p{
    font-family: 'myFont1', sans-serif;
    font-size: 25px;
    font-weight: bold;
}
#Menu .content7 button{
    border-radius: 0px 3px 3px 0px;
    border: none;
    background-color: black;
    color: white;
    padding: 10px;
    font-family: 'myFont1', sans-serif;
}
#Menu .menu_icon{
    margin: 10px;
    color: B50606;
}

/*contact*/
#contact{
    height: 105vh;
    margin-top: 100px;
    background-position: center;
    width: 100%;
    box-shadow: 0px 0px 20px black;
}
#contact .content8 img{
    height: 105vh;
    position: absolute;
    width: 100%;
    z-index: -1;
    filter: brightness(70%);
}
#contact .content9 span{
    color: tomato;
    font-family: 'myFont1', sans-serif;
}
#contact .content9 h3{
    text-shadow: 0px 0px 20px black;
    padding: 70px;
    text-align: center;
    color: white;
    font-family: 'myFont1', sans-serif;
    font-size: 50px;
}
.order{
    background-size: cover;
    background-position: center;
}
.input p{
    color: white;
}
.order .order_main #phone, #gmail{
    outline: 0;
}
.order .order_main #phone:valid, #gmail:valid{
    border-color: green;
}
.order .order_main #phone:focus:invalid, #gmail:focus:invalid{
    border-color: red;
}
.order .order_main{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.order .order_main .order_image img{
    width: 600px;
}

.order .order_main form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 10px;
}

.order .order_main form .input p{
    line-height: 25px;
}

.order .order_main form .input{
    margin: 5px;
}

.order .order_main form .input input{
    width: 300px;
    height: 35px;
    padding: 0 10px;
    border: 2px solid #cccccc;
    background: #eeeeee;
    outline: none;
    border-radius: 3px;
}
.order .order_main form .input1 input{
    width: 300px;
    height: 50px;
}
.order .order_main form .input .text1{
    height: 100px;
}

.order .order_main form .input input:focus{
    border: 2px solid tomato;
}
#contact .button1{
    margin-top: 10px;
    margin-left: 325px;
}
#contact .button1 .order_btn{
    font-family: 'myFont1', sans-serif;
    background: tomato;
    display: flex;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    width: 150px;
    height: 50px;
    align-items: center;
    justify-content: center;
}
/*Footer*/
footer{
    box-shadow: 0px 0px 20px black;
    border-radius: 3px;
    background: rgba(0, 0,0, 0.8);
    padding-top: 50px;
    color: white;
}
.container1{
    width: 1140px;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer-content{
    width: 33.3%;
}
.hs1{
    font-family: 'myFont1', sans-serif;
    color: tomato;
}
h3{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    font-family: 'myFont1', sans-serif;
}
.footer-content p{
    width:190px;
    margin: auto;
    padding: 7px;
    font-family: 'myFont1',sans-serif;
}
.footer-content ul{
    text-align: center;
}
.list{
    padding: 0;
}
.list a{
    color: white;
    text-decoration: none;
}
.list li{
    width: auto;
    text-align: center;
    list-style-type:none;
    padding: 7px;
    position: relative;
}
.list li::before{
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: tomato;
    transition-duration: .5s;
}
.list li:hover::before{
    width: 70px;
}
.social-icons{
    text-align: center;
    padding: 0;
}
.social-icons li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.social-icons i{
    color: white;
    font-size: 25px;
}
a{
    text-decoration: none;
}
a:hover{
    color: tomato;
}
.social-icons i:hover{
    color: tomato;
}
.bottom-bar{
    background: tomato;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}
.bottom-bar p{
    color: #343434;
    margin: 0;
    font-size: 16px;
    padding: 7px;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.9);
}

::-webkit-scrollbar-thumb{
    background: tomato;
    border-radius: 10px;
}
