
#head-logo{
    width: 100px;
}
.back{
    background: #e21e3796 url(../assets/background-banner-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}
.point-title {
    font-family:sans-serif;
    font-weight: 700; 
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: -3px;
    color: #FFFFFF;
    opacity: .9;
    margin-bottom: 6%;
}
.point-subtitle {
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.5;
    color: #FFFFFF;
    opacity: .8;
    margin-bottom: 30px;
}
.section2{
    margin: 60px 0px;
}
.section2 h1 {
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: sans-serif;
    letter-spacing: -1px;
    opacity: .9;
}

.section2-details {
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    opacity: .9;
    margin-bottom: 30px;
}
.section2-subtitle{
    font-family: sans-serif;
    font-size: 1.1rem;
}
.section2 .btn-light{
    padding: 10px 30px 10px 20px;
}
.section2 .btn-danger{
    width: 320px;
    height: 50px;
    background: linear-gradient(to right, #e63946, #8b0000);
    font-weight: 600; 
    padding: 12px 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}
.section2 .btn-danger:hover {
    background: linear-gradient(to right, #d62828, #600000);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.back2 .img1 img{
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0px;
}
.back2 .img2 img{
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.back2{
    display: flex;
    background-image: url(./assets/Group\ 64.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 100%;
    height: 100%;
    margin: 5px;
}
#col2{
    position: relative;
    margin-top: 3%;
}
.section3 .col-12 h1{
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-weight: 500;
    font-family: sans-serif;
    margin-bottom: 20px;
}
.section3 .col-12 h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.section3 .col-12 p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: .9;
}
.section3 .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.section3 .card:hover{
    transform: translatey(-10px);
    transition: 1s;
}
.section3 .card img {
    max-width: 80px;
    margin-bottom: 20px;
}
.section3 .card-body h3 {
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 10px 0px;
    opacity: .9;
}
.section3 .card-body p {
    font-size: 1rem;
    line-height: 1.4;
    opacity: 0.9;
    margin-bottom: 20px;
}
.section4 h1{
    font-size: 1rem;
    font-family: sans-serif;
    color:#6941C6;
}
.section4 h2{
    font-size: 1.8rem;
    letter-spacing: -1px;
    margin: 15px 0;
    font-weight: 600;
    font-family: sans-serif;
    opacity: 0.9;
}
.section4 p{
    max-width: 430px;
    opacity: 0.9;
}
.section5{
    margin-left: 8%;
    margin-right: 4%;
}
.section5 h1{
    font-size: 1.7rem;
    font-family: sans-serif;
    font-weight: 600;
    opacity: 0.9;
}
.section5 .card{
    border: none;
}
.section5 .date{
    color:#6941C6;
}
.section5 .details{
    opacity: 0.8;
}
.section5 #btn1{
    background-color: #F9F5FF;
    color: #6941C6;
}
.section5 #btn2{
    background-color:#EEF4FF;
    color: #3538CD;
}
.section5 #btn3{
    background-color: #FDF2FA;
    color: #C11574;
}
.section5 #right.date{
    font-size: .9rem;
}
.section5 #right .review{
    font-size: .9rem;
}
.section5 #right .details{
    font-size: .9rem;
}
#right1{
    margin-top: 0px;
}
#right2{
    margin-top: 30%;
}
#right1 #btn1{
    background-color:#ECFDF3;
    color: #027A48;
}
#right2 #btn1{
    background-color: #F0F9FF;
    color: #026AA2;
}
.section5-back{
    background-image: url(./assets/Group\ 64.png);
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-position: center;
    background-size: auto;
}
.section5 #right1-back, #right2-back{
    background-color: white;
}
.section5 .card-head:hover{
    transform: scale(1.1);
    transition: 1s;
}
.section6 .contact h2{
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 2rem;
}
.section6 .contact .head{
    font-family: sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: .9rem;
    opacity: .9;
}
.section6 .contact p{
    letter-spacing: -1px;
    margin-bottom: 2rem;;
}
.section6 .card{
    background-color: #E21E3714;
    border: none;
    padding: 1rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: 0.2s ease-in-out;
}
.section6 .card-body{
    margin-top: 20px;
}
.section6 .card h4 {
    font-family: sans-serif;
    font-weight: 600;
    font-size: 1rem;
    opacity: .9;
    letter-spacing: -1px;
}
.section6 .card p {
    letter-spacing: -1px;
    font-size: 1rem;
}
.section6 .card a {
    color: #000000;
    font-family: sans-serif;
    font-weight: 500;
    font-size: .9rem;
    letter-spacing: -1px;
    text-decoration: none;
    margin-left: 15px;
}
.section6 .card:hover {
    transform: translatey(-10px);
    transition: 1s;
}
.footer .footer-heading {
    font-family: sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}
.footer .head-logo img{
    width: 10%;
}
.footer a{
    text-decoration: none;
    color: #000000;
}
.footer .footer-head{
    font-family: sans-serif;
    font-size: 1rem;
    font-weight: 700;
}
.footer{
    letter-spacing: -1px;
    padding-bottom: 50px;
}
.footer li{
    line-height: 40px;
}
