*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body{
    background-color: #fff;
    color: #000;
    opacity: 0;
    animation-name: main;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
}
.nav-bar{
    padding: 7px;
    text-align: center;
    font-family: "Pacifico", cursive;
    font-style: normal;
    z-index: 1000;
}
.h11{
    display: none;
}
.h1{
    color: #000;
    font-size: 2.7rem;
    font-weight: 350;
    letter-spacing: 4px;
}
.nav1 a{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.nav2{
    margin-top: 10px;
    background-color: #fff 
}
.nav2 a{
    color: #0000005d;
    font-size: 1.5rem;
    padding: 16px 65px 16px 65px ;
    letter-spacing: 3px;
    font-weight: 200;
    
}
.nav2 a:hover{
    color: #000;
    transition: 1s ease-in-out
}
.nav2 a:focus{
    color: #000;
}
.main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-top: 2%;
    margin-bottom: 4%;
}

h2{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.3rem;
    margin-bottom: 5px;
}
.p1{    
    color: #000;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 1.8rem;
}
#img3{
    height: 540px;
    width: 438px;
    position: relative;
    animation-name: txt1;
    animation-duration: 2s;
    animation-iteration-count: 1;
    opacity: 0;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
    transition: 1s ease-in-out;
}
#img3:hover{
    transform: scale(1.03);
}
.txt{
    color: #000;
    position: relative;
    text-transform: lowercase;
    align-self: center;
    opacity: 0;
    letter-spacing: 2px;
    animation-name: txt;
    animation-duration: 4s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

}
@keyframes txt{
    0% {opacity: 0; padding-right: 0;}
    100% {opacity: 1;  padding-right: 16%;}
}
@keyframes txt1{
    0% {opacity: 0; left: 0;}
    100% {opacity: 1;  margin-left: 11%;}
}
@keyframes main{
    0% {opacity: 0}
    100% {opacity: 1}
}
.img3{
    height: 500px;
    width: 400px;
    transition: 1s ease-in-out;
}
.img3:hover{
    transform: scale(1.07);
}
.main-item{
    display: flex;
    padding: 30px;
}
.txt2{
    align-self: center;
    justify-self: center;
}
h3{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 3.5rem;
    font-weight: bolder;
    text-align: center;;
}
.p2{
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.9rem;
    font-weight: bold;
    padding: 0px 20px ;
}

