@import "./reset.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body {
    color: #000;
  /*  font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.container {   
    padding: 0 30px;
    margin: 0 auto;
}

.title-1 {
    font-size: 34px;
    font-weight: 600;
}

.btn {
    display: inline-block;
    padding: 7px 22px;
    background-image: linear-gradient(200deg, #f7cf7c 0, #f6c573 12.5%, #f2b667 25%, #eaa457 37.5%, #de8d44 50%, #d27633 62.5%, #c96328 75%, #c45223 87.5%, #c14424 100%);
    border-radius: 30px;
    font-size: 25px;
    color: #fff;
    transition: background-color 0.2s ease-in, top 0.2s ease-in;
}

.btn:hover, .btn:focus {
    background-image: radial-gradient(circle at 50.44% 44.92%, #dfbd71 0, #dcaf64 16.67%, #d39951 33.33%, #c47d38 50%, #b46021 66.67%, #aa4916 83.33%, #a63715 100%);
}

.btn:active {
    position: relative;
    top: 1px;
    background-image: radial-gradient(circle at 50.44% 44.92%, #dfbd71 0, #dcaf64 16.67%, #d39951 33.33%, #c47d38 50%, #b46021 66.67%, #aa4916 83.33%, #a63715 100%);
    
}

/* Header  */

.header {
    padding-top: 30px;
    background-image: url('../img/header/parquet-floor-background.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; 
    height: 100vh;
   
}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}

.logo-img{
    max-width: 140px;
    max-height: 140px;
   
}

.logo {
    position: relative;
    padding: 0 12px 3px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: rgba(233, 230, 230, 0.925);
}
/* 
.logo::after {
    position: absolute;
    right: 0;
    bottom: 0;

    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #FDA300;
    border-radius: 50%;
}

.contacts-tel a{
    color: #FDA300;
   font-size: 22px;
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

} */

/* Nav */

.nav-list {
    display: flex;
    column-gap: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 50px;
}

li{
    line-height: 2;
    font-size: 22px;
       
}
.nav-button {
    display: none;
}

.nav-link {
    color: rgba(233, 230, 230, 0.925);
}

.nav-link.active {
    color: #606060;
}

/* Header content */

.header-row {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}

.header-content {
   
    max-width: 500px;
    color: rgba(233, 230, 230, 0.925);
    
}

.header-heading {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 44px;
    
   
}

.header-content p {
    line-height: 1,5;
    font-size: 25px;
   
}

.header-price{
    margin: 0px 20px 0 0;
}
.table {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse; 
    
    font-size: 25px;
    line-height: 1,5;
 
    color: rgba(233, 230, 230, 0.966);
}
.table th {
	font-weight: bold;
	padding: 5px;
	
	border: 1px solid #adadad;
}
.table td {
	border: 1px solid #adadad;
	padding: 5px;
}
.table tr td:first-child, .table tr th:first-child {
	border-left: none;
}
.table tr td:last-child, .table tr th:last-child {
	border-right: none;
}

/* Service */

.services {
    padding: 90px 0;
}

.services-row {
    display: flex;
    column-gap: 30px;
    row-gap: 60px;
    flex-wrap: wrap;
}

.service-card {
    flex: 1 1 0;
    min-width: 315px;
}

.service-card-img {
    margin-bottom: 30px;
}

.service-card-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
}

.service-card p {
    line-height: 1.5;
    font-size: 17px;
}

/* Portfolio */

.portfolio {
    padding: 90px 0;
    background-color: #F1F1F1;
}

.portfolio-title {
    margin-bottom: 70px;
    text-align: center;
}

.project {
    text-align: center;
}

.project + .project  {
    margin-top: 90px;
}

.project-img {
    margin-bottom: 40px;
}

.project-title {
    font-size: 18px;
}

.project-title a {
    color: #000;
    text-decoration: underline;
}

/* Footer */

.contacts {
    padding: 90px 0;
    text-align: center;

}

.contacts-title {
    margin-bottom: 30px;
}

.contacts-content {
    margin: 15px auto 40px;
    max-width: 480px;
    font-size: 26px;
}

.contacts-tel-footer{
    margin-top: 30px;
}
.contacts-content a{
    color:#d27633;
}

.contacts-content p + p {
    margin-top: 1em;
    
}

.contacts-button {
    margin-bottom: 60px;
    font-size: 26px;
}

.contacts-social {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 60px;
    margin-bottom: 40px;
}

.contacts-footer {
    color: #828282;
}



