@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant&display=swap');



:root {

    --main-color: #2967a5;

    --main-color-dark: #1f466e;

    --main-color-light: #3c94eb;

    --main-rgba: rgba(0, 125, 137, .9);

    --color1: #ffffff;

    --color2: #000000;

    --color3: #515151;

    --color4: #c5c5c5;

    --color5: #9C9C9C;

    --color6: #313131;

    --color7: #F7F7F7;

    --color8: #A4A4A4;

    --color9: #304753;

    --color10: #12B76A;

    --color11: #242424;

    --color12: #666666;

    --color13: #E25046;

    --color14: #E0C28C;

    --color15: #A0AF71;

    --color16: #E0A000;

    --color17: #F08597;

    --color18: #D8864E;

    --color19: #3973B9;

    --color20: #00B3C4;

    --color21: #EF3829;

    --color22: #276FE2;

    --color23: #494B4E;

    --color24: #002427;

}



html {

    scroll-behavior: smooth;

}



::-moz-selection {

    background: var(--main-color);

    color: var(--color1);

}



::selection {

    background: var(--main-color);

    color: var(--color1);

}



body {

    font-family: 'Inter', sans-serif;

}



.cstm-container {

    max-width: 1440px;

}



.top-bar {

    background-color: var(--color2);

    padding: 12.5px 0;

}





.top-contact {

    list-style: none;

    margin: 0;

    padding: 0;

    font-size: 0;

}



.top-contact li {

    display: inline-block;

    margin: 0 12px;

}



.top-contact li:first-of-type {

    margin-left: 0;

}



.top-contact li.address:hover {

    margin-left: 0;

}



.top-contact li a,

.top-contact li span {

    color: var(--color1);

    font-size: 14px;

    line-height: 21px;

    font-weight: 400;

    text-decoration: none;

}



.top-contact .dropdown-menu,

.top-contact .dropdown .btn {

    color: var(--color1);

    font-size: 14px;

    line-height: 21px;

    background-color: var(--color2);

    border: 0;

    border-radius: 0;

    padding: 0 !important;

    vertical-align: unset;

}



.top-contact .dropdown .btn .office-icon {

    font-weight: 900;

    font-family: "Font Awesome 5 Free";



}



.top-contact .office-filter option {

    background-color: var(--color2);

    color: var(--color1);

    font-size: 14px;

    font-family: 'Inter', 'Font Awesome 5 Free';

    font-weight: 900;

}



.top-contact .btn.dropdown-toggle::after {

    border: 0;

}



.top-contact .dropdown-item:hover,

.top-contact .dropdown-item.active {

    color: var(--color1);

    background-color: var(--main-color);

}



.top-contact .office-filter:focus,

.top-contact .office-filter:active {

    outline: 0;

}



.top-contact .dropdown-menu li {

    margin: 0;

    width: 100%;

}



.top-contact .dropdown-menu {

    font-size: 0;

    margin-left: -13px !important;

    margin-top: 0 !important;

    padding-top: 10px !important;

}



.top-contact li i {

    font-size: 16px;

    color: var(--color1);

    margin-right: 8px;

}



.office-icon {

    font-weight: 900 !important;

    font-family: "Font Awesome 5 Free";

}



.top-contact li:hover i {

    color: var(--main-color);

}



.top-contact li.address:hover i {

    color: var(--color1);

}



.top-contact .dropdown .btn .office-icon {

    font-weight: 900;

    font-family: "Font Awesome 5 Free";

    display: inline-block;

}



.top-contact .dropdown-menu li:hover i {

    color: var(--color1);

}



.top-contact li:hover .dropdown-menu li i {

    color: var(--color1);

}



.top-contact .dropdown-menu .dropdown-item {

    padding: 8px 16px;

    display: block;

}



.top-contact .dropdown-menu .office-icon {

    margin-right: 8px;

}



.top-social-media {

    list-style: none;

    padding: 0;

    margin: 0;

    font-size: 0;

}



.top-social-media li {

    display: inline-block;

    margin: 0 13px;

}



