/*==========fonts format==========*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto+Slab:wght@100..900&display=swap');





body{
    position: relative;
    background-color: antiquewhite;
  }
  
  
  .navbar-light .navbar-nav .nav-item .nav-link{
      
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 400;
      color: rgb(0, 0, 0);
      font-size: 1rem;
      text-transform: uppercase; 
       
  }
  .navbar-light{
    background-color:antiquewhite !important ;
    padding-top: 0px ;
  
  }
  .navbar-light .navbar-nav .nav-item .nav-link:hover{
      border-bottom: 2px solid #7D7C78; 
  }

  /*.collapse{
background-color: #f8f9fa ;

  }*/
.collapse{
  background-color: antiquewhite;
}


  /*==========navbar-brand styles==========*/
  
  #hello{
    width: 100px;
    height: 100px;
 
  }

  .dropdown-item{
    font-family:"Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: uppercase;
}
 .d-flex .nav-link{
  color: rgb(0, 0, 0);

 }
 
 .d-flex .nav-link:hover{
  color: #535251;
 }

/*==========intro sec==========*/
.responsive{
  width: 100%;
  height: auto;
}

#cool .container-fluid{
  position: relative;
}
h3{
  position: absolute;
  top:0;
  height: 100%;
}
h3{
  font-family:"Montserrat", sans-serif ;
  font-size: 2.3rem;
  font-weight:400;
  font-style: normal;
  color:rgb(255, 255, 255);
  margin-top:500px;
  padding-left: 300px;
  text-align: center;
  }

  

  /*============good section========*/
#good{
  padding: 20px 0;
}
article{
  text-align: center;
  
}
#good h1{
  font-family:"Montserrat", sans-serif ;
  font-size: 1.8rem;
  font-weight:400;
  font-style: normal;
  color:rgb(0, 0, 0);
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center; 
}
.go{
width: 200px;
height: 200px;
}

 h4{
  font-family:"opensans",sans-serif ;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  padding-top: 15px;
}
#good p{
  font-family: "opensans",sans-serif;
  font-size: 1rem;
  text-align: center;
}

/*========end of good section========*/
   

/*========gon section=======*/

#gon{
  height:400px;
  margin-bottom: 50px;
  margin-top: 5px;
  text-align: center;
  background-color:rgb(232, 213, 189);


}
#gon h1{
  padding-top: 150px;
  font-family:"Montserrat", sans-serif ;
  font-size: 1.8rem;
  font-weight:400;
  font-style: normal;
  color:rgb(0, 0, 0);
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
#gon p{
  font-family:"Montserrat", sans-serif ;
  font-size: 1rem;
  text-align: center;
  padding-top: 2px;
}

 .btn-primary{
  margin-bottom:100px;
  padding-bottom: 10px;
  font-family:"Montserrat", sans-serif ;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  border-color: #b38e69;
  background-color:#b38e69;
  color: #ffffff;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
 .btn-primary:hover{
  background-color: rgb(232, 213, 189);
  color:#7D7C78;
  border-color: #b38e69; 
}
/*============end of gon section=========*/

/*============ video section=========*/
#hero{
margin-top: 10px;
margin-bottom: 30px;
}
/*============end of video section=========*/

/*============ footer section=========*/
footer{
  background-image: -webkit-linear-gradient(270deg,rgba(rgb(125, 124, 120)) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,255,255,0.00) 0.00%,rgba(255,255,255,1.00) 100%);
}


#lolo{
  margin-top: 70px;
  padding-bottom: 10px;
}
h5{
  font-family:"Montserrat", sans-serif ;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
  

}
#lolo a{
  color:black;
  text-decoration: none;
  line-height: 200%;
text-align:center;
}

.socials {
  padding-top: 30px;
  text-align: center;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.666);
  -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.666);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.666);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0000003e;
  color: #fff;
  -webkit-box-shadow: 0 0 0 3px #cde1f8;
  -moz-box-shadow: 0 0 0 3px #cde1f8;
  box-shadow: 0 0 0 3px #cde1f8;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  -webkit-box-shadow: 0 0 0 10px #d99595;
  -moz-box-shadow: 0 0 0 10px #d99595;
  box-shadow: 0 0 0 10px #d99595;
  display: block;
}

