:root {
    --primary-color: #e3273b;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-VariableFont_wght.ttf') format('truetype');

    /* font-weight: 400;
    font-style: normal;  */
}


body {
    font-family: 'Montserrat', sans-serif;
}

.title {
    font-weight: 650;
    border-bottom: solid var(--primary-color) 3px;
    display: inline-block;
}

h3,
h5 {
    font-weight: 650;
}


.page-banner {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 100px;
}

.line {
    border-top: 3px solid var(--primary-color);
    width: 10%;
}

.arrow{
    font-size: 50px;
    font-weight: 100;
    color: var(--primary-color);
}

/* Header */

.navbar:first-child {
    background-color: transparent !important;
    /* Remove background color from the first row */
}

.navbar:last-child {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(6px);
    /* Set background color with 30% opacity for the second row */
}

.navbar2 {
    background-color: white !important;
    /* Remove background color from the first row */
}

.nav-link-black {
    color: black !important;
    
}

.navbar-nav{
    margin-right: auto;
    margin-left: auto;
}


.navbar-nav .nav-link {
    color: #ffffff;
    padding: 10px 20px;
}

.navbar-nav .nav-link.black {
    color: #000000;
}

.navbar-nav .nav-link.active {
    color: var(--primary-color);
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.navbar-text {
    color: #ffffff;
    font-size: 14px;
}

.navbar-text.black {
    color: #000000;
}

.nav-link.active {
    color: var(--primary-color);
}

.floating-header {
    position: absolute;
    width: 100%;
    z-index: 1030;
}

.navbar-logo {
    height: 50px;
}

.navbar-nav {
    width: 80%;
}

.nav-item {
    flex-grow: 1;
    text-align: center;
}

.navbar-toggler {
    color: white;
}

/* Footer */
footer {
    padding-top: 40px;
    background-color: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer p {
    margin: 0;
    word-wrap: break-word;
}

footer img {
    margin: 10px 0;
    max-width: 100%;
}

.footer-text {
    padding: 0;
    margin-top: 20px;
}



/* Index  */

.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 150px 180px 50px;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

@media (max-width: 768px) {
    .carousel-item {
        padding: 80px 50px 50px;
    }
}


.home-banner {
    width: 100%;
    height: 500px;
}

.home-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desc-item {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.desc-item p {
    text-align: center;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.container.desc {
    padding: 40px 0 40px;
    width: 80%;
}

.container.home-abt {
    padding: 0 40px 0 40px;
    width: 100%;
    margin-top: 20px;
}

.home-abt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-abt-text {
    padding: 40px;
}

@media (max-width: 480px) {
    .home-abt-text {
        padding: 0;
    }
}

.home-abt-banner {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 110px 0;
    /* Adjust padding as needed */
}

.home-abt-banner p {
    width: 70%;
    margin: 20px;
}

.home-abt-banner h3 {
    font-weight: 650;
    margin: 20px;
}

.abt-btn {
    background-color: var(--primary-color);
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    transition: background-color 0.3s ease;
    margin: 20px;
}

.abt-btn:hover {
    background-color: #fe4e54;
    /* Change background color on hover */
    text-decoration: none;
    /* Remove underline on hover */
}

.home-service {
    padding: 60px;
}

.home-service-text {
    text-align: center;
}

.home-service-item {
    border: 1px black solid;
    border-radius: 30px;
    margin: 20px;
    text-align: center;
}

.home-service-item h5 {
    padding: 40px 20px 20px;
    height: 100px;
    font-weight: 650;
}

.home-service-item img {
    width: 100px;
    margin-bottom: 20px;
}

.service-btn {
    background-color: #fff;
    padding: 12px 35px;
    border-radius: 30px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* About */
.abt-item {
    padding-top: 20px;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

@media (max-width: 500px) {
    .abt-item {
        min-height: 300px;
    }
}

.abt-item p {
    width: 100%;
    padding: 0 100px;
}

@media (max-width: 900px) {
    .abt-item p {
        padding: 0;
    }
}

.abt-team {
    margin: 40px;
}

.abt-team-title h5 {
    margin: 0 40px; 
}

.abt-team-title {
    margin: 50px 0;
}

.abt-team p {
    padding: 0 30px;
}

@media (max-width: 480px) {
    .abt-team p {
        padding: 0;
    }
}



.abt-image {
    width: 100%;
    max-width: 400px;
    aspect-ratio : 1 / 1;
    padding: 20px;
    border-radius: 50%;
    background-color:var(--primary-color);
    display: flex;

    align-items: center;
    display: flex;
  flex-direction: column;
  color: #fff;
}

.abt-image img{
    width: 50%;
    aspect-ratio : 1 / 1;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 40px;
}

.abt-mem{
    padding: 60px 0;
}


.abt-mem-item {
    border: 3px var(--primary-color) solid;
    border-radius: 10px;
    margin: 35px;
    text-align: center;
}

.abt-mem-item  h5 {
    padding: 40px 20px 0;
    font-weight: 650;
}

.mem-desc {
    text-align: left;
    margin-bottom: 20px;
}

.abt-mem-item  img {
    margin: 20px 0 0;
    width: 170px;
    aspect-ratio : 1 / 1;
    border-radius: 50%;
    object-fit: cover;
}

.assoc-item{
    text-align: center;
    padding: 50px 20px 30px;
    background-color: var(--primary-color);
    color: white;
    height: 100%;
    margin: 20px 0;
}
.assoc-item img{
    height: 80px;
    max-width: 100%;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
}

/* .assoc-item img[src=""],
.assoc-item img:not([src]){
  opacity: 0;
} */

/* Clientell */

.clientell{
    text-align: center;
    margin-top: 30px;
}

.c-item{
    padding:10px 3%;
    height: 100%;
}
.c-item p{
    padding:10px;
}

.c-item img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border: var(--primary-color) 2px solid;
}

/* Events */

.event{
    margin-top: 50px;
    margin-bottom: 90px;
}

.event h5{
    text-align: center;
    margin: 20px;
}

.carousell{
    width:100%;
    background-color: #f7f7ff;
    padding: 30px 10%;
}

.carousell img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 0 10px;
}


/* Contact */
.contact-text {
    padding: 10px;
}

.form {
    background-color: #f7f7ff;
    padding: 30px;
}

@media (max-width: 600px) {
    .form{
        padding: 10px;
    }
}

.form label {
    padding: 10px 0;
}

.form button {
    background-color: var(--primary-color);
    border: none;
    border-radius: 25px;
    padding: 3px 20px;
    margin: 20px 0;
    min-width: 100px;
    float: right;
}

.contact-tab .nav-item{
    flex-grow: 0;
    border: none;
}

.contact-tab  .nav-tabs{
    border:none;
}

.contact-tab  .nav-tabs .nav-link.active {
    background-color: var(--primary-color) !important;
    color: white !important;
}
.contact-tab .nav-tabs .nav-link {
    flex: 1;
    text-align: center;
    border: none;
    border-radius: 0;
    color: black;
    white-space: normal;
    padding: 10px 20px;
    max-width: 200px;
    height: 100%;
}

.tab-content{
    background-color: var(--primary-color);
    border: none;
    color: white;
}

.tab-text{
    /* padding: 20px 0 20px 18%; */
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 18%;
}

/* Service */

.service{
    padding: 2% 8%;
}

.service p{
    padding: 10px 2%;
}

.service h5{
    margin: 0 0 20px;
}