.top-social-media li a {

    font-size: 20px;

    color: var(--color1);

    line-height: 1;

}



.top-social-media li a:hover {

    text-decoration: none;

    color: var(--main-color);

}



.top-contact .dropdown-item .selected,

.top-contact .dropdown-toggle .selected {

    display: none;

}



.locatie-home {

    height: 18.5px;

    width: auto;

    margin-right: 8px;

    vertical-align: sub;

}



.locatie-blank,

.locatie-plus {

    height: 19px;

    width: auto;

    margin-right: 5px;

    vertical-align: sub;

}



/* POSITIONING */



.vcenter {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    height: 100%;

}



.vcenter-start {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: flex-start;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    height: 100%;

}



.vcenter-end {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: flex-end;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    height: 100%;

}



/* BURGER MENU */

.animated-icon1 {

    width: 30px;

    height: 20px;

    position: relative;

    margin: 5px 0;

    -webkit-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.5s ease-in-out;

    -o-transition: 0.5s ease-in-out;

    transition: 0.5s ease-in-out;

    cursor: pointer;

}



.animated-icon1 span {

    display: block;

    position: absolute;

    height: 3px;

    width: 100%;

    border-radius: 9px;

    opacity: 1;

    left: 0;

    -webkit-transform: rotate(0deg);

    -ms-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.25s ease-in-out;

    -o-transition: 0.25s ease-in-out;

    transition: 0.25s ease-in-out;

}



.animated-icon1 span {

    background: var(--color2);

}



.animated-icon1 span:nth-child(1) {

    top: 0px;

}



.animated-icon1 span:nth-child(2) {

    top: 10px;

}



.animated-icon1 span:nth-child(3) {

    top: 20px;

}



.animated-icon1.open span:nth-child(1) {

    top: 11px;

    -webkit-transform: rotate(135deg);

    -ms-transform: rotate(135deg);

    transform: rotate(135deg);

}



.animated-icon1.open span:nth-child(2) {

    opacity: 0;

    left: -60px;

}



.animated-icon1.open span:nth-child(3) {

    top: 11px;

    -webkit-transform: rotate(-135deg);

    -ms-transform: rotate(-135deg);

    transform: rotate(-135deg);

}



.navbar-toggler {

    border: none;

}



.navbar-toggler:focus {

    box-shadow: none;

    outline: none;

}



.navbar-light .navbar-toggler {

    color: rgba(239, 224, 214, 0.1);

    border-color: rgba(239, 224, 214, 0.1);

}



.first-button {

    outline: 0 !important;

}



header .navbar {

    padding: 0;

}



.main-list .nav-item .nav-link {

    padding: 22px 18px;

    color: var(--color3);

    font-weight: 600;

    font-size: 16px;

    line-height: 150%;

    letter-spacing: -0.02em;

    text-transform: uppercase;

}



.main-list .nav-item .nav-link.active {

    color: var(--main-color);

}



.main-list .nav-item .nav-link:hover {

    color: var(--color1);

    background-color: var(--main-color);

    text-decoration: none;

}



.main-menu {

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}



.brand-menu {

    text-decoration: none;

}



.brand-menu:hover,

.brand-menu h2:hover,

.brand-menu h3:hover,

.brand-menu div:hover {

    text-decoration: none;

}



.btn-reserv {

    background-color: var(--main-color);

    color: var(--color1) !important;

    padding: 22px 12px;

    font-weight: 600;

    font-size: 16px;

    line-height: 150%;

    letter-spacing: -0.02em;

    text-transform: uppercase;

    text-align: center;

    transition: .5s ease all;

}



.btn-reserv:hover {

    background-color: var(--color1) !important;

    color: var(--main-color) !important;

}



.btn-reserv img {

    height: 21px;

    width: auto;

    margin-right: 8px;

}



.logo-icon {

    max-height: 40px;

    object-fit: contain;

    width: auto;

    margin-left: 12px;

    vertical-align: baseline;

}



.logo-title1 {

    font-weight: 600;

    font-size: 22px;

    line-height: 120%;

    color: var(--main-color);

    margin-bottom: 0;

    margin-left: 12px;

}



