*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: white; */
}

html, body{
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body:not(.en) .en{
    display: none !important;
}
body.en .tr{
    display: none !important;
}


body {
    --font-oswald: 'Nunito Sans', sans-serif;
    --font-poppins: 'Montserrat', sans-serif;


    --black-bg: black;
    --black-txt: black;
    --black-o: 0, 0, 0;
    
    /* --white-bg: #766a62; */
    --white-bg: #8B6E4A;
    /* --main-white-bg: #f8f4f2; */
    --main-white-bg: #fff;
    /* --main-white-bg-txt: #766a62; */
    --main-white-bg-txt: #8B6E4A;
    /* --main-white-bg-txt-o: 117, 105, 97; */
    --main-white-bg-txt-o: 255, 255, 255;
    --white-txt: white;
    --white-o: 255, 255, 255;

    --transition-2s-ease: all .2s ease;
    --transition-3s-ease: all .3s ease;
    --transition-4s-ease: all .4s ease;
    --transition-5s-ease: all .5s ease;

    --font-s: 14px;
    --font-md: 16px;
    --font-l: 20px;
    --font-xl: 22px;
    --font-xxl: 24px;

    --font-w-s: 300;
    --font-w-md: 400;
    --font-w-l: 500;
    --font-w-xl: 600;
    --font-w-xxl: 700;
    
    --dp: 15px;
    
    font-family: var(--font-poppins);
    background-color: var(--main-white-bg);
    color: var(--main-white-bg-txt);
    transition: var(--transition-5s-ease);
    position: relative;
    left: 0;
}

body.light{
    background-color: var(--white-txt);
}

input, textarea{ font-family: var(--font-poppins);}

.d-none{ display: none;}

img{ max-width: 100%;}

body.open-nav{ left: 450px !important;}


.spacing{ padding-top: 60px;}
.spacing-1{ padding-top: 80px;}
.spacing-2{ padding-top: 120px;}

.fill{ min-height: calc(100dvh - 41px); padding-bottom: 100px;}
.default-container{ background-color: var(--main-white-bg); padding: 0 var(--dp) 0 calc(80px + var(--dp));}
.bido-container{ width: 100%; max-width: 1400px; margin: 0 auto;}

.text-center{ text-align: center;}


.headline-wrapper{ text-align: center;}
.headline-wrapper.left{ text-align: left;}

.abs{ font-weight: 600; opacity: .5; height: 1lh; display: inline-block;}

.headline{ text-transform: uppercase; font-size: 16px; letter-spacing: 5px; font-weight: 600; line-height: 1.3; font-family: var(--font-oswald); color: var(--main-white-bg-txt);}

.sub-headline{ max-width: 850px; margin: 0 auto; font-size: 18px; font-weight: 400; line-height: 1.3; color: var(--main-white-bg-txt);}
.headline + .sub-headline{ margin-top: 10px;}

.logo-invert{ filter: grayscale(0%) brightness(0%) sepia(100%);}


.headline + .content-paragraph{ margin-top: 20px;}
.content-paragraph{ border-left: 1px solid; padding-left: 25px; position: relative;}
.content-paragraph::before,
.content-paragraph::after{ --size: 10px; background-color: var(--main-white-bg-txt); position: absolute; left: 0; content: ''; display: inline-block; width: var(--size); height: var(--size); border-radius: 50%;}
.content-paragraph::before{ transform: translate(-50%, -50%); top: 10px;}
.content-paragraph::after{ transform: translate(-50%, 50%); bottom: 10px;}

.content-paragraph-2{ color: black; font-family: 'GFS Didot', serif; font-weight: 500; line-height: 1.5; font-size: 22px; text-align: center; max-width: 700px; margin: 0 auto;}
.headline + .content-paragraph-2{ margin-top: 30px;}

.content-list{ padding-top: 80px; position: relative; display: grid; gap: 60px; grid-template-columns: 1fr 1fr; align-items: center; position: relative;}
.content-list .link{ position: absolute; top: -80px;}
/* .content-list .content-area strong{ margin-bottom: 10px; display: inline-block;} */
/* .content-list .content-area{ border-left: 1px solid; padding-left: 15px;} */
.content-list .content-area strong{ white-space: nowrap; border: 1px solid; margin-bottom: 30px; display: flex; height: 40px; width: fit-content; align-items: center; padding-right: 10px;}
.content-list .content-area strong{ position: absolute; left: 50%; top: 0; transform: translateX(-50%);}
.content-list .content-area strong > div{ letter-spacing: 1px; background-color: black; color: white; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; margin-right: 10px;} 
.content-list .content-area a{ margin-top: 40px; display: block; margin-inline: auto;}
.content-list .content-area ul{ font-family: 'GFS Didot', serif; color: black; line-height: 1.5; font-size: 15px; display: flex; flex-direction: column; gap: 15px; list-style: none; font-size: 22px;}
.content-list .img-area{}
/* .content-list ul{ padding-left: 20px; display: flex; flex-direction: column; gap: 3px; margin-top: 5px;} */


.t-line{ width: 2px; height: 70px; background-color: var(--main-white-bg-txt); margin: 0 auto;}

.banner-img{ position: relative; display: flex;}
.banner-img img{ width: 100%; height: 500px; object-fit: cover;}
.banner-img .moving{ object-position: 0 -32px;}
.banner-img::before{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, .5); z-index: 2; display: block;}



