
header nav.container {
    width: 100%;
    position: fixed;
    display: flex;
    text-align: center;
    background-color: rgba(239, 226, 206, 0);
    background-image: linear-gradient(180deg, rgb(240, 210, 166), rgba(255, 255, 255, 0.514));
    background-repeat: no-repeat;
    background-size: cover;
    height: 15%;
    top: 0;
    left: 0;
    margin: 0;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
    z-index: 1;


}

@font-face {
    font-family: iransansbold;
    src: url(fonts/IRANSans_Black.ttf);
}

@font-face {
    font-family: iransansblack;
    src: url(fonts/IRANSans_Black.ttf);
}



* {
    margin: o;
}

header ul.menu {
    display: flex;
    align-items: center;
    justify-content: right;
    list-style: none;
    margin: 2%;


}


header ul li.active {
    font-size: 1.5em;
    font-family: iransansbold;
    transition: all .2s ease;

}


header a {
    text-decoration: none;
    color: black;

}

header ul li.active:hover {

    text-shadow: 2px 2px 2px rgb(51, 48, 48);
    transform: translate(0, -10%);

}

header div.links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;

}


header div.links a {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    width: 30%;
    font-family: iransansblack;
    line-height: 100%;
    background-color: rgb(248, 247, 245);
    padding: 3%;
    margin: 2%;
    border-radius: 10px;
    border: 2px solid rgb(31, 31, 30);
    font-size: 1rem;

}


header div.links a i {
    margin-right: 5%;

}

header div.links a:hover {
    background-color: rgb(194, 157, 112);
    color: black;

}

@media only screen and (max-width: 800px) {

    header div.links {
        flex-direction: column;

        font-size: 70%;

    }

    header div.links a {
        width: 70%;
    }

}


header .logo {

    height: 100%;
    z-index: 10;
    position: absolute;
    right: 50%;
    transform: translate(50%);

}

.logo img {

    height: 150%;
    border-radius: 100%;
    box-shadow: 0 0 10px black;
}

@media only screen and (max-width: 800px) {
    .logo img {
        height: 100%;


    }

}

main div.backgraund {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -50;

    width: 100%;
    height: 130vh;
    background-image: url(img/samuel-sianipar-4TNd3hsW3PM-unsplash.jpg);


    opacity: .70;


    background-repeat: no-repeat;
    background-size: cover;

}

main div.container {
    background-color: #dcdad7a2;
    width: 70%;
    height: 60%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 60%;
    border-radius: 20px;

    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    align-items: center;
    /* flex-direction: column;
    justify-content: center; */


}

div.container div.slides {
    position: absolute;
    display: flex;
    width: 400%;
    height: 50vh;
    align-items: center;
    transition: all 1s;
    left: 0;



}


main .container .slider {
    width: 100%;
    height: 100%;
    margin: 1%;
    position: relative;





}


.slider img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

main .container .slider p {
    top: 70%;
    position: absolute;
    color: #ffffffd9;
    left: 2.5%;
    right: 10%;
    font-family: iransansbold;

}

.slider h1 {
    top: 50%;
    position: absolute;
    color: #ffffffe4;
    left: 2.5%;
    font-family: iransansblack;

}

/* main .container .content1,
.content2,
.content3,
.content4 {
    display: none;
} */

/* main .container .active {
    display: block;

} */



.container .dots-container {
    width: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    height: 4.5%;
    bottom: 2%;
    left: 50%;
    transform: translate(-50%);
    justify-content: center;

}

.container .dots-container .dotsn {
    height: 1em;
    width: 1em;
    margin: 1.5%;
    border: 2px solid rgb(0, 0, 0);
    cursor: pointer;
    transition: 300ms;
    border-radius: 100%;
    margin-top: 0;
    margin-bottom: 0;


}

.dots-container input {
    display: none;
}

.dotsn:hover {
    background-color: black;
}

div.dots-container .active-dots {
    background: black;
}

@media only screen and (max-width:500px) {
    .container .dots-container .dotsn {
        width: .6em;
        height: .6em;
    }
}


@media only screen and (max-width:1100px) {
    main div.container {
        width: 90%;
        height: 40%;
    }

    div.container div.slides {
        height: 33vh;
    }


}

@media only screen and (max-width:500px) {
    main div.container {
        width: 97%;
        height: 30%;
    }

    div.container div.slides {
        height: 24vh;
    }


}

@media only screen and (max-width:600px) {
    main .container .slider p {
        font-size: 70%;
    }

    .slider h1 {
        font-size: 70%;
    }
}

@media only screen and (max-width:500px) {
    main .container .slider p {
        font-size: 50%;
    }

    .slider h1 {
        font-size: 50%;
    }


}

@media only screen and (max-width:400px) {
    main .container .slider p {
        font-size: 30%;
    }

    .slider h1 {
        font-size: 30%;
    }


}



main .shop-container {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 16em;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 4px solid black;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.778);
    position: relative;
    top: 125vh;
    direction: rtl;
    margin: 0;
    /* padding:1%; */


}

