@font-face {
    font-family: khadija;
    src: url(fonts/Delius-Regular.ttf);
}

@font-face {
    font-family: 'umra';
    src: url(fonts/StoryScript-Regular.ttf);
}

@font-face {
    font-family: second;
    src: url(fonts/IndieFlower-Regular.ttf);
}

@font-face {
    font-family: third;
    src: url(fonts/EduNSWACTFoundation-Regular.ttf);
}

/* body {
    background-color: #d9e2e7;
} */
/* body {
    background-color: #f1f6f8;
} */
body {
    background-color: #a7c5c5;
}




* {
    margin: 0;
    padding: 0;


}






.one {
    width: 200px;
    height: 130px;
    padding-left: 40px;


}


.main {

    background: linear-gradient(90deg, #6194aa, #98b2bb, #043347);

    display: flex;
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #426069;

}

.main ul {
    font-family: khadija;
    padding-left: 50px;
    gap: 30px;
    display: flex;
    margin: 0;
    margin-top: 60px;
    font-size: 18px;
}

.main li a {
    display: inline-block;
    color: black;
    text-decoration: none;

}

.main li {
    list-style: none;
    font-family: khadiija;
}




.two {
    width: 40px;
    height: 40px;
}

.icon {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 200px;
}

.btn {
    margin-top: 40px;
    margin-left: 50px;
    gap: 10px;
}

.btn button {
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 18px;
    border-radius: 20px;
    background: linear-gradient(90deg, #98acb4, #98b2bb, #eff3f5);
    border: 2px solid#053d37;
    box-shadow: 0 0 10px #6c9c97;


}

.main a:hover {
    color: #0d574e;
    transition: all 0.6s ease;
    transform: scale(1.1);
    text-decoration: underline;



}

.main a:visited {
    color: #032522;

}

.main a:active {
    color: #011f1c;

}

.btn :hover {
    color: #0d574e;

    font-size: 19px;
    transition: all 0.6s ease;
    transform: translateY(-5px);
    transition: all 0.6s ease;




}

.btn:active {
    color: #00332e;

}

.icon a img:hover {
    color: #053d37;

    transform: translateY(-5px);
    transition: all 0.6s ease;

}

.head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 40px;
    padding: 100px;
    box-sizing: border-box;
}

.head>div {
    flex: 1;
    min-width: 280px;
    max-width: 32%;
    box-sizing: border-box;
    padding: 30px;
}

.head p {
    text-align: justify;
    font-size: 18px;
}

.para1 h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    font-style: italic;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 20px;
    letter-spacing: 2px;




}

.para2 h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    font-style: italic;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 20px;
    letter-spacing: 1px;

}

.para3 h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
    font-style: italic;
    text-transform: capitalize;
    text-decoration: underline;
    padding: 20px;
    letter-spacing: 1px;

}

.para1 p {
    line-height: 1.8rem;
    letter-spacing: 1px;


}

.para1 p::first-letter {
    font-size: 28px;
    font-weight: 900;

}

.para1 {
    font-family: 'umra';

    text-shadow: 1px 1px 5px#910824;
    border: 1px solid #e74a66;
    box-shadow: 0 0 20px #e74a66;

    border-radius: 8px;
    background: linear-gradient(135deg, #f19da9, #fae9ec);
    color: #5a0215;

}

.para2 p {
    line-height: 1.8rem;
    letter-spacing: 1px;

}

.para2 p::first-letter {
    font-size: 28px;
    font-weight: 900;

}

.para2 {
    font-family: second;

    border: 1px solid #127c70;
    border-radius: 8px;

    text-shadow: 1px 1px 5px #127c70;
    box-shadow: 1px 1px 20px #063f3a;

    background: linear-gradient(135deg, #76fcf5, #e2f7f6);
    color: #034139;


}

.para3 p {
    line-height: 1.8rem;
    letter-spacing: 1px;

}

.para3 p::first-letter {
    font-size: 28px;
    font-weight: 900;

}

.para3 {
    font-family: third;


    border: 1px solid #d39308;
    border-radius: 8px;
    text-shadow: 1px 1px 5px #eba50e;

    box-shadow: 0 0 20px rgb(211, 156, 18);

    background: linear-gradient(135deg, #f8d97d, #eee8d1);
    color: #443403;

}

.para1:hover {
    background: linear-gradient(135deg, #f1bbc5, #fce2e6);
    color: #b10625;

    cursor: pointer;
}

.para2:hover {
    cursor: pointer;
    color: #063f3a;
    background: linear-gradient(135deg, #baebe9, #dff5f4);




}

.para3:hover {
    cursor: pointer;
    background: linear-gradient(135deg, #f1ce7a, #ece4cd);
    color: rgb(105, 90, 6);




}

/* ==== Hover Effect for All 3 Boxes ==== */
.para1:hover,
.para2:hover,
.para3:hover {
    transform: scale(1.1);
    transition: all 0.6s ease;
    cursor: pointer;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}