/* LEFT NAV */
.left-nav{ height: 100vh; position: fixed; left: 0; top: 0; z-index: 20;}
.left-nav .show{ transition: var(--transition-4s-ease) .1s; background-color: rgba(var(--black-o), .3); z-index: 11; position: relative; height: 100%; width: 80px; border-right: 1px solid rgba(var(--white-o), .3); display: flex; align-items: center; justify-content: space-between; padding: 30px 0; flex-direction: column;}
.left-nav.open .show{ background-color: var(--black-bg);}
.left-nav .show .top{ gap: 7px; cursor: pointer; display: flex; flex-direction: column; align-items: center;}
.left-nav .show .top .icon{ font-size: 22px; position: relative; display: flex; align-items: center; justify-content: center; width: 24px; height: 24px;}
.left-nav .show .top .icon i{ transition: var(--transition-2s-ease); position: absolute; opacity: 0;}
.left-nav .show .top .icon .bar{ display: flex; flex-direction: column;}
.left-nav .show .top .icon .bar > span{ display: inline-block; margin-bottom: 6.3px; width: 25px; min-height: 1.5px; max-height: 1.5px; border-radius: 3px; background-color: var(--white-txt);}
.left-nav .show .top .icon .bar > span.short{ margin-left: 0px; width: 17px; transition: var(--transition-2s-ease);}
.left-nav .show .top:hover .icon .bar > span.short{ margin-left: 8px;}
.left-nav .show .top .icon .open{ opacity: 1;}
.left-nav.open .show .top .icon .open{ opacity: 0;}
.left-nav.open .show .top .icon .close{ opacity: 1;}
.left-nav .show .top .txt{ font-size: var(--font-md); height: 52px; position: relative; writing-mode: vertical-lr; text-orientation: mixed; transform: rotate(180deg); display: flex; align-items: center;}
.left-nav .show .top .txt > span{ transition: var(--transition-2s-ease); opacity: 0; position: absolute; top: 0;  letter-spacing: 1px;}
.left-nav .show .top .txt > span.open{ opacity: 1;}
.left-nav.open .show .top .txt > span.open{ opacity: 0;}
.left-nav.open .show .top .txt > span.close{ opacity: 1;}
.left-nav .show .top .icon,
.left-nav .show .top .txt{ transition-delay: .25s; color: var(--white-txt);}
.left-nav.open .show .top .icon,
.left-nav.open .show .top .txt{ user-select: none; color: var(--white-txt);}
/* .left-nav .show .bottom{} */
.left-nav .show .bottom .social{ display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 17px;}
.left-nav .show .bottom .social > a{ font-size: 17px; transition-delay: .25s; color: var(--white-txt);}
.left-nav.open .show .bottom .social > a{ color: var(--white-txt);}

.left-nav .menu{ transition: var(--transition-5s-ease); padding-left: 115px; display: flex; align-items: center; z-index: 10; width: 451px; height: 100vh; background-color: var(--black-bg); position: fixed; top: 0; left: -450px;}
.left-nav.open .menu{ left: 0;}
.left-nav .menu .links{ display: flex; flex-direction: column; gap: 25px; width: 100%;}
.left-nav .menu .links > div{ transform: translate(-10px, -10px); opacity: 0; transition: padding .2s ease, color .2s ease, transform .6s ease, opacity .6s ease; overflow: hidden; width: 100%;}
.left-nav .menu .links > div a{ transition: all .2s ease; text-decoration: none; color: var(--main-white-bg-txt);}
.left-nav .menu .links > div span{ cursor: pointer; position: relative; display: flex; width: 100%; align-items: center;}
.left-nav .menu .links > div span.more::after{ transition: all .2s ease; content: '\f107'; display: inline-block; font-family: 'FONT AWESOME 5 FREE'; font-weight: 900; font-size: 20px; margin-left: 20px; right: 0; top: 12px; transform: rotate(0);}
.left-nav .menu .links > div.open span.more::before{ transform: rotate(-180deg);}
/* .left-nav .menu .links > div span a{ font-weight: 400; font-size: 24px; color: var(--white-txt);}  */
.left-nav .menu .links > div span a{ text-transform: uppercase; font-size: 16px; letter-spacing: 5px; font-weight: 600; line-height: 1.3; font-family: var(--font-oswald); color: var(--main-white-bg-txt);} 
.left-nav .menu .links > div > div{ transition: all .2s ease; display: flex; flex-direction: column; padding-left: 5px;} 
.left-nav .menu .links > div > div a:nth-child(1){ padding-top: 20px;}
/* .left-nav .menu .links > div > div a{ text-transform: uppercase; font-weight: 400; font-size: 16px; padding: 5px 0;}  */
.left-nav .menu .links > div > div a{ padding: 5px 0; text-transform: uppercase; font-size: 14px; letter-spacing: 5px; font-weight: 600; line-height: 1.3; font-family: var(--font-oswald); color: var(--main-white-bg-txt);} 
.left-nav.open .menu .links > div{ transform: translate(0, 0); opacity: 1;}
.left-nav .menu .links > div:nth-child(1){ transition-delay: 0s, 0s, .2s, .2s;}
.left-nav .menu .links > div:nth-child(2){ transition-delay: 0s, 0s, .4s, .4s;}
.left-nav .menu .links > div:nth-child(3){ transition-delay: 0s, 0s, .6s, .6s;}
.left-nav .menu .links > div:nth-child(4){ transition-delay: 0s, 0s, .8s, .8s;}
.left-nav .menu .links > div:nth-child(5){ transition-delay: 0s, 0s, 1s, 1s;}
.left-nav .menu .links > div:nth-child(6){ transition-delay: 0s, 0s, 1.2s, 1.2s;}
.left-nav .menu .links a.active{ color: var(--white-txt);}
.left-nav .menu .links a:hover{ padding-left: 10px; color: var(--white-txt);}