main .shop-container .title {
    flex: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;





}

.title img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

main .shop-container .items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 70%;
    height: 100%;
    background-color: rgb(232, 223, 203);



}

.shop-container .items a img {

    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 4px solid black;
    object-position: center;

}



.items a {
    text-decoration: none;
    width: 25%;
    height: 80%;
    margin: 3%;


}

body,
main {
    margin: 0%;
    padding: 0%;
}


.shop-container .items a img:hover {

    box-shadow: 2px 2px 4px black;


}

@media only screen and (max-width: 900px) {
    .shop-container .items a img {
        object-fit: fill
    }

    .items a {
        margin: 1%;
        width: 40%;
        height: 60%;
    }

    .title img {
        object-fit: fill;
    }

}


@media only screen and (max-width: 700px) {

    main .shop-container {
        height: 13em;
    }

    .shop-container .items a img {
        object-fit: fill
    }

    .items a {
        margin: 1%;
        width: 40%;
        height: 60%;
    }


}

@media only screen and (max-width:500px) {
    main .shop-container .title {
        background-color: rgb(31, 31, 31);
    }

    .title img {
        object-fit: contain;
    }
}



main div.violin-backgraund {

    position: absolute;
    top: 16em;
    ;
    left: 0;
    z-index: 100;

    width: 100%;
    height: 600px;
    background-image: url(img/violinback.png);


    opacity: .80;


    background-repeat: no-repeat;
    background-size: contain;


}

@media only screen and (max-width: 700px) {
    main div.violin-backgraund {
        top: 13em;
    }


}




main div.best-selling {
    box-sizing: border-box;
    width: 90%;
    height: 40em;
    position: relative;
    top: 150vh;
    border: 8px double black;
    left: 50%;
    transform: translate(-50%);
    background-color: rgb(167, 128, 80);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

main div.best-selling img.backgraund {
    width: 100%;
    height: 100%;
    opacity: .20;
    position: absolute;


}

main div.best-selling .buttons {

    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 80%;
}





div.buttons .selling-button {
    /* appearance: none; */
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0);
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: rgb(232, 223, 203);
    cursor: pointer;
    display: flex;
    font-family: Roobert, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    /* line-height: normal; */
    margin: 2%;
    /* min-height: 60px; */
    /* min-width: 0; */
    /* outline: none; */
    padding: 2%;
    text-align: center;
    /* text-decoration: none; */
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    /* user-select: none;
  -webkit-user-select: none; */
    /* touch-action: manipulation; */
    width: 20%;
    /* will-change: transform; */
    height: 10%;
}

.selling-button:disabled {
    pointer-events: none;
}

.selling-button:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.selling-button:active {
    box-shadow: none;
    transform: translateY(0);
}

@media only screen and (max-width: 900px) {

    div.buttons .selling-button {

        width: 70%;
        padding: 4%;
        height: 20%;
        margin: 2%;

    }



}

@media only screen and (max-width: 1100px) {
    main div.best-selling {
        top: 145vh
    }
}

@media only screen and (max-width: 900px) {
    main div.best-selling {
        top: 135vh
    }
}



@media only screen and (max-width: 700px) {

    main div.best-selling .buttons {
        width: 85%;
        height: 20%;
    }

    div.buttons .selling-button {

        width: 100%;
        padding: 4%;
        height: 30%;
        margin: 1%;
    }



}

@media only screen and (max-width: 420px) {
    div.buttons .selling-button {
        font-size: 70%;

    }
}

main div.best-selling .products {

    width: 90%;
    height: 80%;
    background-color: bisque;
    /* border-top:2px ; */
    border-radius: 20px;
    position: relative;
    box-shadow: inset 0px 0px 10px rgb(167, 128, 80);
    margin-bottom: 2%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

main div.best-selling .products .slides {
    width: 300%;
    height: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    left: -200%;
    justify-content: center;
    top: 0;
    transition: all 1s;

}


main div.best-selling .products .slides .news,
.most-visited,
.bestseller {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* margin: 4%; */
    /* background-color: #1A1A1A; */

}



.slides .slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 80%;
    background-color: hsl(0, 0%, 100%);
    border-radius: 15px;
    /* margin-top: 1
    0%;
    margin-bottom: 10%; */
    padding: 1em;
    border: 1.5px solid hsl(0, 0%, 7%);
    box-shadow: 7px 7px 1px hsl(0, 0%, 7%);
    transition: box-shadow 150ms;
    margin: 4%;

}

/* @media only screen and (max-width: 480px){
        .container{min-width:18em;}
        } */


.mainimg {
    border-radius: 7px;
    width: 100%;
    height: 90%;
    object-fit: cover;
}


.space {
    margin-bottom: 1%;
}