.logo-title2 {

    color: var(--color5);

    font-weight: 400;

    font-size: 14px;

    line-height: 100%;

    margin-bottom: 0;

    margin-left: 12px;

}



.main-list li:last-of-type.nav-item {

    padding-right: 0;

}



.fixed {

    position: fixed !important;

    top: 0;

    width: 100%;

    left: 0 !important;

}





.sticky {

    z-index: 999;

    left: 0;

    background-color: #ffffff;

    position: absolute;

    width: 100%;

}







.wrap-hero-img {

    width: 100%;

    height: 100vh;

    margin: 0 auto;

    overflow: hidden;

    position: relative;

    min-height: 500px;

    background-attachment: fixed;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

}


 
.img-hero {

    height: 100vh;

    width: 100%;

    animation: move 42s linear infinite;

    -ms-animation: move 42s linear infinite;

    -webkit-animation: move 42s linear infinite;

    -o-animation: move 42s linear infinite;

    -moz-animation: move 42s linear infinite;

    object-fit: cover;

}





@keyframes move {

    0% {

        -webkit-transform-origin: bottom left;

        -moz-transform-origin: bottom left;

        -ms-transform-origin: bottom left;

        -o-transform-origin: bottom left;

        transform-origin: bottom left;

        transform: scale(1.0);

        -ms-transform: scale(1.0);

        /* IE 9 */



        -webkit-transform: scale(1.0);

        /* Safari and Chrome */



        -o-transform: scale(1.0);

        /* Opera */



        -moz-transform: scale(1.0);

        /* Firefox */

    }



    50% {

        transform: scale(1.2);

        -ms-transform: scale(1.2);

        /* IE 9 */



        -webkit-transform: scale(1.2);

        /* Safari and Chrome */



        -o-transform: scale(1.2);

        /* Opera */



        -moz-transform: scale(1.2);

        /* Firefox */

    }



    100% {

        transform: scale(1.0);

        -ms-transform: scale(1.0);

        /* IE 9 */



        -webkit-transform: scale(1.0);

        /* Safari and Chrome */



        -o-transform: scale(1.0);

        /* Opera */



        -moz-transform: scale(1.0);

        /* Firefox */

    }

}



.wrap-hero-info {

    position: absolute;

    bottom: 100px;

    max-width: 920px;

}



.hero-title {

    font-weight: 700;

    font-size: 54px;

    line-height: 120%;

    color: var(--color1);

    margin-bottom: 16px;

}



.hero-small-content {

    font-weight: 600;

    font-size: 32px;

    line-height: 120%;

    color: var(--color1);

    margin-bottom: 26px;

}



.btn-hero img {

    height: 32px;

    width: auto;

    margin-right: 8px;

}



.btn-hero {

    background-color: var(--main-color);

    color: var(--color1);

    padding: 12px 20px;

    font-weight: 500;

    font-size: 22px;

    line-height: 140%;

    text-transform: uppercase;

    text-decoration: none;

    display: inline-block;

    transition: .5s ease all;

}



.btn-hero:hover {

    color: var(--main-color);

    background-color: var(--color1);

    text-decoration: none;

}



.announce-icon {

    height: 28px;

    width: auto;

    vertical-align: sub;

    margin: 0 20px;

}



#outer {

    overflow: hidden;

    background: var(--main-color-dark);

    padding: 14px 0;

    position: absolute;

    bottom: 0;

    max-width: 100%;

    width: 100%;

}



#outer div {

    display: inline-block;

}



#loop {

    white-space: nowrap;

    animation: loop-anim 30s linear infinite;

    font-weight: 500;

    font-size: 24px;

    line-height: 24px;

    color: var(--color1);

}



.m-r-ticker {

    display: inline-block;

    margin-right: 200px;

}



@keyframes loop-anim {

    0% {

        margin-left: 0;

    }



    100% {

        margin-left: -50%
    }

}



