section {
    margin: 2vh 0;
}

.videoContainer {
    height: 92vh;
    margin-top: 8vh;
}

.videoRelDiv {
    position: relative;
    height: 100%;
    width: 100%;
}

.videoAbsDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.videoAbsDivBottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: row;
    align-items: center;
    justify-content: center;
}

.searchIcon {
    width: 25px;
    height: 25px;
    margin: auto;
}

.upDownRelDiv {
    position: relative;
}

.upDownAbsDiv {
    animation: MoveUpDown 1.5s ease-in-out infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%,
    100% {
        bottom: 0;
    }
    50% {
        bottom: 20px;
    }
}

.servicesA:hover .serviceIconItem {
    margin-bottom: 20px;
    margin-top: 0;
}

.serviceItem {
    max-width: 320px;
    margin: auto;
    padding: 2rem;
}

.serviceIconItem {
    margin-top: 20px;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-out;
}

.faserviceIcon {
    font-size: 50px;
    color: #fff;
}

.serviceItemHeading1 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.serviceItemText {
    padding-left: 1rem;
}

.firstOwlImg {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.owlImg {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.firstRow {
    margin: 2rem 0;
}

.firstOwlRelDiv {
    position: relative;
    width: 100%;
    height: 100%;
}

.firstOwlAbsDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.secondOwlAbsDiv {
    background-color: #bb926996;
}

.chalkidiki {
    background-color: rgba(176, 176, 176, .8);
}

.default {
    background-color: #000000d4;
}

.firstOwlInfoDiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.firstOwlShowMoreDiv {
    color: #fff;
}

.firstOwlShowMoreDiv:hover {
    color: #bb9269;
    transition: all 200ms ease-in-out;
}

.firstOwlInfoDiv div:nth-child(2) {
    color: #fff;
    font-size: 18px;
    font-family: deLaflorida;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.firstOwlInfoDiv div:nth-child(3) {
    color: #fff;
}

/* Quote */

.quoteWrapper {
    background-color: #000;
    padding: 2rem 1rem;
}

.quoteText {
    padding: 35px 0;
    color: #fff;
    font-size: 15px;
    font-family: delaFlorida;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background: -o-linear-gradient(45deg, #b16f4f 0, #f7e0cd 100%);
    background: linear-gradient(45deg, #b16f4f 0, #f7e0cd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quoteBottom {
    color: #fff;
    text-align: center;
    margin: auto;
    line-height: 19px;
}

/* About */

.aboutRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.aboutRow div:nth-child(1) {
    width: 100%;
}

.aboutRow div:nth-child(2) {
    width: 100%;
}

.aboutText {
    padding: 1rem;
}

.aboutText div:nth-child(1) {
    font-family: delaFlorida;
    font-size: 25px;
    font-weight: 900;
}

.aboutText div:nth-child(2) {
    font-size: 20px;
    font-weight: 400;
    color: #353535;
    margin: 0.5rem 0;
}

.aboutText div:nth-child(3) {
    font-size: 17px;
    color: #353535;
}

.favAdvAbsButton {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 2;
}

.favAdvIcon {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.favAdvert {
    color: #bb9269 !important;
}

.codeSearchForm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 2rem;
    gap: 1rem;
}

.codeSearch_itemButton {
    background: #fff;
    padding: 0 1rem;
    height: 32.5px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    height: 48px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.codeSearch_itemButton:hover {
    background: #000;
    color: #bb9269;
}

/* .indexForm, .select2-selection{
  border: 1px solid #000 !important;
  padding-left: 0.2rem !important;
  height: 30px !important;
  width: 180px !important;
} */

/* .select2-selection{
  border: 1px solid #000 !important;
} */

.servicesUl {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
}

.servicesUl_A:hover {
    color: #bb9269;
}

.servicesUl_A {
    color: #353535;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
}

.advert_item>img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.advertCard {
    margin: 1rem 0;
}

.advert_item {
    position: relative;
    overflow: hidden;
}

.advertRegion {
    position: absolute;
    top: 2%;
    padding: 0 1rem;
    color: #fff;
    background: #000;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
    font-family: delaFlorida;
}

.advertTitleAbsDiv {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 20%;
    padding: 1rem;
    background: #00000059;
    color: #fff;
    font-family: delaFlorida;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.advertShowMoreDiv {
    position: absolute;
    bottom: -459px;
    left: 0;
    width: 100%;
    height: 0;
    background: #00000059;
    color: #fff;
    font-size: 18px;
    font-family: delaFlorida;
}

.advert_item .advertShowMoreDiv {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.advert_item:hover .advertShowMoreDiv {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: #00000059;
    color: #fff;
    font-size: 18px;
}

.advertInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 17px
}

.advert_item:hover .advertTitleAbsDiv {
    display: none;
}

.advertInfo * {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

.advertInfo *:hover {
    color: #bb9269;
}

.advertInfo :nth-child(1) {
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: delaFlorida;
}

.advertInfo :nth-child(2) {
    font-size: 23px;
    letter-spacing: 1px;
    font-family: delaFlorida;
    margin-bottom: 1rem;
    font-size: 15px;
    text-transform: uppercase;
}

.customMainSearchContainer {
    margin-top: 11vh;
}

@media screen and (min-width: 1000px) {
    .extraFilters_container {
        display: none;
    }
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.resultsLine {
    display: flex;
    flex-direction: row;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding-top: 1rem;
}

.checkBoxes {
    padding: 0 !important;
}

.checkItems {
    min-width: 300px;
}

@media screen and (min-width: 1000px) {
    .resultsLine {
        flex-direction: row;
        justify-content: start;
        max-width: unset;
    }
}

.customSelect {
    border-style: solid;
    border-width: 2px;
    height: 30px;
    width: 100%;
    padding-top: 0.25rem;
    padding-right: 0.7rem;
    padding-bottom: 0.5rem;
    padding-left: 0.7rem;
    font-size: 1rem;
    color: #000;
    background-color: #fff;
    border-color: rgb(0, 0, 0);
}

.demandFixedDiv {
    position: fixed;
    right: 9%;
    bottom: 10%;
    width: 42px;
    height: 42px;
    background-color: #000;
}

.demandButton {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    width: 42px;
    height: 42px;
    font-size: 22px;
}

.widget_requests_popup {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-radius: 0 !important;
    min-height: 30px;
    border: 1px solid #000 !important;
}

.select2-search__field {
    height: 21px !important;
}

.select2-type_pag {
    border: 2px solid #000;
    color: #fff;
    border-radius: unset;
}

.contact_item {
    height: 100%;
    position: relative;
}

.contact_item>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contact_itemAbs {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: #00000059;
    color: #fff;
    font-family: delaFlorida;
    font-size: 17px;
    letter-spacing: 1px;
    display: flex;
}

.contact_flexContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.contactTitle {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: delaFlorida;
}

.contactFounder {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-family: delaFlorida;
}

.contactData:hover a {
    color: #bb9269;
}

.resRelDiv {
    margin-top: 8vh;
    height: 92vh;
    position: relative;
}

.resRelImg {
    height: 92vh;
    width: 100%;
    object-fit: cover;
}

.resAbsDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000057;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resAbsDiv p {
    max-width: 350px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.resAbsDiv h1 {
    font-size: 22px;
    font-family: delaFlorida;
    color: #fff;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 1rem !important;
    text-transform: uppercase;
}

.advertTitleAbsDivData {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'Roboto', 'sans-serif';
}