a.website-logo{ font-size: 70px; font-weight: 900; letter-spacing: -3px; text-decoration: none; color: var(--white-txt); z-index: 20; position: absolute; top: 15px; left: 50%; transform: translateX(-50%);}
a.website-logo img{ height: 50px;}
a.website-logo img.dark{ height: unset; width: 216px;}

.right-nav{ z-index: 20; height: 100vh; width: 100px; display: flex; justify-content: center; padding: 30px 0; position: absolute; right: 0; top: 0;}
.right-nav.dark{ filter: grayscale(0%) brightness(0%) sepia(100%);}
.right-nav .languages{ border-radius: 10px; padding: 10px; width: 45px; height: fit-content; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 5px;}
.right-nav .languages > span{ cursor: pointer; font-size: var(--font-md); color: rgba(var(--white-o), .7); transition: var(--transition-2s-ease); letter-spacing: 1px;}
.right-nav .languages > span:hover{ color: var(--white-txt);}
.right-nav .languages > span.active{ pointer-events: none; color: var(--white-txt); letter-spacing: 1px;}
.right-nav .languages > .line{ display: inline-block; width: 25px; height: 2px; border-radius: 3px; background-color: rgba(var(--white-o), 1)}

.filter{ transition: var(--transition-3s-ease); width: calc(100% - 450px); height: 100vh; background-color: rgba(var(--black-o), .5); z-index: 21; position: fixed; right: -100%; top: 0;}
body.open-nav .filter{ right: 0%;}


/*video Modal*/
.video-modal-container{ transition: var(--transition-4s-ease); opacity: 0; pointer-events: none; position: fixed; width: 100%; height: 100vh; padding: 0 15px; background-color: rgba(var(--black-o), .8); z-index: 30; display: flex; align-items: center; justify-content: center;}
.video-modal-container.open{ opacity: 1; pointer-events: all;}
.video-modal-container .video-modal{ transition: var(--transition-3s-ease); transform: translateY(30px); width: fit-content; width: 100%; max-width: 1000px; height: fit-content; background-color: black;}
.video-modal-container.open .video-modal{ transform: translateY(0);}
.video-modal-container .video-modal > video{ width: 100%;}
.video-modal-container > span{ cursor: pointer; position: absolute; right: 25px; top: 15px; color: var(--white-txt); font-size: 25px;}


