/* navbar start */
/* Force "Quiz Maker" text to stay black */
.brand-text {
    color: black !important;
    font-weight: bold;
    text-decoration: none;
}
.brand-text span {
    color: black !important;
}

/* Navbar Links */
.nav-link {
    color: black !important;
}
.nav-link:hover {
    color: #009387 !important;
}

/* Logout button style */
.logout-btn {
    background-color: white;
    border: 1px solid #222;
    box-shadow: 3px 3px #2E2F35;
    transition: 0.2s;
}


/* Mobile Fixes */
@media (max-width: 768px) {
    .logout-btn {
        width: 100%;
        margin-top: 10px;
    }
}


/* navbar end */
/* header start */
.header{
    height: 500px;
    width: 100%;
    background-color: #E0F8F2;
}
#headd1{
padding-top: 80px;
padding-left: 40px;
}

@font-face {
    font-family: "head_font";
    src: url("../../font/CoveredByYourGrace.ttf");
}

#quiz_head{
    font-family:"head_font" ;
    color: #009387;
    font-size: 82px;
    display: inline;
}
#quiz_btn{
    background-color: #FF6D2C;
    box-shadow: 5px 5px  #2E2F35;
    border-color: #222222;
    -webkit-border-radius:10px ;
    -moz-border-radius:10px ;
    -ms-border-radius:10px ;
    -o-border-radius:10px ;
    border-radius:10px ;
    padding: 10px;
    width: 160px;
    margin-top: 30px;
}

#quiz_btn a{
text-decoration: none;
color: white;
}


#headd2{
    background-image: url("../img/user/back.png");
    background-size: cover;
    position: relative;
    top: 70px;
    right: 20px;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
}


/* header end */


.main{
    background-color: #FDF3EA;
    width: 100%;
}

/* Top Section */
#life {
    font-family: "head_font";
    color: #009387;
    font-size: 3rem;
}

#main_sec1 h2, #main_sec1 p {
    margin: 0.5rem 0;
}

/* Skill Section */
.skill-title {
    font-family: "head_font";
    color: #009387;
    font-size: 2rem;
    font-weight: bold;
}

.skill-desc {
    margin-left: 0;
    margin-bottom: 1rem;
}

/* Quote Box */
.quote-box {
    border: 3px solid gray;
    border-radius: 20px;
    padding: 1rem;
    position: relative;
    background-color: #FDF3EA;
    margin-bottom: 1.5rem;
}

.quote-icon {
    color: #FF6D2C;
    font-size: 1.5rem;
    position: absolute;
    top: -10px;
    left: 10px;
}

.quote-text {
    margin-top: 1.5rem;
}

/* Quiz Button */
.btn-quiz {
    background-color: #FF6D2C;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 5px 5px #2E2F35;
    text-decoration: none;
    display: inline-block;
}

/* Responsive Adjustments */
@media (max-width: 991px){
    #life {
        font-size: 2.5rem;
    }
    .skill-title {
        font-size: 1.8rem;
    }
    .quote-box {
        padding: 0.8rem;
    }
}

@media (max-width: 575px){
    #life {
        font-size: 2rem;
    }
    .skill-title {
        font-size: 1.5rem;
    }
    .quote-box {
        font-size: 0.9rem;
    }
    .btn-quiz {
        width: 100%;
        text-align: center;
    }
}
/* end main */
#txt3{
    font-family:"head_font" ;
    color: #009387;
    font-size: 3.25rem;
}

/* start section2 */
.section2{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.section2 h1{
    text-align: center;
}
#one{
    background-color: #FDF3EA;
}
#two{
    background-color: #E0F8F2;
}
#three{
    background-color: #EEECFF;  
}
#three2{
    background-color: #EEECFF;
}
.section2 .card{
    height: 20rem;
}
.mask,
.mask1,
.mask2,
.mask3,
.mask4,
.mask5 {
    position: relative;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.mask1,
.mask2,
.mask3,
.mask4,
.mask5{
    left:2rem;
}
.mask{
    width: 100%;
    max-width: 13.5rem;
    max-height: 16rem;
    height: 100%;
    -webkit-mask-image: url(../img/user/abstract-shape.png);
    mask-image: url(../img/user/abstract-shape.png);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    bottom: 25px;
    left: 5rem;
}
.mask1{
    max-height: 13.8rem;
    margin: 1rem;
    -webkit-mask-image:url(../img/user/graph.png);
     mask-image: url(../img/user/graph.png);
    bottom:15px;
}
.mask2{
    -webkit-mask-image:url(../img/user/calculator.png);
     mask-image: url(../img/user/calculator.png);
    bottom:25px;
}
.mask3{ 
    -webkit-mask-image:url(../img/user/eng.png);
    mask-image: url(../img/user/eng.png);
    bottom:5px;
}
.mask4{
    -webkit-mask-image:url(../img/user/grammar.png);
    mask-image: url(../img/user/grammar.png);
    bottom:5px;
}
.mask5{  
    -webkit-mask-image:url(../img/user/globe2.png);
    mask-image: url(../img/user/globe2.png); 
    bottom:15px;
    
}

/* end section2 */

/* start section3 */
/* contact us */
.contact_us {
    margin-top: 30px;
    margin-bottom: 50px;
}

#formback {
    background-image: url("../img/user/contact-us.jpg");
    background-size: cover;
    background-position: center;
    min-height: 300px; /* for mobile visibility */
}

#quiz_btn2 {
    background-color: #FF6D2C;
    box-shadow: 5px 5px #2E2F35;
    border-color: #222222;
    border-radius: 10px;
    color: white;
}

#FORM {
    padding: 2rem;
}

/* Small screen tweaks */
@media (max-width: 767px) {
    #FORM {
        padding: 1rem;
    }
    #quiz_btn2 {
        width: 100%;
        display: block;
    }
}

/* end contact us */
/* end section3 */

