@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth
}

.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: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .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: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon1 span {
    background: #ffffff;
}

.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: 1px solid #EFE0D6;
}

.navbar-light .navbar-toggler {
    color: rgba(239, 224, 214, 0.1);
    border-color: rgba(239, 224, 214, 0.1);
}

.first-button {
    outline: 0 !important;
}


/* Variables */

:root {
    --main-color: #1E90FF;
    --second-color: #1a6dc0;
    --third-color: #1f3952;
    --main-font: 'Source Sans Pro', sans-serif;
}


/* HEADER */

.cstm-container {
    max-width: 1320px;
    position: relative;
}

.header {
    background-color: var(--third-color);
}

.lang-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    position: absolute;
    right: 15px;
    z-index: 3;
}

.lang-list li {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding: 0 0.42px;
}

.lang-list li a {
    background-color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 400;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding: 3.8px 6.5px;
    width: 30px;
}

.logo-top {
    padding-top: 32px;
    color: #ffffff;
    font-family: var(--main-font);
    font-weight: 700;
    font-size: 25px;
    display: inline-block;
}

.logo-top:hover {
    text-decoration: none;
    color: #ffffff;
}

.main-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}

.main-menu-list li {
    display: inline-block;
    margin: 14px 10px;
}

.main-menu-list li a {
    color: #ffffff;
    padding: 18px 30px;
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    text-transform: uppercase;
    background-image: linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    position: relative;
}

.lang-list li a {
    background-image: linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    position: relative;
    display: inline-block;
}

.main-menu-list li a:hover,
.lang-list li a:hover,
.main-menu-list li a.active {
    text-decoration: none;
    color: var(--main-color);
    -webkit-text-stroke: 1px var(--second-color);
    background-size: 100% 100%;
}

.lang-list li a.active {
    color: #ffffff;
    text-decoration: none;
    color: var(--second-color);
    -webkit-text-stroke: 1px var(--second-color);
    background-size: 100% 100%;
    position: relative;
}

.header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.main-menu-list li a i {
    margin-left: 10px;
}

.center-corner {
    background-size: 0% 0%;
    background-position: 50% 50%;
}

.main-menu-list li .subpg-menu {
    list-style: none;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    position: absolute;
    top: 86px;
    left: -120px;
    z-index: 5;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px #00000041;
    width: max-content;
    padding: 8px 40px 8px 20px;
}

.main-menu-list li .subpg-menu li {
    display: block;
    margin: 0;
    width: 215px;
}

.main-menu-list li .subpg-menu a {
    font-size: 18px;
    color: var(--main-color);
    text-transform: initial;
    display: block;
    position: relative;
    padding: 12px 40px 12px 20px;
    transition: 0.5s all;
    width: 215px;
    transition: 1s padding ease;
}

.main-menu-list .subpg-menu li a i.end-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.change-right-arrow {
    transform: rotate(-180deg) !important;
    transition: 0.5s all;
    top: 30% !important;
    -webkit-text-stroke: 0;
}

.subpg-menu li a i.start-arrow {
    margin-right: 5px;
    -webkit-text-stroke: 0;
    margin-left: 0;
    color: #767676;
    transition: 1.5s all ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    opacity: 0;
}

.subpg-menu li a span {
    display: inline-block;
    transition: .5s all ease;
}

.adj-pl {
    padding-left: 15px;
}

.adj-pr {
    padding-right: 20px !important;
}

.adj-opacity-menu-arr {
    opacity: 1 !important;
}

.adj-search {
    position: absolute;
    right: 15px;
    bottom: -38px;
}

.adj-search .btn-secondary {
    color: #ffffff;
    background-color: var(--second-color);
    border-color: var(--second-color);
    border-radius: 0;
    padding: 1px 12px;
}

.search-input {
    visibility: hidden;
    border: 1px solid var(--second-color);
    background-color: #ffffff;
    transition: 1s all ease;
    width: 0 !important;
    border-radius: 0;
    color: var(--second-color);
    font: var(--main-font);
    padding-left: 0;
    padding-right: 0;
    text-indent: 10px !important;
    z-index: 3;
}

.vis-n {
    visibility: visible !important;
    width: 200px !important;
}

.adj-search .btn-secondary.active:focus,
.adj-search .btn-secondary:active:focus,
.adj-search .btn-secondary:focus,
.adj-search .btn-secondary:active {
    box-shadow: none !important;
}


/* HERO BANNER */

