:root {
    --light-color: rgb(255, 226, 133);
    --dark-color: black;
    --adappt-color: rgb(239, 171, 0);
    --adappt-menu: #212529;
}

body {
    background-color: var(--light-color);
}

.text-black {
    color: var(--dark-color) !important;
}



section#features {
    background-color: var(--dark-color);
    color: var(--light-color);

}



/* section#features h4.my-3 {
    height: 0px;
}    */



@media (min-width: 576px) {
    /* section#features h4.my-3 {
        height: 0px !important;
    }    */
  }
  @media (min-width: 768px) {
    section#features h4.my-3 {
        height: 150px !important;
    }
  }
  @media (min-width: 992px) {
    section#features h4.my-3 {
        height: 150px !important;
    }
  }
  @media (min-width: 1200px) {
    section#features h4.my-3 {
        height: 200px !important;
    }
  }




/* @media (max-width: 575.98px) {
    section#features h4.my-3 {
        height: 75px;
    }
}

@media (max-width: 767.98px) {
    section#features h4.my-3 {
        height: 75px;
    }
}

@media (max-width: 991.98px) {
    section#features h4.my-3 {
        height: 150px;
    }
}

@media (max-width: 1199.98px) {
    section#features h4.my-3 {
        height: 150px;
    }
}

@media (max-width: 1399.98px) {
    section#features h4.my-3 {
        height: 150px;
    }
}
 */


section#introduction {
    color: var(--dark-color);
    background-color: var(--light-color);

}

section#solution {
    color: var(--dark-color);
    background-color: var(--light-color);

}

section#contact-custom {
    background-color: var(--dark-color);
    color: var(--light-color);
}

section#contact-custom h1 {
    font-size: 2.8rem;
}

.text-custom-light {
    color: var(--adappt-color);
}

.btn-main {
    color: white;
    background-color: var(--adappt-color);
    border-color: var(--adappt-color);
    ;
}

.btn-main:hover {
    color: white;
    background-color: #d9aa00;
    border-color: #cca000;
}




header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: orange;
    background-image: url("../logo/top.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}



header.masthead .masthead-subheading-top {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

header.masthead .masthead-subheading-bottom {
    font-size: 1.5rem;
    /* font-style: italic; */
    line-height: 1.5rem;
    margin-bottom: 35px;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg-main {
    --bs-bg-opacity: 1;
    background-color: var(--adappt-menu)
  }

  .custom-container{
      padding-left: 1em;
      padding-right: 1em;

  }


section#subscription {   
    color: var(--dark-color);
    background-color: var(--light-color);
    position:absolute;
    top:100px;
}

iframe {
    width: 100%;
    height: 200px;
}

@media (min-width: 576px) {
    iframe {
        width: 560px;
        height: 315px
    }
}

@media (min-width: 768px) {
    iframe {
        width: 560px;
        height: 315px
    }
}

@media (min-width: 992px) {
    iframe {
        width: 560px;
        height: 315px
    }
}

@media (min-width: 1200px) {
    iframe {
        width: 1120px;
        height: 630px
    }
}

section#blogs {
    color: var(--dark-color);
    background-color: var(--light-color);
    position: absolute;
    top: 100px;
    text-align: justify;
    text-justify: inter-word;
}


h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