.typbox {
    background-color: hsl(47, 88%, 63%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: 5%;
    padding: 2%;
    margin-bottom: 4%;
    border-radius: 3px;
    color: hsl(0, 0%, 7%);
}

.semibold {
    font-family: semibold;
}

.paragraph {
    font-size: 18px;
}

.extrabold {
    font-family: extrabold;
}


.slides .slide a {
    text-decoration: none;
    color: hsl(0, 0%, 7%);
    font-size: 1.2em;
    font-weight: 800;
    font-family: bold1;
    transition: color 150ms;
}

.slides .slide a:hover {
    color: hsl(47, 88%, 63%);
}

.slides .slide:hover {

    box-shadow: 11px 11px 1px hsl(0, 0%, 7%);
}

.gray {
    color: hsl(0, 0%, 50%);
    font-size: 15px;

}




@media only screen and (max-width: 700px) {

    main div.best-selling {
        width: 100%;
        height: 35em;
    }

    main div.best-selling .products {
        width: 97%;

    }

    .slides .slide {
        min-width: 15px;
        margin: 1%;
        padding: .5em;
        height: 60%;
    }

    .gray {
        font-size: 70%;
    }

    .slides .slide a {
        font-size: 70%;
    }

    .paragraph {
        font-size: 50%;
    }

    .mainimg {
        object-fit: contain;
    }

}




@font-face {
    font-family: extrabold;
    src: url(fonts/static/Figtree-ExtraBold.ttf);
}

@font-face {
    font-family: semibold;
    src: url(onts/static/Figtree-SemiBold.ttf);
}

@font-face {
    font-family: bold1;
    src: url(fonts/Figtree-VariableFont_wght.ttf);
}

.most-visited .slide .typbox {
    width: 50%;
}

.question-background {

    position: absolute;
    top: 290vh;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/violinback.2png.png);
    z-index: -50;
    opacity: .75;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;




}

@media only screen and (max-width:1200px) {
    .question-background {
        top: 200vh;
    }
}

@media only screen and (max-width:900px) {
    .question-background {
        top: 210vh;
    }
}



@media only screen and (max-width:500px) {
    .question-background {
        top: 200vh;
    }
}

@media only screen and (max-width:380px) {
    .question-background {
        top: 230vh;
    }
}






div.question-container {
    display: flex;
    flex-direction: column;
    width: 60%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 170vh;
    /* background-color: rgb(245, 222, 179); */
    /* right: 0; */

}


div.question-container .question {
    width: 70%;
    height: 1.5em;
    background-color: bisque;
    margin: 1%;
    font-family: iransansblack;
    font-size: 1.5em;
    padding: 2%;
    color: rgba(69, 53, 18, 0.753);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;

    transition: all 1s;
    border: 2px solid rgb(60, 32, 19);





}

div.question-container .title {
    font-size: 2em;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;



}

div.question-container .question i {
    color: rgb(33, 67, 33);
    float: right;
    transition: all .5s;



}

div.question-container .question p {
    margin: 3%;

    font-size: 70%;
    color: black;
    display: block;


}

div.question-container .show {
    height: 7em;
}

@media only screen and (max-width: 1250px) {

    div.question-container .question {
        /* font-size: 90%; */
        border-radius: 15px;
        width: 70%;
    }

    div.question-container {
        top: 160vh;
        width: 100%;
    }

}

@media only screen and (max-width: 900px) {

    div.question-container .question {
        font-size: 80%;
        border-radius: 10px;
        width: 80%;
    }

    div.question-container {
        top: 145vh;
    }

    div.question-container {
        width: 100%;
    }


}



.footer {
    top: 400vh;
    background: linear-gradient(#f8f8f800, #c0864c);
    padding: 4% 0px;
    font-family:iransansblack;
    text-align: center;
    position:absolute;
    width: 100%;
    height: 12em;
    right: 0;
    left: 0;

}

.footer .row {
    width: 100%;
    /* margin: 1% 0%;
    padding: 0.6% 0%; */
    color: rgb(39, 37, 37);
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}



.footer .row a {
    text-decoration: none;
    color: rgb(36, 35, 35);
    transition: 0.2s;
    /* margin: 2%; */
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.footer .row a:hover {
    color: #d2a467;
}

.footer .row ul {
    width:90%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.footer .row ul li{
  
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 10em; */
    margin: 2%;

}


.footer .row a i {
    font-size: 3em;
    margin: 1em;
    
}

@media only screen and (max-width:1200px) {
    .footer {
        top: 300vh;
       
    }
    /* .footer .row ul li {
       
        margin:1% 2%;
        
    } */
}

@media only screen and (max-width:900px) {
    .footer {
        top: 310vh;
        font-size: 70%;
    }
    .footer .row a i{margin: .5em;}

}



@media only screen and (max-width:500px) {
    .footer {
        top:300vh;
    }
}

@media only screen and (max-width:380px) {
    .footer {
        top: 350vh;
        font-size: 50%;
    }
}

/* @media (max-width:720px) {
    .footer {
        text-align: left;
        padding: 5%;
    }

    .footer .row ul li {
        display: block;
        margin: 10px 0px;
        text-align: left;
    }

    .footer .row a i {
        margin: 0% 3%;
    }
} */