@keyframes slide {

    0% {

        transform: translatex(100%)
    }



    100% {

        transform: translatex(-100%)
    }

}



.cstm-container2 {

    max-width: 1232px;

}



.std-padd {

    padding: 96px 0;

}





.general-title {

    font-weight: 500;

    font-size: 48px;

    line-height: 120%;

    color: var(--color6);

    margin-bottom: 64px;

}







.main-btn {

    background-color: var(--main-color);

    color: var(--color1);

    font-weight: 500;

    font-size: 16px;

    line-height: 24px;

    padding: 11.2px 15px;

    display: block;

    text-transform: uppercase;

    text-align: center;

    text-decoration: none;

    border: 1px solid var(--main-color);

    transition: .5s ease all;

}



.main-btn:hover {

    background-color: var(--color1);

    text-decoration: none;

    color: var(--main-color);

}



.main-btn:focus {

    background-color: var(--main-color);

    color: var(--color1);

}







.kantorvstelling .main-btn {

    display: inline-block;

}



.kantorvstelling .main-btn img {

    height: 20px;

    width: auto;

    margin-right: 8px;

    vertical-align: sub;

}



.kantorvstelling .info-kantorvstelling {

    font-weight: 400;

    font-size: 16px;

    line-height: 150%;

    color: var(--color6);

    margin-bottom: 48px;

}



.img-kantorvstelling-slider {

    width: 100%;

    height: 480px;

    object-fit: cover;

}





.kantorvstelling-slider .slick-next:before {

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f138";

    font-size: 40px;

    color: var(--color1);

}



.kantorvstelling-slider .slick-prev:before {

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    content: "\f137";

    font-size: 40px;

    color: var(--color1);

}



.kantorvstelling-slider .slick-prev {

    left: 50px;

    z-index: 5;

}



.kantorvstelling-slider .slick-next {

    right: 50px;

    z-index: 5;

}



.kantorvstelling-slider .slick-next,

.kantorvstelling-slider .slick-prev {

    width: auto;

    height: auto;

}



.kantorvstelling-slider .slick-dots {

    bottom: 12px;

}



.kantorvstelling-slider .slick-dots li.slick-active button:before {

    color: var(--color1);

    opacity: 1;

}



.kantorvstelling-slider .slick-dots li button:before {

    color: var(--color9);

    opacity: 1;

    font-size: 14px;

    width: 12px;

    height: 12px;

}



.kantorvstelling-slider .slick-dots li button {

    height: auto;

    width: auto;

    padding: 0;

}



.kantorvstelling-slider .slick-dots li {

    margin: 0 3px;

}







footer .brand-part {

    background-color: var(--color6);

    padding: 96px 0 64px 0;

}



footer .contact-part {

    padding-bottom: 70px;

    background-color: var(--color6);

}



footer .title {

    font-weight: 600;

    font-size: 28px;

    line-height: 24px;

    color: var(--color1);

    margin-bottom: 4px;

}



footer .subtitle {

    font-weight: 400;

    font-size: 18px;

    line-height: 16px;

    color: var(--color7);

    letter-spacing: -0.02em;

    font-family: 'Assistant', sans-serif;

    margin-bottom: 16px;



}



.footer-social-media {

    list-style: none;

    padding: 0;

    margin: 0;

    margin-bottom: 16px;

    font-size: 0;

}



.footer-social-media li {

    display: inline-block;

    margin: 0 13px;

}



.footer-social-media li a {

    font-size: 20px;

    color: var(--color1);

    line-height: 1;

}



.footer-social-media li a:hover {

    text-decoration: none;

    color: var(--main-color);

}



.contact-f-icon {

    max-height: 20px;

    max-width: 20px;

    vertical-align: top;

}



.wrap-f-icon {

    width: 20px;

    height: 20px;

    margin-right: 12px;

    display: inline-block;

}



footer .small-title {

    font-weight: 500;

    font-size: 14px;

    line-height: 150%;

    color: var(--color1);

    margin-bottom: 16px;

    text-transform: uppercase;

}



.std-f-list {

    list-style: none;

    margin: 0;

    padding: 0;

    margin-bottom: 54px;

}



