p {
    font-size: 15px;
}
#section-detail-title h1 {
    text-transform: uppercase;
}

#section-detail .content-container h2 {
    font-size: 30px;
}

.contact-us-input::-webkit-input-placeholder {
    font-family: "Gill-Sans";
    color: #676767;
    line-height: 19px;
}

.contact-us-input:-ms-input-placeholder {
    font-family: "Gill-Sans";
    color: #676767;
    line-height: 19px;
}

.contact-us-input:-moz-placeholder {
    font-family: "Gill-Sans";
    color: #676767;
    line-height: 19px;
}

.contact-us-input::-moz-placeholder {
    font-family: "Gill-Sans";
    color: #676767;
    line-height: 19px;
}

.contact-us-input {
    border-radius: 0;
    margin-bottom: 2rem;
}

textarea.contact-us-input {
    height: 200px;
    resize: none;
}

.contact-us-btn {
    background: #212028;
    color: white;
    border: 3px solid white;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2em;
    font-family: "Gill-Sans-Bold";
    padding: 12px;
    height: unset;
}

.intersection-bg {
    position: absolute;
    z-index: 1000;
    width: 60%;
    height: 65vh;
    top: -30vh;
    left: 0;
}

.location-container {
    margin-top: 8rem;
}
.contact-no-container {
    color: white;
    padding-top: 1rem;
    padding-bottom: 35vh;
}
#section-detail-title h1 {
    letter-spacing: 0.2em;
}
#section-detail {
    position: relative;
    background: #212028;
}
/*----- button 3 -----*/
.button {
    position: relative;
    display: block;
    margin-bottom: 1rem;
    width: 16rem;
    font-family: Helvetica;
    font-weight: bold;
    background-color: #212529;
    color: white;
    text-align: center;
    line-height: 3rem;
    padding: 0.25rem 2rem;
    z-index: 3;
    cursor: pointer;
}
.button:before,
.button:after {
    display: block;
    content: " ";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
}

.button:before {
    top: -0.125rem;
    left: 0;
}

.button:after {
    bottom: 0;
    right: 0;
}

.button.one_after_the_other:before {
    width: 16rem;
    height: 100%;
    opacity: 1;
    border-top: 0.125rem solid #ecf0f1;
    border-right: 0.125rem solid #ecf0f1;
    transition: width 150ms cubic-bezier(0.07, 0.62, 0.61, 1),
        height 75ms 150ms cubic-bezier(0.07, 0.62, 0.61, 1);
}

.button.one_after_the_other:after {
    width: 16rem;
    height: 100%;
    opacity: 1;
    border-bottom: 0.125rem solid #ecf0f1;
    border-left: 0.125rem solid #ecf0f1;
    transition: width 150ms 225ms cubic-bezier(0.07, 0.62, 0.61, 1),
        height 75ms 450ms cubic-bezier(0.07, 0.62, 0.61, 1),
        border-left 0ms 225ms linear;
}
#contact-section #prevBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: white; 
    width:25vw; 
    border:1px solid white; 
    background-color:inherit;
}
#contact-section #nextBtn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    color: white; 
    width:25vw; 
    border:1px solid white; 
    background-color:inherit;
}

h4 {
    font-size: 1.75rem;
}
@media (max-width: 1025px) {
    #section-detail {
        padding-top: 0vh;
    }

    .location-container {
        margin-top: 0;
    }

    .contact-no-container {
        padding-bottom: 7rem;
    }
    /* .intersection-bg {
        height: 54%;
        top: -15vh;
    } */
    .intersection-bg {
        height: 50%;
        top: -13vh;
    }
}

@media (max-width: 767px) {
    .intersection-bg {
        width: 100%;
        height: 30vh;
    }
    .location-container {
        margin-top: 0;
        margin-bottom: 7rem;
    }
    #section-detail {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding-top: 16vh;
        position: relative;
    }
    .intersection-bg {
        /* width: 90vw; */
        top: -15vh;
    }
    .contact-no-container {
        padding-bottom: 2rem;
    }
    #contact-section #prevBtn{
        width:35vw;
    }
    #contact-section #nextBtn{
        width:35vw; 
    }
}

@media (max-width: 540px) {
    .location-container {
        margin-top: 0;
        margin-bottom: 10rem;
    }
    #section-detail {
        padding-top: 22vh;
    }
}

@media (max-width: 420px) {
    .location-container {
        margin-top: 0;
        margin-bottom: 8rem;
    }
    #section-detail {
        padding-top: 20vh;
    }
}
.tab-d {
    display: none;
}
.mobile-d {
    display: none;
}
@media screen and (min-width: 768px) {
    .tab-d {
        display: block;
    }
    .mobile-d {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .tab-d {
        display: none;
    }
    .mobile-d {
        display: block;
    }
}

@media screen and (min-width: 1500px) {
    .contact-no-container {
        padding-bottom: 39vh;
    }
}
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}

@media screen and (min-width:2560px){
    .intersection-bg{
        top:-20vh;
    }
}

@media screen and (min-width:1920px) and (max-width:2559px){
    .intersection-bg{
        top:-20vh;
    }
}
