/* 
Theme Name: Innova Packs
Theme URI: https://creativebuzzz.com
Version: 1.0.0
Author: Abdul Majeed Ali
Author URI: https://creativebuzzz.com
*/

/*
    Table of Contents
    =================

    1) General
    2) Gallery
    3) Section 2
    4) Section 3
*/

/* 1) General */
*{
    margin:0 !important;
}

html,body{
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    background-color: #292929;
    margin:0 ;
    padding:0;
}

h1{
    
    font-size: 72px;
    font-weight: 700;
    color:#5AC855;
}

h2{
    font-size: 60px;
    font-weight: 700;
    color:#5AC855;
}

h3{
    font-size: 50px;
    font-weight: 700;
    color:#5AC855;
}

h4{
    font-size: 40px;
    font-weight: 700;
    color:#5AC855;
}

h6{
    color:aliceblue;
    font-size: 1.5em;
    font-weight: 600;
}

p{
    font-size: 1em;
    color:aliceblue;
    font-weight: 300;
    line-height: 25px;
}

.f-md{
    font-size: 1.2em !important;
}

.gtext{
    font-size: 1.4em !important;
    color:#5AC855;
}

.green{
    color:#5AC855 !important;
}

.btn{
    border-radius: 0;
}
.btn-green{
    background-color: #5AC855;
    color: aliceblue;
    border-radius: 20px;
    font-weight: 200;
}
.btn-back{
    background-color: #5ac855;
    color:aliceblue;
    font-weight: 400;
    text-align: center;
}

.btn-outline-green{
    background-color: transparent;
    border:1px solid #5AC855;
    color:#5AC855;
    font-weight: 200;
}

.btn-outline-green:hover{
    color:aliceblue;
    background-color: #5AC855;
}

.logo{
    height: 81px;
    width: 450px;
}
.pd-20{
    padding-left:200px;
    padding-right:200px;
    padding-top:50px;
}

#footer{
    padding:0 !important;
    margin:0 !important;
    display:block;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    text-align: center;
}

.col-md-4{
    padding:10px;
}

.col-md-4 .card{
    margin-left:20px !important;
    margin-right: 20px !important;
}

.card{
    background-color: #181818;
}

.card-img-top{
    height: 320px;
    width: auto;
}

.card-body{
    text-align: center;
}

.container, .container-fluid{
    min-height: 70vh;
}


.image-square{
    height: 320px;
    width: 350px;
    padding:10px;
}

.form-control{
    border-radius: 0;
}

.bg-black{
    background-color: #181818;
}

@media only screen and (max-width: 968px) {
    /* For mobile phones: */
    .pd-20 {
      width: 100%;
      padding:0;
      margin:0;
    }
    
    .logo{
    height: 61px;
    width: 350px;
    }
    
    h1{
    
    font-size: 65px;
    font-weight: 700;
    color:#5AC855;
    }

    .parallax{
        margin-top: 20px !important;
    }
  }

  /* GALLERY */
  .pswp__caption__center {text-align: center;}
  figure {
    display: inline-block;
    width: 33.333%;
    float: left;
  }
  /* img {width: 100%;}
  .spacer {height: 5em;} */
  /* GALLERY END */

  @media only screen and (max-width: 968px) {
    /* For mobile phones: */
    #gallery .col-md-4 {
        
      padding:0;
      margin:10px !important;
      text-align: center;
    }

    .card-image-top{
        padding:10px;
        height:350px;
        width:450px;
    }
  }

  .parallax {
    /* The image used */
    background-image: url("parcel.webp");
  
    /* Set a specific height */
    min-height: 400px; 
   min-width: 400px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center right;
    background-repeat: auto;
  
  }

  .product-image{
    height:300px;
    width:270px;
  }

  .container{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  @media only screen and (max-width: 1366px) {
    /* For Laptops: */
    
    .pd-20{
        padding:0;
    }

    .s-20{
        min-height: 58vh !important;
    }
  }

  /* 2) Gallery */
  /* ============= */
  /* Style the Image Used to Trigger the Modal */
img {
    border-radius: 1px;
    cursor: pointer;
    transition: 0.3s;
}

img:hover {opacity: 0.7;}

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    margin: auto !important;
    display: block;
    width: 80%;
    max-width: 700px;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}