
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@500&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #0B0B22;
    color: white;
}


/* bottom */

.pagination svg {
    width: 20px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
    fill: #333;
    /* Adjust the fill color as needed */
  }



  .pagination a:hover {
    color: black;
    background: #565672 !important;
  }

  .pagination .current {
    padding: 15px;
    background: #565672 !important;
    color: black;
  }

  .page-numbers {
    color: white !important;
    background-color: black !important;
  }



  .pagination {
    clear: both;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pagination a {
    background: none repeat scroll 0 0 #112838;
    color: #FFF;
    display: block;
    float: left;
    font-size: 17px;
    margin: 2px 5px 2px 0;
    min-width: 15px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 1px solid #FFF;
    border-radius: 4px;
  }

  .pagination a,
  .pagination button {
    color: #333;
    display: block;
    padding: 0.5rem 0.9375rem;
    border-radius: 0;
  }

  .pagination span,
  .pagination a {
    background: none repeat scroll 0 0 #112838;
    color: #FFF;
    display: block;
    float: left;
    font-size: 17px;
    margin: 2px 5px 2px 0;
    min-width: 15px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 1px solid #FFF;
    border-radius: 4px;
  }

  .pagination a,
  .pagination button {
    color: #333;
    display: block;
    padding: 0.5rem 0.9375rem;
    border-radius: 0;
  }

  .pagination span,
  .pagination a {
    background: none repeat scroll 0 0 #112838;
    color: #FFF;
    display: block;
    float: left;
    font-size: 17px;
    margin: 2px 5px 2px 0;
    min-width: 15px;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    width: auto;
    border: 1px solid #FFF;
    border-radius: 4px;
  }
  
  /* bottom */
  

  /* home */


  body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
  }



  .h1 {
    font-size: 3rem;
    margin-bottom: 10px;
  }

  .p {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .search {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
  }

  .search input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    border: none;
    border-radius: 5px;
  }

  .search button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    margin-left: 10px;
    cursor: pointer;
  }

  @media (max-width: 768px) {
    .h1 {
      font-size: 2rem;
    }
  .p {
      font-size: 1.2rem;
    }
    .search {
      max-width: 90%;
    }
    .hero {height: 400px;}


  }
  

.form-control {
    box-shadow: none;
    font-weight: normal;
    font-size: 13px;
}



.or-seperator {
    margin-top: 32px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}

.or-seperator b {
    color: #666;
    padding: 0 8px;
    width: 30px;
    height: 30px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background: #fff;
    display: inline-block;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    position: relative;
    top: -15px;
    z-index: 1;
}

.navbar .action-buttons .dropdown-toggle::after {
    display: none;
}

.form-check-label input {
    position: relative;
    top: 1px;
}

@media (min-width: 1200px) {
    .form-inline .input-group {
        width: 300px;
        margin-left: 30px;
    }
}

/*newsletter*/
.modal-newsletter {
    color: #999;
    font-size: 15px;
    min-width: 600px;
    background: #7793a7;
}

.modal-newsletter .modal-content {
    padding: 40px;
    border-radius: 0;
    border: none;
}

.modal-newsletter .modal-header {
    border-bottom: none;
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.modal-newsletter h4 {
    color: #000;
    text-align: center;
    font-size: 30px;
    margin: 0 0 25px;
    font-weight: bold;
    text-transform: capitalize;
}

.modal-newsletter .close {
    background: #a9abaf;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    font-size: 19px;
    text-align: center;
    padding: 0;
}

.modal-newsletter .close span {
    position: relative;
    top: -1px;
}

.modal-newsletter .close:hover {
    opacity: 0.8;
}

.modal-newsletter .icon-box {
    color: #7265ea;
    display: inline-block;
    z-index: 9;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.modal-newsletter .icon-box i {
    font-size: 110px;
}

.modal-newsletter .form-control,
.modal-newsletter .btn {
    min-height: 46px;
    border-radius: 3px;
}

.modal-newsletter .form-control {
    box-shadow: none;
    border-color: #dbdbdb;
}

.modal-newsletter .form-control:focus {
    border-color: #7265ea;
    box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}

.modal-newsletter .btn {
    color: #fff;
    border-radius: 4px;
    background: rgb(207, 53, 53);
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    padding: 6px 20px;
    min-width: 150px;
    border: none;
}

.modal-newsletter .btn:hover,
.modal-newsletter .btn:focus {
    background: #4e3de4;
    outline: none;
}

.modal-newsletter .input-group {
    margin: 30px 0 15px;
}

.hint-text {
    margin: 100px auto;
    text-align: center;
}

.navbar-nav a:hover {
    background: #000;
}


@media only screen and (man-width: 425px) {
    #myModal {
        display: none;
    }
}







/* grid */




/* style for waterfall grid */

.wf-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap:  24px;
 
  margin: 0 auto;
  padding:0 32px
}

.grid-item {
  background-color: #F0C241;
  padding: 5px;
  text-align: center;
}






/* grid */








a{
  color: white !important;

}

a:hover{
  color: gold  !important;

}








.title {
    color: white;
    text-align: center;
    font-size: 16px;

    padding: 3px;
    background-color: #24243f;

    z-index: 2;
    position: relative;
    display: block;
    transition: all .3s;
}





.title:hover{
    color: gold;
}



.site-footer {
    background-color: #03030f;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 18px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }

    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }



}


.rows {
    display: grid;
    grid-template-columns: 40% 20% 20%;
    margin: 0 10vw;
    grid-gap: 5%;
}

@media only screen and (max-width: 600px) {

    .rows {
        display: grid;
        grid-template-columns: 100%;
        margin: 0 4%;
        grid-gap: 5%;
    }
}


a:hover {
    background-color: #0B0B22 !important;
    color: white;
    transition: all 0.5s;
}

.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: gold !important;
}


#p2 {
    display: none;
}

.page {
    color: var(--black-1);
    display: grid;
    font-family: var(--ft-fy-1);
    font-size: var(--ft-se-400);
    background-color: var(--white-1);
    place-items: center;
    border: 1px dotted black;

}

.gridimage{
    display: grid;
    grid-template-columns: 60% 40%;
}

.dimg{
    max-width: 500px;
         max-height: 400px;
}

@media only screen and (max-width: 1000px) {
    .gridimage{
    display: grid;
    grid-template-columns: 100%;
}
.dimg{
    max-width: 300px;
         max-height: 400px;
}
}

.gridproduc {
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 30px 20px;
}

.product_img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;

    max-width: 100%;
    max-height: 400px;
    filter: blur(0px);
}