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




.navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;   
}
.drop{
    border-left: 1px solid lightgrey!important;
}
/* .nav-link:hover{
    color:#407baa!important;
    font-size: 18px;
    font-weight: bold;

} */
.carousel-indicators [data-bs-target] {
    width: 15px;
    height:15px;
    border-radius: 50%;

}
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/factory-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .hero-image2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/map.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .service-content {
    padding: 50px;
    position: relative;
    border-radius: 15px;
    background-size: cover;
    height: 100%;
    box-shadow: 1px 1px 2px 2px lightgray;
    
}
.service-content:hover{
    background: linear-gradient(180deg, rgba(255,255,255,0.5) 17%, rgba(64,123,170,0.6) 95%);
    
    color:'#fff'
}

.service-content::after {
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100px;
    font-weight: 700;
    color: var(--primary-light);
    transition: background 2s ease-in-out;
    transition-timing-function: linear;

    opacity: .2;
}
#canva{
    width:100%;
    height: 50%;
}
.latestproduct{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    border: 1px solid rgb(197, 197, 197);
    padding: 10px;
    border-radius: 10px;
}
.latestproductimg{
    width:400px;
    height: 400px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid rgb(129, 129, 129);
    margin-bottom: 10px;
}
.latestproductimg > label{
    width:100%;
    height: 13%;
    border-bottom-left-radius:5px;
    border-bottom-right-radius: 5px;
    background-color: #3f78a5;
    color: white;
    font-weight: 500;
    text-align: center;
}
/* .latestproductimg > label:hover{
    width:500px;
} */

/******************************* Ravi code starts***************************************************/
#mainimg{
    width:398px;
    height: 348px;
    background-color: white;
    border-radius: 5px;
    transition-timing-function: linear;
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
    position: relative;
}
#mainimg:hover{
    width:500px;
    height: 500px;
    border: 1px solid rgb(129, 129, 129);
}
.button-wrapper{
    width:100%;
    display: flex;
    justify-content: center;
    margin: 10px;
}
.download-wrapper{
    width:100%;
    display: flex;
    justify-content: center;
    margin: 10px;
}
.button-wrapper > a {
    width: 50%;
    padding: 15px 20px 15px 20px;
    background-color: #407baa;
    color: #f1f1f1;
    text-align: center;
    text-decoration: none;
    font-size:20px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    transition: 0.3s;
    transition-timing-function: linear;
}
.button-wrapper > a:hover{
    border: 1px solid #407baa;
    color: #407baa;
    background-color: #ffffff;
    box-shadow: 20px 20px 20px 20px #90b6d5;
}
.download-wrapper > a {
    width: 50%;
    padding: 15px 20px 15px 20px;
    background-color: #407baa;
    color: #f1f1f1;
    text-align: center;
    text-decoration: none;
    font-size:20px;
    border-radius: 15px;
    border: 1px solid #ffffff;
    transition: 0.3s;
    transition-timing-function: linear;
}
.download-wrapper > a:hover{
    border: 1px solid #407baa;
    color: #407baa;
    background-color: #ffffff;
    box-shadow: 20px 20px 20px 20px #90b6d5;
}
.or{
    width:100%;
    display: flex;
    justify-content: center;
}
.or > label{
    font-size: 25px;
}
.info-img{
    width:100%;
    padding: 0;
    margin: 0;
    /* border: 1px solid rgb(221, 221, 221); */
    border-radius: 5px;
}
.dairytube-wrapper{
    width:312%;
}
.dairytube-wrapper > h3{
    text-align: center;
}
/* .dairytube-wrapper > p{
    width: 700px;
}
.dairytube-wrapper > h3{
    width:100%;
} */
#clampblock{
    width:500px;
    height: 500px;
}
.torquecontroller{
    display: flex;
    justify-content:center;
    flex-direction: column;
    width:100%;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#torquecontroller{
    width:100%;
    margin-bottom:-200px;
}
.torquecontroller > p{
    text-align: center;
}
.driverunites{
    display: flex;
    justify-content:center;
    flex-direction: column;
    width:100%;
    border: 1px solid rgb(212, 212, 212);
    border-radius: 5px;
    margin: 0;
    padding: 0;
    text-align: center;
}
#driverunits{
    width:100%;
    height:100%;
    margin-top: -59px;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}