.std-f-list li .line {

    display: block;

}



.std-f-list li {

    margin-bottom: 8px;

    display: flex;

    width: fit-content;

}



.std-f-list li span,

.std-f-list li a {

    font-weight: 400;

    font-size: 14px;

    line-height: 150%;

    color: var(--color1);

    text-decoration: none;

}



.wrap-f-icon.min {

    margin-right: 8px;

}



.contact-f-icon2 {

    font-size: 16px;

    color: var(--color1);

}



.std-f-list .main-hover:hover a,

.std-f-list .main-hover:hover i {

    color: var(--color20);

}



.reserv-f-btn:hover {

    color: var(--color4);

}



.second-hover:hover .reserv-f-icon {

    content: url("../img/reservation-icon-hover.png");

    color: var(--color4);

}



.second-hover .reserv-f-icon:hover .reserv-f-btn {

    color: var(--color4);

}







footer .link-part {

    padding: 20px 0;

    background-color: var(--color11);

}



footer .logo-footer {

    height: 40px;

}



footer .std-f-msg {

    font-weight: 400;

    font-size: 14px;

    line-height: 150%;

    color: var(--color7);

    display: inline-block;

    margin-bottom: 0;

}



.link-part ul {

    list-style: none;

    margin: 0;

    padding: 0;

    display: inline-block;

    margin-left: 24px;

}



.link-part ul li {

    margin-right: 24px;

    display: inline-block;

}



.link-part ul li a {

    font-weight: 400;

    font-size: 14px;

    line-height: 150%;

    color: var(--color7);

    text-decoration: underline;

}



.link-part ul li:last-of-type {

    margin-right: 0;

}



footer .std-f-msg a.f-link {

    color: var(--main-color-light);

    text-decoration: none;

}



footer .std-f-msg a {

    color: var(--color1);

    text-decoration: none;

}



footer .std-f-msg.spc a {

    color: var(--color12);

    text-decoration: underline;

}











.imp-info {

    color: var(--color12);

    font-size: 14px;

    margin-top: 30px;

}



.imp-info span {

    display: inline-block;

    margin-right: 15px;

}



.imp-info .line {

    display: block;

}



.road-map-main {

    margin: 50px 0 51px;

}



.road-map-main .road-map-wrapper {

    position: relative;

    display: flex;

    flex-direction: column;

    height: 175px;

}



@media (max-width: 991px) {

    .road-map-main .road-map-wrapper {

        margin-bottom: 25px;

        height: auto;

        display: block;

    }

}



.road-map-main .road-map-wrapper::before {

    content: "";

    width: 100%;

    clear: both;

    display: block;

}



.road-map-main .road-map-wrapper::after {

    content: "";

    width: 100%;

    clear: both;

    display: block;

}



.road-map-main .road-map-wrapper .road-map-circle {

    width: 200px;

    height: 200px;

    border-radius: 50%;

    border: 25px solid transparent;

    border-top-color: var(--main-color);

    border-right-color: var(--main-color);

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    transform: rotate(45deg);

}



@media (max-width: 992px) {

    .road-map-main .road-map-wrapper .road-map-circle {

        position: unset;

        border: 25px solid var(--main-color);

    }

}



.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {

    width: 110px;

    height: 110px;

    border-radius: 50%;

    background-color: var(--color4);

    font-size: 20px;

    font-weight: 600;

    line-height: 26px;

    text-transform: capitalize;

    color: #fff;

    box-shadow: 0px 0px 10px 5px var(--main-color);

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    margin: auto;

    transform: rotate(-45deg);

}



.road-map-main .road-map-wrapper .road-map-card {

    width: 35%;

    background: var(--main-color);

    padding: 20px 20px;

    z-index: 1;

    position: absolute;

    right: 0;

    border-radius: 5px;

}



.road-map-main .road-map-wrapper .road-map-card::before {

    content: "";

    width: 25%;

    height: 20px;

    background: var(--main-color);

    position: absolute;

    top: 49%;

    transform: translateY(-50%);

    left: -23%;

    z-index: -1;

}

