  /* Font */
  @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap');

:root {
    --widthscreen: 100hv;    
}

html, body{
	scroll-behavior: smooth;
    animation: 2s homeInit ease-in forwards;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: rgb(90, 90, 90);
  }

/* Fonnerga Logo */
.FN-logo{
    background-color: #051c2c;
    position: fixed;
    top: 0;
    right: 80px;
    z-index: 1000;
    height: 180px;
    width: 150px;
    padding: 40px 20px 20px 20px ;
    border-radius: 0 0 40px 40px;
    box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, .3);
}

 
/* Section One */
.section-one {
    width: 100%;
    height: auto;
    background-image: url("../assets/pics/background-section-two.webp");
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;    
    background-size: cover;
    animation-iteration-count: 1;
}

@keyframes homeInit
{
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animation-one{
    animation: 6s backgroundEffect ease-in-out forwards;
}

@keyframes backgroundEffect
{
    from {
        background-size: cover;
        background-position: 0px 0px;
    }

    to {
        background-size: cover;
        background-position: center center;
    }
}

.content-one {
    height: 120vh;
    margin: auto auto;
    padding: 0;
}

.content-one h1{
    color: white;
    position: absolute;
    top: 29%;
    font-family: 'Montserrat', sans-serif;
    word-break: break-all;
}   

.content-one h2{
    color: white;
    position: absolute;
    top: 35%;
    font-family: 'Montserrat', sans-serif;
}   

.line{
    height: 2px;
    position: absolute;
    top: 34%;
    background-color: white;
    position: relative;
    animation: 2s lines ease-in-out forwards;
    height: 2px;
    width: 430px;
}

@keyframes lines
{
    from {
        width: 1px;
    }

    to {
        width: 430px;
    }
}

.social-media{
    position: fixed;
    right: 0;
    top: 0;
    margin: 10px;
    z-index: 150000;
}

.social-media img {
    width: 40px;
    height: auto;
    margin: 5px;
    cursor: pointer;
}

.SM:hover{
    background-color: #051c2c;
}

/* Section Two */
.section-two {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.content-two {
    margin: auto auto;
    padding: 0;
}

.content-two .row {
    margin: auto auto;
    padding: 0;
}

.shoma-logo {
    width: 300px;
    margin: 50px auto;
}

    .fade-effect {
        animation: 2.5s fade ease-in-out forwards;
    }

    @keyframes fade
    {
        from {
            opacity: 0.1;
        }

        to {
            opacity: 0.9;
        }
    }

.project-description {
    background-color: #051c2c;
    color: white;
    padding: 0;
    display: flex;
}

.project-description-text-box {
    padding: 20px 100px;
    margin: auto auto;
}

.project-description h2{
    font-family: 'Montserrat', sans-serif;
}

.project-description ul {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
}

.project-description ul li {
    font-size: 12px;
    /*font-family: 'Montserrat', sans-serif;*/
}

.location-border {
    border: 1px solid white; 
    padding: 10px; 
    border-radius: 8px 8px 8px 8px;
}

.project-description table {
    color: white;
    text-align: center;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}


.section-two-img {
    margin: auto;
    padding: 0;
}

.section-two-img img{
    height: auto;
    width: 100%;
}



/* Section Three */
.section-three {
    width: 100%;
    height: auto;
    padding: 50px 0px;
}

.content-three {
    height: auto;
    margin: auto auto;
    padding: 0;
}

.table-residences {
    box-shadow: 2px 2px 10px 0px grey;
}

.titulos {
    font-weight: 500;
    color: white;
    background-color: #051c2c;
    text-align: center;
    padding: 10px;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
}

.line-one {
    font-weight: 600;
    text-align: center;
    background-color: #23567a;
    color: white;
    padding: 3px 0;
}

.line-two {
    font-weight: 500;
    color: #051c2c;
}

.line-content:hover {
    font-weight: 500;
    background-color: #68befc;
}

.line-total {
    background-color: rgb(187, 187, 187);
    padding: 5px;
    font-weight: 700;
}

/* Carousel */
.carousel-inner img {
    width: 100%;
    height: auto;
  }

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #051c2c;
}

.carousel-indicators li {
    background-color: #051c2c;
}

.carousel-indicators {
    bottom: -20px;
}






/* Section For */
.section-for {
    width: 100%;
    height: auto;
}

.content-for {
    height: auto;
    margin: auto auto;
    padding: 0;
}

.project-amenities {
    background-color: #051c2c;
    color: white;
    padding: 0;
}

.amenities-content{
    padding: 20px 100px;
    margin: auto auto;
}

.amenities-list{
    text-align: left;
}

/* animate-fading */
.animate-fading {
    animation: fadding 2s ease-in-out forwards;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}

    @keyframes fadding {
        from {opacity: .1;}
        to {opacity: 1;}
    }

/* Section Five */
.section-five {
    width: 100%;
    height: auto;
}

.content-five {
    height: auto;
    margin: auto auto;
    padding: 20px;
}

.content-five-text{
    margin: auto auto;
    padding: 50px 0px;
}

.cards {
    box-shadow: 2px 2px 10px 0px grey;
    margin: 20px;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.cards:hover{
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid grey;
    box-sizing: border-box;
}

.cards h4{
    color: #051c2c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

/* Footer */
.contact {
    background-color: rgba(0, 0, 0, .0);
    border-top: 1px solid grey;
    padding: 30px;
    text-align: center;
}

.logo-CIRS-logo-footer {
    width: 240px;
}

.div-hr{
    width: 400px
}

.contact a {
    font-style: normal;
    color: #68befc;
}

.roger-picture{
    width: 250px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 2px;
}

.roger-content{
    text-align: justify;
}


/* FORM STYLE */
.form-section
{
    color: #626262;
    font-size: 20px;
    font-family: 'Montserrat';
    padding: 0px;
    height: 400px;
}

.form-container
{
    background-color: white;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(160, 160, 160);
    overflow: hidden;
}

.form-title
{
    color: white;
    background-color: #051c2c;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
}

::placeholder
{
    color: #dddddd;
    opacity: 1; /* Firefox */
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder
{ 
    color: #dddddd;
}

/* Microsoft Edge */
::-ms-input-placeholder
{ 
    color: #dddddd;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
  
/* Firefox */
input[type=number]
{
    -moz-appearance: textfield;
}  

.form-layaout form
{
    margin: auto;
    padding: 20px 40px 20px 40px;
    text-align: center;    
}

.form-field
{
    position: relative;
    margin: 0;
    padding: 0;
}

.field-input
{
    position: relative;
    margin: 0;
    padding: 0;
}

.field-input::before
{
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #dddddd;
    content: '';
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
}

.field-input::after
{
    transition: all .3s ease-in-out;
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #051c2c;
    content: '';
    bottom: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: flex;
}

.field-input:hover::after
{
    width: 100%;
}

input[type=text], 
input[type=email],
input[type=number]
{
    border: none;
    outline: none;
    color: #306ab4;
    width: auto;
    margin: 15px auto;
    position: relative;
    width: 100%;
    padding: 5px 10px;
}

.checkbox{
    text-align: left;
}

input[type=checkbox]
{
    text-align: left;
    margin: 20px 0 0 0;
}

.submit-button {
    background-color: #051c2c;
    color: white;
    border-radius: 5px;
    margin: 20px 0px;
    box-shadow: 3px 3px 10px rgb(160, 160, 160);
    animation: all 5s ease-in-out;
    outline: none;
}

.submit-button:hover {
    box-shadow: 1px 1px 2px rgb(160, 160, 160);
}

.submit-button:focus {
    background-color: #23567a;
}

/* FORM MESSAGE */
.thisFormSusscess {
    max-width: 500px;
    box-shadow: 1px 1px 5px grey; 
    color: white; 
    font-size: 20px; 
    border-radius: 10px; 
    margin: 20px auto; 
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    border: 2px solid rgba(0,255,0,.6);
}

.thisFormFail {
    max-width: 500px;
    box-shadow: 1px 1px 5px grey; 
    color: white; 
    font-size: 20px; 
    border-radius: 10px; 
    margin: 20px auto; 
    background-color: rgba(0,0,0,.3);
    padding: 10px;
    border: 2px solid rgba(255,0,0,.6);
}


/*  RESPONSIVE STYLE  */
@media only screen and (max-width: 600px) {

    .FN-logo{
        display: none;
    }

    @keyframes backgroundEffect
    {
        from {
            background-size: cover;
            background-position: calc(100% * 0.215);
        }
    
        to {
            background-size: cover;
            background-position: -800px center;
        }
    }

    .project-description-text-box, .amenities-content {
        padding: 10px 20px;
    }

    .form-section{
        margin: 0px 20px;
    }

    .section-one {
        background-position: calc(100% * 0.215);
    }

    .content-one img {
        width: 300px;
        margin: 0px 0px 20px 0px;
    }

    .line{
        width: 370px;
    }
    
    @keyframes lines
    {
        from {
            width: 1px;
        }
    
        to {
            width: 370px;
        }
    }  

    .roger-content h2{
        text-align: left;
    }
    
    .div-hr{
        width: 250px
    }


    .SM img{
        width: 20px;
        height: 20px;
        margin: 5px;
        padding: 0px;
    }

    .checkbox{
        text-align: center;
    }

    .content-one h1{
        font-size: 35px;
    }       

    .carousel-indicators {
        bottom: -33px;
    }

}


@media only screen and (max-width: 915px) {

    .FN-logo{
        display: none;
    }

    .section-one {
        background-position: calc(100% * 0.170);
    }


    @keyframes backgroundEffect
    {
        from {
            background-size: cover;
            background-position: calc(100% * 0.170);
        }
    
        to {
            background-size: cover;
            background-position: -800px center;
        }
    }

}

@media only screen and (max-width: 1140px) {

    .FN-logo{
        display: none;
    }

}