@import url('https://fonts.googleapis.com/css2?family=Rubik+Bubbles&display=swap');

*{
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 0;
  border: none;   
  outline: none;       
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
/* start navbar */
nav {
  padding: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 2px 5px #b8b8cf;
}

nav .navbar-brand {
  display: flex;
  align-items: center;
}

nav .navbar-brand img {
  margin-right: 5px;
  width: 40px;
}

nav .navbar-brand h2 {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Rubik Bubbles', cursive;
}

nav .navbar-brand h2 span {
  color: blue;
  font-family: 'Rubik Bubbles', cursive;
}

nav ul {
  width: 620px;
  margin-right: 350px;
  display: flex;
  justify-content: center;
}

nav ul li {
  display: inline;
  list-style: none;
  margin: 0 10px ;
}

nav ul li a { 
  font-size: 20px;
  font-weight: 600;
  text-decoration: none; 
}

.navbar-nav .nav-link {
  color: black;
}

.navbar-nav .nav-link:hover {
  color: blue;
}

nav .login {
  font-weight: 600;
  color: white;
  padding: 7px 10px;
  background-color: rgb(0, 0, 0);
  border-radius: 25px;
  text-decoration: none;
}

nav .login:hover {
  background-color:blue;
}   

nav .navbar-toggler {
  width: fit-content;
  font-size: 35px;
  color: blue;
  font-size: 25px;
  padding: 5px;
}

nav .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
  border: 2px solid blue;
} 
/* end navbar */

/* start sec1 main */
.sec1 {
  background-color: #11406a;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec1 .cntcat {
  padding-top: 70px;
  color: white;
  max-width: 500px;
}

.sec1 .cntcat h1 {
  font-weight: 500;
  font-size: 40px;
  margin: 30px 0;
}

.sec1 .cntcat h1 span {
  font-weight: 700;
  font-size: 50;
}

.sec1 .cntcat p {
  font-size: 18px;
  white-space: 1px;
  margin-bottom: 30px;
}

.sec1 .cntcat a {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 40px;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 15px;
  text-decoration: none; 
  text-transform: uppercase;
}

.sec1 .cntcat a:hover{
  background-color: blue; 
}

.sec1 .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0;
  padding: 7px;
  background: #11406a
}

.sec1 .img img {
  width: 350px;
  border-radius: 50%;
}
/* end sec1 main */

/* start sec2 shop */
/* video Clothes */
.cvideo video {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 15px auto;
  height: auto;
  position: relative;
}

.sec2 {
  margin-top: 10px;
  margin-bottom: 50px;
}

.sec2 .headersestion{
  padding-top: 80px;
  text-align: center;
  font-size: 35px;
} 

.sec2 div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  margin-bottom: 10px ;
  /* padding-top:30px ; */
  color: blue;
}

.sec2 .shop {
  display: flex;
  justify-content: space-around;
}  

.sec2 .box {
  background-color: #dddbdb75;
  box-shadow: 1px 1px 10px;
  position: relative;
  padding: 15px;
  border-radius: 10px;
  transition: 0.5s ease;
  max-width: 230px;
  margin-top: 20px ;
}

.sec2 .box:hover {
  transform: scale(1.1); 
}

.sec2 .box a {
  color: #000000;
  font-size: 25px;
  text-decoration: none; 
}

.sec2 .box .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  height: 225px;
}

.sec2 .box .img-box img {
  max-width: 100%;
  max-height: 200px;
}

.sec2 .box .detail-box {
  display: flex;  
  justify-content: space-between;
}

.sec2 .box .detail-box h6 span {
  color: blue;
}

.sec2 .box .new {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  font-size: 15px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px ;
}

.btn a {
  display: inline-block;
  padding: 15px 40px;
  background-color: #1b2175;
  color: #ffffff;
  border: 1px solid #1b2175;
  border-radius: 10px;
  text-decoration: none; 
}

.btn a:hover {
  background-color: transparent;
  color: #1b2175;
} 
/* end sec2 shop */

/* start sec3 map */
.sec3 {
  margin-bottom: 50px;
}

.sec3 .headersestion{
  padding: 20px;
  padding-top: 100px;
  text-align: center;
  font-size: 20px;
} 

.sec3 .map {
  height: 450px;
  margin: auto;
  margin-bottom: 70px;
}
/* end sec3 map */

/* start sec4 footer */
.sec4 {
  background-color: #2d2d2d;
  color: #ffffff;
  padding: 20px;
}

.sec4 .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px;
}

.sec4 .logo a {
  margin: 0 10px;
  color: #ffffff;
  font-size: 25px;
}

.sec4 .m {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 25px;
}

.sec4 .cont1 h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.sec4 .form h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.sec4 .form form input {
  outline: none;
  width: 80%;
  padding: 7px 10px;
} 


.sec4 .form form button {
  padding: 8px 35px;
  border: none;
  color: #ffffff;
  background: #1b2175;
  margin-top: 15px;
}

.sec4 .cont2 h6 {
  margin-top: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.sec4 .cont2 p {
  padding: 10px;
} 


.sec4 .link h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.sec4 .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
  color: #fff;
  text-decoration: none;
  font-size: 15px;

}

.sec4 .link a i {
  margin-right: 5px;
  font-size: 18px;
}

.sec4 .link span {
  padding-left: 5px;
}