@media (max-width: 1199px) {

    .road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card::before {

        right: -20%;

        left: unset;

    }

}

@media (max-width: 991px) {

    .road-map-main .road-map-wrapper .road-map-card {

        width: 100%;

        margin-top: 30px;

        position: unset;

    }



    .road-map-main .road-map-wrapper .road-map-card::before {

        content: "";

        width: 20px;

        height: 30%;

        top: 50%;

        transform: translateX(-50%);

        left: 50%;

    }

    .road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card::before {

        left: 50%;

        right: auto;

    }

}



@media (max-width: 425px) {

    .road-map-main .road-map-wrapper .road-map-card {

        top: 45%;

    }
}



.road-map-main .road-map-wrapper .road-map-card .card-head {

    font-size: 20px;

    font-weight: 600;

    text-transform: capitalize;

    margin: 0 0 15px;

    color: #fff;

}



.road-map-main .road-map-wrapper .road-map-card .card-text {

    color: #fff;

    margin: 0;

    display: -webkit-box;

    -webkit-line-clamp: 5;

    -webkit-box-orient: vertical;

    overflow: hidden;

}



@media (max-width: 1199px) {

    .road-map-main .road-map-wrapper .road-map-card .card-text {

        -webkit-line-clamp: 4;

    }

}



.road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-circle {

    border-bottom-color: var(--main-color);

    border-left-color: var(--main-color);

    border-top-color: transparent;

    border-right-color: transparent;

    left: 3px;

}

.road-map-main .road-map-wrapper:last-of-type .road-map-circle {

    top: 1px;

}



@media (max-width: 991px) {

    .road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-circle {

        border-color: var(--main-color);

    }

}



.road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card {

    left: 0;

}



.road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card::before {

    right: -23%;

    left: unset;

}



@media (max-width: 991px) {

    .road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card::before {

        content: "";

        width: 20px;

        height: 30%;

        top: 50%;

        transform: translateX(-50%);

        left: 50%;

    }

}



@media (max-width: 425px) {

    .road-map-main .road-map-wrapper:nth-of-type(odd) .road-map-card::before {

        top: 46%;

    }

}



.element {

    position: relative;

    border: 2px solid var(--main-color);

    width: 35px;

    height: 35px;

    border-radius: 50%;

    padding: 10px;

    background-color: var(--main-color);

    box-shadow: 0 0 0 var(--main-color), 0 0 0 0 var(--main-color);

    cursor: pointer;

}



.element::after {

    content: "";

    position: absolute;

    transform: translate(0, 0);

    width: 41px;

    height: 41px;

    top: -8px;

    left: -8px;

    border: 3px dashed transparent;

    border-radius: 50%;

}



.element:hover,

.hover-effect {

    padding: 10px;

    border: 2px solid var(--main-color);

    animation: pulse 1.4s ease infinite;

}





@keyframes pulse {

    to {

        box-shadow: 0 0 0 10px transparent, 0 0 0 30px transparent;

    }

}



.form-main {

    background-image: url(../img/one-person-standing-watching-glowing-abstract-cloud-generated-by-ai-min.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: flex;
    height: 100vh;
    flex-direction: column;

    align-items: center;

    justify-content: center;
}



.form-main .main-wrapper {

    border-radius: 10px;

    padding: 65px;

    width: 60%;

    -webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);

}



@media screen and (max-width: 991px) {

    .form-main .main-wrapper {

        width: 80%;

        padding: 20px 20px 60px 20px;

    }

}



@media screen and (max-width: 767px) {

    .form-main .main-wrapper {

        width: 90%;

    }

}



.form-main .main-wrapper .form-head {

    font-size: 30px;

    line-height: 40px;

    font-weight: 600;

    text-align: center;

    margin: 0px 0 25px;

}



.form-main .main-wrapper .form-wrapper {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    gap: 15px;

}



.form-main .main-wrapper .form-wrapper .form-card {

    position: relative;

    width: 100%;

}



