* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background-image: url(./img/banner_slider_2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white
}

@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

.slider-bg {
    height: 100vh;
    position: relative;
    background-image: url(./img/banner_slider_2.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}


.background-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header {
    position: relative;
    z-index: 3;
    padding: 50px 0px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    top: 0;
}

header .header-right  {
display: flex;
flex-direction: row;
}

header .header-right a {
    margin-left: 25px;
    color: #fcecca;
    text-decoration: none;
    font-size: 18px;
}

header .header-right  .active {

    border-bottom: 1px solid;
}
header .active:before {
    position: absolute;
    top:0px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

}

.left a {color:white;
text-decoration: none;}


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 10,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48;
  font-size: 60px;
 color: #fcecca;
}


.map-container, .container {width: 70%;
margin: auto;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:40.25%;

    position:relative;

    height:0;

    margin-bottom: 125px;
}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

.container {
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 150px;
}

.left {
    width: 48%;
}

.left .item {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
}

.left .item p {padding-left: 10px;}

.title {
    color: #fcecca;
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 600;
}

.left span.line {
    width: 10%;
    background: #fcecca;
    display: block;
    margin-bottom: 20px;
    position: relative;
    border-top: 3px solid #fcecca;
    margin:15px 0px;
}
.left .item p b {font-size: 21px;}

.left .item p {font-size: 18px;}

.right {
    width: 48%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fcecca;
    box-shadow: 2px 2px 22px -9px rgb(0 0 0 / 50%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 30px 30px;
}

.contact-form-style-1 .contact-bordered input {
    position: relative;
    width: 100%;
    border-color: transparent;
    background-color: transparent;
    margin-bottom: 40px;
}

input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    outline: 0;
    border-width: 1px;
    border-style: solid;
    background-color: #00000000;
    border-color: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    margin-bottom: 25px;

    color: white;
}

::selection {
    background: rgb(252,236,202);
background: linear-gradient(70deg, rgba(252,236,202,1) 0%, rgba(157,110,42,1) 100%);
    color: #ffffff;
}
 textarea {
    min-height: 200px;
    height: 200px;
    background-color: transparent;
    border: 0;
    padding: 15px;
    outline: none;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-color: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    color: white;
}

.right .submit {
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border-style: none;
    background: rgb(252,236,202);
background: linear-gradient(70deg, rgba(252,236,202,1) 0%, rgba(157,110,42,1) 100%);
    color: white;
    font-weight: 600;
    cursor: pointer;
}

   
footer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #212121;
    color: white;
    padding: 50px 5%;
    width: 100%;
    margin: auto;
}


.footer-item {
    width: 27%;
    display: flex;
    flex-direction: column;
}

.footer-title {
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}



.footer-item p {
    font-size: 15px;
    padding: 10px 0px;
    font-weight: 200;
    text-align: center;
    line-height: 2;
}

.footer-item p b {
    font-weight: 400;
    color: #f2b100;
}

.footer-news {
    padding: 15px 0px;
    font-weight: 100;
}

.footer-project p {
    padding: 5px 0px;
    font-size: 20px;
    text-align: center;
}



.footer-bottom p {
    width: 300px;
}

.social-footer {
position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    flex-direction: column;
bottom: 25px;
right: 25px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 20;
}   

.social-footer-2 {
    position: absolute;
            display: flex;
            align-items: flex-start;
            justify-content: right;
            flex-direction: row;
    top: 25px;
    right: 25px;
            padding-bottom: 15px;
            padding-left: 5px;
            padding-right: 5px;
            z-index: 20;
        }   

.social-footer svg {margin-top: 25px;}
.social-footer-2 svg {margin-left: 25px;}
.footer-item-logo {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-item-logo a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-top: 35px;
    font-weight: 200;
}
@media only screen and (max-width: 820px){
.container {
flex-direction: column;
width: 90%;
}

.container .left,.container .right {
    width: 100%;
}
}