.credits{
  text-align: center;
  font-family:"Montserrat", sans-serif ;
}
.credits a{
  color:black;
  text-decoration: none;
  font-size: 0.9rem ;

}

.copyright{
  font-family:"Montserrat", sans-serif ;
  font-size: 0.9rem;
}
.copyright-box{
  padding-bottom: 25px;
  text-align: center;
}
 /*===== footer ring size page====*/
#ring{
  margin-top: 150px;
  margin-bottom: 40px;
  text-align: center;
}
#ring h1{
  font-family:"Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 20px;
}
#para{
  font-family:"Montserrat", sans-serif;
  text-align: center;
}
#para h1{
  font-size: 2rem;
  font-weight: 500;
  margin: 30px 0;
}
#para h2{
  font-size: 1.5rem;
  font-weight: 500;
  margin: 20px 0;
}


#st,#so{
  text-align: center;
  background-color: rgb(232, 213, 189);
  margin-top: 80px;
}


#st h1{
  font-family:"Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 15px;
}
#st p{
  font-family:"Montserrat", sans-serif;
  margin-bottom: 50px;
  font-size: 1rem;

}
#so h5{
  font-family:"Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
#so p{
  font-family:"Montserrat", sans-serif;
  margin-bottom: 50px;
  font-size: 1.3rem;
  text-transform: uppercase;
}


#in{
  text-align: center;
  margin-top: 50px;
  
}
#in .intro{
  background-size: cover;
  background-position-x: center;
  
}


#in .intro-title{
  padding-top: 20px; 
}

.intro {
  height: 50vh;
  position: relative;
  color: #fff;
}

.intro .intro-content  {
  text-align:center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title{
  font-family:"Montserrat", sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
}
 
.bg-image{
  margin-bottom: 25px;
  transition: all 1s ease-in;
}
.bg-image:hover{
  transform: scale(0.9);
}




/*===== footer shipping page====*/
#to{
  font-family:"Montserrat", sans-serif;
  text-align: center;
  margin-top: 50px;
  
}
#to h1{
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
 #to h4{
  text-transform: uppercase;
  font-size:1rem ;
  padding-bottom: 10px;
 }
#to p{
  font-size: 0.8rem;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(238,200,86,0.5) ;
}
#to .too{
  background-color: rgb(232, 213, 189) ;
  padding-top: 30px;
  padding-bottom: 30px;
}
#to .too p{
  border-bottom: none;
}
/*===== footer jewellery care page====*/
#care{
  text-align: center;
  font-family:"Montserrat", sans-serif;
  margin-top: 80px;
  background-color:rgb(232, 213, 189) ;
}
#care h1 {
  font-size: 1.5rem;
  padding-top: 150px;
  text-transform: uppercase;
}
#care p{ 
  font-size: 0.8rem;
}

#care .roro{
  margin: 50px 0;
}
#CUSTOMER {
  font-family:"Montserrat", sans-serif;
  margin: 70px 15%;
  margin-bottom: 30px;
}
#CUSTOMER h2{
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: 15px;
  
}
#CUSTOMER li{
  line-height: 150%;
}
#ph{
  text-align:center;
  background-color: rgb(232, 213, 189);
}
#ph img{
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
-o-transition: all 3s ease;
transition: all 3s ease;
 padding: 50px 0;
}
#ph img:hover{
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

/*=====footer shiping policy /refund policy page/terms page====*/
#ship{
 font-family:"Montserrat", sans-serif;
 margin: 125px 20%;
 padding-bottom: 70px;
 border-bottom: 2px solid rgba(238,200,86,0.5);
}
#ship h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  padding-bottom: 50px;
}
#ship h2{
  font-size: 1.3rem;
padding-bottom: 20px;
}
#ship p{
  font-size: 1rem;
  line-height: 150%;
  padding-bottom: 15px;
}
#ship li{
  font-size: 1.5rem;
  padding-bottom: 15px;
}


/*=====contact fofo page====*/
#fofo{
  text-align: center;
  margin-top: 150px;
  margin-left: 15%;
  margin-right: 15%;
  background-color: rgb(232, 213, 189);
  border-radius: 30px;
}
#fofo h2{
  font-family:"Montserrat", sans-serif ;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  color:#000000;
  padding-top: 30px;
  padding-bottom: 40px;
  text-decoration: underline;
}
.list-ico{
list-style: none;
  
}