.grid-item {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}
#groovingtools{
    width:50%;
    height:20%;
    margin-top: -100px;
}
#img-JA{
    width:50%;
    height:20%;
    margin-top: -100px;
}
  
/******************************* Ravi code ends***************************************************/
/* body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f2f2f2;
  }
  
  .image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .image-gallery img {
    cursor: pointer;
    margin: 10px;
    max-width: 200px;
  }
  
  .image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  
  .image-popup img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
  }
  
  .close-btn {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
  }
   */

   /* The Modal (background) */
   .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
  }
  
  /* Modal Content */
  .modal-content {
    margin: auto;
    display: block;
    width: 50%;
    max-width: 700px;
  }
  
  /* Close Button */
  .close {
    position: absolute;
    top: 78px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  #sm-img{
      width:100%;
      height:100%;
      border:1px solid #a4a4a4;
      border-radius: 10px;
  }
  #sm-img:hover{
    box-shadow: 0px 3px 5px rgb(112, 112, 112);
    border:none;
    transition: 0.3s;
  }
.service-one::after {
    content: '01';
}
.service-two::after {
    content: '02';
}
.service-three::after {
    content: '03';
}
.service-four::after {
    content: '04';
}
.service-five::after {
    content: '05';
}
.service-six::after {
    content: '06';
}
.service-seven::after {
    content: '07';
}
.service-eight::after {
    content: '08';
}
.service-content h3 {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: var(--primary-light);
}

