
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,800&display=swap');
 
@font-face {
    font-family:Raleway ;
    src: url(Font/Raleway-VariableFont_wght.ttf);

}


*{
    padding:0;
    margin: 0;
    box-sizing: border-box;
}

html{
    font-size: 10px;
    font-family:'Raleway', sans-serif;
}

a{
    text-decoration: none;
}

.container{
    margin-top:-242px;
    min-height: 100vh;
    width:100%;
    
    align-items: center;
    justify-content: center;
}

.containers{
    min-height: 100vh;
    width:100%;
    
    align-items: center;
    justify-content:center;
}

/*HEader Section*/

header{
    
    z-index:1000000;
    
    top:0;
    width:100vw;
    height:auto;
}

#header .header{
    min-height: 10vh;
    
    transition: .1s ease-in-out;
}

.header .nav-bar{
    
    height: 10vh;
    
    
    width:100hx;
}

.header .nav-list ul{
    
    padding-top: 25px;
    margin-left : 10px;
    list-style: none;
    display: flex;
    float: left;  

}

.header .nav-list2 ul{
    margin-top: -460px;
    
    margin-left: 1340px;
    list-style: none;
    display:flex;
    float:left;
    
}

.header .Banner-Img{
    scale:7%;
    display: flex;
    float: left;
    margin-top:-470px;
}
.header .nav-list ul a{
    margin-right: 20px;
    padding:5px;
    font-size: 1.8rem;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: .4rem;
    transition: .2s ease;
    color:white;
    
    
}

.header .nav-list2 ul a{
    padding:5px;
    margin-right:20px;
    font-size:1.8rem;
    letter-spacing: .4rem;
    text-transform: uppercase;
    transition: .2s ease;
    color: white;
}

.header .nav-list    ul a:hover{
    color:rgb(63, 63, 63);
    align-items: center;
    
    box-sizing:border-box;
    border-radius: 3px;
    scale:2.05%;
    
    
}
.header .nav-list2    ul a:hover{
    color:rgb(63, 63, 63);
    align-items: center;
    box-sizing:border-box;
    border-radius: 3px;
    scale:2.05%;
    
}

.header .icon-img:hover{
    opacity: 50%;
    
}
.header.sticky{
    
    background:white;
}
/*Content Section*/
.content{
    
    text-align: center;
}

.content h1{
    margin-top: 170px;
    font-size: 60px;
    color: white;
    
    text-transform: uppercase;
    font-weight:500;
    
    letter-spacing: 3rem;
    transition: .01s ease;
}
.content h2{
    color: white;
    font-size: 20px;
    margin-top:20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    
    font-weight: 1;
    letter-spacing: .4rem;
    transition: .01s ease;
}

.content a{
    text-decoration: none;
    display: inline-block;
    
    border: 2px solid white;
    padding: 15px 50px;
    color: white;
    
    
    
    
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    
    transition: .3s ease  ;

    
}
.content a:hover{
    scale: 103%;
    background-color:rgb(44, 44, 44);
}

.content::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity:.7;
    z-index:-1;   
}

.back-video{
    max-width: 100vh;
    background-size: cover;
    
    
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
}

/* Shop-before Section*/
.shop-before{
    margin-top:-242px;
    min-height: 65vh;
    width:100%;
    
    align-items: center;
    justify-content: center;
    
}

.shop-before h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-left: 200px;
    padding-right: 200px;
    font-weight: 100;
    padding-top:40px;
    text-transform: uppercase;
    line-height: 150%;
    font-size: 3rem;
    letter-spacing: 0.6rem;
}

.shop-before h2{
    padding-left:200px;
    padding-right: 200px;
    font-weight:100;
    padding-top: 10px;
    line-height: 130%;
    letter-spacing: 0.1rem;
}

/* Shop Section */

.Section{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1500px;
    
    
}
.shop-show{
    flex-basis: 60%;
    display:flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
    padding:100px;
    
    border-radius:20px 20px 0 0;
    background-image: url(./Image/pexels-bob-clark-21294.jpg);

    background-position:center;
    background-size:110%;
    z-index:1;
    font-size:3rem;
    line-height: 5rem;
    color:white;
    
}
.shop-show h1{
    padding-left:70px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    
    
}


.shop-show::after{
    
    content:'';
    position:absolute;
    left:0;
    right:0;
    width:100%;
    background-color: black;
    opacity:1 ;
    z-index:-1;
    
}

.slide-main{
    margin-top: -465px;
    
    display:flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
}
.slide-container{
    z-index:-1;
    width:100%;
    background-image:url(./Image/366143.jpg);
    background-position: center;
    
    
    
}
.slide-container::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity:.6;
    z-index:-1;   
}
.slide-content{
    
    margin:15px 590px;
    
}
.card{
    
    
    border-radius: 10px;
    background-color: white;
    padding:20px 20px 0 20px;
}
.card-content{
    
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 14px;
}
.card-image{
    
    position: relative;
    height: 300px;
    width: 300px;
    border:4px solid #606060;
    
}


.card-image .card-img{
    
    height:100%;
    width:100%;
    object-fit: cover;
    
    z-index: -1;
    transition: 0.5s ease-in-out;
    
}