/* INDEX PAGE */
/* GENERAL */
.first-section{ position: relative; width: 100%; height: 100vh; overflow: hidden; background: var(--main-white-bg-txt) /*linear-gradient(45deg, #766a62 2%, #0e0a07 68%, #352c24 124%)*/;}
.first-section .filter{ opacity: 1; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: rgba(0, 0, 0, .5); z-index: 2;}
.first-section > video{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.first-section .text-area{ z-index: 10; position: absolute; left: 150px; bottom: 210px; display: flex;flex-direction: column;}
.first-section .text-area h1{ font-family: var(--font-oswald); max-width: 900px; margin-bottom: 30px; font-size: 50px; font-weight: 400; line-height: 1.3; color: var(--white-txt);}
.first-section .text-area .img-area{ text-align: start;}
.first-section .text-area .img-area > img{ width: 100px;}
.first-section .text-area .buttons{ margin-top: 20px; display: flex; gap: 20px;}
.first-section .text-area .buttons > a{ width: 220px; padding-left: 0; padding-right: 0;}
/* .first-section .text-area .buttons > a{ cursor: pointer; box-shadow: 0 0 10px 0px rgba(var(--black-o), .8); border-radius: 2px; transition: color .3s ease .1s; position: relative; display: flex; align-items: center; justify-content: center; width: 200px; height: 50px; outline: 1px solid var(--white-txt); background-color: transparent; color: var(--white-txt); font-size: var(--font-md); text-decoration: none;}
.first-section .text-area .buttons > a span{ position: relative; z-index: 1.1; letter-spacing: 1px;}
.first-section .text-area .buttons > a::before{ content: ''; display: inline-block; transition: var(--transition-4s-ease); position: absolute; width: 0%; height: 100%; background-color: var(--white-txt); position: absolute; left: 0; top: 0;}
.first-section .text-area .buttons > a:hover{ color: var(--main-white-bg-txt);}
.first-section .text-area .buttons > a:hover::before{ width: 100%;} */

.first-section .main-contact-us{ z-index: 20; width: 100px; display: flex; justify-content: center; position: absolute; right: 0; top: 130px;}
.first-section .main-contact-us a{ transition: var(--transition-2s-ease); font-size: var(--font-md); text-decoration: none; color: rgba(var(--white-o), 1); display: flex; flex-direction: column; align-items: center; justify-content: center;}
.first-section .main-contact-us a:hover{ color: var(--white-txt);}
.first-section .main-contact-us a .icon{ font-size: calc(9px + var(--font-md));}
.first-section .main-contact-us a .icon img{ width: 30px;}
.first-section .main-contact-us a .txt { writing-mode: vertical-lr; text-orientation: mixed; transform: rotate(180deg); display: flex; align-items: center; justify-content: center; letter-spacing: 1px;}

.first-section .sub-contact-us{ z-index: 20; display: flex; justify-content: center; position: fixed; right: 30px; bottom: 30px; border-radius: 3px; overflow: hidden;}
.first-section .sub-contact-us .bottom-btn{ text-decoration: none; box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%); display: flex; box-shadow: 0 0 7px 7px rgb(0 0 0 / 75%); flex-direction: row-reverse;}
.first-section .sub-contact-us .bottom-btn .bottom-icon{ cursor: pointer; width: 40px; height: 40px; font-size: 25px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 7px 7px rgb(0 0 0 / 75%); background-color:#333; color: rgba(var(--white-o), .9);}
.first-section .sub-contact-us .bottom-btn .bottom-txt{ overflow: hidden; transition: all .3s linear; width: 0px; display: flex; align-items: center; justify-content: center;  height: 40px; font-weight: 300; font-size: var(--font-md); color: rgba(var(--white-o), .9); background-color:#424242;}
.first-section .sub-contact-us .bottom-btn .bottom-txt span{ white-space: nowrap; opacity: 0; transform: translateY(-5px); transition: all .5s ease; transition-delay: .2s;}
.first-section .sub-contact-us .bottom-btn .bottom-icon:hover + span{ width: 112px;}
.first-section .sub-contact-us .bottom-btn .bottom-icon:hover + span > span{ transform: translateY(0); opacity: 1;}


.project-main-bg { height: 100%; margin: 0 auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}



/* ARTICLE AREA */
.project-website{ display: none;}
.article-container{ overflow: hidden; background-color: var(--main-white-bg); padding: 80px 0;}
.article-container > div{ width: 100%; max-width: 1200px; padding: 0 var(--dp); margin: 0 auto; display: flex; flex-direction: column; gap: 120px;}
.article-container > div > section{ display: grid; grid-template-columns: 1fr 1fr; gap: 50px;}
/* .article-container > div > section.lr{}
.article-container > div > section.rl{} */
.article-container > div > section.rl article{ grid-column: 2; grid-row: 1;}
/* .article-container > div > section article{} */
/*.article-container > div > section.rl article h3{ text-align: end;}
.article-container > div > section.rl article .txt-area{ text-align: end;}*/
.article-container > div > section article{ display: flex; flex-direction: column; justify-content: space-between; gap: 20px;}
.article-container > div > section article h3{ text-transform: uppercase; font-size: 24px; letter-spacing: 3px; font-weight: 400; line-height: 1.3; margin-bottom: 20px; font-family: var(--font-oswald); color: var(--main-white-bg-txt);}
.article-container > div > section article .txt-area{ display: flex; flex-direction: column; gap: 20px;}
.article-container > div > section article .txt-area > p{ font-size: 16px; color: var(--black-txt); width: 100%; max-width: 450px; line-height: 1.6;}
.article-container > div > section article .txt-area > p a{ color: var(--main-white-bg-txt); font-size: 12px;}
.article-container > div > section .img-area{ aspect-ratio: 1.5; display: flex; flex-direction: column;}
.article-container > div > section .img-area .img{ width: 100%; overflow: hidden; display: flex; height: fit-content; align-items: flex-start; box-shadow: 0 10px 25px 1px rgb(0 0 0 / 50%); justify-content: center;}
.article-container > div > section .img-area img{ width: 100%; height: 100%; object-fit: cover; transition: all .3s ease;}
.article-container > div > section .img-area .buttons{ margin-top: 30px; display: flex; align-items: center; justify-content: center;}
.article-container > div > section .img-area .buttons a{ width: 260px; text-align: center; position: relative; transition: .2s ease; cursor: pointer; background-color: var(--white-txt); border: 1px solid var(--main-white-bg-txt); display: inline-block; font-size: var(--font-md); padding: 4px 15px; color: var(--main-white-bg-txt); text-decoration: none;}
.article-container > div > section .img-area .buttons a::before{ transition: all .3s ease; content: ''; display: inline-block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-color: var(--main-white-bg-txt);}
.article-container > div > section .img-area .buttons a:hover{ color: var(--white-txt); box-shadow: 0 12px 10px -7px rgba(var(--black-o), .3);}
.article-container > div > section .img-area .buttons a.active{}
.article-container > div > section .img-area .buttons a:hover::before{ width: 100%;}
.article-container > div > section .img-area .buttons a span{ position: relative; z-index: 2;} 
.article-container > div > section .web{ }
/*.article-container > div > section .img-area:hover img{ transform: scale(1.1);}*/

.features-container{ display: none;}

.article-container .features-area{ margin-top: 40px; display: flex; flex-direction: column;}
.article-container .features-area h4{ margin-bottom: 20px; width: fit-content; font-size: 16px; font-weight: 300; letter-spacing: 0.7px; padding-bottom: 6px; color: var(--main-white-bg-txt); border-bottom: 1px solid var(--main-white-bg-txt);}
.article-container .features-area .features{ display: grid; gap: 20px 10px; grid-template-columns: 1fr 1fr;}
.article-container .features-area .features > div{ display: flex; align-items: center; gap: 25px;}
.article-container .features-area .features > div .img{ width: 40px; text-align: center;}
.article-container .features-area .features > div.stairs .img img{ width: 30px; transform: translateX(3px);}
.article-container .features-area .features > div.bed .img img{ width: 50px;}
.article-container .features-area .features > div .img img{ width: 100%;}
.article-container .features-area .features > div > span{ font-size: 15px; font-weight: 300; color: var(--main-white-bg-txt);}

.article-container > div > section.rl > .my_animation:first-child.start{ animation: in-left .5s linear 1;}
.article-container > div > section.lr > .my_animation:last-child.start{ animation: in-right .5s linear 1;}
.article-container > div > section.rl > .my_animation:first-child.start{ animation: in-right .5s linear 1;}
.article-container > div > section.rl > .my_animation:last-child.start{ animation: in-left .5s linear 1;}

/* Conatct Form */
.form{ padding: 30px 20px;}
.form ._2{ display: grid; grid-template-columns: 1fr 1fr; gap: 30px 20px; letter-spacing: 1px;}
.form ._1{ margin-bottom: 30px;}
.form .input-area{ display: flex; flex-direction: column;}
.form .input-area label{ font-weight: 500; margin: 0; padding: 0; font-size: 13px; color: var(--main-white-bg-txt);}
.form .input-area.textarea{ margin-top: 30px;}
.form .input-area textarea{ resize: none !important; width: 100% !important; height: 75px; resize: vertical; min-height: 75px; max-height: 135px;}
.form .input-area textarea::-webkit-scrollbar{ background-color: #444; width: 7px;}
.form .input-area textarea::-webkit-scrollbar-thumb{ background-color: #353535;}
.form .input-area input,
.form .input-area textarea{ width: 100%; color: var(--main-white-bg-txt); background-color: transparent; padding: 7px 5px; border: none; border-bottom: 1px solid #aaa;}
.form .input-area input:focus,
.form .input-area textarea:focus{ outline: none;}
.form .input-area input::placeholder,
.form .input-area textarea::placeholder{ font-style: italic;}
.form .chckbxs{ display: flex; flex-direction: column; gap: 15px; margin-top: 30px;}
.form .chckbxs .chckbx{ position: relative; display: flex; align-items: baseline; gap: 10px;}
.form .chckbxs .chckbx label{ padding-left: 27px; padding-top: 2px; font-weight: 400; font-size: 13px; color:var(--main-white-bg-txt);}
.form .chckbxs .chckbx label span{ cursor: pointer; font-weight: 600;}
.form .chckbxs .chckbx label span:hover{ text-decoration: underline;}
.form .chckbxs .chckbx input{ transform: translateY(4px); min-width: 15px; min-height: 15px;}
.form button{ border-radius: 3px; cursor: pointer; transition: all .2s ease; color: white; font-size: 15px; font-weight: 500; padding: 10px 35px; margin-top: 30px; background-color: #555; border: none;}
.form button:hover{ background-color: #444;}
input[type="checkbox"]{ position: absolute; top: 0px; left: 0; cursor: pointer; height: 0px; width: 0px;}
input[type="checkbox"]::before{ transition: all .1s ease; box-shadow: inset 0 0 7px 0px #eee; content: ''; position: absolute; left: 0; top: 0; display: inline-block; box-shadow: inset 0 0 5px 0 rgba(var(--black-o), .2); border: 1px solid var(--white-bg); background-color: var(--white-txt); width: 15px; height: 15px; border-radius: 3px;}
input[type="checkbox"]:checked::before{ content: '\f00c'; font-family: 'FONT AWESOME 5 FREE'; font-size: 13px; font-weight: 900; color: var(--white-txt); background-color: var(--white-bg); display: flex; align-items: center; justify-content: center; position: absolute; left: 0; top: 0; width: 15px; height: 15px;}





/* Iframe Container */
.location-h { text-align: center; font-size: 35px; padding: 10px 0 20px; font-weight: 500; color: var(--main-white-bg-txt); margin-top: 80px;}
.iframe-container{ position: relative; width: 100%; height: 500px; background-color: var(--white-bg);}
.iframe-container iframe{ width: 100%; height: 100%; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */ -webkit-backface-visibility: hidden;  /* Fix for transition flickering */}

.iframe-container-2{ position: relative; width: 100%; aspect-ratio: 2; background-color: var(--white-bg); display: flex;}
.iframe-container-2 iframe{ width: 100%; height: 100%; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */ -webkit-backface-visibility: hidden;  /* Fix for transition flickering */ outline: none;}

.contact-location{ margin-top: 100px !important;}


footer{ display: flex; flex-direction: column; padding: 0 var(--dp) 0 calc(80px + var(--dp));}
footer .copyright{ padding: 10px 0; background-color: var(--main-white-bg); color: var(--main-white-bg-txt); font-size: 14px; font-weight: 600; text-align: center;}



/* Animations */
/* .my_animation{ transition: all .5s ease;} */
.my_animation.in-left.start{ animation: in-left .5s linear 1;}
.my_animation.in-right.start{ animation: in-right .5s linear 1;}
.my_animation.in-top.start{ animation: in-top .5s linear 1;}
.my_animation.in-bottom.start{ animation: in-bottom .5s linear 1;}


.modalx-container{ opacity: 0; pointer-events: none; transition: all .3s ease; width: 100%; height: 100vh; position: fixed; left: 0; top: 0; z-index: 20; padding: 0 10px; background-color: rgba(var(--black-o), 0.5); display: flex; align-items: center; justify-content: center; }
.modalx-container.active{ opacity: 1; pointer-events: all;}
.modalx-container .modalx{ opacity: 0; transform: translateY(10rem); transition: all .35s ease; overflow: hidden; width: 100%; max-width: 600px; background-color: var(--main-white-bg); border-radius: 5px;}
.modalx-container.active .modalx{ opacity: 1; transform: translateY(0);}
.modalx-container .modalx .header{ position: relative; padding: 15px; box-shadow: 0 0 7px 1px rgba(var(--black-o), 0.5);}
.modalx-container .modalx .header > div{ }
.modalx-container .modalx .header > div > h2{ font-size: 18px; color: var(--main-white-bg-txt); padding-right: 30px;}
.modalx-container .modalx .header > span{ cursor: pointer; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); font-size: 23px; color: var(--main-white-bg-txt);}
.modalx-container .modalx .header > span:hover{ color: rgb(75, 0, 0);}
.modalx-container .modalx .body{ min-height: 20vh; padding: 15px;}
.modalx-container .modalx .body > div{ padding: 10px; }
.modalx-container .modalx .body > div > div{ color: var(--main-white-bg-txt); max-height: 70vh; overflow-y: auto; font-size: 14px; padding-right: 10px;}
.modalx-container .modalx .body > div > div p{ margin-bottom: 10px;}
.modalx-container .modalx .body > div > div::-webkit-scrollbar{ width: 7px; border-radius: 5px; background-color: #ddd;}
.modalx-container .modalx .body > div > div::-webkit-scrollbar-thumb{ width: 7px; border-radius: 5px; background-color: var(--main-white-bg-txt);}



@keyframes in-left{
    0%{ transform: translateX(-150px); opacity: 0;}
    100%{ transform: translateX(0); opacity: 1;}
}
@keyframes in-right{
    0%{ transform: translateX(150px); opacity: 0;}
    100%{ transform: translateX(0); opacity: 1;}
}
@keyframes in-top{
    0%{ transform: translateY(-150px); opacity: 0;}
    100%{ transform: translateY(0); opacity: 1;}
}
@keyframes in-bottom{
    0%{ transform: translateY(150px); opacity: 0;}
    100%{ transform: translateY(0); opacity: 1;}
}




/* BIDO TEMPLATES */
.bido-wrapper-1{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;}
.bido-wrapper-2{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px 15px;}
/* .bido-wrapper-3{ display: grid; grid-template-columns: repeat(2, 1fr);} */
.bido-wrapper-3{ display: flex; flex-direction: column; gap: 40px;}
.bido-wrapper-3 > div:nth-child(1){ display: flex; align-items: center; justify-content: center;}
.bido-wrapper-3 > div:nth-child(2){ }
/* .bido-wrapper-4{ max-width: 1400px; gap: 60px; margin: 0 auto; display: grid; grid-template-columns: 1fr 250px;} */
.bido-wrapper-4{ max-width: 1400px; margin: 0 auto;}
.bido-wrapper-4 .l{ display: flex; flex-direction: column; gap: 80px;}
.bido-wrapper-4 .l .content-list.reverse .content-area{ order: 1;}
.bido-wrapper-4 .r{}
.bido-wrapper-5{ display: grid; grid-template-columns: repeat(2, 1fr); align-items: center;}
.bido-wrapper-6{ display: flex; flex-direction: column; gap: 20px;}


.bido-template-1{ overflow: hidden; position: relative; aspect-ratio: 1;}
.bido-template-1 > img{ width: 100%; height: 100%; object-fit: cover;}
.bido-template-1 .hovered-txt{ color: white; text-decoration: none; padding: 1.25rem; position: absolute; top: 0px; left: 0px; display: flex; height: 100%; width: 100%; flex-direction: column; justify-content: flex-end; overflow: hidden; transition-property: all; transition-duration: 300ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); text-align: center;}
.bido-template-1 .hovered-txt:hover,
.bido-template-1 .hovered-txt.active{ color: white; background-color: rgba(0, 0, 0, .75);}
.bido-template-1 .hovered-txt > div{ transform: translateY(calc(100% - 35px)); transition-property: transform; transition-duration: 500ms; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);}
.bido-template-1 .hovered-txt:hover > div,
.bido-template-1 .hovered-txt.active > div{ transform: translateY(0px);}
/* .bido-template-1 .hovered-txt > div > strong{ font-family: var(--font-oswald); font-size: 24px; font-weight: 400; filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));} */
.bido-template-1 .hovered-txt > div > strong{ color: white; filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, .5));}
/* .bido-template-1 .hovered-txt > div > p{ opacity: 0; margin-top: 10px; transform: translateY(40px); transition: all .4s ease;} */
.bido-template-1 .hovered-txt > div > p{ line-height: 1.4; font-size: 16px; opacity: 0; margin-top: 10px; transform: translateY(40px); transition: all .4s ease;}
.bido-template-1 .hovered-txt:hover > div > p,
.bido-template-1 .hovered-txt.active > div > p{ transform: translateY(0px); opacity: 1;}

/* .bido-template-2{ aspect-ratio: 1.3; position: relative; display: flex; overflow: hidden;}
.bido-template-2 > img{ width: 100%; height: 100%; object-fit: cover; transition: all .5s ease;}
.bido-template-2:hover > img{ transform: scale(1.2);}
.bido-template-2 > div{ color: white; background: linear-gradient(transparent 10%, rgba(0, 0, 0, .5) 60%); padding: 30px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; flex-direction: column; text-align: center; gap: 10px;}
.bido-template-2 > div > strong{ font-family: var(--font-oswald); font-size: 24px; font-weight: 400; line-height: 1.3;}
.bido-template-2 > div > span{ color: #aba29c;} */
.bido-template-2{ position: relative; display: flex; overflow: hidden; display: flex; flex-direction: column;}
.bido-template-2 > img{ aspect-ratio: 1.6; width: 100%; height: 100%; object-fit: cover; transition: all .5s ease;}
/* .bido-template-2:hover > img{ transform: scale(1.2);} */
.bido-template-2 > div{ gap: 5px; background-color: black; padding: 15px 15px; top: 0; left: 0; width: 100%; height: 100%; display: flex; flex-direction: column;}
.bido-template-2 > div > strong{ color: white; font-family: var(--font-oswald); font-size: 20px; font-weight: 400; line-height: 1.3;}
.bido-template-2 > div > span{ color: #bdaa89;}

.bido-template-3{ display: flex; flex-direction: column; gap: 15px; width: 100%; margin: 0 auto;}
.bido-template-3 .top{ display: flex; align-items: center; gap: 15px;}
.bido-template-3 .top .img-area{ width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden;}
.bido-template-3 .top .img-area img{ width: 100%;}
.bido-template-3 .top .txt-area{ display: flex; flex-direction: column; gap: 3px;}
.bido-template-3 .top .txt-area span{ font-weight: 600; font-size: 13px; color: #999;}
.bido-template-3 .top .txt-area b{ font-weight: 600; font-size: 18px; color: var(--main-white-bg-txt);}
.bido-template-3 .bottom{}
.bido-template-3 .bottom > div{ display: flex; flex-direction: column; align-items: center;}
.bido-template-3 .bottom > div small{ font-size: 13px; color: #999; font-weight: 600;}
/* .bido-template-3 .bottom > div a{ font-size: 15px; color: var(--black-txt); text-decoration: none;} */
.bido-template-3 .bottom > div:nth-child(3){ grid-column: 1 / span 2;}

.bido-template-4{}

/* .bido-template-5{ position: sticky; top: 50px; height: fit-content;} */
.bido-template-5{ display: flex; flex-direction: column; align-items: center; text-align: center;}
/* .bido-template-5{ display: flex; flex-direction: column;} */
.bido-template-5 > strong{ margin-bottom: 10px; display: inline-block;}
.bido-template-5 > ul{ color: black; display: flex; flex-direction: column; gap: 15px; list-style: none;}
.bido-template-5 > ul li{}
.bido-template-5 > ul li a{ text-decoration: none; color: inherit;}
.bido-template-5 > ul li a b{ font-weight: 600; font-size: .9em;}
.bido-template-5 > ul li a b::after{ content: ''; margin: 0 7px; display: inline-block; width: 7px; border-bottom: 2px solid; vertical-align: middle;}

.bido-template-6{ position: relative; padding: 50px; max-width: 600px; margin: 0 auto; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 20px;}
.bido-template-6 .icon{ padding: 0 20px; position: absolute; background-color: white; left: 50%; top: 0; transform: translate(-50%, -50%);}
.bido-template-6 .icon svg{ width: 50px; fill: rgba(0, 0, 0, .2);}
.bido-template-6 h4{ font-family: var(--font-poppins); font-size: 20px; line-height: 1.6; text-align: center; display: flex; flex-direction: column; gap: 20px; align-items: center;}
.bido-template-6 h4 span{ width: fit-content; background-color: black; color: white; padding: 10px; display: inline-block;}
.bido-template-6 strong{}



/* .bd_btn{ text-align: center; position: relative; transition: .2s ease; cursor: pointer; background-color: var(--white-txt); border: 1px solid var(--main-white-bg-txt); display: inline-block; font-size: var(--font-md); padding: 6px 45px; color: var(--main-white-bg-txt); text-decoration: none; width: fit-content;} */
.bd_btn{ text-align: center; position: relative; transition: .2s ease; cursor: pointer; background-color: var(--white-txt); border: 1px solid var(--black-txt); display: inline-block; font-size: var(--font-md); padding: 15px 35px; border-radius: 3px; color: var(--black-txt); text-decoration: none; width: fit-content;}
.bd_btn{ text-transform: uppercase; font-size: 16px; letter-spacing: 5px; font-weight: 600; line-height: 1.3; font-family: var(--font-oswald); color: var(--black-txt);}
.bd_btn::before{ transition: all .3s ease; content: ''; display: inline-block; width: 0%; height: 100%; position: absolute; top: 0; left: 0; background-color: var(--black-txt);}
.bd_btn:hover{ color: var(--white-txt); box-shadow: 0 12px 10px -7px rgba(var(--black-o), .3);}
.bd_btn.active{}
.bd_btn:hover::before{ width: 100%;}
.bd_btn span{ position: relative; z-index: 2;} 

.bd_btn.v2{ background-color: transparent; color: #fff; border-color: #fff;}
.bd_btn.v2:hover{ color: #000;}
.bd_btn.v2::before{ background-color: #fff;}

.bd_btn.v3{ background-color: #000; color: #fff !important; border-color: #000;}
.bd_btn.v3:hover{ color: #000 !important;}
.bd_btn.v3::before{ background-color: #fff;}





.responsive-padding{ padding-left: 80px;}
a.website-logo{ transform: translateX(calc(-50% + 40px));}

.default-txt{ text-transform: unset !important; letter-spacing: unset !important;}

@media screen and (max-height: 600px) {
    .banner-img img{ height: 450px;}
}

@media screen and (max-width: 1280px) {
    .bido-wrapper-2{ grid-template-columns: repeat(2, 1fr);}
    .first-section .text-area{ bottom: 120px;}
    .first-section .text-area h1{ font-size: 35px;}
}

@media screen and (max-width: 960px) {
    body{ font-size: 14px;}
    .default-container{ padding: 0 var(--dp);}
    .content-list{ display: flex; flex-direction: column; padding-top: 50px; gap: 20px;}
    
    .headline{ font-size: 12px;}
    .content-paragraph-2{ font-size: 18px;}
    .headline + .content-paragraph-2{ margin-top: 15px;}

    .bido-template-6{ padding: 40px 20px;}
    .bido-template-6 h4{ font-size: 14px; gap: 10px;}
    .bido-template-6 h4 span{ padding: 5px 10px;}
    
    .content-list .content-area ul{ font-size: 18px;}
    .bd_btn{ font-size: 12px;}
    .content-list .content-area strong{ height: 30px;}
    .content-list .content-area strong > div{ width: 30px; height: 30px;}
    
    .bido-wrapper-1{ grid-template-columns: 1fr; max-width: 400px; margin: 0 auto;}
    .bido-wrapper-4 .l{ gap: 70px;}
    .bido-wrapper-4 .l .content-list .content-area{ order: 1;}
    .bido-wrapper-5{ display: flex; flex-direction: column; gap: 70px;}
    

    .headline,
    .left-nav .menu .links > div span a,
    .left-nav .menu .links > div > div a,
    .bd_btn{ letter-spacing: 4px;}

    .iframe-container-2{ aspect-ratio: 1.2;}
    
    .fill > .spacing-2:nth-child(1){ padding-top: 130px;}
    .banner-img img{ height: 300px;}
    .banner-img .moving{ object-position: 0;}
    
    
    a.website-logo img{ height: 37px;}

    .modalx-container .modalx .header > div > h2{ font-size: 14px;}
    .modalx-container .modalx .body > div > div{ font-size: 12px;}
    .modalx-container .modalx .header > span{ font-size: 18px;}

    .slider-container > h3, .location-h{ font-size: 25px;}

    .responsive-padding{ padding-left: 0;}
    
    .left-nav{ width: 100%; z-index: 30; height: auto;}
    .left-nav .show{ height: 60px; width: 100%; flex-direction: row; padding: 0 10px; background-color: #000; z-index: 30;}
    .left-nav .show .top{ flex-direction: row; padding-top: 5px;}
    .left-nav .show .bottom .social{ flex-direction: row;}
    .left-nav .show .top .icon, .left-nav .show .top .txt{ transform: unset; text-orientation: unset; writing-mode: unset;}
    .left-nav .show .top .txt > span.open{ top: 50%; transform: translateY(calc(-50% - 0.5px)); left: 10px;}
    .left-nav .show .top .txt > span.close{ top: 50%; transform: translateY(calc(-50% - 0px)); left: 10px;}
    .left-nav .menu{ padding: 80px 20px 30px; width: 100%; height: auto; left: 0; transform: translateY(-100%); top: 0;}
    .left-nav .menu .links{ max-width: unset; gap: 20px;}
    .left-nav.open .menu{ transform: translateY(0);}
    .left-nav .show .bottom .social > a{ font-size: 14px;}
    .left-nav .menu .links > div span a{ font-size: 14px;}
    .left-nav .menu .links > div > div a{ font-size: 12px; padding: 10px 0;}
    .left-nav .menu .links > div span.more::before{ font-size: 15px; top: 6px;}
    .left-nav .menu .links a{ width: 100%;}
    .left-nav .menu .links a:hover{ padding-left: 0; color: #fff;}

    .left-nav.open .show .middle .img-area > img.dark{ opacity: 0;}
    .left-nav.open .show .middle .img-area > img.light{ opacity: 1;}
    .left-nav.open .show .middle .img-area > img{ opacity: 1;}

    body{ --font-md: 13px;}
    body .filter{ z-index: 10; width: 100%; left: 0; top: 0; opacity: 0; pointer-events: none;}
    body.open-nav{ left: unset !important;}
    body.open-nav .filter{ opacity: 1; pointer-events: all;}
    /* .filter{} */
    a.website-logo{ top: 80px; font-size: 40px;}
    
    .right-nav{ padding-top: 80px; width: 70px;}
    .right-nav .languages{ padding: 0; background-color: transparent;}
    .right-nav .languages > span{ color: #fff; opacity: .7;}
    .right-nav .languages > span.active{ opacity: 1; color: #fff;}
    .right-nav .languages > .line{ background-color: #fff;}

    html{}
    .first-section .text-area{ padding: 0 15px; left: 50%; top: 50%; transform: translate(-50%, calc(-50% + 50px)); bottom: unset;}
    .first-section .text-area h1{ text-align: center; font-size: 25px;}
    .first-section .text-area .buttons{ margin-top: 0; justify-content: center; gap: var(--dp);}
    .first-section .text-area .buttons a{ white-space: nowrap; width: 160px; height: fit-content; padding: 10px 0;}
    .first-section .main-contact-us{ top: 80px; left: 0; width: 55px;}
    .first-section .sub-contact-us .bottom-btn .bottom-icon{ height: 35px; width: 35px;  font-size: 20px;}
    .first-section .sub-contact-us .bottom-btn .bottom-txt{ height: 35px;}

    
    .article-container > div > section{ display: flex; flex-direction: column; gap: 30px;}
    .article-container > div > section article h3{ text-align: center; font-size: 25px;}
    .article-container > div > section article .txt-area{ text-align: start !important;}
    .article-container > div > section article .txt-area{ gap: 10px;}
    .article-container > div > section article .txt-area > p{ text-align: center; font-size: 15px; margin: 0 auto;}
    .article-container .features-area .features > div{ gap: 20px;}
    .article-container .features-area .features > div .img{ width: 30px;}
    .article-container .features-area .features > div > span{ font-size: 14px;}
    
    .form{ padding: 10px 5px;}
    .form button{ display: block; margin: 35px auto 0;}
    .form .chckbxs .chckbx label{ font-size: 12px; padding-left: 25px; line-height: 1.5;}
    .form .input-area input,
    .form .input-area textarea{ font-size: 11px;}
    .form .input-area textarea{ height: 66px; min-height: 66px;}
    .form .input-area label{ font-size: 11px;}
    input[type="checkbox"]::before{ width: 13px; height: 13px;}
    input[type="checkbox"]:checked::before{ width: 13px; height: 13px;}

    footer{ padding: 0 var(--dp);}
    footer .copyright{ font-size: 11px;}



    a.website-logo{ transform: translateX(-50%);}

        
    .article-container{ padding: 60px 0;}

    .first-section .text-area .img-area{ text-align: center;}
}

@media screen and (max-width: 768px) {
    .bido-wrapper-2{ grid-template-columns: 1fr;}
    .bido-template-2 > div > strong{ font-size: 16px;}
}


