
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;  
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}
body{
    width: 100%;
}
.container{
    max-width: 100%;
}
.image_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.image_container img{
    max-height: 40vh;
    min-height: 40vh;
    object-fit: cover;
    width: 100%;
}
.business_name{
    max-height: 40vh;
min-height: 40vh;
    /* height: 100%; */
    position: absolute;
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    background:linear-gradient(#222222a6,#811d1da8);
}

.business_name h2{
    font-size: 50px;
    color: aliceblue;
}

.business_name h3{
    font-size: 30px;
    color: aliceblue;
    background-color: #222222a6;
    padding: 1rem 3rem;
    margin-top: 1rem;
}
.holder{
    display: flex;
    width: 50%;
}
.content_container{
    display: flex;
    justify-content: center;
    padding: 2rem 0rem;
    width: 100%;
}

.content_container .INFO h1{
    color: #990000f5;
}
.content_container .INFO{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-right: 1rem;
}
.content_container .IMG{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
    height: max-content;
    width: 100%;
    background-color: rgb(177, 22, 22);
    /* background: #c70000f1; */
}
.contact_details{
 width: 90%;
 
}
.content_container .IMG h3, .content_container .IMG p{
    color: aliceblue;
}
.links{
    padding-top: 2rem;
    display: flex;
    align-items: center;
    width: 90%;
}
.links h1{
    color: aliceblue;
}
.links i{
    color: aliceblue;
    font-size: 30px;
    margin: 0 2rem;
}
.content_container .IMG img{
    max-width: 100%;
    width: 100%;
    max-height:400px;
    object-fit:cover;
    aspect-ratio: 1;
}
p{
    line-height: 1.5rem;
    color: #222222a6;
}
h3{
    padding: 1rem 0;
    color: #222;
}




@media(max-width:1520px){
    .holder{
        display: flex;
        width: 60%;
    }   
}

@media(max-width:1230px){
    .holder{
        width: 80%;
    }
    
    .business_name h2{
        font-size: 40px;
        color: aliceblue;
    }   

    .links i,
    .links h1{
        font-size: 27px;

    }
    .business_name h3{
        font-size: 30px;
        color: aliceblue;
    }
}

@media(max-width:1000px){
    .holder{
        width: 95%;
    }
    .links i,
    .links h1{
        font-size: 25px;

    }
    .business_name h2{
        font-size: 40px;
        color: aliceblue;
    }   

    .business_name h3{
        font-size: 30px;
        color: aliceblue;
    }
}

@media(max-width:900px){
    .holder{
        width: 98%;
        flex-direction: column;
    }
    .content_container .INFO {
        display: inline-block;
        column-count: 2;
        column-gap: 0.6rem;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    
    .content_container .INFO > div {
        break-inside: avoid;
        padding: 0.4rem 1rem;
        margin-bottom: 0.5rem;
    }
    
    .content_container .INFO div:nth-child(1){
        column-span: all;
    }
    .links i,
    .links h1{
        font-size: 25px;

    }
    .business_name h2{
        font-size: 25px;
        color: aliceblue;
    }   

    .business_name h3{
        font-size: 15px;
        color: aliceblue;
    }
}


@media(max-width:520px){
    .holder{
        width: 98%;
        flex-direction: column;
    }
    .content_container .INFO {
        display: inline-block;
        column-count: 2;
        column-gap: 0.6rem;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .content_container .INFO h3{
        font-size: 15px !important;
        padding: 0.5rem 0rem;
    }
    .content_container .INFO > div {
        break-inside: avoid;
        padding: 0.4rem 1rem;
        margin-bottom: 0.5rem;
    }
    .content_container .INFO h3{
        font-size: 20px;
    }
    
    .links i,
    .links h1{
        font-size: 22px;
        

    }
    .links i{
        margin: 0rem 0.8rem;
        font-size: 18px;
    }
    .business_name h2{
        font-size: 25px;
        text-align: center;
        color: aliceblue;
    }   

    .business_name h3{
        font-size: 15px;
        color: aliceblue;
    }
    .content_container .IMG img{
    
    max-height:300px;
}
}

@media(max-width:380px){
    .holder{
        width: 100%;
        flex-direction: column;
    }
    .content_container .INFO {
        display: flex;
        flex-direction: column;
        column-count: 0;
        column-gap: 0;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 2rem;
    }
    .content_container .INFO h1{
        width: 100%;
        font-size: 25px;
    }
    .content_container .INFO > div {
        break-inside: none;
        padding: 0.4rem 1rem;
        margin-bottom:0;
    }
    .content_container .INFO h3{
        font-size: 20px;
        padding: 0.5rem 0rem;
    }
    
    .links i,
    .links h1{
        font-size: 22px;
        

    }
    .links i{
        margin: 0rem 0.8rem;
        font-size: 23px;
    }
    .business_name h2{
        font-size: 25px;
        text-align: center;
        color: aliceblue;
    }   

    .business_name h3{
        font-size: 15px;
        color: aliceblue;
    }

}