/* default css start */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    background-image: url(img/texture-fabric.jfif);
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
  } */
  header.header-area {
}
  /* .header-area {
    background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.5)),
    url(https://images.unsplash.com/photo-1528353518104-dbd48bee7bc4?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2089&q=80);
    background-position: center center;
    background-size: cover;
  } */
  /* default css end */
  
  
  /* navbar regular css start */
  .navbar-area {
    /* background: rgba(0,0,0,.6);
    border-bottom: 1px solid #000; */
  }
/* tringle area */
.triangle {
    margin: 0px 68px;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 50px solid #000000;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: absolute;
}
  .site-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  a.site-logo {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
  }
  .site-navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }
  .site-navbar ul li a {
    color: #000;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
  }

.site-navbar ul li {
    
    transition: border-color, 1s;
}
  /* navbar regular css end */
  
  
  /* nav-toggler css start */
  .nav-toggler {
    border: 3px solid #000;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
    height: 39px;
    display: none;
  }
  .nav-toggler span, 
  .nav-toggler span:before, 
  .nav-toggler span:after {
    width: 28px;
    height: 3px;
    background-color: #000;
    display: block;
    transition: .3s;
  }
  .nav-toggler span:before {
    content: '';
    transform: translateY(-9px);
  }
  .nav-toggler span:after {
    content: '';
    transform: translateY(6px);
  }
  .nav-toggler.toggler-open span {
    background-color: transparent;
  }
  .nav-toggler.toggler-open span:before {
    transform: translateY(0px) rotate(45deg);
  }
  .nav-toggler.toggler-open span:after {
    transform: translateY(-3px) rotate(-45deg);
  }
  /* nav-toggler css start */
  
  
  /* intro-area css start */
  /* .intro-area {
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
  }
  .intro-area h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-bottom: 25px;
  }
  .intro-area p {
    font-size: 18px;
  } */
  /* intro-area css end */
  
  a.site-logo img {width: 100px;height: 72px;}
  /* mobile breakpoint start */
  @media screen and (max-width: 767px) {
    .container {
      max-width: 720px;
    }
    /* navbar css for mobile start */
    .nav-toggler{
      display: block;
    }
    .site-navbar {
      min-height: 60px;
    }
    .site-navbar ul {
      position: absolute;
      width: 100%;
      height: calc(100vh - 60px);
      left: 0;
      top: 60px;
      flex-direction: column;
      align-items: center;
      background-color: rgb(7, 1, 1);
      max-height: 0;
      overflow: hidden;
      
      transition: .3s;
    }
    .site-navbar ul li {
      width: 100%;
      text-align: center;
    }
    .site-navbar ul li a {
      padding: 25px;
      color: rgb(212, 212, 212);
    }
    .site-navbar ul li a:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }
    .site-navbar ul.open {
      max-height: 100vh;
      overflow: visible;
    }  
    /* navbar css for mobile end */
  }

  /* mobile breakpoint end */
  /* parallax section start */
  .parallaxImg img {
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    height: 600px;
}
.parallaxImg {
    background-image: url(img/texture-paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.parallax-content {
  
text-align: center;
  
position: absolute;
  
top: 313px;
  
margin: 0 auto;
  
margin-left: 100px;
}.parallax-content h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 7px;
}
.parallax-content h4 {
    color: #fff;
    font-size: 2rem;
    background: #8a8a8a73;
}.service-heading h1 {
    text-align: center;
    padding: 32px 0px;
    font-size: 2rem;
    font-family: system-ui;
}.service-heading p {
    padding: 15px;
    font-size: 19px;
    line-height: 1.8;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
}img.wiki {
    margin: 0 auto;
    display: block;
}.service-icon {
    align-items: center;
    text-align: center;
}

.service-icon i {
    font-size: 50px;
}

.service-title h2 {
    font-size: 17px;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.service-title p {
    font-size: 18px;
    line-height: 1.2;
    font-family: sans-serif;
    font-weight: 500;
    text-align: center;
}p.service-p {
    padding: 30px;
    font-weight: bold;
    font-size: 19px;
    line-height: 2;
    font-style: italic;
    margin-top: 68px;
}p.secP {
    text-align: center;
    font-style: normal;
}.card-header {
    width: 100%;
    border-bottom: 1px solid #0000001a;
}

.card-header img {
    width: 100%;
    padding: 5px;
}

.card-header h1 {
    text-align: center;
}.price-span {
    font-family:"Josefin Sans";
    font-size:18px;
    display:inline-block;
    bottom:25px;
   }
.price-c {
    font-size:60px !important;
    font-family:"Josefin Sans";
    border-color:#000000!important;
    border-style:_popUpItemAction:;
   }ul.list-unstyled p {
    font-size: 13px;
    font-weight: bold;
}.btn-black {
    background:#000000;
    color:#FFFFFF!important;
   }.ord-btn {
    color:#FEFFFE!important;
    font-family:"Josefin Sans";
    background-color:#000000;
    border-style:_popUpItemAction: ;
    border-radius:25px 25px 25px 25px;
    width: 100%;
   }
   .product-cards {
    margin-top: 30px;
}
section.price {
    background: #000;
    margin-top: 50px;
}

.price-title {
    text-align: center;
}

.price-title h1 {
    color: #fff;
    padding: 51px 10px;
    font-weight: 500;
}

.price-title p {
    color: #fff;
    text-align: center;
    font-size: 22px;
    padding: 18px 51px;
    font-style: italic;
}.orderbox {
    text-align: center;
}

.orderbox h1 {
    padding: 30px;
    font-weight: bold;
}

.orderbox p {
    font-size: 17px;
    font-weight: 550;
    font-style: italic;
}
centerplease {
    margin: 0 auto;
    max-width: 270px;
    font-size: 40px;
  }
  
  .question {
    color: #fff;
    position: relative;
    background: #98c23d;
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width:100%;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #fbfbfba8;
  }
  
  .answers {
    font-weight: 600;
    background: #f2f2f2;
    padding: 0px 15px;
    margin: 0px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    -webkit-transition: .7s ease;
    -moz-transition: .7s ease;
    -o-transition: .7s ease;
    transition: .7s ease;
    text-align: center;
  }
  
  .questions:checked ~ .answers{
    height: auto;
    opacity: 1;
    padding: 15px;
  }
  
  .plus {
    color:#fff;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
    z-index: 5;
    font-size: 2em;
    line-height: 100%;
    -webkit-user-select: none;    
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
  }
  
  .questions:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .questions {
    display: none;
  }
  .shipping-details {
    text-align: center;
    margin-top: 138px;
}

.shipping-details p {
    font-size: 19px;
    line-height: 2;
    font-weight: 600;
    padding: 10px;
}
section.shipping {
    margin-top: 100px;
}
.payment{
    margin-top: 100px;
}
.service-icon img {
    width: 60px;
}
section.contact {
    background-image: url(img/foot.png);
    margin-top: 100px;
}

.contact-box {
    text-align: center;
    padding: 20px 0px;
}

.contact-box h1 {
    color: #fff;
    background: #000;
    display: inline-block;
    margin-top: 84px;
}

.contact-box h2 {
    color: #fff;
    background: #000;
    display: inline-block;
}footer {
    background: #000;
    height: 80px;
}
.footer-area {
    text-align: center;
}

.footer-area h4 {
    color: #fff;
    padding: 30px;
}