*{
    padding: 0;
    margin: 0;
}

html,
body{
    height: 100%;
    background-color: black !important;
    color: white !important;
    background-image: url("../img/kitchen-7870212_1920.jpg");
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}


.header{
    
}

.navbar{
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.nav-link{
    color: white !important;
    font-size: 20px;
    transition: 0.2s;
}

.nav-link:hover{
    color: orange !important;
    scale: 1.05;
    text-decoration: underline !important;
    text-decoration-color: orange !important;
}

.header_info{
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


h1{
    font-size: 3vw !important;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
}

.header_info p{
    font-size: 1.2vw;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.header_info button{
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    border: 1px solid white;
    width: 300px;
    height: 60px;
    box-shadow: 2px 2px 7px silver;
    transition: 0.5s;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.header_info button:hover{
    scale: 1.02;
    color: orange;
    box-shadow: 2px 2px 7px silver;
}

.windowInfo{
    position: fixed;
    background-color: white;
    color: black;
    width: 0;
    height: 0;
    padding: 2% 6%;
    left: 10%;
    top: 10%;
    text-align: center;
    overflow-y: scroll;
    /* transition: all 0.5s ease-in-out; */
    visibility: hidden;
    z-index: 1000;
}

.x{
    position: fixed;
    color: white;
    top: 15%;
    right: 13%;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #8c9597;
    padding: .6% 1.3%;
    border-radius: 3px;
    box-shadow: 1px 1px 3px white;
    transition: 0.4s;
    
}

.x:hover{
    scale: 1.1;
}

.iconInWindowInfo{
    position: absolute;
    left: 5%;
    top: 5%;
}

.windowInfoHeader{
    margin: 6% 2% 5% 2%;
}

.main{
    flex: 1 1 auto;
    /* margin-top: 4%; */
}

.firstSection{
    /* background-color: white; */
    /* background-image: url("../img/pexels-polina-kovaleva-6788338.jpg"); */
    background-size: cover;
    /* color: #545454; */
    font-family: serif;
    font-weight: 400;
    font-style: normal;    
    padding: 2%;
}

.firstSectionContent{
    display: flex;
    text-align: center;
    flex-direction: column;
}



.firstSectionHeader{
    margin: 2% 2% 0 2%;
    color: white;
}

.sectionText{
    color: white;
    line-height: 26px;
    font-size: 16px;
    color: #8c9597;
    font-weight: 400;
    
    font-family: serif;
    font-weight: 400;
    font-style: normal;    
    
}

.fistSectionText{
    margin: 2%;
    padding: 2%;
    color: white;
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 10px;
    text-align: justify;
}

.progress{
    margin: 2%;
    margin-bottom: 0;
}

.row{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: white;
}

.col-md-3{
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.secondSectionEvensts:hover{
 
}

.secondSectionEvensts a img{
    width: 100%;
    height: 100%;
}

.range{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.secondSection{
    padding: 2%;
    /* background-color: white; */
    background-image: url(../img/vecteezy_abstract-boxes-background-modern-technology-with-square_8171873.jpg);
    background-size: 100%;
}

.secondSectionContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.secondSectionHeader{
    margin: 2% 2% 0 2%;
}

.secondSectionText{
    margin: 2% 2% 0 2%;
}

.progress-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: black !important;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}


.thirdSection{
    background-color: white;
    padding: 2%;
}

.thirdSectionContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thirdSectionHeader{
    margin: 2% 2% 0 2%;
}

.thirdSectionText{
    margin: 2% 2% 0 2%;
}

.thirdSectionBox{
    margin: 5% 2% 2% 2%;
}

.thirdBoxes{
    margin: 1% 0 0 0;
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.thirdBoxHeader{
    font-size: 23px;
}

.fourthSection{
    background-image: url(../img/dark-gray-brick-wall-with-black-marble-floor-product-background.jpg);
    background-size: cover;
    padding: 2%;
}

.fourthSectionContent{

}

.fourthSectionBox{
    background-color: unset !important;
}

.fourthSectionBox a{
    color: white !important;
    text-decoration: none !important;
}

.fourthBox{
    text-align: center;
    transition: .5s;
}

.fourthBox:hover{
    background-color: rgba(0, 0, 0, 0.4);
}

.fourthBoxLeft{
    border-right: 3px solid white;
}

/* .fourthBoxCenter{
    border-right: 3px solid white;
} */

.fourthBoxRight{

}

.fourthBoxHeader{
    font-size: 65px;
}

.fourthBoxText{
    font-size: 20px;
}

.fifthSection{
    padding: 3%;
    background-image: url(../img/78b960e2-2707-4262-8375-af5027e6871c.jpg);
    background-size: cover;
}

.fifthSectionContent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.fifthSectionHeader{
    margin: 2% 2% 0 2%;
}

.fifthSectionText{
    margin: 2%;
}

.fifthRow{
    margin: 2%;
    background-color: unset;
}

.fifthBox{
    display: flex;
    margin-top: 2%;
}

.fifthImage img{
    border-radius: 50%;
}

.fifthBoxRight{
    padding-left: 8%;
}

.fifthContentBox1{
    font-size: 20px;
    color: #5e5e5e;
    margin-bottom: 1%;
}

.fifthContentBox2{
    margin-bottom: 1%;
}

.fifthContentBox3{
    color: #8c9597;
    margin: 15% 0 1% 0;
}

.fifthContentBox2_1{
    color: rgb(241, 139, 109);
}

.fifthContentBox2_2{
    color: rgb(241, 210, 4);
}

.fifthContentBox2_3{
    color: rgb(106, 77, 138);
}

.sixthSection{
    padding: 2%;
    background-color: white;
}

.sixthSectionContent{
    text-align: center;
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; */
}

.sixthSectionHeader{
    margin: 2% 2% 4% 2%;
}

.address{
    display: flex;

}

.addressText{
    width: 30% !important;
}

.addressContent{
    width: 70% !important;
    text-align: start;
    padding: 0 0 0 1% ;
}

.customerSupport{
    display: flex;
}

.customerSupportText{
    width: 30% !important;
}

.customerSupportContent{
    width: 70% !important;
    text-align: start;
    padding: 0 0 0 1%;
}

.customerSupportContent a{
    color: #8c9597;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
}

.customerSupportContent a:hover{
    color: #8c9597;
}

.sixthText{
    color: #f1d204;
    display: flex;
    justify-content: right;
    align-items: start;
    border-right: 1px solid #8c9597;
    padding-right: 2% !important;
}

.formStyle{
    text-align: start;
    color: #8c9597;
    margin-top: 2%;
}

#commentMg{
    margin-top: 2%;
}

.subMain{
    display: flex;
    justify-content: end;
}

.brd{
    border: none !important;
}
#sub{
    width: 155px;
    height: 44px;
    border: unset;
    background-color: #f1d204;
    color: white;
    font-family: serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    border-radius: 6px;
    transition: 0.3s;
}

#sub:hover{
    scale: 1.08;
}

.footer{
    padding: 2% 0 1% 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Stylish", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.footer a{
    color: white;
    font-family: "Stylish", serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
}

.messag{
    position: fixed;
    right: 1.1%;
    bottom: .9%;
}

.messag a img{
    margin-left: 5px;
    width: 35px;
    height: 35px;
}

.messag a img:hover{
    scale: 1.2;
}

#prom_disabled{
    pointer-events: none;
    color: grey !important;
    cursor: default;
}

