
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
body,html{
    color:#525252;
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
}
.container{
    position: relative;
    min-height: 100vh;
}
.title-bg-img {
    position: relative;
}
.title-bg-text {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    padding: 20px;
}
.title-bg-text h1 {
   font-size: clamp(30px, 7vw, 50px); 
   background: -webkit-linear-gradient(#0e3f38, #197164);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.col-md-12{
    padding: 0;
}
.navbar-brand{
    font-size: 30px;
    color: #1b7a6b;
}
.nav-item .nav-link{
 font-size: 18px;
}

footer{
    margin-top: 50px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background-color: #353535;
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;

}
.c1-content{
    padding: 10px;
    margin-bottom: 100px;
    position: relative;
    overflow: hidden;
}


.c1-content h3 {
    border-left: 5px solid #1b7a6b;
    padding: 10px;
    color: #1b7a6b;
}
.c1-content p {
    padding: 10px;
    color:#525252;
}
.header-sub-pages{
    height: 200px;
}
.header-sub-pages img{
    height: 100%;
    object-fit: cover;
    
}
.nav-link:hover {
    font-weight: 500;
    color: #1b7a6b !important;
}
.content-div {
    padding: 10px;
    margin-top: 20px;
    position: relative;
}

.content-div::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 46px;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color:  #1b7a6c14;
}
nav{
    border: 1px solid #f9f9f9;
    border-radius: 0 0 10px 10px;
    background-color: #fbfbfb84;
}
.Paper-Submission-paragraph {
    padding: 10px 0 0 2px;
    position: relative;
}

.Paper-Submission-paragraph p{
    position: relative;
}
.Paper-Submission-paragraph p::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    transform: translateX(-50%);
    width: 30px;
    height: 15px;
    border-radius: 100%;
    background-color: #1b7a6c28;
    z-index: -1;
    
}
.submission-btn {
    margin-top: 20px;
}
.submission-btn a {
    text-decoration: none;
    background-color: #1b7a6b;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
}
.submission-btn a:hover {
    background-color: #13584d;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 991px) {
    .header-sub-pages{
        height: 120px;
    }
}