@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

/*  ------------------------------------------- navbar1 Start  ------------------------------------------- */

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::selection{
  background: rgb(0,123,255,0.3);
}
.content{
  max-width: 1250px;
  margin: auto;
  padding: 0 30px;
}
.navbar1{
    background-color: #212529;
  position: fixed;
  width: 100% !important;
  z-index: 2;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.navbar1.sticky{
  background: white !important;
  /* background-color: red !important; */
  padding: 10px 0;
  /* border: 3px solid red !important; */
  box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);
}
.main-title{
    color: rgb(243, 63, 63) !important;
}
.navbar1.sticky li a {
    color: black !important;
}
.navbar1.sticky li a:hover {
  color: rgb(223, 51, 51) !important;
  transition: 0.5s;
}
extra{
    color: white !important;
}
.navbar1.navbar1.sticky extra {
    color: black !important;
}
.navbar1 .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar1 .logo a{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.navbar1 .menu-list{
  display: inline-flex;
}
.menu-list li{
  list-style: none;
}
.menu-list li a{
    font-family: 'Poppins', sans-serif;
   font-weight: 500;
  color: white;
  font-size: 17px;
  font-weight: 500;
  margin-left: 25px;
  text-decoration: none;
  padding-left: 30px;
  transition: all 0.3s ease;
}
.menu-list li a:hover{
  color: rgb(243, 63, 63);
}
.navbar.sticky .menu-list li a:hover{
  color: rgb(243, 63, 63) !important;
}

.about{
  padding: 30px 0;
}

.icon{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.navbar1.sticky .icon{
  color: #000;
}
.menu-list .cancel-btn{
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (max-width: 1230px) {
  .content{
    padding: 0 60px;
  }
}
@media (max-width: 1100px) {
  .content{
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .content{
    padding: 0 30px;
  }
}
@media (max-width: 868px) {
  body.disabled{
    overflow: hidden;
  }
  .icon{
    display: block;
    /* position: fixed;
    float: right !important; */
  }
  .icon.hide{
    display: none;
  }
  .navbar1 .menu-list{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    left: -100%;
    top: 0px;
    display: block;
    padding: 40px 0;
    text-align: center;
    background: rgb(243, 63, 63);
    transition: all 0.3s ease;
  }
  .navbar1.show .menu-list{
    left: 0%;
  }
  .navbar1 .menu-list li{
    margin-top: 45px;
  }
  .navbar1 .menu-list li a{
    font-size: 23px;
    margin-left: -100%;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar1.show .menu-list li a{
    margin-left: 0px;
}
}
@media (max-width: 380px) {
    .navbar1 .logo a{
        font-size: 27px;
    }
}


/* ------------------------------------------- navbar1 End   ------------------------------------------- */



/* =============================================== Slider =================================================== */

.cor-div{
    background-image: linear-gradient(rgba(0,0,0,0.55),rgba(0,0,0,0.55)),url('../img/banner3.jpg');   /*To make blurry pic*/
    background-color: white !important;
    background-repeat: no-repeat;
background-size: 37cm;
    background-position: center center;
    background-attachment: fixed;
    height:100vh;
    text-align: center;
    color: #fff;
}
.cor-div h1{
    padding-top: 40vh;
  /* font-family: 'Style Script', cursive; */
  /* font-family: 'Shadows Into Light', cursive; */
  font-family: 'Gowun Batang', serif;
  font-size: 9vh;
  letter-spacing:1mm;
  font-style: italic;
  /* font-family: 'MonteCarlo', cursive; */
  /* font-family: 'Merriweather', serif; */
  font-weight: bold;
}

best{
    font-family: 'Amatic SC', cursive;
    color: rgb(243, 63, 63);
    /* font-size: 4vh; */
}
.h1color{
    color: rgb(243, 63, 63) !important;
}
.navbar1.sticky .h1color{
    color: rgb(243, 63, 63) !important;
}

/* ========================================= Slider End =================================================== */

/* ========================================= Latest Products =================================================== */
.products-cards{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

 
.pcard {
  /* background-color: red  !important ; */
  width: 300px;
  height: 300px;
  background: #000;
  margin-top: 50px;
  /* cursor: pointer; */
}
.pcard .image {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.pcard .image img {
  width: 100%;
  transition: .5s;
}
.pcard:hover .image img {
  opacity: .5;
  transform: translateX(30%);
}
.pcard .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #212529;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.fa-search-circle{
  color: white !important;
}
.pcard:hover .details {
  
  transform: perspective(2000px) rotateY(0deg);
}
.pcard .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pcard .details .center h1 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.pcard .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.pcard .details .center p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.pcard .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.pcard .details .center ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.pcard .details .center ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: .5s;
}
.pcard .details .center ul li a:hover {
  background: #ff3636;
} 


/* gallery */

/* ====================================== Latest Products End =================================================== */

/* ====================================== All Products Btn ============================================ */

.show-all-product{
  margin-top: 50px;
}
.show-all-product a{
  font-family:'Calibri';
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  color: rgb(243, 63, 63);
  
}
.show-all-product a:hover{
  color: #000;
  font-size: 22px !important;
  transition: 0.5s;
}

/* ==================================== All Products Btn End ============================================ */

/* ====================================  About Syeda Apparel ============================================ */


.about-SA{
  margin-top: 50px;
margin-bottom: 30px;
border-bottom: 1px solid rgb(189, 188, 188);
}

.about-SA h1{
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: inline-block;
}

.about-boxes{
  margin-top: 50px;
}
.about-details{
  vertical-align: center !important;
  width: 50%;
  padding-right: 10px;
  line-height: 10mm;
}
.about-pic{
  width: 50%;
}
.about-pic img{
  height: 300px !important; 
  width: 100%;
}

/* ==================================== About Syeda Apparel End ============================================ */


/* ============================================== Footer ============================================ */

.footer{
  width: 100%;
  background-color: #16181b;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 50px;
} 
.footer-box{  
  width: 250px;
  height: 250px;
  margin-top: 40px;
}
.footer-box a{
  text-decoration: none;
  line-height: 35px !important;
  font-size: 15px;
}
.footer-box a:hover{
  color: rgb(223, 51, 51) !important;
}
.footer-para{
  line-height: 35px !important;
  font-size: 15px;
  color: white;
  line-height: 20px;
}
.footer-mat{
  color: white;
}



/* =========================================== Footer End ============================================ */


/* =========================================== Copyright ============================================ */
    
.copyright{
  background-color:rgb(223, 51, 51);
}

.p1{
  color: white;
  font-size: 13px;
  margin-top: 10px;
}

/* ========================================= Copyright End ============================================ */






/* ---------------------------------------CONTACT PAGE STARTED------------------------------------- */


/* SLIDER */

.contactSlider{
  background-image: linear-gradient(rgba(0,0,0,0.33),rgba(0,0,0,0.33)),url('../img/contact\ slider.jpg');   /*To make blurry pic*/
  background-color: white !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-attachment: fixed;
  height:100vh;
  text-align: center;
  color: #fff;
}
.contactSlider h1{
  padding-top: 40vh;
  font-family: 'Style Script', cursive;

/* font-family: 'Style Script', cursive; */
font-size: 8vh;
letter-spacing:1mm;
/* font-style: italic; */
/* font-family: 'MonteCarlo', cursive; */
/* font-family: 'Merriweather', serif; */
font-weight: bold;
}

/* SLIDER END */

/* ========================================== Get in touch heading ====================================== */

.contact-hd{
  padding-top: 130px;
  text-align: center;
}

.contact-hd p {
  font-family: "Open Sans", sans-serif;
  color: #282b2f;
  font-weight: 600;
}
color{
  color: rgb(223, 51, 51);
}
/* ===================================== Get in touch heading End ====================================== */


/*============================================== Contact Form ========================================*/
.contact-form{
  margin-top: 50px;
}

.info{
  margin-top: 50px !important;
}

.info h4{
  font-size: 20px;
  color: #212529;
  font-weight: 400;
}

.info i {
  margin-right: 20px;
    font-size: 20px;
    color: rgb(223, 51, 51);
    float: left;
    width: 44px;
    height: 44px;
    background: #fbd4dd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.inputs input{
 padding-left: 20px;
  width: 100%;
}
textarea{
 padding-left: 20px;
  margin-top:20px !important;
  width: 100%;
  border: black 1px solid !important ;

}
.inputs input{
  border: black 1px solid !important ;
  height: 40px;
margin-top: 20px;
}
.submitBtn{
  margin-top: 20px;
  background-color: rgb(223, 51, 51) !important;
  border: none !important;
  outline: none !important;
  float: right;
}
.submitBtn:focus{
  outline: none;
  border: none;
}
/*=========================================== Contact Form End ========================================*/

/*----------------------------------------- Contact Page End -----------------------------------------*/


/*----------------------------------------- About Page Start -----------------------------------------*/

/* SLIDER */

.aboutSlider{
  background-image: linear-gradient(rgba(0,0,0,0.33),rgba(0,0,0,0.33)),url('../img/aboutSlider.jpg');   /*To make blurry pic*/
  background-color: white !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height:100vh;
  text-align: center;
  color: #fff;
}
.aboutSlider h1{
  padding-top: 40vh;
  font-family: 'Style Script', cursive;
font-size: 10vh;
letter-spacing:1mm;
/* font-style: italic; */
/* font-family: 'MonteCarlo', cursive; */
/* font-family: 'Merriweather', serif; */
font-weight: bold;
}


.about-pg-boxes{
  margin-top: 50px;
}
.about-pg-details{
  /* background-color: rebeccapurple; */
  padding-top: 0px;
  vertical-align: center !important;
  width: 50%;
  padding-right: 10px;
  line-height: 10mm;
}
.about-pg-pic img{
  height: 100%; 
  width: 100%;
}
.about-pg-boxes2{
  margin-top: 20px !important;
}
.about-hd{
  /* margin-top: 10px !important; */
  padding-top: 40px !important;
}
/* ------------------------------------------- About Page End ------------------------------------ */


/* ------------------------------------------- Product Page ------------------------------------ */

/* SLIDER */

.pro-slider{
  background-image: linear-gradient(rgba(0,0,0,0.33),rgba(0,0,0,0.33)),url('../img/productSlider.jpg');   /*To make blurry pic*/
  background-color: white !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height:100vh;
  text-align: center;
  color: #fff;
}
.pro-slider h1{
  padding-top: 50vh;
  font-family: 'Style Script', cursive;
  font-size: 8vh !important;
}

/* SLIDER END */
.product-hd{
  padding-top: 100px;
  text-align: center;
}

.product-hd h1{
  font-size: 25px;
}
.products{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.pro-card {
  margin-top: 50px;
  /* background-color: red  !important ; */
  width: 300px;
  height: 300px;
  background: #000;
  /* cursor: pointer; */
}
.pro-card .image {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
.pro-card .image img {
  width: 100%;
  transition: .5s;
}
.pro-card:hover .image img {
  opacity: .5;
  transform: translateX(30%);
}
.pro-card .details {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background: #212529;
  transition: .5s;
  transform-origin: left;
  transform: perspective(2000px) rotateY(-90deg);
}
.fa-search-circle{
  color: white !important;
}
.pro-card:hover .details {
  transform: perspective(2000px) rotateY(0deg);
}
.pro-card .details .center {
  padding: 20px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.pro-card .details .center h1 {
  margin: 0;
  padding: 0;
  color: #ff3636;
  line-height: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
.pro-card .details .center h1 span {
  font-size: 14px;
  color: #262626;
}
.pro-card .details .center p {
  margin: 10px 0;
  padding: 0;
  color: #262626;
}
.pro-card .details .center ul {
  margin: 10px auto 0;
  padding: 0;
  display: table;
}
.pro-card .details .center ul li {
  list-style: none;
  margin: 0 5px;
  float: left;
}
.pro-card .details .center ul li a {
  display: block;
  background: #262626;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: .5s;
}
.pro-card .details .center ul li a:hover {
  background: #ff3636;
} 


/* ------------------------------------------- Product Page End ------------------------------------ */



/* BACK TO TOP BTN */

#myBtn {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none;
  background-color: #212529; 
  opacity: 0.5;

  color: white;
  cursor: pointer; 
  padding: 15px;
  border-radius: 30px;
  font-size: 18px; 
}

#myBtn:hover {
  background-color: #555; 
}
