@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

body{
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poetsen One", sans-serif;
}

p {
    font-family: "Bitter", serif;
    text-align: justify;
}

.carousel-item{
    position: relative;
}

.overlay{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.562);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* color: #c59d5f; */
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items:center;
    justify-content: center;
}

.carousel-control-next-icon,.carousel-control-prev-icon{
    background-color: #000;
    height: 60px;
    font-size: 20px;
    color: #fff;
}

.home-main-style{
    background-color: #141622 transparent;
}

/* .banner-image{
    background-image: url(./asstes/img/banner-img-1.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 100%;
}

.banner-image-overlay{
    background-color: rgba(0, 0, 0, 0.466);
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
} */

.welcome-heading{
    font-size: 45px;
    color: #fff;
    font-weight: bold;
}

.name-heading{
    font-size: 50px;
    font-weight: bold;
    color: #efcc4e;
}

.read-button{
    background: linear-gradient(to bottom , #141622,#fff);
    height: 40px;
    width: 150px;
    border: none;
    color: #efcc4e;
    font-weight: bold;
}

.read-button:hover{
    background-color: #efcc4e;
    transition: 0.5s;
}

.home-icon-style{
    background-color: #efcc4e;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.home-services-style{
    text-decoration: none;
    color: #141622;
}

.home-img-style{
    cursor: pointer;
    transition: 0.5s;
}

.home-img-style:hover{
    transform: scale(1.03);
}

.extra-content-bg{
    background-image: url(./asstes/img/banner-img-16.jfif);
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    width: 100%;
}

.extra-content-bg-overlay{
    background-color: rgba(4, 5, 5, 0.562);
    padding: 40px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.extra-content-style{
    background-color: #efcc4e;
    height: 50px;
    width: 200px;
    text-transform: uppercase;
    border: none;
    color:#141622 ;
    font-weight: bold;
}

.contact-icon-style {
    background-color: #efcc4e;
    color: #141622;
    height: 60px;
    width: 60px;
    font-size: 25px;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.contact-card-style {
    box-shadow: 0px 0px 5px 2.5px #000;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.form-container {
    background-color: #ffffff;
    margin: auto;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px 2.5px rgba(0, 0, 0, 0.829);
}

/* .form-container:hover{
    transition: 0.5s;
    background-color: #efcc4e;
} */


label {
    display: block;
    margin-top: 15px;
    color: #333;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #7c7d85;
}

textarea {
    resize: vertical;
}

.contact-from-button {
    margin-top: 20px;
    width: 100%;
    padding: 15px;
    background-color: #141622;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
}

.contact-from-button:hover {
    background-color: #efcc4e;
    color: #141622;
    transition: 0.5s;
}