* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    background: #fdfffc;
}

a {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
    color: black;
}

h1 {
    /* padding-bottom: 100px; */
    font-size: 16vw;
    text-transform: uppercase;
    color: #fdfffc;
}

h2 {
    font-size: 30px;
    /* text-transform: uppercase; */
    /* border-bottom: 2px solid gray; */
}
h3 {
    margin-bottom: 5px;
    font-family: "Readex Pro", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
}

h4 {
    margin-bottom: 10px;
}

h5 {
    font-family: "Readex Pro", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
}

h6 {
    font-family: "Raleway", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 400;
    font-style: normal;
}

li {
    font-size: 24px;
}

mark {
    background-color: white;
    font-weight: 700;
}

.logos {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.readex-pro, h2 {
  font-family: "Readex Pro", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 700;
  font-style: normal;
  font-variation-settings:
    "HEXP" 0;
}

.yanone-kaffeesatz, .tab-button {
  font-family: "Yanone Kaffeesatz", sans-serif;
  /* font-optical-sizing: auto; */
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-bold, h1 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

.raleway, p {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  /* font-optical-sizing: auto; */
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
}

nav {
    padding: 2vw 10vw;
    display: flex;
    justify-content: space-between;
    background-color: #F5F5F5;
    border-bottom: 1px solid #C2C2C2;
}

.default-pointer {
    cursor: default;
}

.nav-buttons-container {
    width: 100%;
    display: flex;
}

.nav-button {
    margin: 0 30px;
    list-style-type: none;
}

.nav-button-hover:hover {
    transform: scale(1.3);
    transition: 0.3s;
}
.title-section {
    height: 45vw;
    background-image: url(../img/exterior-wat-phra-kaeo-hero-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.big-title-container {
    height: 100%;
    width: 100%;
    /* display: flex; */
    align-content: center;
    justify-items: center;

}

.big-title {
    margin-bottom: -35px;
    text-align: center;
}

.title-button {
    margin-bottom: 100px;
    height: 50px;
    width: 200px;
    text-align: center;
    align-content: center;
    background-color: #FF9500;
    border-radius: 50px;
    color: black;
}

.title-button:hover {
    transform: scale(1.1);
    transition: 0.2s;
    color: white;
    background-color: #db8000;
}

.sub-title {
    margin-bottom: 20px;
    width: 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: white;
}

.about-section {
    margin-top: 4vw;
    padding: 5vw 10vw;
    height: 800px;
    display: flex;
    justify-content: space-between;
}

.article-header {
    margin-bottom: 30px;
    width: 50%;
}

.about-text-container {
    padding: 0%;
    height: 100%;
    width: 45%;
}

.about-gallery {
    height: 100%;
    width: 50%;
    background-image: url(../img/about-me-img.jpg);
    background-size: cover;
    background-position: bottom;
    border-radius: 5px;
}

.block {
    margin: 20px 0px;
    height: 10px;
    width: 60px;
    background-color: #de172e;
    /* justify-self: end; */
}


.region-section {
    padding: 3vw 10vw;
    height: 42em;
}

.region-header {
    margin-bottom: 50px;
}

.region-buttons-holder {
    height: 40px;
}

.region-button {
    margin-top: 30px;
    height: 50px;
    width: 160px;
    align-content: center;
    text-align: center;
    /* justify-self: center; */
    border-radius: 40px;
    background-color: #FF9500;
    color: black;
}

.region-button:hover {
    transform: scale(1.1);
    transition: 0.3s;
    background-color: #db8000;
}

.tabs-content {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.tabs-container {
    height: 100%;
    display: flex;
    flex-direction: row;
}

.vertical-tabs {
    width: 30%;
    align-content: center;
}

.tab-button {
    margin-bottom: 16px;
    margin-right: 14px;
    padding-left: 26px;
    height: 30%;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    font-family: "Readex Pro", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 700;
    font-style: normal;
    background-color: white;
    border: 1px solid white;
    cursor: pointer;
    color: black;
    transition: background-color 0.3s ease;
}

.tab-button:hover {
    width: 80%;
    font-weight: 500;
    transform: scale(1.1);
    transition: 0.3s;
    border-left: 2px solid #C2C2C2;

}

.tab-button.active {
    /* background-color: #3498db; */
    width: 80%;
    color: #FF9500;
    font-weight: 550;
    transform: scale(1.1);
    border-left: 4px solid black;

}

.tab-content {
    flex: 1;
    padding: 46px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #F5F5F5;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane p {
    font-size: 18px;
    line-height: 1.6;
}

.info-boxes-container {
    width: 100%;
    display: flex;
}

.info-boxes-child-container {
    width: 100%;
}

.info-box {
    margin: 40px 0px;
}

.article-header {
    width: 100%;
    text-align: center;
}

.article-cards {
    padding: 5vw 10vw;
    /* background-color: lightgray; */
}

.cards-container {
    display: flex;
    justify-content: space-between;
}

.card {
    margin-top: 20px;
    /* padding: ; */
    height: 24vw;
    width: 16vw;
    align-content: end;
    border-radius: 5px;
    border: 2px solid #EBEBEB;
    /* background-color: aquamarine; */
    /* color: white; */
}

.card:hover {
    transform: scale(1.05);
    transition: 0.3s;
    /* background: #202020; */
}

.article-texts {
    padding: 6%;
    color: white;
    /* width: 100%; */
    /* background-color: darkgrey; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-image: linear-gradient(rgba(255,0,0,0), rgb(0, 0, 0));
}

.history-card {
    background-image: url(../img/broken-statue.jpg);
    background-size: cover;
}

.culture-card {
    background-image: url(../img/culture-img.jpg);
    background-size: cover;
}

.food-card {
    background-image: url(../img/food-img.jpg);
    background-size: cover;
}

.people-card {
    background-image: url(../img/people-img.jpg);
    background-size: cover;
}

.faq {
    padding: 3vw 10vw;
    /* background-color: aqua; */
}

.faq-header {
    margin-bottom: 10px;
    width: 100%;
    /* border-bottom: 2px solid gray; */
}

.collapsible {
    background-color: #fdfffc;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    font-family: "Raleway", sans-serif;
    /* font-optical-sizing: auto; */
    font-weight: 600;
    font-style: normal;
  }
  
.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    border-bottom: 1px solid lightgray;
    transition: max-height 0.2s ease-out;
}

.collapsible:after {
    content: '\2BC6';
    font-size: 13px;
    float: right;
    margin-left: 5px;
}
  
/* .active:after {
    content: "\2BC5";
} */

.blank-text {
    color: #fdfffc;
}

footer {
    margin-top: 50px;
    padding-top: 40px;
    height: 120px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    color: white;
    background-color: #202020;
}

.blank {
    color: lightgray;
}

/* .location-container {
    height: 600px;
    background-color: aqua;
} */

.tabs-holder {
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #EBEBEB;
    /* border-bottom: 2px solid #C2C2C2; */
}

.h-line {
    height: 60%;
    width: 4px;
    background-color: gray;
}

.location-header {
    /* margin-bottom: 5px; */
    text-transform: uppercase;
    font-size: 30px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.ae {
    color: lightgray;
}

.travel-cards-container {
    padding: 5%;
    display: flex;
    justify-content: space-evenly;
}

.travel-card {
    height: 23em;
    width: 22em;
    /* background-color: white; */
}

.travel-card-img {
    margin-bottom: 2%;
    height: 70%;
    width: 100%;
    /* background-color: aquamarine; */
}

/* .travel-card-text {
    margin-left: 5%;
    margin-right: 5%;
} */

.delve-dive-n {
    background-image: url(../img/delve-dive-northern-thailand.jpg);
    background-size: cover;
}

.intrepid-n {
    background-image: url(../img/Intrepid-northern-thailand.jpg);
    background-size: cover;
}

.trafalgar-n {
    background-image: url(../img/trafalgar-northern-thailand.jpg);
    background-size: cover;
}

.wendywutours-c {
    background-image: url(../img/wendy-wu-tours-central-thailand.jpg);
    background-size: cover;
}

.wendywutours-cc {
    background-image: url(../img/wendy-wu-tours-central-k-thailand.jpg);
    background-size: cover;
}

.intrepid-c {
    background-image: url(../img/intrepid-central-thailand.jpg);
    background-size: cover;
}

.intrepid-cc {
    background-image: url(../img/intrepid-central-food-thailand.jpg);
    background-size: cover;
}

.gadventures {
    background-image: url(../img/g-adventures-central-thailand.jpg);
    background-size: cover;
}

.tripadvisor {
    background-image: url(../img/tripadvisor-central-thailand.jpg);
    background-size: cover;
}

.delve-dive-s {
    background-image: url(../img/delve-dive-southern-thailand.jpg);
    background-size: cover;
}

.intrepid-s {
    background-image: url(../img/intrepid-southern-thailand.jpg);
    background-size: cover;
}

.luxuryescapes-s {
    background-image: url(../img/luxuryescapes-southern-thailand.jpg);
    background-size: cover;
}
.travel-card-button {
    margin-top: 16px;
    height: 35px;
    width: 100px;
    align-content: center;
    text-align: center;
    border-radius: 20px;
    background-color: #FF9500;
    color: black;
}

.travel-card-button:hover {
    transform: scale(1.1);
    transition: 0.3s;
    background-color: #db8000;
}

/* .bottom-line {
    margin-top: 24px;
    border-bottom: 2px solid #C2C2C2;
} */

.top-line {
    margin-bottom: 20px;
    border-top: 2px solid #C2C2C2;
}

.ea {
    margin-top: 80px;
}

@media only screen and (max-width: 768px) {
    
    a {
        font-size: 18px;
    }

    h3 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

    .logos {
        font-size: 18px;
    }

    .nav-button {
        margin: 0px 14px;
    }

    .title-section {
        height: 500px;
    }

    .big-title {
        margin-bottom: 0px;
    }

    .sub-title {
        font-size: 16px;
    }

    .title-button {
        height: 40px;
        width: 120px;
    }

    .about-section {
        height: 750px;
        display: block;
        padding: 5%;
        justify-items: center;
    }

    .about-text-container {
        width: 80%;
    }

    .about-gallery {
        display: none;
    }

    .info-box {
        text-align: center;
    }

    .region-section {
        height: 870px;
    }

    .tabs-container {
        display: block;
    }

    .vertical-tabs {
        display: block;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .tab-pane p {
        font-size: 16px;
    }

    .tab-button {
        font-size: 40px;
    }

    .faq {
        margin-top: 50px;
    }

    .location-header {
        font-size: 20px;
    }

    .travel-cards-container {
        height: 400px;
    }

    .travel-card {
        height: 14em;
        width: 13em;
    }

    .article-sub-header {
        font-size: 10px;
    }
}

@media only screen and (max-width: 425px) {
    
    h2 {
        text-align: center;
        font-size: 24px;
    }

    h3 {
        text-align: center;
    }

    .about-section {
        height: 880px;
    }

    .vertical-tabs {
        display: none;
    }

    .region-section {
        height: 1000px;
        padding: 8%;
    }

    .tab-content {
        padding: 7%;
    }   

    .cards-container {
        display: block;
    }

    .article-texts {
        padding: 6%;
        height: 60px;
        color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        /* background-image: linear-gradient(rgba(255,0,0,0), rgb(0, 0, 0)); */
        background-color: #C2C2C2;
    }

    .article-sub-header {
        display: none;
    }
    
    .erw {
        display: none;
    }

    .travel-cards-container {
        display: block;
        margin-bottom: 600px;
    }

    .travel-card {
        width: 100%;
        margin-bottom: 80px;
    }

}
