@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&family=Rubik:wght@400;500;700&display=swap');

body{
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    width: 100%;
}
* {
    box-sizing: border-box; /* Ensures padding and borders are included in width/height */
}
html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
.container {
    display: flex;
    align-items: normal;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    height: 210px;
    z-index: 3000;
}
.container #sidebartoggle {
    display: none;
}
.container .conarrow{
    display: none;
}
.container .nav-backdrop {
    display: none;
}
.container .nav{
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    padding: 10px;
    position: absolute;
    left: 10%;
    top: -7px;
}
.container li{
    list-style: none;
    margin: 0 10px;
    text-wrap: nowrap;
}
.container button{
    background-color: transparent;
    border: solid 2px #00C89A;
    border-radius: 100px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 50%;
    position: relative;
    top: 5px;
    align-content: center;
    padding: 0px 20px 0px 20px;
    box-shadow: 0px 59px 23px rgba(255, 214, 89, 0.01), 
    0px 33px 20px rgba(255, 214, 89, 0.05), 
    0px 15px 15px rgba(255, 214, 89, 0.09), 
    0px 4px 8px rgba(255, 214, 89, 0.1);
}
.container button.ins{
    margin: 0;
    height: 40px;
    background-color: #FFF;
    color: #00C89A !important;
}
.container button.ins a{
    color: #00C89A;
    text-decoration: none;
}
.container button.ins a:visited{
    color: #00C89A;
}
.container button.con{
    margin: 0 5px;
    height: 40px;
    background-color: #00C89A;
    color: #fff;
}
.container button.con a{
    color: #fff;
    text-decoration: none;
}
.container button.con a:visited{
    color: #fff;
}
.container .lang{
    position: absolute;
    right: 23.3%;
    height: 20px;
    top: 15px;
    width: 10px;
    border: none;
}
.container .lang img{
    width: 20px;
    object-fit: contain;
    position: relative;
    right: 15px;
}
.container div{
    display: flex;
    justify-content: space-between;
}
.logo{
	background-color: rgba(11, 2, 99, 1);
    border-radius: 120px 150px 50px 200px;
    height: fit-content;
    width: 50%;
    height: 300px;
    overflow: hidden;
    position: relative;
    left: -39%;
    top: -200px;
    transform: rotate(13deg);
}
.logo img{
    object-fit: contain;
    position: relative;
    top: 60px;
    left: 39%;
    transform: rotate(-13deg);
    width: 25%;
    height: 120px;
    margin:auto;
    padding: 5px;
}
a{
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.nav a{
    color: #00C89A;
    text-shadow: 0px 3px 40px #0B0263;
}
.nav a:hover, #dropdown-button:hover{
    color: #ffd659;
}
#dropdown-button {
    border: none;
    cursor: pointer;
    color: #00C89A;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: 0;
    background-image: url('../droparrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 20px;
    margin: 0;
    box-shadow: none;
    text-shadow: 0px 3px 40px #0B0263;
}
#dropdown-button:hover {
    background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.9761 19.7875L8.17984 11.5037C7.36609 10.3437 8.19609 8.75 9.61234 8.75L20.3898 8.75C21.8061 8.75 22.6361 10.3437 21.8236 11.5037L16.0248 19.7875C15.9096 19.952 15.7563 20.0864 15.5781 20.1791C15.3999 20.2718 15.202 20.3203 15.0011 20.3203C14.8002 20.3203 14.6023 20.2718 14.4241 20.1791C14.2458 20.0864 14.0914 19.952 13.9761 19.7875Z" fill="%23ffd659"/></svg>');;
}
#dropdown {
    position: absolute;
    background: #FFFFFF;
    border-radius: 5px 24px 12px;
    top: 50px;
    left: 110px;
    width: 250px;
    height: 170px;
    background-color: #FFF;
    z-index: 1000;
    overflow: hidden;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 5px;
    gap: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 20022;
}
#dropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
#dropdown a {
    text-wrap: wrap;
    text-decoration: none;
    font-size: 14px;
    padding: 10px;
    display: block;
    width: 100%;
    text-shadow: none;
}
.spacer{
    margin: auto;
    width: 80%;
    background-color: #ffd559ab;
    height: 1px;
}
@media (max-width: 1250px) {
    .container ul li {
        margin: 0;
    }
    .container .nav {
        width: fit-content;
        gap: 15px;
    }
    .container .lang{
        right: 25%;
    }
    .lost{
        display: none;
    }
}
@media (max-width: 1170px){
    .container{
        overflow: visible;
    }
    .logo {
        position: relative;
        left: 0%;
        top: 0;
        width: 120px;
        height: 120px;
        border-radius: 12px;
        transform: none;
    }
    .logo img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 80%;
        height: 80%;
    }
    .container .header{
        justify-content: flex-start;
    }
    .container .header div:not(.logo){
        flex-grow: 1;
    }
    .container .nav {
        position: relative;
        left: 0;
        top: 0;
        width: fit-content;
        margin: auto;
    }
    .container .lang {
        display: none;
    }
    .container div{
        align-items: center;
    }
    .container button {
        position: relative;
        top: 0px;
    }
    .container button.ins {
        display: none;
    }
}
@media (max-width: 1000px){
    .container .con{
        display: none;
    }
    .container .conarrow{
        display: block;
        width: fit-content;
        transform: rotate(180deg);
    }
}
@media (max-width: 900px){
    .container .header{
        justify-content: space-between;
        padding: 8px 12px;
        background-color: #0B0263;
    }
    .container > .header > div:last-child{
        flex: none;
        min-width: unset;
    }
    .container .nav {
        position: fixed;
        top: 0;
        left: -320px;
        width: min(300px, 85vw);
        height: 100vh;
        margin: 0;
        padding: 100px 16px 24px;
        background: linear-gradient(180deg, rgba(11, 2, 99, 0.98) 0%, rgba(4, 30, 109, 0.98) 100%);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 30px;
        overflow-y: auto;
        transition: left 0.28s ease;
        z-index: 20000;
    }
    .container .nav.nav-open {
        left: 0;
    }
    body.nav-open {
        overflow: hidden !important;
    }
    .container .nav-backdrop {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(11, 2, 99, 0.45);
        backdrop-filter: blur(2px);
        z-index: 19990;
    }
    .container .nav-backdrop.show {
        display: block;
    }
    .container li {
        margin: 0;
    }
    .container .nav a,
    .container .nav #dropdown-button {
        width: 100%;
        color: #ffffff;
        text-align: left;
        font-size: 16px;
        filter: none;
        padding: 0;
    }
    .container .nav button {
        width: 100%;
        justify-content: flex-start;
        padding: 12px;
        box-shadow: none;
    }
    .container .nav > li {
        display: flex;
        flex-direction: column;
    }
    .container .nav #dropdown {
        position: static;
        width: 100%;
        height: auto;
        overflow: visible;
        background-color: #0B0263;
    }
    .container #sidebartoggle {
        display: block;
        background-color: #00C89A;
        position: relative;
        padding: 0px 9px;
        height: 40px;
        z-index: 30001;
    }
    .container #sidebartoggle img {
        width: 20px;
        height: 20px;
    }
    .container{
        height: auto;
    }
    .titles{
        position: relative;
        top: 0 !important;
        padding: 0 20px;
    }
    .titles h5{
        margin: 50px auto;
    }
    .formholder{
        position: relative;
        top: 0 !important;
        padding: 20px;
    }
}
.titles{
    width: 100%;
    text-align: center;
    position: relative;
    top: -150px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.titles h5{
    font-size: 24px;
    color: #00C89A;
    margin-bottom: 0;
}
.titles h2{
    font-size: 36px;
    color: #0B0263;
    margin: 0;
}
.titles p{
    margin-top: 0;
    font-size: 20px;
    color: gray;
}
.formholder{
    width: min(700px, 82%);
    margin: 40px auto 80px;
    position: relative;
    top: -150px;
    background: none;
}
.pc{
    position: absolute;
    top:250px;
    z-index: 2;
    width: 450px;
    left: -100px;
    display: none;
}
.tele{
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 2;
    width: 450px;
    display: none;
}
.pcsh{
    position: absolute;
    left: 0;
    width: 300px;
    top:300px;
    display: none;
}
.telesh{
    position: absolute;
    right: 0;
    top: 300px;
    width: 250px;
    display: none;
}
.formback{
    display: none;
}
.formrec{
    display: none;
}
.formu{
    position: relative;
    top: auto;
    z-index: 2;
    width: 100%;
    height: auto;
    background: #f2f5f5;
    border-radius: 18px;
    border: none;
    margin: 0;
    padding: 28px;
    box-shadow: 0px 22px 70px rgba(11, 2, 99, 0.35);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 14px;
    box-sizing: border-box;
}
.formu label {
    display: block;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    color: #0B0263;
    text-wrap: wrap;
    position: static;
    left: auto;
    box-sizing: border-box;
    margin-bottom: 2px;
    opacity: 0.75;
    align-self: end;
}
.formu label[for="mail"],
.formu label[for="phone"],
.formu label[for="message"] {
    grid-column: 1 / -1;
}
.formu input, .formu select {
    width: 100%;
    padding: 14px 16px;
    margin: 0;
    border: 2px solid #9be7d5;
    border-radius: 8px;
    background: #f2f5f5;
    color: #0B0263;
    font-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    outline: none;
    position: static;
    left: auto;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
}
#mail,
#phone {
    grid-column: 1 / -1;
}
.formu textarea {
    grid-column: 1 / -1;
    width: 100%;
    padding: 14px 16px;
    margin: 0;
    border: 2px solid #9be7d5;
    border-radius: 8px;
    background: #f2f5f5;
    color: #0B0263;
    font-size: 18px;
    box-sizing: border-box;
    outline: none;
    resize: vertical;
    min-height: 170px;
    position: static;
    left: auto;
    display: block;
    font-family: 'Fira Sans', Arial, Helvetica, sans-serif;
}
.formu input:focus,
.formu select:focus,
.formu textarea:focus {
    border-color: #00C89A;
    box-shadow: 0 0 0 3px rgba(0, 200, 154, 0.15);
}
.formu button {
    grid-column: 1 / -1;
    min-width: 180px;
    width: fit-content;
    padding: 12px 26px;
    margin: 6px auto 0;
    border: none;
    border-radius: 10px;
    background: #00C89A;
    color: #ffffff;
    font-size: 24px;
    font-weight: 200;
    cursor: pointer;
    box-shadow: 0px 15px 36px rgba(0, 200, 154, 0.28);
    position: static;
    left: auto;
    bottom: auto;
    display: block;
}
.formu button:hover {
    background: #00b98f;
}
.footer{
    margin: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    align-items: center;
    margin-bottom: 30px;
}
.footer p{
    margin: 0;
    color: #0B0263;
    font-size: 20px;
    font-weight: 500;
}