body {
    font-family: Montserrat-Regular;
}

main-image {
    position: relative;
}

.main-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: Montserrat-Bold;
}
.main-heading1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: black;
    text-align: center;
    margin: 0;
    font-size: 50px;
    font-family: Montserrat-Bold;
}




.image {
    width: 100%;
    height: auto;
}

.tabs .tab a.active {
    background: white !important;
    color: black !important;
}

.tabs .tab a {
    background: white !important;
    color: black !important;
}

.tabs .tab a,
.tabs .tab a:hover {
    color: black;
    font-weight: bold;
    background: white;
}

.tabs .indicator {
    background-color: #82ddff;
    height: 4px;
}

.main-para-container {
    width: 80%;
    margin: 0 auto;
}

.main-heading-para {
    text-align: center;
    font-family: Montserrat-Medium;
    font-size: 17px;
    margin-top: 3%;
}

.novels-heading {
    font-family: Montserrat-SemiBold;
    margin: 0;
}

.novels-heading>small {
    font-family: Montserrat-MediumItalic;
    font-size: 14px;
    margin-top: -4px;
    display: block;
}

.work-tab {
    margin-left: 30% !important;
}

.section-image {
    width: 500px;
    height: auto;
}

.novels-para {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .section-image {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 948px) {
    .main-heading1 {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 740px) {
    .main-heading1 {
        font-size: 20px !important;
    }
}



@media screen and (max-width: 480px) {
  

    .main-heading {
        font-size: 35px;
    }
    .main-heading1 {
        font-size: 20px !important;
    }

    .novels-para {
        text-align: center;
    }

    .novels-heading {
        text-align: center;
    }
}

@media screen and (max-width: 375x){
   

    .main-heading {
        font-size: 35px;
    }
    .main-heading1 {
        font-size: 20px !important;
    }

    .novels-para {
        text-align: center;
    }

    .novels-heading {
        text-align: center;
}
}