.best{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.best-item{
    background-color: #000;
    height: 360px;
    margin: 25px;
}

.img4{
    height: 310px;
    width: 280px;
    text-align: center;
    transition: 1s ease-in-out;
}
h5{
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
h6{
    text-align: center;
    font-size: 2rem;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
.insta{
    font-size: 16rem;
    color: white;
    transition: 1s ease-in-out;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    width: fit-content;
    padding: 5px 0px;
    height: fit-content;
    -webkit-text-stroke: 2.5px black;
}
.insta:hover{
    color: #000;
}
h4{
    font-weight: 400; 
    text-transform: uppercase;
}
.footer{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    
}
.shop {
    width: fit-content;
    padding: 13px;
    font-size: 18px;
    border-radius: 40px;
    color: black;
    cursor: pointer;
    transition: 1s;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    left: 0;
    text-transform: uppercase;
    font-weight: 1000;
    margin-top: 4%;
    border: 2px solid black;

}
.shop:hover{
    background-color: black;
    color: #fff;
}
.fa{
    margin:0px 7px;
}
@media only screen and (min-width: 200px) and (max-width: 789px){
.best-item{
        background-color: #000;
        height: 168px;
        margin: 25px;
        width: 120px;
        margin: 8px 5px;
}
.h1{
  display: none; 
}
.shop{
    color: #fff;
    background-color: transparent;
    border: 2px solid black;
}
.h11{
    display: initial;
    color: #000;
    font-size: 1.2rem;
    font-weight: 950;
    justify-self: flex-start;
    align-self: flex-start;
}
.nav-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hamburger{
    border:4px solid black ;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    top: 0;

}
.hamburger1{
    position: relative;
    border:4px solid black ;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    top: 0;
}
.ham1, .ham2, .ham3{
    background-color: #000;

}
.ham11, .ham22, .ham33{
    background-color: #000;

}
.hamb{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    position: absolute;
    align-items: center;
    cursor: pointer;
    left: 10%;
    top: 25%;
}
.hamb1{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items: center;
    left: 50%;
    top: 50%;
}
.ham11{
    position: absolute;
    height: 3.5px;
    width: 26px;
    transform: rotate(45deg);
}
.ham33{
    position: absolute;
    transform: rotate(135deg);
    height: 3.5px;
    width: 26px;
}
.ham1{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;

}
.ham2{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;

}
.ham3{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;
}
.best{
    flex-wrap: wrap;
}
.nav2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    width: 0;
    transition: .5s ease-out;
}
.nav2 a{
    align-self: center;
    justify-self: center;
    font-size: 2.5rem;
    letter-spacing: 4px;
    font-weight: 200;
    padding: 10px 0px 10px 0px ;

}
.img4{
    height: 140px;
    width: 120px;
}
.insta{
    font-size: 6rem;
    -webkit-text-stroke: 1.8px black;

}
.footer{
    flex-wrap: wrap;
}
h4{
    font-size: 10px;
}
.main-item{
    margin: 5px 0px;
    position: relative;
}
.main-list{
    position: relative;
    margin: 0 auto;
}
.main{
    justify-content: unset;
    align-items: unset;
    padding: 10px;
    background-position: center;
    background-size: 100%;
    background-image: url(https://onedrive.live.com/embed?resid=D24F0FF61C632ED2%21108745&authkey=%21ACM1ko7JmSG-U4w&width=1024&height=1280);
}
#img3{
    height: 150px;
    width: 100px;
    animation: none;
    opacity: 1;
    left: 0;
    display: none;
}
h2{
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.p1{    
    letter-spacing: 2px;
    font-size:1.6rem;
    color: white;
    font-weight: 900;
}
.txt{
    animation: none;
    opacity: 1;
    letter-spacing: 0;
    padding: 55px;
    right: 0;
}
h5{
    color: #fff;
    font-size: .9rem;
    text-align: center;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
}
.img3{
    height: 220px;
    width: 160px;
    position: relative;
    margin: 0 auto;
}
.img3:hover{
    transform: none;
}
.txt2{
    align-self: center;
    justify-self: center;
}
h3{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.p2{
    font-size: .8rem;
    font-weight: normal;
    padding: 0px 5px ;
}
.m2, .m4{

}
.txt2{
    margin-top: 10px;
}
}
@media only screen and (min-width: 790px) and (max-width: 1070px){
.h1{
    display: initial;
    color: #000;
    font-size: 1.6rem;
    font-weight: 950;
    justify-self: flex-start;
    align-self: flex-start;
}
.shop{
    font-size: 15px;
}
.h11{
    display: none;
}
.nav-bar{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.hamburger{
    border:4px solid black ;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    top: 0;

}
.hamburger1{
    position: relative;
    border:4px solid black ;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    top: 0;
}
.ham1, .ham2, .ham3{
    background-color: #000;

}
.ham11, .ham22, .ham33{
    background-color: #000;

}
.hamb{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    position: absolute;
    align-items: center;
    cursor: pointer;
    left: 10%;
    top: 25%;
}
.hamb1{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center ;
    align-items: center;
    left: 50%;
    top: 50%;
}
.ham11{
    position: absolute;
    height: 3.5px;
    width: 26px;
    transform: rotate(45deg);
}
.ham33{
    position: absolute;
    transform: rotate(135deg);
    height: 3.5px;
    width: 26px;
}
 .hamburger:hover .ham2{
    height: 3.5px;
    width: 20px;
    transition: .45s;
}
.ham1{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;

}
.ham2{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;

}
.ham3{
    height: 3.5px;
    width: 26px;
    margin: 1px 0px;
}
.nav2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    width: 0;
    transition: 1s ease-out;
}
.nav2 a{
    align-self: center;
    justify-self: center;
    font-size: 3rem;
    letter-spacing: 4px;
    font-weight: 200;
}
.insta{
    font-size: 7rem;
}
.best-item{
    background-color: #000;
    height: 260px;
    margin: 25px;
}

.img4{
    height: 210px;
    width: 180px;
}
.main{
    margin-top: 2%;
    margin-bottom: 4%;
}

h2{
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.p1{    
    letter-spacing: 2px;
    font-size: 1.5rem;
}
#img3{
    height: 330px;
    width: 250px;
    position: relative;
}
#img3:hover{
    transform: scale(1.03);
}
.txt{
    color: #000;
    position: relative;
    opacity: 0;
    letter-spacing: 2px;
    animation-name: txt;
    animation-duration: 4s;
    animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;

}
@keyframes txt{
    0% {opacity: 0; padding-right: 0;}
    100% {opacity: 1;  padding-right: 10%;}
}
@keyframes txt1{
    0% {opacity: 0; left: 0;}
    100% {opacity: 1;  margin-left: 11%;}
}
}
@media only screen and (min-width: 1025px) and (max-width: 1170px){
    .nav2 a{
        padding: 16px 50px 16px 50px ;
        
    }
    h2{
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .p1{    
        letter-spacing: 2px;
        font-size: 1.4rem;
    }
    #img3{
        height: 530px;
        width: 428px;
    }
    #img3:hover{
        transform: scale(1.03);
    }
    @keyframes txt{
        0% {opacity: 0; padding-right: 0;}
        100% {opacity: 1;  padding-right: 8%;}
    }
    @keyframes txt1{
        0% {opacity: 0; left: 0;}
        100% {opacity: 1;  margin-left: 11%;}
    }
}