@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
    font-family: OpenSans-bold;
    src: url(../fonts/OpenSans-CondLight.ttf);
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.otf);
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.otf);
}
@font-face {
    font-family: Caveat-Regular;
    src: url(../fonts/Caveat-Regular.ttf);
}
html
{
    overflow-y: hidden;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px; 
    overflow-x: hidden;
    cursor: default;
}
body *
{
    cursor: default ;
}
body a
{
    cursor: pointer !important;
}
.pointer,.pointer *
{
    cursor: pointer !important; 
}

nav.navbar
{
    background-color: white;
    font-family: OpenSans;
    font-weight: bolder;
}
nav.navbar .logo
{
    width: 130px;
    height: 70px;
    background-image: url(../img/logo/Logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
nav.navbar .fb
{
    position: relative;
    width: 30px;
    display: block;
    height: 30px;
    background-image: url(../img/icon/FbLogo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #eccc69;
    top: 50%;
    transform: translate(0px, -50%);
    margin-left: 10px;
    border-radius: 50%;
    border: 3px solid #eccc69;
}
nav.navbar .nav-link
{
    
    font-size: 19px;
}
nav.navbar .active-gold
{
    color: #eccc69 !important;
}
section.baner div.baner-background
{
    position: relative;
    display: flex;
    width: 100%;
    padding: 100px 10px 100px 10px;
    background-image: url(../img/section/home/Banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
}
 section.baner div.baner-background div.title
{
    position: relative;
    color: black;
    font-family: Poppins-SemiBold;
    font-weight: bolder;
    font-size: 80px;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    line-height: 1;
    z-index: 1;
    margin-right: auto;
    text-shadow: 2px 3px 0px #ffffff;
}

body#home section.baner div.baner-background div.border-bottom
{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #eccc69;
    max-width: 1100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}

.container
{
    width: 100%;
    max-width: 1100px;
    position: relative;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}
.center
{
    align-items: center;
}
body#home section.content .container
{
    justify-content: center;
}
body#home section.content 
{
    z-index: 3;
    font-family: OpenSans-bold;
}
body#home section.content .container .row.justify-content-center
{
    width: 100%;
}
body#home section.content .container .flextb
{
    display: flex;
    flex-direction: column;
}
body#home section.content .container span.title, section.about div.title, section.contact div.title
{
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    margin: 20px 0px 20px 0px;
}
section.about div.title, section.contact div.title
{
    font-family: OpenSans-bold;
}
body#home section.content .container span.content
{
    font-family: Poppins-Regular;
    color: rgb(51, 51, 51);
    text-align: justify;
}
div.gold-button
{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #eccc69;
    font-size: 25px;
    font-weight: bolder;
    padding: 20px 20px 20px 20px;
    text-align: center;
    margin-bottom: 10px;
    height: 100px;
    max-width: 300px;
}
body#home section.content .container div.heightcontrol:nth-last-child(1)
{
    margin-bottom: 0px;
}

div.gold-button img
{
    width: 50px;
    height: 50px;
}
div.gold-button span
{
    width: 100%;
    text-align: center;
    padding: 0px 10px 0px 10px;
}
body#home section.content .container .backgroundimage , section.about .backgroundimage
{
    width: 100%;
    margin-top: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0px 20px 0px;
    background-image: url(../img/section/home/plant.png);
}
.backgroundimage div.gold-button
{
    padding: 5px 15px;
    height: auto;
    max-width: auto;
    margin: 15px 0px 15px;
}
.backgroundimage div.gold-button b
{

    width: 100%;
    display: block;
}
body#home section.content .container .backgroundimage .flexlr span, section.about .backgroundimage .flexlr span
{
    font-family: Caveat-Regular;
    color: #ffffff;
    font-size: 45px;
}
body#home section.content .container .backgroundimage .clock, section.about .backgroundimage .clock
{
    height: 50px;
    width: 50px;
    background-image: url(../img/icon/clock.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.flexlr
{
    
    display: flex;
}
footer
{
    width: 100%;
    background-color: #232328;
    margin-top: 15px;
    padding: 20px 0px 20px 0px;
    color: aliceblue;
}
footer#footer .container
{
    justify-content: center;
}
footer#footer .flextb .title
{
    font-size: 15px;
    font-family: Poppins-SemiBold;
    font-weight: bold;
   
    margin-bottom: 20px;
}
footer#footer .flextb ul {
    padding-left: 1rem;
}
footer#footer .clear-list .flextb ul
{
    list-style-type: none;
    padding: 0;
    max-width: 250px;
}
footer#footer .flextb
{
    width: fit-content;
    margin: auto;
}
footer#footer .clear-list .flextb ul li:nth-child(n+2),footer#footer .clear-list .flextb ul a:nth-child(n+2) li
{
    display: flex;
    flex-direction: row;
    align-items: center;
    
}



footer#footer li
{
    margin-bottom: 10px;
    color: #c0c0c0;
}
footer#footer .icomin
{
    width: 25px;
    height: 25px;
    background-position: center;
    background-size:contain;
    background-repeat: no-repeat;
    margin-right: 15px;
} 


footer#footer a {
    text-decoration: none;
    color: inherit;
  }

footer#footer .clear-list .flextb ul li:nth-child(2) .icomin,footer#footer .clear-list .flextb ul a:nth-child(2) .icomin
{
    background-image: url(../img/icon/location.png);
}
footer#footer .clear-list .flextb ul li:nth-child(3) .icomin,footer#footer .clear-list .flextb ul a:nth-child(3) .icomin
{
    background-image: url(../img/icon/phone.png);
}
footer#footer .clear-list .flextb ul li:nth-child(4) .icomin,footer#footer .clear-list .flextb ul a:nth-child(4) .icomin
{
    background-image: url(../img/icon/email.png);
}
footer#footer .text-min
{
    width: calc(100% - 30px);
}

footer#footer .clear-list .flextb.someid ul li:nth-child(2) .icomin,footer#footer .clear-list .flextb.someid ul a:nth-child(2) .icomin
{
    background-image: url(../img/icon/clock2.png);
}
footer#footer .clear-list .flextb.someid ul li:nth-child(3) .icomin,footer#footer .clear-list .flextb.someid ul a:nth-child(3) .icomin
{
    background-image: none;
}
footer#footer .contact ul
{
    max-width: 300px;
    min-width: 300px;
}

body#offer section.baner div.baner-background
{
    padding: 30px 10px 30px 10px;
}
 section.baner div.baner-background div.title
{
    position: relative;
    color: black;
    font-family: Poppins-SemiBold;
    font-weight: bolder;
    font-size: 32px;
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    line-height: 1;
    z-index: 1;
    margin-right: auto;
    text-shadow: 2px 3px 0px #ffffff;
}
section.offer .menu
{
    padding: 0px 10px 0px 10px;
    background-color: #eccc69;
    width: 100%;
    margin: 0px;
}
section.offer .container
{
    justify-content: center;
}

body#offer .gold-button
{
    margin: 0px;
    width: fit-content;
    max-width: initial;
    margin: auto;
    height: 100%;
    padding: 10px 20px 10px 20px;
}

body#offer .gold-button span
{
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
}
body#offer .button-active.active ,body#offer .button-active.active div
{
    background-color: #ffffff;
    transition: 0.4s;
}
body#offer .button-active.active img
{
    filter: invert(100%);
}

section.offer .container
{
    flex-direction: column;
}
#result .title {
    font-size: 25px;
    font-weight: bolder;
    font-family: 'OpenSans';
    letter-spacing: 1px;
    word-spacing: 7px;
    color: black;
}
#result
{
    font-family: Poppins-Regular;
    color: #464646;
    font-size: 15px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

.gap
{
    margin: 20px 0px 20px 0px;
}

.card-min .breaker
{
    width: 25%;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    background-color: #eccc69;
    margin-top: 10px;
    margin-bottom: 10px;
}
.desc
{
    width: 75%;
    margin: auto;
}
.card-min .desc
{
    max-width: 300px;
    margin: auto;
}
#result .title.main
{
    font-size: 35px;
}


body#offer .gold-button span {

    padding: 0%;
}

section.about
{
    font-family: Poppins-Regular;
    text-align: center;

}
section.about b
{
    font-size: 18px;
}
section.about .desc
{
    max-width: 900px;
}
section.about .backgroundimage , section.content .backgroundimage
{
    width: 75%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 900px;
}
section.about .center
{ 
    justify-content: center;
}
section.about a , section.content a
{
    text-decoration: none;
    color: #ffffff;
    width: fit-content;
    display: block;
    margin: auto;
}
section.about .backgroundimage .gold-button
{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
section.contact .desc
{
    text-align: center;
}

section.contact ul
{
    margin: auto;
    list-style-type: none;
    max-width: 400px;
    padding: 0px 5px 0px 5px;
}
section.contact ul li:nth-child(n+2),section.contact ul a:nth-child(n+2) li
{
    display: flex;
    align-content: center;
    align-items: center;
}

section.contact ul li:nth-child(2) .icomin,section.contact ul a:nth-child(2) .icomin
{
    background-image: url(../img/icon/location.png);
}
section.contact ul li:nth-child(3) .icomin,section.contact ul a:nth-child(3) .icomin
{
    background-image: url(../img/icon/phone.png);
}
section.contact ul li:nth-child(4) .icomin,section.contact ul a:nth-child(4) .icomin
{
    background-image: url(../img/icon/email.png);
}
footer#footer .text-min
{
    width: calc(100% - 30px);
}

section.contact .se ul li:nth-child(2) .icomin,section.contact  .se ul a:nth-child(2) .icomin
{
    background-image: url(../img/icon/clock2.png);
}
section.contact .se  ul li:nth-child(3) .icomin,section.contact .se  ul a:nth-child(3) .icomin
{
    background-image: none;
}
section.contact .flextb {
    width: 100%;
    height: 100%;
    padding: 10%;
}


section.contact
{
    position: relative;
    min-height: 60%;
}

section.content .a-clear a
{
    display: block;
    max-width: 300px;
    width: 100%;
}

section.contact .icomin
{
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;

}
section.contact a
{
    text-decoration: none;
    color: #464646;
}
section.contact .text-min
{
    width: calc(100% - 30px);

}
section.contact .row .title
{
    background-color: #eccc69;
    width: fit-content;
    margin: auto;
    padding: 5px 5px 5px 5px;

}
section.contact .col-md-5
{
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
    section.offer .container
    {
        padding: 0px;
    }
}


@media screen and (max-width: 575px) {
    footer#footer .container
    {
        max-width: 300px;
        min-width: 300px; 
    }
        footer#footer .clear-list .flextb ul
    {
        width: 300px;
        max-width: auto;
    }
}

@media screen and (max-width: 670px) {

    body#offer .gold-button span {
        font-size: 3vw;
        font-weight: 500;
        margin-top: 10px;
    }
    body#offer div.gold-button img {
        width: 4vw;
        height: 4vw;
    }
    body#offer div.gold-button{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    

    body#home section.baner div.baner-background div.title
    {
        font-size: 14vw;
        text-shadow: 2px 3px 0px #ffffff;
    }
    body#home section.baner div.baner-background div.title div.glow
    {
        display: none;
    }
}
@media screen and (max-width: 371px)
{
    body#home section.content .container .gold-button span, body#home section.content .container .backgroundimage .flexlr span , section.about .backgroundimage .flexlr span, section.about .backgroundimage b
    {
        font-size: 7vw;
    }
    body#home section.content .container .backgroundimage .clock ,  section.about .backgroundimage .clock
    {
        width: 30px;
        height: 30px;
    }
}
.inperostamp
{
    width: 100%;
    max-width: 1100px;
    border-top: 2px solid #464646;
    color: #464646;
    margin: auto;
    font-family: Poppinns-regular;
    padding: 10px 0px 10px 0px;
}
span.copyright
{
    margin-left: 30px;
    float: left;
}
span.inpero
{
    margin-right: 30px;
    float: right;
}
span gold
{
    color: #eccc69;
}
@media screen and (max-width: 600px)
{
    span.copyright,span.inpero
    {
        width: 100%;
        float: unset;
        margin: 0;
        text-align: center;
        display: block;
    }
}