.footer {
  font-weight: 500;
  font-size: 25px;
  text-align: center;
}

.footer p{
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Patua One', cursive;
  border-top: 2px solid #eeeeee;
  width: 80%;
  margin: 0px auto;
  padding: 10px;    
}

.footer p span{
  font-family: 'Patua One', cursive;
}
/* end sec4 footer */

/* start login */
.seclogin{
  height: 100vh;
  width: 100%; 
  display: flex; 
  align-items: center;
  justify-content: center;
  background-image:url(../imges/images\ \(8\).jpeg);
  background-size: cover;
  background-position: right;
}

.seclogin .container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; 
  max-width: 400px;
  border-radius: 20px;
  border: 2px solid rgb(257, 257, 257);
  background-color: rgba(0, 0, 0, 0.432);
  margin: 10px;
}

.seclogin .main-box{
  padding: 10px;
  width: 100%;
}

.seclogin .main-box h1{
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: -30px;
}

.seclogin .input-box{
  position: relative;
  border-bottom: 2px solid #ffffff;
  margin: 30px 0;
}

.seclogin .input-box label{
  position: absolute;
  top: 50%;
  Left: 6px;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  transition: 1s;
  background-color: transparent;
}

.seclogin .input-box input{ 
  width: 100%;
  background: transparent;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  padding:30px 0 6px;
}

.seclogin .input-box .icon{
  position: absolute;
  right: 9px;
  top:30px;
  font-size: 20px;
  color: #ffffff;
}

.seclogin .input-box input:focus~label,
.seclogin .input-box input:valid~label{
  top: -1px;
} 

.seclogin .check{
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0 15px;
  display: flex;
  justify-content: space-between;
}

.seclogin .check label input,
.seclogin .check a {
  color: #ffffff;
  margin-right: 3px;
} 

.seclogin .check a:hover{
  text-decoration:underline ;
  color: blue;
}

.seclogin .btn{
  width: 100%;
  height: 45px;
  background: #ffffff;
  border-radius: 20px;
  font-size: 20px; 
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.seclogin .btn:hover {
  color: blue;
}

.seclogin form>a {
  text-decoration: none;
}

.seclogin .register{
  text-align: center; 
  color: #ffffff; 
  font-size: 15px; 
  font-weight: 500;
  margin: 25px 0 10px; 
}

.seclogin .register p a{
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 5px;
}

.seclogin .register p a:hover{
  color: blue;
}

textarea {
  width: 93.5%;
  height: 100px;
  padding: 10px;
  font-size: 17px;
  background: transparent;
  border: 2px solid white;
  color: white;
}

textarea::placeholder {
  color: white;
}
/* end login */

/* start deta section */
.datasec {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  margin-bottom: 30px;
}

.datasec .img {
  display:flex;
  align-items: center;
  justify-content: center;
}

.datasec img {
  min-width: 270px;
}

.datasec .product,
.datasec .prices {
  margin: 5px 0;
}
.datasec .row {
  display: flex;
  justify-content: center;
} 

.datasec .contant {
  padding: 0 20px;
  max-width: 425px;
}

.datasec .product svg {
  color: blue;
}

.datasec .prices h3{
  font-size: 20px;
  margin-bottom: 10px;
  display: inline;
}

.prices span{
  font-weight: bold;
}

.f1>p {
  margin: 0;
  font-size: 14px;
}

.prices>p {
  max-width: 500px;
  font-size: 14px;
}

.datasec .f1{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.datasec .f1 form{
  display: flex;
  /* justify-content: center; */
  align-items: center;
  font-size: 12px;
  flex-wrap: wrap;
}

.datasec .f1 form div{
  display: flex;
  margin: 4px;
}

.datasec .f1 form div input {
  margin: 2px;
  border: 2px solid;

}

.datasec .bnt {
  display: flex;
  margin:20px 5px ;
  flex-wrap: wrap;
}

.datasec .bnt .plus, .minus {
  width: 25px;
  height: 25px;
  background-color: blue;
  color: white;
  border: none;
  outline: none;
  margin:10px 0px ;
}

.datasec .bnt  button:hover {
  background-color: rgba(45, 45, 119, 0.705);
}

.datasec .bnt input{
  width: 40px;
  height: 25px;
  margin-top: 10px;
  text-align: center;
  border: 1px solid;
  padding: 1px;
} 

.datasec .totalprice {
  padding: 12px 25px ;
  background-color: blue;
  color: white;
  border-radius: 5px ;
  outline: none;
  border: 2px solid white;
  font-size: 13px;
  margin: 0px 5px;
}

.addtocard {
  margin-bottom: 20px;
} 

.datasec .addtocard a{
  padding: 10px 20px ;
  background-color: blue;
  color: white;
  border-radius: 5px ;
  outline: none;
  border: 2px solid white;
  font-size: 15px;
  margin: 0px 5px 10px;
  text-decoration: none;
}

.datasec .addtocard a:hover{
  background-color: rgba(45, 45, 119, 0.705);
}

.datasec .bnt .total{
  text-align: center;
  padding-top: 5px;
  border: 2px solid blue;
  width: 100px;
  height: 35px;
  margin: 7px 0;
}

.datasec .share {
  display: flex;
  margin: 0 5px;
}

.datasec .share div i {
  margin: 0 5px;
  font-size: 20px;
  color: rgb(17, 0, 255);
}
/* end  deta section */
