:root {
    --light-color: #ffff;
    --primary-color: #5555A5;
    --success-color: #01B636;
    --danger-color: #e74c3c;
    --warning-color: #e7b13c;
    --text-color: #333333;
}

@font-face {
    font-family: 'Gotham';
    src: url('/public/frontend/fonts/Gotham-Black.otf') format('otf'),
         url('/public/frontend/fonts/Gotham-Light.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/public/frontend/fonts/Gotham-Bold.otf') format('otf'),
        url('/public/frontend/fonts/Gotham-Black.otf') format('otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('/public/frontend/fonts/Gotham-BookItalic.otf') format('otf'),
        url('/public/frontend/fonts/Gotham-Black.otf') format('otf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'SolaimanLipi';
    src: url('/public/frontend/fonts/SolaimanLipi.eot'); /* IE9 Compat Modes */
    src: url('/public/frontend/fonts/SolaimanLipi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/public/frontend/fonts/SolaimanLipi.woff2') format('woff2'), /* Super Modern Browsers */
         url('/public/frontend/fonts/SolaimanLipi.woff') format('woff'), /* Modern Browsers */
         url('/public/frontend/fonts/SolaimanLipi.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/public/frontend/fonts/SolaimanLipi.svg#SolaimanLipi') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
}


.navbar-brand img{
    width: 65px;
}

.navbar{
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}

.navbar a{
    color: var(--primary-color);
    transition: 0.2s ease-in-out;
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
}

.navbar a:hover{
    color: var(--success-color);
}

.navbar a:active{
    color: white;
}

#products-links img{
    transition: 0.2s ease-in-out;
}

#products-links img:hover{
    rotate: 5deg;
    transform: scale(1.2);
}

#products-links .bg-img:hover{
    rotate: 0deg !important;
    transform: scale(1) !important;
}

#our-products-btn i{
    transition: 0.2s ease-in-out;
}

#our-products-btn:hover i{
    rotate: 90deg;
}

#products-dropdown {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: -300px;
    transition: 0.5s ease;
    transition-delay: 0.2s;
    border-radius: 0;
    margin-left: -20px;
}

#products-dropdown a{
    font-size: 14px;
    font-family: 'Gotham', sans-serif;
}

#our-products-btn:hover + #products-dropdown,
#products-dropdown:hover {
    max-height: 200px;
    margin-top: 25px;
    margin-bottom: 0px;
    opacity: 1;
}

.greet{
    font-family: 'SolaimanLipi', sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 55px;
}


.animated-tag{
    rotate: -30deg;
    width: 185.96px;
    position: absolute;
}

.animated-blast{
    position: absolute;
    rotate: -30deg;
    width: 185.96px;
}

.item{
    height: 100px !important;
    width: 100px !important;
    background-color: white;
    border-radius: 6px;
}

.item img{
    height: 60% !important;
    width: 60% !important;
}

.item-span{
    font-family: 'SolaimanLipi', sans-serif;
    font-weight: bold;
    font-size: 20px;
}
.raw-product{
    transition: 0.2s ease-in-out;
}
.raw-product:hover{
    transform: scale(1.1) !important;
}
.raw-product .item{
    transition: 0.2s ease-in-out;
}
.raw-product:hover .item{
    box-shadow: 0px 15px 20px 1px gray;
}
.btn{
    transition: 0.3s;
}
.btn:hover{
    transform: scale(1.1);
    background-color: var(--primary-color);
}

.products-thumbnails img {
    height: 40px !important;
    width: 40px !important;
    border-radius: 6px;
    transition: 0.2s ease-in-out;
    margin-bottom: 15px;
    filter: grayscale(100%) brightness(1000%);
}

.products-thumbnails div{
    transition: 0.2s ease-in-out;
    border: 1px solid transparent;
}

.products-thumbnails div:hover{
    background-color: white !important;
    border: 1px solid #bbbbbb;
}

.products-thumbnails div:hover .demo-btn{
    border: 1px solid #bbbbbb;
}

.products-thumbnails div:hover img{
    filter: saturate(100%);
    transform: scale(1.5);
}

.products-thumbnails div p{
    transition: 0.2s ease-in-out;
}

.products-thumbnails div:hover p{
    color: black !important;
}

.demo-btn{
    background-color: var(--light-color);
    transition: 0.2s ease-in-out;
}

.demo-btn i{
    transition: 0.2s ease-in-out;
}

.demo-btn:hover{
    background-color: var(--success-color);
    color: white;
}

.demo-btn:hover i{
    color: var(--light-color);
}

.features img{
    transition: 0.2s ease-in-out;
}

.features:hover img{
    transform: scale(1.2);
    transform-style: preserve-3d;
}

.slider-indicator {
    width: 50px !important;
    height: 5px !important;
    border-radius: 8px !important;
    background-color: #5555A5 !important;
}
.slider-indicator.active {
    background-color: #01B636 !important;
}

.section-title{
    color: #01B636;
    text-align: right;
    font-weight: 700;
}
.features-list li{
    list-style: none;
    text-align: right;
    color: #5555A5;
    font-size: 20px;
    font-weight: 600;
}

.section-features a{
    background-color: #01B636;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    float: right;
    margin-top: 10px;
}

