/* vietnamese */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 400;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5fJu5xEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 400;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5eJu5xEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 400;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5QJu4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 700;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5fJu5xEw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 700;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5eJu5xEw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Georama';
  font-style: normal;
  font-weight: 700;
  font-stretch: 150%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/georama/v15/MCoMzAn438bIEyxFf6swMnNpvPcUwW7w4g5QJu4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Kanit';
  src: url('./assets/font/kanit-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kanit';
  src: url('./assets/font/kanit-600.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}
p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    line-height: 1.7;
    font-size: 16px;
    color: #ffffffb2;
}
li a{
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    font-style: normal;
    color: #fff !important;
    letter-spacing: 0px;
}
body{
    background-color: #000;
}
.header-btn{
    background-color: transparent;
    border:1px solid #c28d17;
    border-radius: 0px;
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    font-style: normal;
    color: #c28d17 !important;
    letter-spacing: 0px;
    padding: 12px;
}
.header-btn:hover{
    background-color: #c28d17;
    border:1px solid #c28d17;
    border-radius: 0px;
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    font-style: normal;
    color: #ffffff !important;
    letter-spacing: 0px;
}
.hero-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/lagoona-hero-Db-P7gli.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    height: 100vh;
}
.navbar img{
    width: 220px;
}
.navbar {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.9),
        rgba(0,0,0,0.6),
        rgba(0,0,0,0)
    );
    backdrop-filter: blur(8px);
}
.Vision-section .right-side{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/2.jpg');
    background-size: cover  ;
    background-position: center;
    min-height: 700px;
}

.our-world-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/lambo.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    background-position: bottom center;
    background-attachment: fixed;
}
.ow1-section .left-side{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/2.jpg');
    background-size: cover  ;
    background-position: center;
    min-height: 700px;
}
.ow1-section .right-side{
    padding:100px;
}
.ow1-section .image-ow1{
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/2.jpg');
    background-size: cover  ;
    background-position: center;
}
.fixed-class{
    color: #ffffffe0;
}
.ow2-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/Santa_Maria_Lamborghini_Voo_Passaro_A_E02_acc8c44f-6fb1-4bdb-83be-045ea80b28d7_3200x1769_crop_center.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    background-position: bottom center;
    background-attachment: fixed;
}
.ow3-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/Tonino_Lamborghini_Towers_Chengdu_4800x3600_crop_center.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    background-position: center center;
    background-attachment: fixed;
}
.ow4-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/v1_1_2048x1366_crop_center.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    background-position: bottom center;
    background-attachment: fixed;
}
.ow5-section{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/Santa_Maria_Lamborghini_Voo_Passaro_A_E02_acc8c44f-6fb1-4bdb-83be-045ea80b28d7_3200x1769_crop_center.jpg');
    background-color: #000000;
    background-size: cover  ;
    min-height: 700px;
    background-position: bottom center;
}
.form-section .left-side{
    background:
        linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), /* overlay */
        url('./assets/img/2.jpg');
    background-size: cover  ;
    background-position: center;
    min-height: 700px;
}
.form-section .right-side{
    padding: 80px;
}
.form-container{
    padding: 40px;
    width: 100%;
    border: 1px solid #c28d17;
}
.form-control{
    background-color: transparent;
    padding:20px 10px;  
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
    border-color: #c28c1763 ;
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    font-style: normal;
    color: rgba(255,255,255,0.6) !important;
    letter-spacing: 0px;
}
.form-control::placeholder{
    color: rgba(255,255,255,0.6); /* light white */
    opacity: 1; /* important for full visibility */
}
.form-control:focus{
    background-color: transparent;
    border-width: 0px 0px 1px 0px;
    border-color: #c28c1763 ;
    box-shadow: unset;
}
.f-logo{
    border-bottom: 1px solid;
    border-color: #c28c1763 ;
    padding: 100px 20px !important;
}
.f-text p{
    font-family: 'Georama', sans-serif;
    font-weight: 300;
    font-size: 12px !important;
    font-style: normal;
    color: rgba(255,255,255,0.6) !important;
    letter-spacing: 0px;
}
.footer {
    background: linear-gradient(rgb(0 0 0 / 83%), rgb(0 0 0 / 84%)), /* overlay */ url(./assets/img/Gemini_Generated_Image_1crwyo1crwyo1crw.png);
    background-size: cover;
    background-position: center center;
}
.video-section{
    position: relative;
    height: 700px;
    overflow: hidden;
}

/* VIDEO */
.bg-video{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}   