

html,body {
    margin: 0;
    padding:0;
    color: #FFFFFF;
    background-color: #0A0B22;
    box-sizing: border-box;
    height: 100%;
    scrollbar-width: none;
}
::-webkit-scrollbar {
    display: none;
}
span{
    width: fit-content;
}

.grecaptcha-badge {display: none;}

select{
    padding: 7px 16px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    width: 242px;
    height: 50px;
    background: #2F3043;
    border-radius: 2px;
    border: none;
    outline-width: 0;
    text-align: left;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    outline: none !important;
    -webkit-border-radius: 4px;
}
select:focus > option:checked {
    color: #00B8F2;
    background: #000 !important;
}
input{
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 400;
    color: white;
    height: 48px;
    width: 331px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border:none;
    border-color: transparent;
    border: 0;
    outline: 0;
    background: transparent;

}
input[type="text" i] {
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
button[onclick*="()"] {
    cursor: pointer;
}
a{
    text-decoration: none;
    color: inherit;
}
.form{
    padding-top:120px;
    padding-bottom:40px;
    display: flex;
    flex-direction: column;
}
body {
    position: relative;
}
.invalid{
    color: #B72C00 !important;
    border-bottom: 1px solid #B72C00 !important;
}
.page {
    position: relative;

    height: 100% ;
    display: none;
}
.page.active{
    display: block;
}
.page-2 {
    position: relative;
    width: 100vw;
    height: 100% ;
    display: none;
}
.page-2.active{
    display: block;
}
.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 80px;
    left: 120px;
    bottom: 70px;
    right: 120px;
    margin: auto;
    max-width: 1038px;
}
.content-form{
    top: 40px;
    left: 120px;
    bottom: 40px;
    right: 120px;
    margin: auto;
    max-width: 1038px;
    max-height: 764px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top {
    position: absolute;
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    width: fit-content;
    height: fit-content;
    top: 10%;
    margin-top:80px;

}
.top-2{
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: white;
    width: fit-content;
    height: fit-content;
}
.center {
    position: relative;
}
.center-2{
    color: #FFFFFF;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}
.bottom {
    position: absolute;
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.0015em;
    bottom: 0;
    display:flex ;
    justify-content: center;
    align-items: center;
    cursor:default;
}
.bottom-2{
    display: flex;
    justify-content: flex-end;
    margin-top: 56px;
}
.bottom:hover{
    cursor: pointer;
}

.btn{
    background: #FFFFFF;
    padding: 10px 51.5px;
    color: rgba(10, 11, 34, 1);
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    border-radius: 2px;
    letter-spacing: 0.0015em;
    border-radius: 2px;
    cursor:pointer;

}
.btn:disabled:hover{
    background: #FFFFFF ;
    opacity: 0.15 ;
}
.btn:disabled{
    background: #FFFFFF ;
    opacity: 0.15 ;
    cursor:default;
}
button{
    display: block;
    border-width: 0;
    border-style: none;
    margin:0;
}
.btn:hover{
    background:rgba(0, 184, 242, 1);
}
.pb-40{
    padding-bottom:40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pb-40textarea{

    display: flex;
    justify-content: space-between;
}
.padding-8{
    padding-right: 8px;
}
.padding-16{
    padding-bottom: 16px;
}
.arrow {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}
.logo{
    width: 504.1px;
    height: 90px;
}
#logo{
    z-index: 2;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.dot-pulse{
    width: 15px;
    height: 21px;
    position: absolute;
    right: 10.3%;
    top: 0;
}
.form-name{
    font-family: 'Palanquin', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.0015em;
    box-shadow: none;
    color:transparent;
    cursor:default;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input[type="text"],input[type="text"]:focus,input[type="number"],input[type="number"]:focus
{
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-indent: 16px;
    background: #2F3043;
    border-radius: 2px;
    border: none;
    outline-width: 0;
    text-align: left;
}
#email-id{
    color: #00B8F2;
}
textarea{
    width: 633px;
    height: 158px;
    padding: 6px 16px;
    color: white;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border:none;
    border-color: transparent;
    border: 0;
    outline: 0;
    background: transparent;
}
textarea,textarea:focus
{
    background: #2F3043;
    border:none;
    border-radius: 2px;
    outline-width: 0;
}
::placeholder{
    color: #FFFFFF;
    opacity: 0.4;
}
.medium-show{
    display: none;
}
.medium-hide{
    display: contents;
}

.padding-6{
    padding-right:6px;
}

.budget{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2F3043;
    border-radius: 2px;
    text-indent: 16px;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    height: 50px;
}

.budget.active{
    border-bottom:1px solid #00B8F2;
}

.sticky.active{
    display: block;
}

ul{
    list-style-type: none;
    margin:0;
    padding:0;
    text-align: center;
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

li{
    padding:7px 16px;
    cursor: pointer;
}
li:hover{
    color:#00B8F2;
}
.sticky{
    position:relative;
    z-index: 2;
    display: none;
}
.relative{
    width: 275px;
    height: 50px;
    background: #2F3043;
    border-radius: 2px;
}

.options{
    width:100%;
    border-radius: 2px;
    background: #2F3043;
    text-align: left;
}

@media screen and (max-width:1279px){
    textarea {
        width: 738px;
    }
    input{
        width:770px;
    }
    select{
        width:375px;
    }
    .content{bottom:80px;}
    .content-form{
        top: 80px;
        left: 32px;
        bottom: 80px;
        right: 32px;
        margin: auto;
        max-width: 770px;
        max-height: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .form{
        padding-top:96px;
    }
    .bottom-2{
        justify-content: center;
    }
    dropdown{
        width: 242px;
        height: auto;
        padding-bottom:40px;


    }

    .padding-6{
        padding-right:6px;
    }

    .budget{
        display: flex;
        justify-content: space-between;
        background: #2F3043;
        border-radius: 2px;
        text-indent: 16px;
        font-family: 'Palanquin';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
    }

    .budget:active{
        border-bottom:1px solid #00B8F2;

    }
    .relative{
        margin-bottom: 40px;
    }

    ul{
        list-style-type: none;
        margin:0;
        padding:0;
        text-align: center;
        font-family: 'Palanquin';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 36px;
    }
    li:hover{
        color:#00B8F2;
    }
    .options{
        width:100%;
        background: #2F3043;
        /*display: none;*/
    }

    .pb-40{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 16px;
    }
    .pb-40textarea{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .input-margin{
        margin-bottom:40px;
    }
    .input-margin__date , .input-margin__mail{
        margin-bottom:24px;
    }
    .span-pb{
        padding-bottom: 18px;
    }
    .medium-show{
        display: contents;
    }
    .medium-hide{
        display: none;
    }
    .medium-upper{
    text-transform: capitalize;
    }
}
@media screen and (max-width:867px){.content{left:98px;right:98px}}
@media screen and (max-width:834px){
    .dot-pulse{
        width: 10.15px;
        height: 15.21px;
        position: absolute;
        right: 10.3%;
        top: 0;
    }
    .content{
        max-width: 638px;
    }
    .center-2{
        width: auto;
    }
    input{
        width:100% ;

    }
    textarea{
        box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        border-right: 16px solid transparent;
        text-indent: 16px;
    }
    .logo{
        width: 375px;
        height: 67px;
    }
    .top{
        font-size: 24px;
        line-height: 34px;
        top:10%;
    }

}
@media screen and (max-width:823px){.center-2{text-align:center}}
@media screen and (max-width:712px){.top-2{text-align: center;}}
@media screen and (max-width:484px){

    li:active{
        color:#00B8F2;
    }

    .dot-pulse{
        width: 6.49px;
        height: 9.74px;
        position: absolute;
        right: 10.3%;
        top: 0;
    }
    .form{
        padding-bottom: 0px;
    }
    .content-form{
        top:40px;
        bottom:40px;
        left:16px;
        right:16px;
        margin: 0;
    }
    select{
        width: 100%;
    }
    textarea{
        height: 320px;
    }
    .btn{
        width: 100%;
    }
    .content{
        max-width: 415px;
        left:16px;
        right: 16px;
        top: 40px;
        bottom: 40px;
    }
    .top{
        font-size: 16px;
        line-height: 24px;
    }
    .top-2{
        font-size: 24px;
        line-height: 36px;
        text-align: center;
    }
    .center-2{
        font-size: 16px;
        line-height: 24px;
    }
    .bottom{
        font-size: 12px;
        line-height: 18px;
    }
    .bottom-2{
        margin-bottom: 40px;
    }
    .logo{
        width: 240px;
        height: 43px;
    }
    .arrow{
        width: 15px;
        height: 15px;
    }
    .relative{
        width: 100%;
    }

}