/* footer */
.footer .card {
    background-image: linear-gradient(120deg, #6462F8 0%, #2C3196 100%);
    border: none;
    padding: 40px;
    border-radius: 20px;
}
.footer .card p {
    color: var(--light-color);
    opacity: 0.9;
}
.footer .card h4 {
    color: #fff !important;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer-links {
    margin-left: 0 !important;
    list-style: none !important;
    padding: 0;
    padding-left: 0px !important;
}
.footer-links li {
    list-style: none;
    padding: 0;
    line-height: 35px;
}
.footer-links li a {
    color: #fff;
    text-decoration: none;
}
.social-media ul {
    padding-left: 0px !important;
}
.social-media li {
    list-style: none !important;
    float: left !important;
    margin: 0 15px;
}
.social-media li a {
    color: #fff;
    text-decoration: none;
}
/* .footer-flex-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

.footer-flex-container > .icon {
    flex-shrink: 0;
    width: 50px;
    margin-right: 10px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    font-weight: 600;
}

.footer-flex-container > .contact {
    flex-grow: 1;
}

.footer-flex-container > .contact li {
    line-height: 25px;
    font-size: 14px;
} */

.address h2{
	padding-bottom: 15px;
	font-size: 20px;
}
.address img{
	padding-bottom: 15px;
}
.address-links li{
    list-style: none;
    line-height: 40px;
}
.address-links li a{
	color: #303030;
    font-size: 18px;
	color: #fff;
    text-decoration: none;

}
.address-links li i{
	font-size: 18px;
    padding-right: 8px;
	color: #fff;

}
.address-links li i:nth-child(1){
	padding-top: 9px;
}
.address-links .address1{
    font-size: 18px;
	display: flex;
    color: #fff;
}
.address-links{
	line-height: 32px;
	color: #fff;
}

@media (max-width: 767px) {
    .footer .card {
        padding: 20px;
    }
    .footer .card-body .row > div {
        margin-bottom: 20px;
    }
    .footer .social-media ul {
        display: flex;
        justify-content: center;
    }
}


  /* pricing-section */
  .pricing-section .section-title{
    text-align: center !important;
    font-weight: 700;
    color: var(--success-color);
  }

  .pricing-section .card{
    border: none !important;
    background: transparent;
  }
  .pricing-section .card .card-body{
    padding: 35px;
    border-radius: 25px;
    background-color: #fff;
    transition: 0.5s;
  }
  .pricing-section .card .card-body:hover {
    box-shadow: 0 7px 14px rgba(0,0,0,0.15), 0 5px 5px rgba(0,0,0,0.10);
    transform: scale(1.08);
    cursor: default;
  }
  .pricing-section .card .card-body h2{
    font-weight: bold;
    font-size: 40px !important;
    color: var(--success-color);
  }
  .pricing-section .card .card-body h4{
    font-weight: 600;
    line-height: 10px;
  }
  .pricing-section .card .card-body h4 span{
    font-size: 14px;
  }
  .pricing-section .card .card-body .plan h3{
    font-weight: 900;
    font-size: 30px !important;
    color: var(--primary-color);
  }
  .pricing-section .card ul{
    padding-left: 0 !important;
  }
  .pricing-section .card .card-body ul li{
    list-style: none;
    list-style: none;
    line-height: 35px;
    color: #222;
    transition: 0.3s ease-in-out;
    font-weight: 600 !important;
  }
  .pricing-section .card ul li:hover{
    margin-left: 25px !important;
    cursor: default;
  }
  .pricing-btn{
    background: #5555A5;
    padding: 10px 48px;
    color: #fff;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 700;
    display: block;
    width: 70%;
    text-align: center;
    margin: auto;
    transition: 0.5s;
  }
  .pricing-btn:hover{
    background-color: #01B636;
    transform: scale(1.05);
  }

@media screen and (orientation: landscape) {
    .carousel img {
        height: 500px !important;
    }
}
@media (max-width: 768px) {
    .products-thumbnails{
        margin-top: 0px !important;
    }
}

@media (max-width: 576px) {
    .raw-product img{
        width: 40px !important;
        height: 40px !important;
    }
    .carousel-item img{
        height: 200px !important;
    }
    iframe{
        width: 100% !important;
        height: auto !important;
    }
    .customer-supplier{
        border: 0 !important;
    }
    .sms{
        border: 0 !important;
    }
    #section-products{
        margin-top: 100px !important;
    }
    .header-icons{
        gap: 1% !important;
    }
    .header-icons .item{
        height: 80px !important;
        width: 80px !important;
    }
    #products-links img{
        width: 90px !important;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
    .bottom-line{
        display: none !important;
    }
    .footer-flex-container .icon{
        display: inline-block !important;
    }
    .footer-flex-container .contact{
        display: inline-block !important;
    }
    .animated-tag{
        /* margin-top: -50px; */
        margin-left: 230px !important;
        width: 100px;
    }

    .animated-blast{
        /* margin-top: -30px; */
        margin-left: 230px !important;
        width: 100px;
    }
    #section-home .header-title{
        font-size: 22px !important;
    }
    .header-icons{
        margin-top: 60px !important;
    }
    .second-heading{
        font-size: 16px !important;
        font-weight: bold;
    }
    .pricing-btn{
        width: 100%;
      }
      .features-desc{
        font-size: 16px !important;
      }
      .features-title{
        font-size: 25px !important;
      }
}