.items-bg-car1 {
    background-repeat: no-repeat, repeat;
    background-size: cover;
    background-position: center center;
    height: 450px;
    z-index: 1;
}

.first-item-car1 {
    background-image: url(../images/c2.jpg);
}

.second-item-car1 {
    background-image: url(../images/c4.JPG);
}

.third-item-car1 {
    background-image: url(../images/c3.JPG);
}

.overlay-hero {
    background: transparent linear-gradient(270deg, #FFFFFF00 0%, #FFFFFF83 54%, #FFFFFF 100%) 0% 0%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

.title-main {
    color: var(--second-color);
    font: var(--main-font);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
}

.title-main span {
    display: block;
    font-weight: 300;
}

.main-color-btn {
    font-family: var(--main-font);
    padding: 13.5px 20px;
    font-size: 18px;
    color: #FFFFFF;
    background-color: var(--main-color);
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    display: inline-block;
    position: relative;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    box-shadow: 0px 0px 10px #0000004D;
}

.main-color-btn:hover {
    color: var(--main-color);
    text-decoration: none;
    background-size: 100% 100%;
}

.to-right {
    background-position: 0% 50%;
    background-size: 0% 100%;
}

.fb-follow-btn {
    color: var(--third-color);
    background-color: #ffffff;
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 20px;
    position: absolute;
    right: 15px;
    bottom: 50px;
    z-index: 5;
}

.fb-follow-btn:hover {
    background-color: var(--third-color);
    color: #ffffff;
    text-decoration: none;
}

.fb-follow-btn i {
    margin-left: 10px;
}


/* Breadcrumbs */

.breadcrumbs span,
.breadcrumbs a {
    padding: 16px 10px;
    color: #000000;
    font-size: 14px;
    font-family: var(--main-font);
    display: inline-block;
}

.breadcrumbs a:hover {
    text-decoration: none;
    opacity: 0.9;
}


/* TEXT LEFT IMAGE RIGHT */

.txt-img {
    margin: 35px 0 90px 0;
}

.general-content {
    font-family: var(--main-font);
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
}

.mt-10 {
    margin-top: 10px;
}

.img-std {
    height: 330px;
    box-shadow: 0px 0px 10px #00000033;
    width: 100%;
    object-fit: cover;
}

.img-std.bigger-img-std {
    height: 415px;
}


/* BLUR PRODUCTS IMAGES */

.img-sort {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

/* .img-sort:hover {
    webkit-filter: blur(2px);
    filter: blur(2px);
} */


/* PARKET CATEGORIES */

.parket-categ {
    margin: 65px 0 90px 0;
}

.txt-btn {
    font-weight: 600;
    color: var(--second-color);
    font-family: var(--main-font);
    font-size: 24px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.txt-btn:hover {
    text-decoration: none;
    color: var(--second-color);
}

.txt-btn:hover:after {
    left: 0;
}

.txt-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 1.5px;
    background: var(--second-color);
    transition: left .58s;
}

.txt-btn i {
    margin-left: 20px;
}

.medium-content {
    font-family: var(--main-font);
    color: #5D5D5D;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
}

.mt-pc {
    margin-top: 35px;
    margin-bottom: 35px;
}

.adj-mtb {
    margin-top: 25px;
    margin-bottom: 65px;
}

.box-categ {
    position: relative;
    box-shadow: 0px 0px 10px #6244234D;
    overflow: hidden;
    cursor: pointer;
}

.img-categ {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.name-categ {
    font-family: var(--main-font);
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}

.btn-categ {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 300;
    display: none;
}

.btn-categ:hover {
    text-decoration: none;
    color: var(--main-color);
}

.btn-categ i {
    margin-left: 10px;
}

.wh-band {
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    padding: 17px 10px;
    width: 100%;
    -moz-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    -webkit-transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    transition: top 0.5s, right 0.5s, bottom 0.5s, left 0.5s;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.overlay-parket-categ {
    height: 100%;
    background-color: rgba(255, 255, 255, .83);
}

.parket-categ a:hover {
    text-decoration: none;
    z-index: 5;
}

.transition-to-top {
    top: 82%;
}

.box-categ:hover .wh-band.transition-to-top {
    top: 0;
}


/* FOOTER */

.footer {
    background-color: var(--third-color);
    padding: 37.5px 0 45px 0;
}

.logo-footer-img {
    width: 26px;
    height: 52px;
    padding-top: 12.5px;
}

.logo-footer span {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
    display: block;
    color: #ffffff;
}

.logo-footer:hover {
    text-decoration: none;
}

.pages-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pages-footer li a {
    font-family: var(--main-font);
    color: #ffffff;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 0;
    display: inline-block;
}

.pages-footer li a span {
    font-weight: 600;
}

.pages-footer li a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.info-contact-footer {
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-contact-footer a,
.info-contact-footer span {
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
}

.info-contact-footer li:first-of-type {
    margin-top: 5px;
    margin-bottom: 15px;
}

.info-contact-footer a:hover {
    text-decoration: none;
    opacity: 0.8;
}


/* PARKETSOORTEN DETAILS */

.parketsoorten-details {
    margin-top: 35px;
}


/* BANNER CAROUSEL */

.banner-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.arrow-carousel {
    height: 40px;
    width: auto;
}

.banner-carousel .carousel-control-next,
.banner-carousel .carousel-control-prev {
    width: 7%;
}

.banner-carousel .carousel-control-next-icon,
.banner-carousel .carousel-control-prev-icon {
    height: 40px;
    width: auto;
}

.parket-assort {
    margin-top: 40px;
}

.parket-assort h2 {
    color: var(--second-color);
    font: var(--main-font);
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 35px;
}

.right-assort-box {
    padding: 25px 20px;
}

.small-content {
    font-family: var(--main-font);
    color: #5D5D5D;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
}

.assort-box h3 {
    color: #0B0B0B;
    font-size: 24px;
    font-weight: 600;
    font-family: var(--main-font);
    margin-bottom: 20px;
}

.assort-box {
    box-shadow: 0px 0px 10px #00000034;
    position: relative;
    height: auto;
    min-height: 250px;
}

.assort-img-hover {
    width: 100% !important;
    transition: 0.6s ease;
    height: 250px;
    object-fit: cover;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.assort-box a:hover {
    text-decoration: none;
}

.assort-img {
    float: left;
    width: 250px;
    object-fit: cover;
    transition: 0.6s ease;
    height: 250px;
}

.right-assort-box {
    overflow: hidden;
    position: relative;
}

.hide-right-assort-box {
    display: none;
}

.mb-adj-asrt {
    margin-bottom: 35px;
}

.right-assort-box p {
    margin-bottom: 0;
}


/* MAIN COLOR BANNER */

.main-color-banner {
    margin: 35px 0 70px 0;
}

.box-banner {
    background-color: var(--second-color);
    padding: 40px 30px;
}

.box-banner h3 {
    font-weight: 600;
    font-family: var(--main-font);
    font-size: 24px;
    color: #ffffff;
}

.box-btn-bnr {
    display: inline-block;
}

.box-banner h3 span {
    font-weight: 300;
    display: block;
    font-size: 20px;
}

.white-color-btn {
    font-family: var(--main-font);
    padding: 13.5px 20px;
    font-size: 18px;
    color: var(--main-color);
    background-color: #ffffff;
    background-image: linear-gradient(var(--second-color), var(--second-color));
    background-repeat: no-repeat;
    transition: background-size .5s, color .5s;
    display: inline-block;
    position: relative;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px #0000004D;
    text-align: center;
}

.white-color-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background-size: 100% 100%;
}


/* ANDERE PARKETSOORTEN */

.andere-parket {
    padding: 65px 0 75px 0;
    background-color: #F0F0F0;
}

.andere-parket h2 {
    color: var(--second-color);
    font: var(--main-font);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 60px;
}

.andere-parket.parket-categ {
    margin: 0;
}

.andere-parket .slick-next,
.andere-parket .slick-prev {
    width: 50px !important;
    height: 40px !important;
}

.andere-parket .slick-next:hover,
.andere-parket .slick-prev:hover {
    opacity: 0.8;
}

.andere-parket .slick-next:before,
.andere-parket .slick-prev:before {
    content: '';
}

.arr-brown {
    width: 50px;
    height: 40px;
}

.andere-parket .slick-prev {
    left: -55px;
}

.andere-parket .slick-next {
    right: -55px;
}


/* INSPIRATIE */

.inspiratie {
    margin: 50px 0 80px 0;
}

.img-insp {
    height: 424px;
    width: 100%;
    object-fit: cover;
}

.ekko-lightbox.modal {
    background-color: #605345B7;
}

.modal-body {
    padding: 0 !important;
}

.overlay-img-insp {
    background: #FFFFFFB2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.gal-item {
    position: relative;
    margin-bottom: 30px;
}

.overlay-img-insp i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: var(--second-color);
}

.title-main.first-color {
    color: var(--second-color);
}

.mt-30 {
    margin-top: 30px;
}

.title-main.white-color {
    color: #ffffff;
}

.wat-doen-we {
    background-color: var(--second-color);
    padding: 45px 0 35px 0;
}

.white-box {
    background-color: transparent;
    padding: 30px;
    margin-bottom: 35px;
}

.white-box h6 {
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

.white-box .general-content {
    color: #ffffff;
}

.mb-40 {
    margin-bottom: 40px;
}

.vragen {
    font-family: var(--main-font);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 35px;
}

.white-color-btn.second-color {
    background-image: linear-gradient(var(--second-color), var(--second-color));
}


/* ONZE WEBSITES */

.onze-websites {
    margin-top: 65px;
    margin-bottom: 40px;
}

.mb-65 {
    margin-bottom: 65px;
}

.onze-websites h4 {
    color: var(--second-color);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.onze-websites .short-info {
    font-size: 18px;
    font-family: var(--main-font);
    color: #605345;
    font-weight: 300;
}

.onze-websites .main-color-btn {
    padding: 8.5px 16.5px;
}


/* CONTACT */

.img-map {
    width: 100%;
    object-fit: cover;
    height: 740px;
}

.white-contact-box .phone {
    position: relative;
}

.white-contact-box {
    box-shadow: 0px 0px 15px #00000029;
    padding: 30px 25px;
    position: relative;
    background-color: #ffffff;
}

.white-contact-box h5 {
    color: var(--second-color);
    font-size: 24px;
    font-weight: 700;
    font-family: var(--main-font);
    margin-bottom: 15px;
}

.img-locatie {
    height: 40.8px;
    width: 30px;
    position: absolute;
    left: 15px;
}

.white-contact-box .address span {
    color: var(--second-color);
    display: block;
    padding-left: 40px;
    font-weight: 300;
    font-family: var(--main-font);
    font-size: 18px;
}

.white-contact-box .phone a,
.white-contact-box .mail a {
    color: var(--second-color);
    display: block;
    padding-left: 20px;
    font-weight: 300;
    font-family: var(--main-font);
    font-size: 18px;
}

.white-contact-box .phone a:hover,
.white-contact-box .mail a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.img-phone {
    position: absolute;
    height: 12px;
    width: 12px;
    margin-top: 7px;
}

.img-mail {
    position: absolute;
    width: 15px;
    height: 12px;
    margin-top: 7px;
}

.wrap-contact-form {
    padding-top: 70px;
    padding-left: 30px;
    padding-bottom: 70px;
}

.contact-sett input[type=text],
.contact-sett input[type=email],
.contact-sett textarea {
    border: 2px solid var(--second-color);
    border-radius: 0;
    font-size: 20px;
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 400;
    padding: 16.5px 25px;
    line-height: 1.2;
}

.contact-sett input[type=text]::placeholder,
.contact-sett input[type=email]::placeholder,
.contact-sett textarea::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 20px;
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 400;
    opacity: 1;
    /* Firefox */
}

.contact-sett input[type=text]:-ms-input-placeholder,
.contact-sett input[type=email]:-ms-input-placeholder,
.contact-sett textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 20px;
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 400;
}

.contact-sett input[type=text]::-ms-input-placeholder,
.contact-sett input[type=email]::-ms-input-placeholder,
.contact-sett textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 20px;
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 400;
}

.contact-sett .form-group {
    margin-bottom: 25px;
}

.contact-sett textarea {
    height: 210px;
}

.contact-sett .form-check-label {
    font-size: 18px;
    color: var(--second-color);
    font-family: var(--main-font);
    font-weight: 600;
    padding-left: 15px;
}

.contact-sett .form-check-input {
    width: 25px;
    height: 25px;
    margin-top: 0;
}

.left-half {
    padding-left: 0 !important;
    left: 0;
    right: 50%;
}

.relative {
    position: relative;
}

.contact-sett .title-main {
    font-size: 35px;
}

.contact-sett .cstm-container {
    position: unset;
}

.absolute {
    position: absolute;
}

.val-content {
    position: absolute;
    top: 50%;
    font-size: 20px;
    padding: 10px;
    background-color: #ffffff;
    color: var(--main-color);
}

.responsive-map {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.responsive-map iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}