@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

body {
    min-height: 70vh;
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    color: #9f5c5c;
    text-decoration: none;
}

.header {
    width: 100%;
    background: #fff;
    padding-left: 8%;
    padding-right: 8%;
    background-attachment: fixed;
}

.infobar {
    background-color: #2f2f2f;
    height: 50px;
    color: #fff;
}

.infocontainer {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 5px;
    width: 1200px;
    font-size: 19px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.TopLine {
    color: #000000;
    width: 100%;
    height: 3px;
    display: inline-block;
}

a {
    color: #fff;
}

i {
    margin-right: 12px;
}

.toggle-button {
    box-sizing: border-box;
    position: absolute;
    top: 6.7rem;
    right: 7rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 130px;
    height: 125px;
    border-radius: 12px;
    padding: 14px;
    border: #cdcdcd 1px solid;
    background-color: #c4c4c4;
}

.toggle-button:hover {
    background-color: #bfbebe;
}

.toggle-button .bar {
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    width: 95%;
    background-color: #2c2c2c;
    border-radius: 10px;
}

.navbar {
    border-bottom: 1px solid #adadad;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #000000;
    border-radius: 0px;
}

.brandtitle {
    font-size: 1.5rem;
    margin: 0;
}

.brandtitle img {
    width: 50%;
    margin-top: 12px; 
    margin-bottom: 8px;
}

.nbL ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.nbL {
    margin-left: auto;
}

.nbL li {
    list-style: none;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 9px;
    margin-left: 8px;
    white-space: nowrap;
}

.nbL li a {
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.nbL li:hover {
    background-color: #cecece;
}

.termin-dd:hover .dropdown-content {
    display: block;
} 

.dropdown-content {
  display: none;
  position: absolute;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 10px 4px;
  z-index: 1;
  border-radius: 9px;
}

.dropdown-content a:hover {
    background-color: #cecece;
}

.dropdown-content a {
    font-size: 18px;
    color: #000000;
        padding: 10px;
    border-radius: 9px;
}

.button {
    background: #c70404;
    color: #000000;
    border: 0;
    outline: 0;
    border-radius: 30px;
    padding: 10px 20px;
    cursor: pointer;
}

.text-box {
    margin-top: 8%;
    font-size: 18px;
    color: #000000;
    padding-bottom: 8%;
    border-bottom: 1px solid #bababa;
    background-image: url("FsHeadNew.png");
    background-size: clamp(100px, 90%, 130rem);
    background-repeat: no-repeat;
    background-position: 26vw 80%;
    line-height: 30px;
}

.text-box h1 {
    font-weight: 600;
    font-size: 50px;
/*    max-width: 600px;*/
    line-height: 70px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.text-box p {
    font-size: 19px;
    max-width: 600px;
    font-weight: 600;
    line-height: 32px;
}

.content h2 {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #c70404;
    font-weight: 500;
    line-height: 50px;
}

.center {
    text-align: center;
}

.content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 34px;
}

.content {
    min-height: 65vh;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5%;
    position: relative;
    padding-left: 8%;
    padding-right: 8%;

}

.content h3 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 5rem;
    color: #444444;
    font-weight: 600;
}


.login input {
    width: 250px;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 30px;
    padding: auto;
    padding-left: 10px;
    margin: 20px 20px;
    box-sizing: border-box;
    background-color: #bababa;
}

.login .submit {
    padding-left: 0px;
}

.submit {
    font-weight: bolder;
    font-size: 16px;
    padding-left: 0px;
}

#submit:hover {
    background-color: #824d4d5b;
    cursor: pointer;
}

.footer {
    background: url("footerBG.jpg");
    background-size: cover;
    color: #fff;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footercontainer {
    margin-left: auto;
    margin-right: auto;
    padding: 12px 0 5px;
    width: 1200px;
    font-size: 21px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.vList {
    display: inline-block;
    text-align: center;
}

.respCon {
    display: none;
}


.faq {
    margin-top: 8rem;
    margin-bottom: 12rem;
}

.content a {
    color:#7199db
}

.content .image-container img {
    width: 30%;
}

.content .image-container {
    width: 100%;
    font-size: 21px;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
    
    /* border-bottom: 1px solid #cfcfcf; */
}

.image-container .next-to-img {
    max-width: 60%;
}

.resp-li {
    display: none
}

@media (max-width: 1080px) {
    .resp-li {
        display: block
    }
    
    .termin-dd {
        display: none
    }
    
    .respCon {
        display: block;
    }


    .text-box {
        background-image: none;
    }

    .text-box p, h1 {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .text-box h1 {
        max-width: 100%;
    }

    .footercontainer {
        width: auto;
        display: flex;
        flex-direction: column;
    }

    .footer {
        padding-bottom: 100px;
    }

    .vList p {
        padding-top: 50px;
        font-size: 60px;
        font-weight: bold;
    }

    .content {
        min-height: 70vh;
    }

    .toggle-button {
        display: inline-flex;
    }

    .nbL {
        display: none;
        margin: 0;
        width: 100%;
    }

    .navbar {
        height: 160px;
        flex-direction: column;
        align-items: flex-start;
    }

    .nbL ul {
        width: 100%;
        flex-direction: column;
        padding-top: 0px;
        padding-bottom: 50px;
        border-top: 1px solid #bababa;

    }

    .nbL li {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .nbL li a {
        font-size: 55px;
        color: #414141;
    }

    .nbL.active {
        display: flex;
        height: auto;
    }

    .brandtitle.active {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .navbar.active {
        height: auto;
    }

    .infowrap {
        display: none;
    }

    .content .image-container img {
        width: 100%;
        padding-top: 70px;
    }

    .image-container .next-to-img {
        max-width: 100%;
    }

}