body{
    font-family: 'Playfair Display';
}
.hero > .slick-next::before{
    color: #fff !important;
}
.hero > .slick-prev::before{
    color: #fff !important;
}
.hero-img > img{
    width: 100%;
    object-fit: fill;
}
.introWrapper{
    margin: 10px;
    text-align: center;
    display: flex;

}
.welcome-introWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.3em;
    padding: 20px 30px;
}
.heading{
    font-size: 1.8em;
    font-weight: bolder;
    color:#001360;
    padding: 10px;
}

.parallaxWrapper{
    background-image: url("../images/background.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 1450px;
    width: 100%;
}

.slider{
    text-align: center;
}
.slider-title{
    margin: 3%;
}
.slider-items{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}


/* ```````````````````````````````````````````````````````````````````````` */
/* ```````````````````````````````````````````````````````````````````````` */
    .aboutUsWrapper{
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 70px 0px 45px;
   }

   .aboutUsInnerWrapper{
       width: 69%;
       display: flex;
       flex-direction: column;
   }

   .aboutUsCard{
        align-self: flex-start;
        background-color: #a73a00;
        color: aliceblue;
        padding: 20px;
        border-radius: 15px;
        width: 69%;
        position: relative;
        z-index: 1;
        align-items: end;
   }

   .aboutUsCardTitle{
    font-size:1.8em;
   }
   .aboutUsCardBody{
    margin: 13px 0px;
   }
   .aboutUsCardImage{
        width: 70%;
        align-self: flex-end;
        border-radius: 15px;
        margin-top: -10%;
        position: relative;
        object-fit: cover;
   }

   .aboutUsCardHead{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
   }

   .aboutUsCardBody{
    font-size: 1em;
    text-align: justify;
   }
   .aboutUsCardButton > button{
    border-radius: 8px;
    background-color: #a73a00;
    color: aliceblue;
    border-color: white;
    padding: 5px;
   }
   .aboutUsCardButton > button > a{
    text-decoration: none;
    color: white;
    font-size: 1.2em;
   }
/* ```````````````````````````````````````````````````````````````````````` */
/* ```````````````````````````````````````````````````````````````````````` */

/* ```````````````````````````````````````````````````````````````````````` */
/* ```````````````````````````````````````````````````````````````````````` */

.div3-1{
    display: flex;
    justify-content: center;
}

.div3-2{
    width: 70%;
}

.productCard{
    background: linear-gradient(0deg, #00136000 39%, #001360 40%);
    border-radius: 20px 20px 0px 0px;
    border-style: none;
    width: 100%;
    padding: 20px;
}

.productCard-header{
    font-size: 1.8em;
    font-weight: bold;
    padding: 0px 15px;
    color: white;
    display: flex;
    justify-content: space-between;
}
.productCard-button > button{
    background-color: #001360;
    border-color: aliceblue;
    color: aliceblue;
    font-size: 0.7em;
    padding: 5px;
    border-radius: 8px;
}
.productCard-button > button > a{
    text-decoration: none;
    color: white;
   }

.productCard-body{
    display: flex;
    justify-content: space-around;
    color:white;
}
.productCard-title{
    display: flex;
    padding: 0px 0px 15px 15px;
    color:white;
    font-size: 1em;
}
.section3{
    margin-top: 60px;
}

.SajivGhee{
    width: 100%;
    border-radius: 20px 20px 0px 0px;
}

.sec3{
    /* width: 29%; */
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}

.img2
{
    padding-bottom: 10px;
}

.text{
    background-color: #001360;
    color: white;
    border-radius: 0px 0px 20px 20px;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

/* ```````````````````````````````````````````````````````````````````````` */
/* ```````````````````````````````````````````````````````````````````````` */

/* ```````````````````````````````````````````````````````````````````````` */
/* ```````````````````````````````````````````````````````````````````````` */

.slick-prev{
    left: 20px !important;
    z-index: 3;
}
.slick-next{
    right: 20px !important;
}
.slick-dotted.slick-slider{
    margin: 30px;
}
.slick-prev::before, .slick-next::before
{
    color:darkblue !important;
}

.slider-title{
    font-size: 2em;
    font-weight: bold;
}
.slider-icons{
    display: flex;
    justify-content: center;
    margin: 20px;
}
.slider-icons > img{
    padding: 8px;
    border: 4px solid #a73a00;
    border-radius: 20%;
}
.icon-desc > p{
    font-size: 1.05em;
    font-weight: 500;
}

/*------------------------------------------------------------------------------------*/
/* MediaQueries */
/*------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) and (min-width:600px){
    .aboutUsCardImage{
        display: none;
    }
    .aboutUsCard{
        width: 100%;
    }
    .aboutUsCardTitle{
        font-size: medium;
    }
    .aboutUsCardBody{
        font-size: small;
    }
    .aboutUsInnerWrapper{
        width: 90%;
    }
    /*-----------------*/
    .div3-2{
        width: 90%;
    }
    .text{
        font-size: 0.7em;
    }

    /*-----------------*/
    .parallaxWrapper{
        min-height: 1100px;
    }
}
@media screen and (max-width:601px) {
    
    .aboutUsCardImage{
        display: none;
    }
    .aboutUsCard{
        width: 100%;
        font-size:medium;
    }
    .aboutUsCardTitle{
        font-size: medium;
    }
    .aboutUsCardBody{
        font-size: 0.9em;
    }
    .aboutUsInnerWrapper{
        width: 85%;
    }
    
    /*-----------------*/
    .text{
        font-size: 0.9em;
    }
    .div3-2{
        width: 85%;
    }
    .productCard-header{
        font-size: 1.2em;
        padding: 0px;
    }
    .productCard-title{
        font-size: 0.8em;
        padding: 5px 0px 10px;
    }
    .productCard-body{
        width: auto;
    }

    /*-----------------*/
    .parallaxWrapper{
        min-height: 1150px;
    }

    /*-----------------*/
    .icon-desc{
        margin: 10px;
    }
}

@media screen and (max-width:399px) {
    
    .heading{
        font-size: 1.2em;
    }
    .aboutUsCardButton{
        font-size: 0.8em;
    }
    .aboutUsInnerWrapper{
        width: 90%;
    }

   /*-----------------*/
   .productCard-header{
    font-size: 0.8em;
    padding: 0px;
   }
   .productCard-title{
    font-size: 0.7em;
    padding: 0px;
   }
   .text{
    font-size: 0.7em;
    }

    .sec3{
        margin-left: 8px;
        margin-right: 8px;
    }
    /*-----------------*/
    .parallaxWrapper{
        min-height: 1350px;
    }
}