@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Nanum Myeongjo", serif;
    box-sizing: border-box;
}
html , body{
    overflow-x: hidden;
}

.navbar-brand {
    font-size: 2rem;
    font-weight: bolder;
    color: darkolivegreen;
}

.nav-link {
    font-size: 1rem;
}

.img {
    position: relative;
    height: 80vh;
    width: auto;
    overflow: hidden;

}

.tag {
    max-width: 600px;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.coffee {
    font-size: 3rem;
}

.text {
    margin-top: 100px;
    font-size: 2rem;
    font-weight: bold;
}

.para {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.subheadline-deco-line {
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #ececed
}

.label.cc-subheadline {
    margin-right: 15px;
    margin-left: 15px;
}

.head {
    margin-top: 50px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.img1:hover .overlay {
    opacity: 1;
}

.headone {
    gap: 50px;
    margin-top: 80px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

/* 1st div */
.img3 {
    position: relative;
    overflow: hidden;
    padding: 0;
    /* Remove default padding to ensure full width */
}

.overlay1 {
    background-color: rgba(148, 139, 139, 0.534);
    /* Adjust overlay background color and opacity */
    /* width: 100%; Full width of parent */
    height: 100%;
    /* Full height of parent */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    /* Smooth transition for opacity */
    display: flex;
    justify-content: center;
    /* Center horizontally */
    align-items: center;
    /* Center vertically */
}

.position-relative:hover .overlay1 {
    opacity: 1;
    /* Show overlay on hover */
}

.overlay1 button {
    width: 100%;
    /* Full width of button */
    padding: 10px;
    border: none;
    margin: 10px;
    font-size: large;
}

.overlay1 button a {
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background: transparent;
}

.text-center {
    text-align: center;
    /* Center align text */
}

.fs-4 {
    font-size: 1.5rem;
    /* Example font size */
}

.fs-5 {
    font-size: 1.2rem;
    /* Example font size */
}

.mug {
    margin-left: -100px;
}


/* 1st div ends */

.subheadline-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

body {
    color: #1d1f2e;
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
}

.content {
    position: relative;
    display: block;
    overflow: hidden;
}

.wrap {
    position: relative;
    display: block;
    width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.subheadline-deco-line .line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #ececed;
}

.label.cc-subheadline {
    margin-right: 15px;
    margin-left: 15px;
}

.label {
    position: static;
    display: block;
    opacity: 0.6;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.texts {
    font-size: 1rem;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0.5;
}

.update {
    margin-bottom: 10px;
}

.subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 250px;
    margin-top: 50px;
}

.input-group-text {
    font-size: 15px;
}

.input-group {
    margin-bottom: 10px;
}

.em {
    height: 40vh;
    width: 100%;
    background-color: black;
}

.passwrd::placeholder {
    color: white;
    font-size: small;
    opacity: 0.5;
}

.btnnn {
    font-size: small;
    padding: 13px;
}

.fill {
    height: 10vh;
}

ul li a {
    text-decoration: none;
    color: black;
}

ul li a:hover {
    color: brown;
}

.us:hover {
    color: brown;
}

.parallax {
    height: 50vh;
    width: 100%;
    background-image: url("images/parallax.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

.img3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.img-5 {
    display: flex;
    justify-content: end;
}

.hw {
    width: 25rem;
    height: 30rem;
}

.hl {
    height: 230px;
    width: 180px;
}

.hl-1 {
    height: 230px;
    width: 180px;

}

.img-4 {
    flex-direction: column;
    display: flex;
    justify-content: start;

}

@media (max-width:992px) {
    .myImage {
        height: 100% !important;
        width: 100% !important;
        object-fit: cover !important;
    }

    .img3 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .img4 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-items: center;
    }

    .img-5 {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-4 {
        order: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        width: 100%;
        margin-top: 5px;

    }

    .or {
        order: 3;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}