@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Freehand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&family=Dangrek&family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&family=Khmer&family=Koh+Santepheap:wght@100;300;400;700;900&family=Noto+Sans+KR:wght@100..900&family=Noto+Sans+Khmer:wght@100..900&display=swap');
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(../Province/photo_2024-04-09_17-29-33.jpg);
    margin: 0;
    background-color: #f4f2f2;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #e9e9e9;
}

ul {
    list-style-type: none;
}

header {
    font-family: "Koh Santepheap", serif;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

#navbar {
    width: 100%;
    height: 80px;
    /* background-color: cyan; */
    position: fixed;
    z-index: 99;
    display: flex;
    align-items: center;
}

#navbar .con {
    min-width: 1200px;
    margin: auto;
}

#navbar .nav-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbar.scrolled {
    background-color:#ad9928;
}

#navbar .navbar-nav {
    display: flex;
}

#navbar .navbar-nav .nav-item .nav-link {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    position: relative;
    color:white;
}

#navbar .navbar-nav .nav-item .nav-link:hover {
    color: lime;
}

#navbar .navbar-nav .nav-item .drop-down {
    width: 100%;
    height: auto;
    /* background-color: cyan; */
    display: flex;
    justify-content: center;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
}

.hover-box {
    width: 100px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50px;
}

#navbar .navbar-nav .nav-item .drop-down .drop-down-row {
    width: 1200px;
    height: 100%;
    background-color: white;
    display: flex;
    gap: 10px;
    border-radius: 10px;
}

#navbar .navbar-nav .nav-item .drop-down .drop-down-row .navbar-navdrop-col-2_4 {
    width: calc(1200px/5);
    height: 100%;
    /* background-color: teal; */
    margin: 10px 0px;
}

#navbar .navbar-nav .nav-item .drop-down .drop-down-row .navbar-navdrop-col-2_4 .nav-item-drop .nav-link-drop {
    /* background-color: chartreuse; */
    display: block;
    padding: 10px 20px;
    color: black;
    border-radius: 10px;
}

#navbar .navbar-nav .nav-item .drop-down .drop-down-row .navbar-navdrop-col-2_4 .nav-item-drop .nav-link-drop:hover {
    color: lime;
    /* background-color: #f2f1f1; */
}

#navbar .navbar-nav .nav-item:hover .drop-down {
    visibility: visible;
}

#navbar .nav-button {
    display: flex;
    list-style-type: none;
    align-items: center;
    gap: 15px;
    font-size: 20px;
}

#navbar .nav-button button {
    border-radius: 5px;
    border: none;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 10px;
}

#navbar .nav-button button>a {
    display: block;
    font-family: "Koh Santepheap", serif;
    padding: 10px 20px;
    font-size: 15px;
}
.herobanner{
    width: 100%;
    height: 650px;
    /* position: relative; */
}
.temple-name{
    width: 1200px;
    height: 100px;
    background-color: white;
    position: absolute;
    top: 550px;
    left: 160px;
    margin: auto;
}
.temple-name .name-text{
    padding: 10px 20px;
    color: black;
    font-family: "Koh Santepheap", serif;
}
.angkorwat{
    width: 1200px;
    /* height: 500px; */
    margin: auto;
    font-family: "Koh Santepheap", serif;
    /* background-color: #ad9928; */
    padding: 50px 20px;
   
}
.angkorwat h2{
    border-left: 5px solid black;
    padding: 0px 20px;
}
.angkorwat .detail-angkorwat{
    padding: 10px 0px;
}
.pic-angkorwat{
    width: 1200px;
    margin: auto;
}
.pic-angkorwat .row{
    display: flex;
    width: 100%;
    height: 350px;
    padding: 5px 0px;
}
.pic-angkorwat .row .col-4{
    width: 33.33%;
    /* height: 80%; */
}
.pic-angkorwat .row .col-6{
    width: 50%;
    height: 100%;
}
.pic-angkorwat .row .col-6 .img1{
    padding-right: 5px;
}
.pic-angkorwat .row .col-6 .img2{
    padding-left: 5px;
}
.history-temple{
    width: 1200px;
    margin: auto;
    padding: 20px 0px;
    font-family: "Koh Santepheap", serif;
}
.history-temple h2{
    border-left: 5px solid black;
    padding: 0px 20px;
}
.history-temple .history-text{
    padding: 10px 0px;
}
.build-pic{
    width: 1200px;
    margin: auto;
}
.build-pic .row{
    width: 100%;
    display: flex;
}
.build-pic .row .col-6{
    width: 50%;
    height: 500px;
}
.architecture{
    width: 1200px;
    margin: auto;
    font-family: "Koh Santepheap", serif;
    padding: 20px 0px;
}
.architecture h2{
    border-left: 5px solid black;
    padding: 0px 20px;
}
.architecture p{
    padding: 10px 0px;
}
.architecture-pic{
    width: 1200px;
    height: 700px ;
    margin: auto;
}
img{
    width: 100%;
    height: 100%;
}
.art-angkorwat{
    width: 1200px;
    margin: auto;
    font-family: "Koh Santepheap", serif;
    padding: 20px 0px;
}
.art-angkorwat h2{
    border-left: 5px solid black;
    padding: 0px 20px;
}
.art-angkorwat p{
    padding: 10px 0px;
}
.art-pic{
    width: 1200px;
    height: 300px;
    margin: auto;
}
.art-pic .row{
    width: 100%;
    height: 100%;
    display: flex;
}
.art-angkorwat .art-pic .row .col-3{
    width: 25%;
    height: 100%;
}