.list-ico {
  line-height: 3;
  
}

.list-ico span {
  color: #4365e1;
  margin-right: 10px;
 
}

input{
  width: 70%;
  margin-bottom: 20px;
}

textarea{
  width: 70%;
  margin-bottom: 50px;
}

/*=====branches page====*/

#barnch{
  text-align: center;
  margin-top: 130px;
  text-align: center;
  margin: 130px 10%;
  background-color:rgb(232, 213, 189) ;
  padding:50px 5% ;
  border-radius: 40px;

}

#barnch h2{
  font-family:"Montserrat", sans-serif ;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  color:#000000;
  padding-top: 30px;
  padding-bottom: 40px;
  text-decoration: underline;
}
#barnch P{
  font-family:"Montserrat", sans-serif ;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  color:#000000;
  text-decoration: underline;
}
/*=====necklaces page====*/

#necklaces{
  margin-top: 80px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 55px;
  text-align: center;
  border-bottom: 10px solid rgba(238,200,86,0.5); 
}

#necklaces p{
  font-family:"Montserrat", sans-serif ;
  font-size: 0.8rem;
  font-weight: 400;
  font-style: normal;
  color:#000000;
  padding-top: 90px;

}
#necklaces .bold{
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
  text-transform: uppercase;
}
#proudcts{
  border-bottom: 2px solid rgba(238,200,86,0.5);
  padding-bottom: 20px;
  
}

#proudcts .no{
  width: 270px;
  height: 300px;

}

#proudcts .btn{
  padding: 3px 15px;
  text-align: center;
  background-color:#b38e69;
  color:#000000;
}
#proudcts .btn:hover{
  background-color:antiquewhite;
}
#proudcts .btn{
  margin-bottom: 15px;
}
/*=====bracelets page====*/
#bracelets{
  margin-top: 50px;
  margin-bottom: 55px;
  text-align: center;

}
/*==========shopall sec==========*/
#shopall{
font-family:"Montserrat", sans-serif ;
text-align: center;
margin-top: 70px;
text-transform: uppercase;
background-color:rgb(232, 213, 189) ;
height:250px ;
}
#shopall h1{
  margin: 30px 0;
}
#shopall h4{
  margin-top: 50px;
}
#shopall .btn{
  padding: 5px 30px;
}
/*==========login page/signup page/recoverpage sec==========*/
#login{
  text-align: center;
  font-family:"Montserrat", sans-serif ;
  margin:230px 20% ;
}
#login .btn{
  padding: 5px 20px;
  margin-bottom: 35px;
  font-size: 1rem;
}
#login h2{
font-size: 1.8rem;
text-transform: uppercase;
padding-bottom: 25px;
}
#login p{
font-size: 1rem;
}
#login a{
  text-decoration: none;
  color: #000000;
}
#login a:hover{
  color: #535251;
}
  /*==========media sec==========*/
@media (min-width: 320px){
  #cool{
    padding-top: 20px;
  }
  #cool h3{
    margin-top: 160px;
    padding-left: 40px;
    font-size: 1rem;
}
.responsive{
  padding-top: 30px;
  }

 #gon h1{
  font-size: 1.1rem;
  }
 
  .go{
    width: 130px;
    height: 130px;
}
h4{
  font-size: 0.8rem;
  font-weight: 500;
}
 #good p{
  font-size: 0.8rem;
 } 
 #gogo p{
  font-size: 0.8rem;
 }

#gon{
  height:270px ;
  
}
.goo{
  height: 270px;
}

#gon h1{
  padding-top: 30px;
  font-size: 1.3rem;
  text-align: center;
}
#gon .btn-primary{

  margin-bottom:70px;
}

#gogo{
  margin-top: 320px;
}
 
#good h1{
  font-size: 1.3rem;
}
footer{
  padding-top: 100px;
}
#lolo h5{
  font-size: 0.8rem;
  font-weight: 600;
  padding-top: 60px;
  padding-bottom: 5px;
}
#lolo a{
  font-size: 0.8rem;
  font-weight: 600;
}
.credits{
  font-size: 0.8rem;
}
.credits a{
  font-size: 0.8rem;
  font-weight: 600;
}
.copyright{
  font-size: 0.8rem;
}

