/* General Bounds */

*{
    margin: 0;
    border: none;
    width: 100vw;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

html, body {width: auto!important; overflow-x: hidden!important} 

body{
position: relative;
top: 0;
left: 0;
height: fit-content;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
align-content: center;
}

.padding{
    height: 150px;
}


/* ################################################ */
/* Navigation */
/* ################################################ */

.wideNav{
    width: 100vw;
    background: pink;
    height: 3vw;
    min-height: 65px;
    max-height: 250px;
    display: flex;
    justify-content: center;
}

.wideNav > div{
width: 100%;
max-width: 1100px;
height: 100%;
display: flex;
justify-content: space-around;
align-items: center;
align-content: center;
}
.wideNav > div > a{
    /* background-color: rgb(134, 134, 213); */
    text-align: center;
    width: 50px;
    text-decoration: none;
    font-size: clamp(18px, 2vw, 24px);

}






/* ################################################ */
/* HEADER CSS & CONFIG */
/* ################################################ */
header{
height: 150px;
width: 100vw;
background: #472415;
position: relative;
left:0;
top: 0;
justify-content: center;
display: flex;
}



/* ################################################ */
/* .head_config1{} */
/* ################################################ */
header > div{
    width: 100vw;
    height: auto;
    position: relative;
    max-width: 1100px;
    
}

.head_config1{
    position: absolute;
    width: 100%;
}

.head_config1 > img{
background: red;
height: 125px;
width: 125px;
position: absolute;
/* left: 12.5px; */
top: 12.5px;
}



/* ################################################ */
/* head_config2 */
/* ################################################ */

.head_config2{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
}

.head_config2 > img{
background: red;
height: 125px;
width: 300px;
position: absolute;
/* left: 12.5px; */
/* top: 12.5px; */
}



/* ################################################ */
/* Full Page */
/* ################################################ */
.full_page{
    /* background:blueviolet; */
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.full_page > div {
    border: 10px solid red;
    width: 300px;
    height:300px;
    /* min-height: 300px;
    min-width: 300px;
    max-width: 90vh;
    max-height: 90vw; */
    display: flex;
     justify-content: center;
    align-items: center;
    align-content: center;
    
    
}
.full_page >  h1{
    text-align: center;
    color: red;
    font-size: clamp(32px, 10vw, 75px);
    /* margin: 25px 0; */
    margin-top: 25px;
    font-weight: 300;
    font-family: Timesnewroman;
    border-bottom: 5px solid black;
    max-width: 1100px;
    min-width: 350px;
    width:70vw;
}
.full_page > div > img{
    width: 90%;
    height:90%;
    max-width: 90%;
    max-height: 90%;
}
.full_page > nav{
     max-width: 1100px;
    min-width: 350px;
    width:70vw;
    height: 75px;
    /* background: rgba(0, 0, 0, 0.126); */
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    align-content: center;


}
.full_page > nav > h3{
    width: 100%;
    text-align: center;
    font-size: clamp(19px, 4vw, 25px);

}
.full_page > nav > h3{
    cursor: pointer;
    
}
.full_page > nav > h3:hover{
    color: red;
    transition: .5s ease-in-out color;}

/* ################################################ */
/* Body CSS & Config */
/* ################################################ */

.body_height{
height: 800px;
background: green;
width: 100vw;
max-width: 1100px;
}

/* ################################################ */
/* Review Box*/
/* ################################################ */

.review_box{
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.review_box > div{
    width: 80vw;
    height: 80vh;
    min-width:300px;
    border: 5px solid red ;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}

.review_box > div > div{
    width: calc(50% + 5px);
    height: calc(50% + 5px);
    background: white;
    position: absolute;
    z-index: 2;
   

    
}
.box_left{
    top: -5px;
    right: -5px;
}
.box_right{
    bottom: -5px;
    left: -5px;
}
.review_box > div > p{
    position: absolute;
    z-index: 3;
    /* left: 10px;
    top: 10px; */
    width: 90%;
    font-size: clamp(20px, 3.5vw, 30px);
    
}

/* ################################################ */
/* Full Image Banners */
/* ################################################ */
.full_banner{
/* position */
width: 100vw;    
background-color: orange;
height: 80vh;
}



/* ################################################ */
/* Image Changer */
/* ################################################ */

.image_changer{
    /* background: orange; */
    display: flex;
    
    align-items: center;
    justify-content: center;
    align-content: center;
    height: 450px;
    position: relative;
    background: #2330430e;
}


.image_changer > img{
    height: 85%;
    /* background: black; */
    position: absolute;
    width: fit-content;
    border-radius: 10px;
    transition: .5s ease-in-out opacity;
}

.img_change_but{
    position: absolute;
    width: 60px;
    height: 60px;
    /* background-color: #23304378; */
    background-color: #ffffff38;
    border-radius: 15px;
    border: 5px solid #233043;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* border: 3px solid #ffffff; */
}
.img_change_but > svg {
    height: 45px;
    width: 25px;
    fill: #233043;
    stroke-width: 3px;
    stroke: #233043;
}
.img_changer_img{
    /* z-index: 2; */
    opacity: 0;
}
.img_changer_op{
    /* z-index: 2; */
    opacity: 100;
}


#left_button{
    left: calc((100vw - 1100px) / 2);
}
#right_button{
    right: calc((100vw - 1100px) / 2);
}


/* ################################################ */
/* Mirela Service Center
/* ################################################ */

.mir_serviceSection {
    width: 100vw;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.mir_serviceSection > div:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}
.mir_serviceSection > div:nth-child(even) > div {
background: #f2f2f2;
}
.mir_serviceSection > div:nth-child(odd) > div {
background-color: white;
}

.mir_serviceSection > div {
    /* margin: 10px 0; */
    /* background: rgba(0, 0, 0, 0.1); */
    width: 90vw;
    height: fit-content;
    max-width: 1100px;
    padding: 20px;
    padding-top: 40px;
    border-radius: 5px;
    display: flex;
    /* box-shadow: inset 0px 0px 10px black; */
    flex-direction: column;
    align-content: center;
    align-items: center;
}
.mir_serviceSection > div > * {
    width: 95%;
}
.mir_serviceSection > div > * > * {
    width: 100%;
}
.service_h2{
    margin-bottom: 20px;
    text-align: center;
    font-size: clamp(21px, 3.5vw, 30px);
    color: red;
}
.mir_serviceSection > div > div {
    /* background: rgba(0, 0, 0, 0.281); */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.mir_serviceSection > div > div > div {
    /* background: gainsboro; */
    /* padding: 10px; */
    width: 100%;
    max-width: 300px;
    padding: 10px;
    margin: 5px;
    border: 3px solid black;
    border-radius: 5px;
}
.mir_serviceSection > div > div > div > *{
    width: 100%;
}
.action{
   transition: .5s ease-in-out transform; 
   background-color: inherit !important;
}
.action:hover{
transform: scale(1.2);
}

/* ################################################ */
/* FOOTER CSS & FOOTER CONFIG */
/* ################################################ */

footer {
    min-height: 150px;
    height: fit-content;
    width: 100vw;
    background: black;
    position: relative;
    left: 0;
    bottom: 0;
    color: white;
    /* display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; */
}

footer > div {
    width: 100%;
    
    min-height: fit-content;
    
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 0;
    flex-wrap: wrap;
    top: 0;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
footer > div > div {
    width: 100%;
    height: 90%;
    max-width: 30%;
    min-width: 275px;
    min-height: 200px;
    margin: 10px 0;
    font-size: clamp(21px, 2.5vw, 25px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* footer > div > div:nth-child(odd) {
background: yellow;
} */
.footerContent > div:nth-child(1){
    display: flex;
    /* justify-content: center; */
    text-align: center;
    flex-direction: column;

}
.footerContent > div:nth-child(1) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
    color: white;
}
.footerContent > div:nth-child(3) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
}
.footerContent > div:nth-child(1) > * > * {
    color: white;
    text-decoration: underline;
}
.footerContent > div:nth-child(3) > * > * {
    color: white;
    text-decoration: underline;
}

.footerContent > div:nth-child(3) > * {
    /* object-fit: fill; */
    width: 100%;
    margin-bottom: 10px;
    font-size: clamp(21px, 2.5vw, 25px);
}
.footerContent > div:nth-child(2) {
    /* object-fit: fill; */
    background-position: center;
    background-size: contain;
    
}
.footerContent > div:nth-child(2) > * {
    width: 100% !important;
    height: 100%;
}

.socialHolder{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}


.socialHolder > a > img{
width: 50%;
}
.socialHolder > base > img{
width: 50%;
}



@media screen and (max-width: 1100px) {
    .footerContent{
        flex-direction: column;
    }
    footer > div > div {
        min-height: unset;
    }
}