.form-main .main-wrapper .form-wrapper .form-card .form-input {

    padding: 20px 25px 15px;

    width: 100%;

    border: 0;

    border-bottom: 1px solid #ffffff;

    border-radius: 5px;

    background: transparent;

    outline: none;

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

    box-sizing: border-box;

    color: var(--color1);

}



.form-main .main-wrapper .form-wrapper .form-card .form-input:valid,

.form-main .main-wrapper .form-wrapper .form-card .form-input:focus {

    border: 0;

    border-bottom: 1px solid #ffffff;

    border-radius: 5px;

    color: var(--color1) !important;

}



.form-main .main-wrapper .form-wrapper .form-card .form-input:valid~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input:focus~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input#email:valid~.form-label,
.form-main .main-wrapper .form-wrapper .form-card .form-input#email:focus~.form-label {

    color: #ffffff;

    top: 30%;

    transform: translateY(-70%);

    font-size: 13px;

    line-height: 23px;

}



.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill,

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:hover,

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:focus,

.form-main .main-wrapper .form-wrapper .form-card .form-input:-webkit-autofill:active {

    transition: background-color 9999s ease-in-out 0s;
    color: #ffffff !important;

}



.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-outer-spin-button,

.form-main .main-wrapper .form-wrapper .form-card .form-input::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}



.form-main .main-wrapper .form-wrapper .form-card .form-label {

    position: absolute;

    left: 25px;

    top: 50%;

    transform: translateY(-50%);

    pointer-events: none;

    transition: 0.3s;

    margin: 0;

    font-size: 18px;

    line-height: 28px;

    font-weight: 500;

    color: var(--color1);

}



.form-main .main-wrapper .form-wrapper .form-card .form-textarea {

    padding: 20px 25px 15px;

    width: 100%;

    border: 0;

    border-bottom: 1px solid #ffffff;

    border-radius: 5px;

    background: transparent;

    outline: none;

    font-size: 20px;

    line-height: 30px;

    font-weight: 400;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    resize: none;

    box-sizing: border-box;

    color: var(--color1);

}



.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid,

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus {

    border: 0;

    border-bottom: 1px solid #ffffff;

    border-radius: 5px;

}



.form-main .main-wrapper .form-wrapper .form-card .form-textarea:valid~.form-textarea-label,

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:focus~.form-textarea-label {

    color: #ffffff;

    top: 18%;

    transform: translateY(-82%);

    font-size: 13px;

    line-height: 23px;

}



.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill,

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:hover,

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:focus,

.form-main .main-wrapper .form-wrapper .form-card .form-textarea:-webkit-autofill:active {

    transition: background-color 9999s ease-in-out 0s;

}



.form-main .main-wrapper .form-wrapper .form-card .form-textarea-label {

    position: absolute;

    left: 25px;

    top: 30%;

    transform: translateY(-70%);

    pointer-events: none;

    transition: 0.3s;

    margin: 0;

    font-size: 18px;

    line-height: 28px;

    font-weight: 500;

    color: var(--color1);

}

::placeholder {

    color: var(--color1);

    opacity: 1;
    /* Firefox */

}



:-ms-input-placeholder {
    /* Internet Explorer 10-11 */

    color: var(--color1);

}



::-ms-input-placeholder {
    /* Microsoft Edge */

    color: var(--color1);

}

.general-title.white {

    color: var(--color1);

}

.icon-news {

    margin-bottom: 20px;

    height: 152px;

    width: auto;

}



.error {

    display: none;

    padding: 10px;

    color: #D8000C;

    border-radius: 4px;

    font-size: 13px;

    background-color: #FFBABA;

}



.success {

    background-color: var(--main-color-light);

    border-radius: 4px;

    color: #fff;

    display: none;

    font-size: 13px;

    padding: 10px;

}
.main-wrapper.contact-cstm{
    position: relative;
}

/* Reset the text color for autofilled inputs */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: white !important;
}

/* Reset the background color for autofilled inputs (for non-webkit browsers) */
input:-internal-autofill-selected {
  background-color: inherit !important;
}
