html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding: 0;
}

.wp{
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
}

header{
    width: 100%;
    height: auto;
    padding-bottom: 120px;
    background: url(img/213.jpg);
    background-size: cover;
    background-position: center top -0px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.logo-wrapper{
    width: 30%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;    
}

.logo{
    width: 20%;
}

.logo img{
    width: 100%;
    margin-top: 2px;
}

.logo-text{
    width: 70%;
    font-family: Gotham-Medium; 
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-left: 20px;
}

.phone-wrapper{
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    background: url(img/phone-call.png);
    background-repeat: no-repeat;   
    background-position: left top 22px;
    background-size: 20px;
    padding-left: 35px;     
}

.phone-top{
    width: 100%;
    font-family: Gotham-Light; 
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding-top: 15px;
}

.phone{
    width: 100%;
    font-family: Gotham-Medium; 
    font-size: 16px;
    color: #fff;
    text-align: left; 
    margin-top: -25px;      
}

.phone-social{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 20%;   
    position: fixed; 
    right: 0;
    bottom: 20px;
}

.social-item{
    width: 18%;
}

.social-item img{
    width: 35px;
    margin-top: 2px;
}

.social-text{
    width: 60%;
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding-top: 8px;
    padding-right: 20px;
    color: #fff;
    text-align: right;    
}

.header-menu{
    width: 100%;
    color: #fff;
    padding-top: 40px;
}

.header-menu a{
    text-decoration: none;
    color: #fff;
}

.header-menu a:hover{
    color: #f59d1c;
}

.header-menu ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    padding-top: 5px;  
}

.header-menu ul > li{
    width: auto;
    font-family: Gotham-Medium; 
    font-size: 12px;
    text-align: center;
    list-style: none;
    cursor: pointer;
    text-transform: uppercase;
    padding-left: 0px;
}

.header-menu span{
    border-bottom: solid 1px #fff;
}

.banner-wrapper{
    width: 70%;
    padding-top: 80px;
    position: relative;
}

.banner-title{
    color: #ffc235;
    font-family: Gotham-Bold;
    font-size: 15px;
    text-align: left;
}

.banner-text{
    color: #fff;
    font-family: Gotham-Bold;
    font-size: 38px; 
    width: 90%;  
    text-align: left; 
    text-transform: uppercase;
}

.banner-sm-text{
    color: #fff;
    font-family: Gotham-Medium;
    font-size: 16px; 
    width: 50%;   
    padding-top: 20px; 
    text-align: left;
    padding-bottom: 50px;   
}

.banner-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
}

.header-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-size: 12px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

.icon-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 80px;
}

.about{
    padding: 80px 0 80px 0;
    position: relative;
}

.about-title{
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-family: Gotham-Bold;    
}

.about-text{
    text-align: center;
    font-size: 72px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;  
}

.about-title span{
    color: #ffc235;
}

.about-icon-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}

.about-icon{
    width: 24%;
    padding-top: 30px;
}

.about-icon .top{
    text-align: center;
    margin: 0 auto;
}

.about-icon .top img{
    width: 64px;
}

.about-icon .bottom{
    text-align: center;
    margin: 0 auto;
    font-family: Gotham-Bold;  
    font-size: 16px;
    padding-top: 20px;
}

.catalog{
    padding: 80px 0 80px 0;
    position: relative;
}

.catalog .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog-text{
    text-align: center;
    font-size: 72px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;  
}

.catalog-item{
    width: 32%;
    margin-top: 40px;
}

.catalog-item img{
    width: 90%;
    border-radius: 8px;
}

.catalog-item .top{
    width: 90%;
    height: 200px;
    border-radius: 8px;
}

.catalog-item .center{
    width: 100%;
    padding-top: 30px;
}

.catalog-item h2{
    font-family: Gotham-Bold;  
    font-size: 22px;
}

.catalog-item p{
    width: 80%;
    font-family: Gotham-Light;  
    font-size: 16px;
    padding-top: 10px;
    color: grey;
}

.catalog-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 10px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
}

.offer{
    width: 100%;
    height: 430px;
    background: url(img/AdobeStock_183766479_rszd_crop.jpg);
    background-size: cover;
    background-position: center top -0px;
}

.offer-title{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    color: #fff;
    padding-top: 70px;
    font-family: Gotham-Bold;
}

.offer-text{
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    color: #ffc235;
    padding-top: 20px;
    font-family: Gotham-Bold;
}

.who{
    padding: 80px 0 80px 0;
    position: relative;
}

.who .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.who-text{
    text-align: center;
    font-size: 72px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;  
}

.who-item{
    width: 47%;
    height: 130px;
    border-radius: 12px;
    margin-top: 40px;
}

.who-item h2{
    color: #fff;
    font-family: Gotham-Light; 
    font-size: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
}

.sun{
    padding: 80px 0 80px 0;
    position: relative;
}

.sun-text{
    text-align: center;
    font-size: 72px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;  
}

.sun .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sun .left{
    width: 50%;
    padding-top: 70px;
}

.sun .left img{
    width: 90%;
    border-radius: 6px;
}

.sun .right{
    width: 50%;
    padding-top: 70px;
}

.sun h2{
    font-family: Gotham-Bold; 
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 30px;
}

.sun p{
    font-family: Gotham-Medium; 
    font-size: 15px;
    padding-bottom: 30px;
    background: url(img/renewable-energy.png);
    background-repeat: no-repeat;   
    background-position: left top 5px;
    background-size: 20px;
    padding-left: 35px;      
}

.sun-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 30px;
}

.sun-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.sun-item{
    width: 24%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-top: 40px;  
}

.sun-image{
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

.sun-image img{
    width: 54px;
    position: relative;
    top: -5px;
}

.sun-t{
    width: 70%;
    font-family: Gotham-Medium;
    font-size: 14px;
}