*, *::before, *::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html, body {
    height: 100%;
}

 @font-face {
    font-family: 'MyFont';
    src: url('./fonts/royabold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
    @font-face {
    font-family: 'MyFont1';
    src: url('./fonts/Lalezar-Regular.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
 @font-face {
    font-family: 'MyFont2';
    src: url('./fonts/iraniansans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.bgblue{
    background-color: blue;
}

.colorblue{
    color: blue;
}
.header{
    width: 100%;
    height: 225px;
    box-shadow: 0 20px 56px -30px;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.agifheader{
     width: 100%;
     text-decoration: none;
     color: inherit;
     color: rgb(0, 0, 0);
}
.gifheader{
    font-family: myfont;
    font-size: 2rem;
     width: 100%;
    height: 75px;
    background-color: #bb7443;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.hr {
  width: 100%;  
  display: flex;
  border: none;
  height: 1px;
  background-color: #acacac;
}
.topheader{
    width: 100%;
    height: 75px;
    /* background-color:antiquewhite; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.topheader p {
    font-size: 30px;
    font-family: myfont1;

}
.buttomheader{
    width: 100%;
    height: 75px;
    /* background-color: #f6f6f6; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    margin-top: 20px;
    width: 200px;   
}

.toggle ,.toggle img{
    position: absolute;
    top: 84px;
    right: 20px;
    width: 40px;
    display: none;
}

.topmenu{
    margin-right: 30px;
    font-family: myfont;
    display: flex;
    justify-content: center;
    list-style: none;
}
.topmenu li{
    list-style-type: none;
    
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    
}
.topmenu li a{
    text-decoration: none;
    font-size: 1.3rem;
    color: inherit;
    padding: 5px 10px;
    border-radius: 10px;
    transition: all 0.3s;
}
.topmenu li a:hover{
    cursor: pointer;
    background-color: #bb7443;
    
    color: rgb(0, 0, 0);
}
.call{
    font-family: myfont1;
    font-size: 1.3rem;
    display: flex;
    gap: 30px;
    margin-left: 20px;
}
.call a{
    font-size: 1.3rem;
}
.bg1{
    background-color: #bb7443;
}
.rubika , .bale{
    display: flex;
    text-decoration: none;
    color: rgb(0, 0, 0);
    justify-content: center;
    text-align: center;
    padding: 2px 30px;
    width: 30px;
    border-radius: 10px;
     /* box-shadow: 3px 3px 1px; */
    cursor: pointer;
    transition: all .4s;
}
.rubika:hover , .bale:hover{
    background-color: #4e8ab8;
    color: aliceblue;
}
.main{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    /* background-color: #4e8ab8; */
    display: flex;
    justify-content: center;
    align-items: top;
}
.br{
    box-shadow: 0 0 10px 5px rgba(0, 0,0, .4);
    
}
/* page site */
main{
    width: 100%;
}
section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toptext{
    display: flex;
    flex-direction: column;
    align-items: center;

}
.toptext h1{
    width: 700px;
    font-family: myfont1;
    font-size: 50px;
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
    background-color: #bb7443;
    box-shadow: 0 0 10px 2px rgba(0, 0,0, .3);
}
.template{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    min-height: 200px;
    height: auto;
    margin-top: 30px;
    border-radius: 20px;
    /* background-color: aqua; */
    box-shadow:inset 0 0 50px 20px #bb7443;

}
.tempsite{
    width: 400px;
    margin: 30px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: inset 0 0 20px;
}
.tempsite img{
    width: 95%;
    margin-bottom: 20px;
}
.tempsite a{
    width: 120px;
    text-align: center;
    font-size: 20px;
    font-family: myfont;
    text-decoration: none;
    color: inherit;
    background-color: #bb7443;
    border-radius: 10px;
    padding: 5px;
    cursor: pointer;
    transition: background-color 0.5s;
}
.tempsite a:hover{
    background-color: #bb734367;
}
.mobiletop{
    display: flex;
    width: 95%;
    margin-top: 30px;
    padding: 20px;
    border-radius: 30px;
    background-color:  rgba(187, 116, 67,0.4);
}
.mobiletop h4{
    font-size: 50px;
    font-family: myfont;
}
.menumob iframe{
    width: 500px;
    height: 800px;
    border-radius: 20px;
    
}
.discript{
    text-align: center;
    width: 95%;
}
.discript p{
    font-size: 40px;
    font-family: myfont;
}
.menumob{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px;
    padding: 10px;
    border-radius: 30px;
    
}

/* footer */
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-top: 30px;
    background-color: #bb7443;
}
footer p,a{
    font-family: myfont1;
    text-decoration: none;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 30px 
}
.imgprint{
    border-radius: 30px;
}



   
