@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --primary-color: #d71920;
    --secondary-color: #1b1464;
    --light-color: white;
    --dark-color: black;

    --primary-font: "Open Sans", sans-serif;
    ;
    --secondary-font: "Montserrat", sans-serif;
    ;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    font-size: 20px;
}

.paragraph {
    font-size: 18px;
}

.btn-facebook {
    background: linear-gradient(45deg, #1877f2, #3b5998);
    color: #ffffff;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-insta {
    background: linear-gradient(45deg, #405DE6, #5851DB, #833AB4, #C13584, #E1306C, #FD1D1D, #F56040, #F77737, #FCAF45, #FFDC80);
    color: #ffffff;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-pinterest {
    background-color: #bd081c;
    color: #ffffff;

}
.btn-pinterest:hover {
    background-color: #bd081c;
    color: #ffffff;
}

.btn-red {
    background-color: var(--primary-color);
    color: var(--light-color);
    transition: background-color 0.5s ease, color 0.5s ease;
}

.btn-red:hover {
    outline: 2px solid var(--primary-color);
    background-color: var(--secondary-color);
    color: var(--light-color);
}

.btn-blue {
    background-color: var(--secondary-color);
    color: var(--light-color);
}
.btn-blue:hover {
    outline: 2px solid var(--secondary-color);
    background-color: var(--primary-color);
    color: var(--light-color);
}
.text-red{
    color: var(--light-color);
    background-color: var(--primary-color);
    padding: 5px 8px ;
    border-radius: 20px;
    font-weight: bold;
    margin: 5px 0px;
}
.navbar {
    z-index: 1000;
    /* Ensure navbar is above other content */
    position: relative;
    /* Ensure navbar is positioned properly */
    background-color: white;
    border-radius: 50px;
    margin: 0px 10%;
    padding: 5px 20px;
}

#carouselExampleAutoplaying {
    position: relative;
    /* Ensure slider is positioned properly */
    z-index: 1;
    /* Ensure slider is behind navbar */
    top: -100px;
}

.carousel-control-prev-icon {
    background-image: url(../images/subtract.png);
}

.carousel-control-next-icon {
    background-image: url(../images/add.png);
    }

.nav-item {
    margin: 0px 10px;
}

.logo {
    height: 50px;
}


/* Reset margin and padding for the section between the banner and About Us */
#about {
    margin-top: 0;
    padding-top: 0;
}
#about{
    margin-top: -50px;
  }

.about_heading {
    font-size: 55px;
    font-family: var(--primary-font);
    color: var(--primary-color);
    font-weight: bold;
}
.about_img{
    height: 500px;
}
.products_heading {
    color: var(--primary-color);
}



#products .col-md-3:nth-child(even) {
    margin-top: 15px;
}
.products_btn{
border-radius: 0px;
}

#why {
    margin-top: 20px;
    padding: 50px 0px;
    background-color: var(--dark-color);
}

.why_faq {
    margin: 50px 0px;
    color: var(--light-color);
}
.why_img{
height: 500px;
}
.why_faq .paragraph, h2 {
    color: var(--light-color);
}
.why_img_box{
    background-image: url(../images/line-background.png);
    background-position: left;

}
.accordion-button:not(.collapsed) {
    background-color: none !important;
}

.accordion-button {
    background-color: var(--dark-color);
    color: white;
}

.accordion-item {
    background-color: var(--dark-color);
}

.accordion-button:not(.collapsed) {
    background-color: var(--dark-color);
    color: var(--light-color);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion {
    --bs-accordion-border-color: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/upward.png);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.accordion-button::after {
    background-image: url(../images/downward.png);
}


.gallery_heading{
    color: var(--primary-color);
}

.swiper {
    width: 100%!important;
    padding-top: 10px!important;
    padding-bottom: 50px!important;
  }

  .swiper-slide {
    background-position: center!important;
    background-size: cover!important;
    width: 300px!important;
    height: 300px!important;
  }

  .swiper-slide img {
    display: block!important;
    width: 100%!important;
  }

#connect {
    height: 350px;
    background-image: url('../images/connect.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.connect {
    padding: 60px 0px;
    color: var(--light-color);
}

.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
  
    
  }

   .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
       color: #5543ca;
      background: #5543ca;
      background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
  }



  .get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
       color: #5543ca;
      background: #5543ca;
      background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
      background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
      -webkit-background-clip: text !important;
      -webkit-text-fill-color: transparent !important;
  }
  
  .contact-form .form-field {
    position: relative;
    margin: 32px 0;
  }
  .contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color:var(--secondary-color);
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
  }
  .contact-form .input-text:focus {
    outline: none;
  }
  .contact-form .input-text:focus + .label,
  .contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
  .contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, 
    -webkit-transform .2s ease-in-out;
  }
  .contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
     background-image: linear-gradient(125deg,#a72879,#064497);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width:200px;
    cursor: pointer;
  }
  
  .hover-content {
    display: none;
}

.hover-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1;
    
}

.col-md-3:hover .hover-content {
    display: block;
}
