*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}
body{
   /* font-family: yekanbakh ,Sans-serif;*/
    font-weight: 400;
    background-color: #FFFF;
    background-image: radial-gradient(at center center, #e5c69e08 50%, #004a9a00 100%);
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
html{
    font-size: 10px;
}
p{
    color: #7a7a7a;
    font-size: 1.5rem;
}
h2,h3{
    color: #404040;
}
/*responsive menu*/
.navbar-menu-responsive{
    position: fixed;
    top: 50px;
    right: 30px;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 10%;
    transition: all 0.2s eade;
    overflow: hidden;
    display: none;
    justify-content: center;
    cursor: pointer;
}
.navbar-menu-responsive--show{
    top: 1rem;
    right: 0;
    background-color: hwb(30deg 12% 87% / 93%);
    width: 40%;
    border-radius: 5rem 0 0 5rem;
    height: calc(100% - 1rem - 2em);
    box-shadow: 0 3px 20px rgba(107, 107, 107, 0.17);
}
.navbar-menu-responsive ul{
    display: block;
    margin-top: 7rem;
    text-align: center;
}
.navbar-menu-responsive ul li{
    margin-bottom: 5rem;
}
.navbar-menu-responsive ul li a{
    font-size: 1.9rem;
}
/* menu bar */
.menu-bar{
    position: fixed;
    top: 64px;
    right: 36px;
    width: 1.6rem;
    height: 0.3rem;
    background-color: #000;
    cursor: pointer;
    border-radius: 2rem;
    transition: 0.3s ease;
    display: none;
}
.menu-bar::before{
    content: '';
    position: absolute;
    top: -5px;
    right: 0px;
    width: 2rem;
    height: 0.3rem;
    background-color: #000;
    border-radius: 2rem;
    transition: 0.3s ease;
}
.menu-bar::after{
    content: '';
    position: absolute;
    top: 5px;
    right: 0px;
    width: 2rem;
    height: 0.3rem;
    background-color: #000;
    border-radius: 2rem;
    transition: 0.3s ease;
}
.navbar-menu-responsive--show .menu-bar{
    background-color: rgba(220, 236, 244, 0);
}
.navbar-menu-responsive--show .menu-bar::before{
    background-color: #E5C69E;
    transform: rotate(-45deg);
}
.navbar-menu-responsive--show .menu-bar::after{
    background-color: #E5C69E;
    transform: rotate(45deg);
    top: -5px;
}
/* menu bar */
.header{
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
}
.logosite-header{
    width: 11.5rem;
    margin: 0;
}
.logosite{
    max-width: 11.5rem;
    padding-top: 3.4rem;
}
header nav{
    margin-right: 5rem;
    align-items: center;
    align-content: center;
}
header nav ul{
    display: flex;
    align-items: right;
    padding-top: 6.1rem;
}
header nav ul li{
    padding: 0 0 0 2.5rem;
}
header nav ul li a{
    font-size: 2rem;
    font-family: 'kalameh', sans-serif;
    font-weight: 200;
    color: #fff;
}
header nav ul li a:hover{
    color: #e5c69e;
}
header nav ul li a:checked{
    text-decoration: solid;
}
.head1-left{
    width: 40%;
}
/*body*/
.breadcrumb {
    font-family: 'kalameh', monospace;
    font-weight: 100;
    font-size: 1.5rem;
    margin-bottom: 2.2rem;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li a {
    color: #a2a2a2;
}
.breadcrumb li span {
    color: #fff;
    padding: 0rem 1rem;
}
.sec1{
    background-image: url(media/image/slide-garmsar.webp);
    padding: 21rem 12.7rem 8.5rem 75rem;
    margin-top: -13rem;
}
.h3-sec1{
    font-family: 'rokh', monospace;
    font-weight: 900;
    font-size: 4rem;
    color: #FFFF;
}
.h1-sec1{
    font-family: 'rokh', monospace;
    font-weight: 900;
    font-size: 4rem;
    color: #E5C69E;
    padding-top: 2.7rem;
}
.p-sec1{
    font-family: 'kalameh', monospace;
    font-weight: 100;
    font-size: 2.2rem;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 6rem;
}
.btn-sec1{
    font-family: 'rokh', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #C9A87E;
    padding: 1.3rem 4.3rem;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #C9A87E;
}
.sec2-mobile767{
    display: none;
}
.sec-2-{
    border-width: 0.1rem;
    background-color: #fff;
}
.sec-2-{
    display: flex;
    padding: 2.7rem 24rem;
}
.sec-2- p{
    margin-right: 0px;
    padding-right: 1.4rem;
    align-self: center;
    text-align: right;
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    color: #252422;
}
.sec-2- img{
    padding: 0;
    margin: 0;
}
.sec3{
    display: flex;
    padding-top: 9rem;
    width: 100%;
    background-image: url(back-3-studio.jpg);
    padding-bottom: 10rem;
}
.sec3-h2{
    padding-left: 5rem;
    font-family: 'rokh', sans-serif;
    font-weight: 900;
    font-size: 4rem;
}
.sec3-h2 span{
    color: #C9A87E;
}
.sec3-p{
    padding: 2.7rem 0rem 4.5rem 3rem;
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    color: #404040;
}
.sec3-btn1{
    font-family: 'rokh', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #404040;
    padding: 1.3rem 4.3rem;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #C9A87E;
    margin-top: 2rem;
}
.sec3-lft{
    width: 60rem;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
}
.sec3-rtl{
    width: 60rem;
    padding-right: 3rem;

}
.sec3-imglft{
    padding-top: 5rem;
}
.div-left-clmn1,.div-left-clmn2,.div-left-clmn3{
    background-color: #FFF1DF;
    padding: 2rem;
    margin: 1rem;
    border-radius: 2rem;
}
.div-left-clmn1 img,.div-left-clmn2 img,.div-left-clmn3 img{
    border-radius: 1rem;
}
.div-left-clmn1 h3,.div-left-clmn2 h3,.div-left-clmn3 h3{
    font-family: 'rokh', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 3rem;
}
.div-left-clmn1 p,.div-left-clmn2 p,.div-left-clmn3 p{
    font-family: 'kalameh', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    margin-top: 1rem;
}
.sec4{
    background-color: #1b1b1b;
    padding: 6rem 0rem;
}
.h2-sec4{
    font-family: 'kalameh', sans-serif;
    font-size: 8rem;
    font-weight: 100;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin-top: -25rem;
    position: absolute;
    right: 330px;
}
.pics-sec4{
    display: flex;
    filter: brightness(50%);
    z-index: 1;
}
.sec5{
    max-width: 125rem;
    padding-top: 19.4rem;

}
.h2-sec5{
    font-family: 'rokh', sans-serif;
    font-size: 4rem;
    font-weight: 700;
}
.p1-sec5,.p2-sec5{
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 5rem;
}
.img-sec5{
    width: 100%;
    padding-top: 5rem;
}
.bottom-sec5{
    display: flex;
}
.right-sec5,.left-sec5{
    padding: 3rem;
    max-width: 57rem;
    background-color: #FFFF;
    margin-top: -20rem;
    box-shadow: 0px 10px 40px -10px rgba(27, 27, 27, 0.1);
}
.title-img{
    display: flex;
}
.title-img h3{
    font-family: 'rokh', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: right;
    margin-right: 0px;
    padding-right: 2rem;
}
.bottom-sec5 div p{
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    color: #404040;
}
.icon-sec5{
    margin: 0;
}
.p1-sec5{
    padding-top: 3rem;
}
.container img {
    width: 200px;
    padding: 5px;
}
.sec6{
    max-width: 100%;
}
.h2-sec6{
    font-family: 'rokh', sans-serif;
    font-size: 700px;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 15rem;
}
.sec6-vid-blocks{
    display: flex;
    flex-direction: row;
    padding-top: 8.7rem;
}
.sec6-block1-video,.sec6-block3-video{
    padding-top: 4.5rem;
}
.sec6-block3-p,.sec6-block1-p,.sec6-block2-p{
    font-family: 'kalameh', sans-serif;
    font-weight: 200;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}
.sec6-block3-video{
    padding-right: 2.5rem;
}
.sec6-block1-video{
    padding-left: 2.5rem;
}
.sec-photos{
    background-color: #1b1b1b;
    margin-top: 12rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.h2-photos{
    font-family: 'rokh', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    margin-bottom: 6rem;
}
.sec8-dwn{
    display: flex;
    margin-top: 7rem;
    justify-content: center;
}
.h2-sec8{
    font-family: 'rokh', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 15rem;
}
.column-package-1{
    width: 38rem;
    background-color: #1B1B1B;
    padding: 5rem 2rem 6.5rem 2rem;
    margin: 1.2rem;
    text-align: center;
    width: 48.7rem;
}
.column-package-2{
    width: 38rem;
    background-color: #fff;
    padding: 5rem 0rem 6.5rem 0rem;
    margin: 1.2rem;
    text-align: center;
    border-color: #E5C69E;
    border-width: 0.2rem;
    border-style: solid;
    width: 48.7rem;
}
.column-package-1 h2,.column-package-2 h2{
    font-family: 'rokh', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    padding-bottom: 4rem;
}
.column-package-1 h2{
    color: #FFF;
}
.column-2-price{
    font-family: 'rokh', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #C9A87E;
}
.list-package{
    padding: 0rem 3rem;
    margin-bottom: 5rem;
}
.list-price{
    padding: 0rem 8.4rem;
    margin-bottom: 10rem;
}
.list-package li,.list-price li{
    font-family: 'kalameh', sans-serif;
    font-weight: 100;
    font-size: 2rem;
    color: #FFF;
    text-align: right;
    list-style: circle;
}
.list-price li{
    color: #404040;
}
.h3-clmn3{
    font-family: 'rokh', sans-serif;
    font-size: 3rem;
    font-weight: 500;
    margin: 6.5rem 0rem 1.5rem;
}
.btn-package-cal,.btn-package-price{
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    padding: 1.1rem 6.6rem;
    background-color: #E5C69E;
    margin: auto;
    color: black;
}
.sec7{
    background: radial-gradient(circle, rgba(78,72,64,1) 0%, rgba(27,27,27,1) 100%, rgba(27,27,27,0.1) 100%);
    width: 100%;
    margin-top: 15rem;
}
.sec7-up{
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 145rem;
    padding: 2rem 0rem;
    border-bottom: #5F5F5F;
    border-style: solid;
}
.sec7-dwn{
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    max-width: 145rem;
    padding: 2rem 0rem;
}
.namee{
    font-family: 'rokh', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #FFF;
}
.num{
    display: table;
    font-family: 'rokh', sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    color: #FFF;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    border-color: #fff;
    border-width: 0.1rem;
    border-style: solid;
}
.sec7-up-4,.sec7-up-3,.sec7-up-2,.sec7-up-1{
    display: flex;
    margin: 4rem 5rem 3rem;
    rotate: 353deg;
}
.sec7-dwn-4,.sec7-dwn-3,.sec7-dwn-2,.sec7-dwn-1{
    display: flex;
    margin: 2rem 5rem 3rem;
    rotate: 353deg;
}
.div11-right,.div12-right,.div13-right,.div14-right {
    margin-left: 2rem;
}
.div21-right, .div22-right, .div23-right, .div24-right {
    margin-left: 2rem;
}
.div12-right,.div14-right {
padding-top: 6.5rem;
}
.div24-right, .div22-right {
    padding-top: 6.5rem;
}
.div11-right,.div13-right {
padding-top: 1rem;
}
.div21-right, .div23-right {
    padding-top: 1rem;
}
.sec7-img-11,.sec7-img-12,.sec7-img-13,.sec7-img-14{
    width: 16.5rem;
    border-radius: 2rem;
}
.imgdiv-footer{
    text-align: center;
}
footer{
    margin-top: 10rem;
    padding-top: 10rem;
    padding-bottom: 1rem;
    background-color: #1B1B1B;
}
.pic-footer{
    max-width: 13rem;
}
.p-footer{
    margin-top: 2rem;
    font-family: 'kalameh', sans-serif;
    font-weight: 300;
    font-size: 2rem;
    text-align: center;
    color: #FFF;
}
footer nav{
    align-items: center;
    align-content: center;
    max-width: 60rem;
}
footer nav ul{
    display: flex;
    align-items: right;
    padding-top: 2rem;
}
footer nav ul li{
    padding: 0 0 0 2.5rem;
}
footer nav ul li a{
    font-size: 2rem;
    font-family: 'kalameh', sans-serif;
    font-weight: 200;
    font-size: 2rem;
    color: #fff;
}
footer nav ul li a:hover{
    color: #e5c69e;
}
footer nav ul li a:checked{
    text-decoration: solid;
}
.footer-btn-call1, .footer-btn-call2 {
    text-align: right;
    font-family: 'kalameh', sans-serif;
    font-size: 2rem;
    font-weight: 200;
    color: #fff;
}
.call-footer{
    text-align: center;
    margin-top: 2rem;
    justify-content: space-between;
}
/*.footer-btn-call2 {*/
/*    padding-right: 5rem;*/
/*}*/
.icons-footer{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 7rem;
}
.h2-sec4-mob{
    display:none;
}
@media (max-width: 991px){
    html{
        font-size: 7.5px;
    }
    .sec1{
        text-align: center;
        padding: 20rem 2rem 16rem;
    }
    .p-sec1{
        padding: 0rem 12rem 6rem 12rem;
    }
    .sec2-mobile767{
        display: none;
    }
    .sec-2-{
        padding: 2.7rem 15rem;
    }
    .sec2-mobile767{
        display: none;
    }
    .sec3 {
        display: block;
        width: 100%;
    }
    .sec3-rtl{
        width: 100%;
        padding: 0rem 3rem;
    }
    .sec3-lft{
        margin-top: 5rem;
        width: 100%;
        padding: 0rem 3rem;
    }
    .pic1 img,.pic2 img,.pic3 img,.pic4 img,.pic5 img{
        width: 16rem;
    }
    .h2-sec4{
        right:20rem;
    }
    .h2-sec4-mob{
        display:none;
    }
    .sec5{
        padding: 15rem 3rem 3rem 3rem;
    }
    .img-sec5 {
        width: 100%;
        padding-top: 5rem;
    }
    .right-sec5, .left-sec5 {
        padding: 3rem;
        max-width: 50rem;
    }
    .sec6-vid-blocks {
        display: block;
        padding-top: 5rem;
    }
    .sec6-vid-blocks div {
        text-align: center;
        padding: 2rem 0rem;
    }
    .sec7{
        width: 100%;
    }
}
@media (max-width:767px){
    html{
        font-size: 7.5px;
    }
    .navbar-menu-responsive{
        display: flex;
        box-shadow: 0px 1px 5px -2px rgb(0 0 0);
        z-index: 9;
    }
    .menu-bar{
        display: block;
    }
    .navbar-menu{
        display: none;
    }
    .logosite-header{
        text-align: center;
        width: 100%;
        margin-right: 5rem;
    }
    .h3-sec1{
        font-size: 2.5rem;
    }
    .p-sec1 {
        padding: 0rem 5rem 6rem;
    }
    .sec3-h2 {
        line-height: 6rem;
    }
    .sec-2- {
        display: none;
    }
    .sec-2mobup {
        display: flex;
        align-items: center;
    }
    .sec-2mobdwn {
        display: flex;
        align-items: center;
        padding-top: 1rem;
    }
    .sec2-mobile767{
        display: block;
        max-width: 100%;
        padding: 0rem 2rem;
        margin: 2rem;
    }
    .sec2-mobile767 div p{
        margin-right: 0px;
        padding-right: 1.4rem;
        align-self: center;
        text-align: right;
        font-family: 'kalameh', sans-serif;
        font-size: 2rem;
        font-weight: 200;
        color: #000;
    }
    .sec2-mobile767 div img{
        width: 1.8rem;
        height: 1.8rem;
        margin: 0px;
    }
    .pics-sec4{
        flex-wrap: wrap;
    }
    .h2-sec4{
        display:none;
    }
    .h2-sec4-mob{
        font-family: 'kalameh', sans-serif;
        font-size: 4rem;
        font-weight: 100;
        color: #fff;
        text-align: center;
        display: block;
        padding-bottom: 3rem;
    }
    .bottom-sec5 {
        display: block;
    }
    .right-sec5,.left-sec5{
        margin-top: 2rem;
        max-width: 100%;
    }
    .sec6-block2-video video {
        width: 350px;
        height: 218px;
    }
    .sec6-block1-video video, .sec6-block3-video video {
        width: 300px;
        height: 170px;
    }

    .column-package-1,.column-package-2{
        margin: 5rem auto;
        width: 90%;
    }
    .container img {
        width: 49%;
        padding: 3rem;
    }
    .sec8-dwn {
        display: block;
    }
    footer {
        padding: 10rem 2.5rem 1rem 2.5rem;
    }
    footer nav ul li {
        padding: 0px;
    }
}