.contactFirst{
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.contactFirst::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url('/assets/images/allimages/contact\ bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    z-index: -1;
}

.insideContactFirst {
    height: 80%;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.insideContactFirst h2{
    color: #fff;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0.6px;
    word-spacing: 5px;
}

.contactSecond{
    padding: 4rem 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideContactSecond{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insideSecondCard{
    height: 10rem;
    width: 20rem;
    margin: 1rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.insideSecondCard h3{
    color: #303849;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 8px;
}

.insideSecondCard:hover .ijc{
    color: #b78534;
    transition: all 0.4s;

}

.insideSecondCard p {
    font-size: 16px;
    letter-spacing: 0.4px;
    word-spacing: 0px;
    font-weight: 400;
    color: #303849;
}

.insideSecondCard i {
    color: #303849;
    font-size: 30px;
}

@media screen and (max-width:1030px){
    .insideContactFirst h2 {
        font-size: 40px;
    }
    .insideSecondCard h3 {
        font-size: 30px;
    }
    .insideSecondCard i {
        font-size: 25px;
    }
    .insideSecondCard p {
        font-size: 15px;
    }
    .insideSeventhCard h2 {
        font-size: 40px;
    }    
}

@media screen and (max-width:900px){
    .insideContactSecond {
        width: 100%;
        flex: 1;
        flex-wrap: wrap;
    }
    .insideSecondCard {
        width: 14rem;
    }
}

@media screen and (max-width:760px){
    .insideContactFirst h2 {
        font-size: 35px;
    }
    .contactSecond {
        padding-bottom: 0;
    }   
    .insideSecondCard h3 {
        font-size: 26px;
    }
    .insideSecondCard p {
        font-size: 14px;
    }
    .insideSecondCard {
        width: 20rem;
    }
    .insideSeventhCard h2 {
        font-size: 35px;
    }
}