/* first container css starts */
.first-main-container {
    height: 70vh;
}

.first-sub-container {
    height: 100%;
    width: 100%;
    background-image: url(../img/products/harddisk.jpg);
    height: 100%;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.452);
    background-blend-mode: multiply;
}

.first-sub-container h1 {
    text-align: center;
    font-size: 70px;
    color: white;
    padding-top: 13%;
    font-weight: 600;
}


@media(max-width:1180px){
    .first-main-container {
        height: 80vh;
    }
    
    .first-sub-container h1 {
        padding-top: 20%;
    }
    
}

@media(max-width:811px){
    .first-main-container {
        height: 60vh;
    }
    
    .first-sub-container h1 {
        padding-top: 30%;
        font-size: 50px;
        text-wrap: balance;
    }
    
}


@media(max-width:450px){
    .first-main-container {
        height: 75vh;
    }
    
    .first-sub-container h1 {
        margin-top: 150px;
        font-size: 40px;
        text-wrap: balance;
    }

    .txt-cont h1{
        font-size: 30px !important;
    }
    
}

@media(max-width:376px){
    .first-main-container {
        height: 95vh;
    }
    
    .first-sub-container h1 {
        padding-top: 100px;
        font-size: 35px;
        font-weight: 500;
        text-wrap: balance;
    }
    .txt-cont h1{
        font-size: 25px !important;
    }
    
    
}

@media(max-width:326px){
    .first-main-container {
        height: 95vh;
    }
    
    .first-sub-container h1 {
        margin-top: 150px;
        font-size: 30px;
        font-weight: 500;
        text-wrap: balance;
    }

    .txt-cont h1{
        font-size: 20px !important;
    }
    
    
}


/* first container css ends */

/* service section css starts */
.service-main .item {
    display: flex;
    justify-content: space-around;
    margin: 130px 0px;
}

.service-main .item .img-cont {
    width: 45vw;
}

.service-main .item .img-cont img {
    width: 100%;
    border-radius: 5px;
}

.service-main .item .txt-cont {
    width: 45vw;
}

.service-main .item .txt-cont h1{
    color: white;
    font-size: 70px;
    text-wrap: balance;
    text-align: center;
    padding-top: 20%;
}

.item-2,.item-4,.item-6{
    flex-direction: row-reverse;
}

/* service section css ends */

/* appointment box css starts */
    
.appointment-cont{
    margin-bottom: 100px;
    width: 100vw;
    display: flex;
    justify-content: center;
}


@media(max-width:1180px){
    .service-main .item .txt-cont h1{
        font-size: 50px;
    }
}


@media(max-width:811px){
    .service-main .item .txt-cont h1{
        font-size: 40px;
    }
}

@media(max-width:450px){
    .service-main .item {
        display: block;
        background-color: rgb(31, 30, 30);
        padding: 40px 10px;
    }
    
}

.service-main .item .img-cont {
    width: 90vw;
}

.service-main .item .txt-cont {
    width: 90vw;
}



@media(max-width:376px){
    .service-main .item {
        display: block;
        background-color: rgb(31, 30, 30);
        padding: 40px 10px;
    }
    
}

.service-main .item .img-cont {
    width: 88vw;
}

.service-main .item .txt-cont {
    width: 88vw;
}


/* appointment box css ends */