.card-image .card-img:hover{
    scale:105%;
    border-radius: 10px;

   
}

.name{
    color:#606060;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1rem;
    text-align: center;
}
.Desp{
    color: #606060;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    letter-spacing: .1rem;
}

.swiper-navBtn{
    border: 20px solid white;
    border-radius: 50%;
    transition: .1s ease-in-out;
    background-color: white;
    padding: 20px 20px 20px 20px;
    scale:60%;
}
.swiper-navBtn:hover{
    border: 20px solid white;
    border-radius: 50%;
    color:black;
    background-color: white;
    padding: 20px 20px 20px 20px;
    scale:65%;

}

.swiper-pagination{
    scale:120%;
}
    
    
    
    
    





/*Collection before Section*/

.collection-before{
    
    min-height: 38vh;
    width:100%;
    align-items: center;
    justify-content: center;
}

.collection-before h1{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 40px 200px 0 200px;
    
    font-weight: 100;
    
    text-transform: uppercase;
    line-height: 150%;
    font-size: 3rem;
    letter-spacing: 0.6rem;
}

.collection-before h2{
    padding-left:200px;
    padding-right: 200px;
    font-weight:100;
    padding-top: 10px;
    line-height: 150%;
    letter-spacing: 0.1rem;
    margin-bottom:10px;

}

.nav-bar.sticky{
    position:fixed;
    top:0;
    left:0;
    

}

.nav-bar.sticky{
    background-color: black;
    
}

.header.sticky{
    background-color: black;
    
}


/* Image Section */

.image-main .img-main{
    
    align-items: center;
    height:900px;


    margin-bottom:-10px;
    

}

.img-main::after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity:.9;
    z-index:1;   
}

.design-main{
    margin-top: -500px;
    
    
    min-height:50vh;
    z-index:-1;
}
.design-container{
    z-index:-1;
    width:100%;
    background-color: white;
    margin-top: -60px;
    
    
}

.design-content{
    
    margin:70px 590px;
    
}
.designcard{
    margin-top:-30px;
    margin-left: -40px;
    

}
.image-content{
    display: inline-block;
    text-align: center;
}
.designcardfont-img{
    overflow: hidden;
    margin-left: -500px;
    position: relative;
    height:300;
    width:300;
}
.designcard-image{
    
    overflow: hidden;
    margin-left: -500px;
    position: relative;
    height: 350px;
    width: 350px;
    
      
}


.designcard-image .designcard-img{
    height:100%;
    width:100%;
    object-fit: cover;
    z-index: -1;
    transition: 0.3s ease-in-out;
    
    
}
.designcard-image .designcard-img:hover{
    scale:104%;
    
}



/* Contact Section */

.contact{
    background: url(./Image/1156717.jpg) no-repeat center;
    background-size: cover;
    padding:40px 0;
}


.contact h1{
    margin-top: 70px;
    text-align: center;
    color:white;
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 1;
    letter-spacing: .3rem;

}

.contact .border{
    width:300px;
    height:10px;
    background:#efefef ;
    margin:10px auto;
}

.contact-form{
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
    overflow: hidden;

}
.contact-form-text{
    display: block;
    width:100%;
    box-sizing: border-box;
    margin:16px 0;
    border:0;
    background:#111;
    opacity:0.6 ;
    padding:20px 50px;
    outline:none;
    color:#ddd;
}

.contact-form-text:focus{
    box-sizing: 0  0 10px 2px rgba(173, 173, 173, 0.533);
}

textarea.contact-form-text{
    resize: none;
    height:120px;
}

.contact-form-btn{
    float:right;
    border:0;
    background: #888;
    padding: 12px 50px ;
    cursor: pointer;
    transition: .2s ease-in;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 10;
    letter-spacing: .5rem;

    
}

.contact-form-btn:hover{

    
    
    background: #606060;
    color: rgb(197, 197, 197);
}
.footer-containers{
    min-height:50vh;
    z-index:-1;
}

.footer-section {
  background: #151414;
  position: relative;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-logo {
    scale:.6;
    margin-right: 1400px;
    margin-bottom: 20px;
    padding-top:20px ;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}


.footer-widget-heading h3 {
    color: #fff;
    margin-left: 30px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 1;
    margin-top: 10px;
    letter-spacing: .3rem;
    margin-bottom: 20px;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 10;
  
  bottom: -15px;
  height: 2px;
  width: 180px;
  background: #ff5e14;
}

.footer-widget ul li {
    padding-top:20px;
    
    padding-left: 150px;
    display: flex;
    float: left;
    width: 50%;
}
.footer-widget-heading ul li a{
    font-size: 1.4rem;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
    font-size: 1.2rem;
    color:#606060;
    letter-spacing: .2rem;
    text-transform: capitalize;
}



.copyright-area{
  padding:30px 0 10px 500px;
  background: #1d1d1d;
  
}


.copyright-text p {
  font-size: 1.7rem;
  font-weight: 1;
  text-transform: uppercase ;
  letter-spacing: .3rem;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu{
    margin-left: 40px;
}
.footer-menu li {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 1;
    
    letter-spacing: .3rem;
    color: #878787;
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}