/**** banner container ***/
.header-background {
  position: relative;
  background-repeat: no-repeat;
  background-size: 240%;
  background-position-x: 50%;
  background-position-y: 0%;
  height: 400px;
}

.header-background .text-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    margin-left: 25px;


    position: absolute;
    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 1px;
}

.header-background .text-content p{
    font-size: 2rem;
}

.header-background .text-content a{
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    padding: 3px 30px;
    background-color: var(--secondary-color);
    border-radius: 6px;
}

.header-background .text-content a:hover{
    background-color: #6E9A3E;
}

@media screen and (min-width: 768px) {
    .header-background {
        background-position: center center;
        background-size: 230%;
        height: 600px;
    }

    .header-background .text-content p{

        font-size: 2.2rem;
    }

    .header-background .text-content a{

        font-size: 2.0rem;
    }

}

/***  Desktop ****/


@media screen and (min-width: 1024px) {
  .header-background {
    background-size: 130%;
    height: 800px;
  }
}

@media screen and (min-width: 1440px) {
  .header-background {
    background-size: 100%;
  }
}
/*
.header_container .header-background {
    height: 800px;
    background: no-repeat;
}

.header_container .header-background{
}*/
/*** blaze slider ***/
.header.blaze-pagination {
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 12px;
}

.header.blaze-pagination button {
    font-family: "Montserrat", sans-serif;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 0;
    padding: 8px;
    background-color: #ACABAB;
    border-radius: 10px;
    transition: all .3s eas-in-out;
}

.header_container .blaze-pagination button.active {
    background-color: #d9d9d9;
    transform-origin: center;
    transform: scale(1.3);
}

/*** blaze slider ***/

.section .text-content p {
    font-size: 30px;
    color: #8a8a8a;
}
.section .text-content .head {
    font-size: 35px;
    font-weight: 600;
    color: var(--primary-color);
}
.section .text-content a {
    text-transform: lowercase;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 22px;
}
.import .text-content {
    margin-bottom: 20px;
}

.card {
    border: none;
    opacity: 0;
    transform: translateY(10%);
    transition: opacity 1s ease-in, transform 1s ease-in;
    filter: blur(20px);
}

.card.active {
    opacity: 1;
    transform: translateY(0%);
    transition: opacity 0.3s ease-in, transform 0.3s ease-in;
    filter: blur(0px);
}

.img-bg_container {
    display: flex;
    justify-content: center;
}

.card .dropdown-container {
    margin: 15px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 5px 10px;
}

.card .dropdown-container:has(.dropdown-content.active){
    background-color: #e5e5e5;
    transition: background-color .3s ease-in-out;
}

.card .dropdown-container .dropdown-content {
    max-height: 0;
    width: 300px;
    overflow: hidden;

    transition: max-height .3s ease-in-out;
}

.card .dropdown-container .dropdown-content.active {
    max-height: 350px;
}


.dropdown-container h5{
    font-size: 23px;
    font-weight: 600;
    color: var(--primary-color);
}

.dropdown-container h6{
    font-size: 18px;
}

.dropdown-content .prod-spec_container{
    display: flex;
    flex-direction: column;
}

.dropdown-content .prod-spec_container hr{
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border: none;
}

.dropdown-content a {
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    gap: 5px;
}

/** dropdown btn base style **/
.dropdown-btn {
    color: var(--primary-color);
    text-transform: capitalize;
    background: none;
    border: none;
    display: flex;
    place-items: center;
    
    transition: opacity .4s ease-in-out;
}

/** by default not visible **/
.dropdown-btn.show-less {
    opacity: 0;
}

/**** why choose us ***/
.why-choose-us {
    background-color: #94C653;
}

.why-choose-us .card_container {
    margin: 50px 0;
}

.why-choose-us .card_container .card{
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    background: none;
}

.why-choose-us .card_container .card h4{
    font-size: 28;
    font-weight: 600;
}

.why-choose-us .card_container .card p{
    font-size: 25;
}

.why-choose-us .card_container .card img{
    width: 120px;
    height: auto;
}

/*** global-trader ****/
.global-trader {
    position: relative;
    background: url("/img/home-card-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 1;
}
/*** background  property for some reason didn't work 
* so had to do this
* ***/
.global-trader .overlay {
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: rgba(14, 51, 144, .8);
    z-index: -1;
}
.global-trader .container {
    z-index: 5;
    color: #ffffff;
    padding: 120px 0;
}

.global-trader  h3{
    font-size: 35px;
}

.global-trader .head p{
    font-size: 18px;
}

.global-trader .card_container .card img {
    width: 40px;
    height: auto;
}

.global-trader .card_container .card{
    background: none;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.global-trader .card_container .card h6{
    font-size: 22px;
    font-weight: 600;
}

.global-trader .card_container .card h6{
    font-size: 20px;
}

@media screen and (min-width: 768px) {

    .global-trader .card_container .card:nth-child(1){
        border-right: 1px solid #fff;
        border-radius: 0px;
        padding: 0 20px;
    }

    .global-trader .card_container .card:nth-child(3){
        border-left: 1px solid #fff;
        border-radius: 0px;
        padding: 0 20px;
    }
    
}