#fofo h2{
  font-size: 1.3rem;
}
#barnch h2{
  font-size: 1.3rem;
}

#necklaces p{
padding-top: 40px;
}
#proudcts .no{
  width: 200px;
  height: 230px;
}
#bracelets .mo{
margin-top: 60px;
}
#para h1{
  font-size: 1.5rem;
  font-weight: 500;
}
#para h2{
  font-size: 1rem;
  font-weight: 500;
}
#ring h1{
  font-size: 1.5rem;
}
#st h1{
 
  font-size: 1.3rem;
}

#st p{
  font-size: 1rem;
}

.intro .intro-title{
  font-size: 1.2rem;
}

#to h1{
  font-size: 1.2rem;
}
#care{
  margin-top:15px ;
}
#CUSTOMER h2{
  font-size: 1rem;
}
#ship h1{
  font-size: 1.3rem;
}
#ship p{
  font-size: 0.8rem;
}
#ship h2{
  font-size: 1rem;
}
#ship li{
  font-size: 1rem;
  font-weight: 500;
}
#necklaces p{
  font-size: 0.8rem;
  
}
#necklaces .bold{
  font-size: 1rem;
}
#login h2{
  font-size: 1.2rem;
  }
  #login p{
  font-size: 0.8rem;
  }
  #login .btn{
    font-size: 0.8rem;
  }


}
@media (min-width: 768px){
  #cool h3{
    margin-top:250px;
    padding-left: 100px;
    font-size: 1.5rem;
  }

  #good h1{
    font-size: 1.6rem;
    }

    .go{
      width:190px;
      height: 190px;
}

#gon{
  height:300px ;
}

.goo{
  
  height: 300px;
  
}

#gon h1{
  padding-top: 50px;
  font-size: 1.6rem;
  text-align: center;
}

#gogo{
  margin-top: 25px;
}
footer{
  padding-top: 10px;
}
  #lolo h5{
    font-size: 1rem;
    font-weight: 600;
}
#lolo a{
  font-size: 1rem;
  font-weight: 600;
}
.credits{
  font-size: 0.9rem;
}
.credits a{
  font-size: 0.9rem;
  font-weight: 600;
}
.copyright{
  font-size: 0.9rem;
}

#fofo h2{
  font-size: 1.5rem;
}
#barnch h2{
  font-size: 1.5rem;
}
#proudcts .no{
  width: 230px;
  height: 260px;
}
#to h1{
  font-size: 1.5rem;
}

#care{
  margin-top:60px ;
}
#CUSTOMER h2{
  font-size: 1.3rem;
}
#ship h1{
  font-size: 2rem;
}
#ship p{
  font-size: 1rem;

}
#ship h2{
  font-size: 1.3rem;
}
#ship li{
  font-size: 1.5rem;
}
#necklaces p{
  font-size: 0.8rem;
  
}
#necklaces .bold{
  font-size: 1.8rem;
}
#login h2{
  font-size: 1.8rem;
  }
  #login p{
  font-size: 1rem;
  }
  #login .btn{
    font-size: 1rem;
  }

}
@media (min-width: 1200px){
  #cool h3{
    margin-top:450px;
    padding-left: 150px;
    font-size: 2.3rem;
  }

  #good h1{
    font-size: 1.8rem;
    }
    .go{
      width: 200px;
      height: 200px;
}

#gon{
  height:400px ;
}

.goo{
  height: 400px;
}
#gon h1{
  padding-top: 100px;
  font-size: 1.8rem;
  text-align: center;
}
footer{
  padding-top: 5px;
}
#fofo h2{
  font-size: 2rem;
}
#barnch h2{
  font-size: 2rem;
}
#necklaces p{
  padding-top: 90px;
  }
  #para h1{
    font-size: 2rem;
    font-weight: 500;
  }
  #para h2{
    font-size: 1.5rem;
    font-weight: 500;
  }
  #ring h1{
    font-size: 2rem;
  }
  #st h1{
 
    font-size: 1.7rem;
  }
  
  #st p{
    font-size: 1rem;
  }
  
  .intro .intro-title{
    font-size: 1.5rem;
  }

  #care{
    margin-top:80px ;
  }


}
