@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: auto;
    background-color: #ffffff;
}


ul.dropdown-menu {
    width: 11vw;
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 16px;
    text-decoration: none;
    padding: 0px;
    list-style-type: none;
    -webkit-animation: mymove 0.5s;
    animation: mymove 0.5s;
    background-color: #fff;
    -webkit-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    -moz-box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
    box-shadow: 4px 9px 25px -6px rgba(77, 77, 77, 0.61);
}

li.dropdown:hover ul.dropdown-menu {
    display: block;
    width: fit-content;
}

.dropdown-menu li:hover a {
    color: #ec5626;
}

.dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    display: block;
}

.dropdown-menu li a {
    color: #444;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0;
}

@keyframes mymove {
    from {
        left: 100px;
        height: 0px;
        opacity: 0;
        border-bottom: 0px;
    }

    to {
        height: auto;

    }
}

.navbar-nav a.nav-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    padding: 0px !important;
}

ul.navbar-nav li.nav-item {
    margin: 0 20px;
}

ul.navbar-nav .nav-item:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    transition: width .5s ease, background-color .5s ease;
}

.navbar-nav .nav-item:hover:after {
    width: 100%;
    background: #eb3719;
}


.carousel-caption {
    position: absolute;
    top: 50%;
    height: max-content;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
}

.carousel-caption .btn {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid white;
}

.carousel-caption .btn:hover {
    background-color: rgb(243, 243, 13);
    color: #000000;
    box-shadow: 0px 0px 12px 3px yellow;

}

.carousel-caption h5 {
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.carousel-caption p {
    font-size: 1.50rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 770px) {
    .carousel-caption h5 {
        font-size: 1.5rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.75rem;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .carousel-caption button{
        width: 120px;
        height: 44px;
        padding: 0;
        font-size: 15px;
    }

  }

@media only screen and (max-width: 425px) {
    .carousel-caption h5 {
        font-size: 1.5rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.75rem;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .carousel-caption button{
        width: 120px;
        height: 44px;
        padding: 0;
        font-size: 15px;
    }
    .carousel-caption {
        padding: 0;
        margin: 0;
     }

  }

@media only screen and (max-width: 550px) {
    .carousel-caption h5 {
        font-size: 1.1rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.50rem;
        margin: 0;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .carousel-caption button{
        width: 100px;
        height: 35px;
        font-size: 12px;
    }
    .carousel-caption {
       padding: 0;
       margin: 0;
    }

  }
@media only screen and (max-width: 381px) {
    .carousel-caption h5 {
        font-size: 0.8rem;
        margin: 0;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.50rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .carousel-caption button{
        width: 85px;
        height: 29px;
        font-size: 10px;
    }
    .carousel-caption {
        padding: 0;
        height: 26vh;
        margin: 0;
     }

  }

  
@media only screen and (max-width: 326px) {
    .carousel-caption h5 {
        font-size: 0.60rem;
        margin: 0;
        text-align: center;
        width: -webkit-fill-available;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.4rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    .carousel-caption button{
        width: 66px;
        height: 23px;
        font-size: 8px;
    }
    .carousel-caption {
        padding: 0;
        margin: 0;
        height: 20vh;
     }

  }
@media only screen and (max-width: 326px) {
    .carousel-caption h5 {
        font-size: 0.60rem;
        margin: 0;
        text-align: center;
        width: -webkit-fill-available;
        font-weight: bold;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .carousel-caption p {
        font-size: 0.4rem;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
    .carousel-caption button{
        width: 66px;
        height: 23px;
        font-size: 8px;
    }
    .carousel-caption {
        padding: 0;
        margin: 0;
        height: 20vh;
     }

  }

.hero-section-image {
    opacity: 1;
}


/* Start about section */

.content {
    height: 80vh;
}

.content .container .row h2 {
    font-family: poppins;
    border-bottom: 2px solid black;
    width: fit-content;
    font-size: 2.5rem;
}

#about-img {
    width: -webkit-fill-available;
    border-radius: 13px;
}

.about-text {
    margin-top: 4rem;
}

.about-text .col-md-8 {
    margin-top: 1.5rem;
}

.about-text .about-text-section {
    margin-left: 2rem;
    line-height: 25px;
    font-family: poppins;
}