.service-content p {
    color: var(--primary-light);
    margin: 20px 0;
}
.hero-footer{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/footer-background.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.about-hero{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/about-wallpaper.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}
.hero-sketch{
    background-image: url("../images/bg-sketch.png");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}
.services-hero{
    background-image: url("../images/services-wallpaper.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}
.about-detail{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/pollution-industry.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}
.contact-hero{
    background-image: url("../images/call-center.jpg");

    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;


}

@media only screen and (max-width: 600px) {
    body {
      overflow-x: hidden;
    }
    .nav-link{
   border: none;
    }
    .service-content {
        padding: 10px;
    }
    .pad-top{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .drop{
        border-left: none!important;
    }
  }

.w3-bottombar {
    border-bottom: 2px solid #ccc!important;
}
.w3-container{
    padding: 0px !important;
}

.w3-border-red, .w3-hover-border-red:hover {
    border-color: #407baa!important;
}

@media(min-width: 1346px) {
    .bottom-nav {
        padding: 0 100px;
    }
}

.bottom-nav {
    width: 100%;
    /* position: absolute; */
    padding: 0 70px;
    background-color: var(--primary-color);
}

.bottom-nav nav ul {
    display: flex;
    flex-direction: row;
    margin: 0;
}

nav ul li {
    padding: 0 8px;
    transition: .4s;
}

nav ul li a.nav-link,
nav ul li a.nav-link:active,
nav ul li a.nav-link:focus {
    color: white;
}

nav ul li:hover a.nav-link {
    color: white;
}

.bottom-nav nav li:hover {
    background-color: var(--secondry-color);
}

.navbar {
    padding: 0px;
}

.view_more {
    color: var(--primary-color-dark) !important;
    font-weight: 600;
}

.view_more i {
    padding: 0 10px;
}

@media (min-width: 991px) {
    .dropdown-menu.mega-area.show,
    .dropdown-menu.info.show {
        display: none;
    }
    .dropdown-menu.mega-area.show {
        top: auto;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: fixed;
}
.dropdown-menu {
    width: 100% !important;
}
.dropdown-menu:hover{
    display: block;
}


.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: white;
   
    background-color: inherit;
    
    margin: 0;
    font-weight: bold;
}

.dropdown-content {
    display: none;
    position: fixed;
    left: 50%;
    width: 100%;
    height:90%;
    top: 8%;
    z-index: 99;
}

.dropdown-content .header {
    background: red;
    padding: 16px;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.drop{
    border-left: 1px solid lightgrey;
}
/* Create three equal columns that floats next to each other */

.column {
    float:right;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
 
}

.column a {
    float: none;
    color: black;
    padding: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.column a:hover {
    background-color: #ddd;
}
/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-absolute{
    position: absolute;
}
.padt-120{
    padding-top:120px;
}
.navbar-light .navbar-toggler {
    border: none;
}
button:focus:not(:focus-visible) {
    outline: none;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
.nav-link{
    padding: 0px;
    border-left: 1px solid lightgrey;
    font-size: 18px;
    color:#0b132f!important;
    font-weight: bold;
    transition: background-color 1s ease-in-out;
    transition-timing-function: linear;
}
.active,
.nav-link:hover:hover{
    background-color: #0b132f!important;
    color: #fff!important;
}

@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        height: auto;
    }
    .footer-absolute{
        position: relative!important;
    }
    .padt-120{
        padding-top:40px;
    }
    button:focus:not(:focus-visible) {
        outline: none;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("../images/menu.png");
    }
    .dropdown:hover .dropdown-content {
        display: none!important;
    }
    
    .nav-link{
        border-left: none;
        font-size: 18px;
        color:#0b132f!important;
        font-weight: bold;
        transition: background-color 1s ease-in-out;
        transition-timing-function: linear;
    }
    .active,
    .nav-link:hover:hover{
        background-color: #0b132f!important;
        color: #fff!important;
    }
    
}




.flex {
    display: flex;
}
.input-icons i {
    position: absolute;
}
  
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}
  
.icon {
    padding: 10px;
    min-width: 40px;
}
  
.input-field {
    width: 100%;
    padding: 10px;
    border:none;
    border-bottom: 1px solid black;
}
.hover-card{
    position: relative;
    z-index: 1;
   
}
.hover-card .h-border{
    border-top: 2px solid #ff5e15;
}
.hover-card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #ff5e15;
    z-index: -1;
    transition: transform 0.3s;
    border:1px solid #ff5e15;
    border-radius: 10px;
}
.hover-card:hover .h-border{
    border-top: 2px solid #ffffff;
}
.hover-card:hover::after {
    transform: scaleY(1);
}
.hover-services:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scalex(0);
    transform-origin: left center;
    background:linear-gradient(180deg, rgba(255,255,255,0.5) 17%, rgba(64,123,170,0.6) 95%);;
    z-index: -1;
    transition: transform 0.3s;
    border-radius: 10px;
}
.hover-services:hover::after {
    transform: scalex(1);
}

.testimonial-content {
    padding: 20px;
    position: relative;
    border-radius: 15px;
    background-size: cover;
    height: 100%;
    transition: 2s ease-in-out;
    transition-timing-function: linear;
}

.testimonial-content::after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 150px;
    font-weight: 700;
    color: var(--primary-light);
    opacity: .2;
}

.testimonial-one::after {
    content: ",,";
}
.x-tran{
    position: relative;
    z-index: 1;
    background-color: #fff;  
}
.x-tran:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scalex(0);
    transform-origin: left center;
    background: #ff5e15;
    z-index: -1;
    transition: transform 0.3s;
    border:1px solid white;
    border-radius: 10px;
}
.x-tran:hover .h-border{
    border-top: 2px solid #ffffff;
}
.x-tran:hover::after {
    transform: scalex(1);
}
.sticky-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999;
    width: 80px;
    height: 80px;
}

.sticky-contact .icon svg {
    width: 100%;
    height: 100%;
}

body{
    overflow-x: hidden;
    background-color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px!important;
    letter-spacing: 1px;

}
.teko{
    font-family: 'Poppins', sans-serif!important;

}
.circle{
border-radius: 50%;
box-shadow: 0px 0px 1px 1px #c78366;
}

.pulse {
animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
0% {
    box-shadow: 0 0 0 0px rgba(199, 131, 102, 0.7);
}
100% {
    box-shadow: 0 0 0 20px rgba(199, 131, 102, 0.5);
}
}
.services-background{
    /* background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(214,683,328)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23407BAA'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='511' height='425.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover; */
background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23F0F0F0'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.1'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;

}
.greyscale-effect{
    filter: grayscale(100%);
}
.greyscale-effect:hover{
    filter: grayscale(0%);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>;")!important;
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
  }