:root{
    --Text-color: rgb(11, 88, 230);
    --paragraph-colol: rgb(100, 100, 100);
}

.hero1{
    background: linear-gradient(rgba(91, 147, 250, 0.116), rgba(0, 0, 0, 0.192)), url(/images/gigabess005004.jpg);
    width: 100%;
    height: 100%;
    margin-top: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: block;
    background-position: center;
    background-size: cover; 
    margin-top: 0rem;

    
}

.pro-container1{
    margin: 0 0 2rem 0;
    padding: 2rem;
    width: 96%;
}

.contact-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    width: 100%;
}

.contact-container_details{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem; 
    background: white;
    box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.733);
    
   
    border-radius: 10px;
}

.contact-container_details h5{
    color: rgb(77, 76, 76);
   
    font-size: 18px;
}

.location a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--Text-color);
    padding: .5rem 0;
    color: var(--Text-color);
    font-size: 18px;
    margin-top: 2rem;
    border-radius: 5px;
    width: 300px;
    font-weight: 700;
    transition: 300ms ease-in-out;
}

.location a:hover{
    color: var(--paragraph-colol);
    border: 2px solid var(--paragraph-colol);
}

.location{
    display: flex;
    flex-direction: column;
    align-items: center;
}

iframe{
    width: fit-content;
    border: 4px solid var(--Text-color);
    border-radius: 10px;
    margin-top: 1rem;
}

.cont-footer{
    width: 100%;
}


.cont{
    padding: 10rem 0 10rem 0;
    color: transparent;
}

@media screen  and  (max-width: 1118px){
    .contact-container{
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 2rem;
        padding: 1rem;
        width: 100%;
    }

    .contact-container_details{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 400px;
        padding: rem; 
        background: white;
        
       
        border-radius: 10px;
    }

    iframe{
        width: 500px;
        border: 4px solid var(--Text-color);
        border-radius: 10px;
        margin-top: 1rem;
    }

    .location a{
        width: 500px;
    }
}

@media screen  and  (max-width: 535px){

    .pro-container1{
        margin-top: -5rem;
    }

    .hero1 img{
        display: none;
    }

    .hero1{
        background: linear-gradient(rgba(91, 147, 250, 0.116), rgba(0, 0, 0, 0.192)), url(images/gigabess005004.jpg);
        width: 100%;
        height: 100%;
        margin-top: 7rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: block;
        background-position: center;
        background-size: cover; 
    
        
    }

    .location a{
        width: 300px;
    }

    .cont{
        padding: 10rem 0 10rem 0;
        color: transparent;
    }
    .contact-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .contact-container_details{
        width: 230px;
       
    }

    iframe{
        width: 300px;
        border: 4px solid var(--Text-color);
        border-radius: 10px;
        margin-top: 1rem;
    }
}

