@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-RegularItalic.woff2') format('woff2'),
        url('./fonts/Alga-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-Extralight.woff2') format('woff2'),
        url('./fonts/Alga-Extralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-ExtralightItalic.woff2') format('woff2'),
        url('./fonts/Alga-ExtralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-BoldItalic.woff2') format('woff2'),
        url('./fonts/Alga-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-LightItalic.woff2') format('woff2'),
        url('./fonts/Alga-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-Medium.woff2') format('woff2'),
        url('./fonts/Alga-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-Semibold.woff2') format('woff2'),
        url('./fonts/Alga-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Alga';
    src: url('./fonts/Alga-SemiboldItalic.woff2') format('woff2'),
        url('./fonts/Alga-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}





*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
height:100vh;
}

/* SECTION */

.coming-soon{
position:relative;
min-height:100vh;
background:url("./images/comming-soon-desktop-bg.png") center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
padding:60px 20px;
}

/* content wrapper */

.coming-soon-content{
position:relative;
max-width:625px;
width:100%;
}

/* logo */

.logo{
width:200px;
margin-bottom:34px;
}

/* heading */

.coming-soon h1{
color:#22413C;
font-size:33px;
margin-bottom:15px;
font-family: Alga;
font-weight: 400;;
line-height: 40px;
letter-spacing: 12%;
text-align: center;
text-transform: uppercase;

}

.coming-soon .desc{
    color: #22413C;
margin-bottom:45px;
font-family: Tahoma;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;

}

.desc a{
    color: #22413C;
font-weight:700;
text-decoration:underline;
}

.coming-soon h2{
font-family: Alga;
font-weight: 400;
font-style: Medium;
font-size: 22px;
margin-bottom: 15px;
text-align: left;
line-height: 30px;
letter-spacing: 0%;

}

/* ---------------- */
/* FORM */
/* ---------------- */

.form-sec{
max-width:532px;
margin:auto;
}

.enquiry-form{
text-align:left;
}

/* row layout */

.form-row{
display:flex;
gap:40px;
}

/* form group */

.form-group{
position:relative;
margin-bottom:35px;
width:100%;
}

.half{
width:50%;
}

/* inputs */

.form-group input,
.form-group select,
.form-group textarea{
width:100%;
border:none;
border-bottom:1px solid #AABBB9;
background:transparent;
padding:0 0 14px 0;
font-family: Tahoma;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
outline:none;
color:#16423C;
}

.form-group textarea{
resize:none;
height: 34px;
 overflow: hidden;
}

/* floating label */

.form-group label{
position:absolute;
left:0;
top:0px;
font-family: Tahoma;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;

color:#16423C;
transition:0.3s;
pointer-events:none;
}

/* floating animation */

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label,
.form-group select:focus + label,
.form-group select:valid + label{
top:-20px;
font-size:12px;
color:#16423C;
}


.form-group{
position:relative;
}

/* floating label */

.form-group:focus-within label,
.form-group.has-value label{
top:-20px;
font-size:12px;
color:#16423C;
}

/* underline animation */

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{
border-bottom:1px solid #16423C;
}

/* submit button */

.submit-btn{
background:#22413C;
color:white;
border:none;
padding:11px 23px;
font-family: Tahoma;
font-weight: 700;
font-size: 12px;
line-height: 18px;
letter-spacing: 0%;
text-transform: uppercase;
cursor:pointer;
    margin: auto;
    transition: 0.3s;
    margin-right: 0;
    display: flex;
}

.submit-btn:hover{
background:#1f3731;
cursor:pointer;
}

/* footer */

.coming-soon-footer{
margin-top:117px;
font-family: Tahoma;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
text-align:center;
}



/* CUSTOM SELECT */

.custom-select{
cursor:pointer;
}

.select-box{
display:flex;
justify-content:space-between;
align-items:center;
border-bottom:1px solid #AABBB9;
padding:0 0 14px 0;
font-family: Tahoma;
font-weight: 400;
font-size: 14px;
line-height: 20px;
letter-spacing: 0%;
color:#16423C;
}

.selected{
min-height:20px;
}

/* arrow */

.select-arrow{
width:8px;
height:8px;
border-right:1px solid #16423C;
border-bottom:1px solid #16423C;
transform:rotate(45deg);
transition:0.3s;
}

/* dropdown */

.select-options{
list-style:none;
position:absolute;
left:0;
top:100%;
width:100%;
background:white;
border:1px solid rgba(0,0,0,0.1);
margin-top:8px;
padding:5px 0;
display:none;
z-index:5;
}

.select-options li{
padding:10px 12px;
font-size:14px;
color: #16423C;
cursor:pointer;
}

.select-options li:hover{
background:#f3f5f4;
}

/* active */

.custom-select.active .select-options{
display:block;
}

.custom-select.active .arrow{
transform:rotate(-135deg);
}

/* floating label adjustment */

.custom-select label{
position:absolute;
left:0;
top:0px;
font-size:15px;
color:#16423C;
transition:0.3s;
pointer-events:none;
}

.custom-select.filled label,
.custom-select.active label{
top:-20px;
font-size:12px;
}
/* ---------------- */
/* MOBILE */
/* ---------------- */

@media(max-width:768px){
    .coming-soon{
background:url("./images/commiing-soon-mob-bg.png") center/cover no-repeat;
padding: 55px 20px;
    }
.coming-soon h2 {
    font-weight: 400;
}
.logo{
width:196px;
}

.desc{
font-size:14px;
line-height: 20px;
max-width: 300px;
margin: auto;
}

.form-row{
flex-direction:column;
gap: 0px;
}

.half{
width:100%;
}

.submit-btn{
float:none;
display:block;
margin:30px auto 0;
margin-right: 0px;
}

.coming-soon-footer{
margin-top:50px;
font-size:13px;
max-width: 262px;
margin: auto;
margin-top: 100px;
}

.coming-soon h1{
    font-size: 27px;
    line-height: 40px;
}

.form-sec {
    max-width: 220px;
    margin: auto;
}
.coming-soon h2{
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 30px;
}
    .form-group {
        margin-bottom: 25px;
    }
    
}