.about-section{
    width: 100%;
    padding: 50px 0px 0px 0px;
}
.about-section h3{
    color: #fff;
    font-size: 40px;
}
span{
    color: #27a2fe;
    font-size: 40px;
}
.about-section img{
    max-width: 100%;
}
.about-section p{
    color: #fff;
    font-size: 15px;
}
.about-section .point-section{
    display: flex;
}
.about-section .point-section li{
    list-style: none;
    color: #fff;
    font-size: 15px;
}
.about-section .point-section i{
    padding: 10px 10px;
    transform-origin: top center;
	animation: swing 2s ease infinite;
}
.content-section{
    width: 100%;
    /* padding: 70px 30px 0px 30px; */
}
.content-section h3{
    color: #fff;
    font-size: 40px;
}
.content-section span{
    color: #27a2fe;
    font-size: 40px;
}
.content-section p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.content-section .point-section{
    display: flex;
}
.content-section .point-section li{
    list-style: none;
    color: #fff;
    font-size: 15px;
}
.content-section .point-section i{
    padding: 10px 10px;
    transform-origin: top center;
	animation: swing 2s ease infinite;
}
.content-section .text p{
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.content-section h2{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.about-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: #1d1d1d; /* Fallback color */
	background-color: rgba(0, 0, 0, 0.211);
}
/* .about-modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 79%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 40px 0px;
} */

.about-modal-content {
    margin: auto;
    width: 93%;
    height: 80%;
    padding: 30px 10px 0px 20px;
    max-width: 1000px;
    background-color: #1d1d1d;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    top: 5%;
    left: 13%;
    position: absolute;
    border-radius: 15px;
}
/* Custom scrollbar styles */
.about-modal-content::-webkit-scrollbar {
    width: 8px; /* Width of the scrollbar */
}

.about-modal-content::-webkit-scrollbar-track {
    background: #1d1d1d; /* Background of the scrollbar track */
    border-radius: 10px; /* Round the track edges */
}

.about-modal-content::-webkit-scrollbar-thumb {
    background-color: #1d1d1d;
    border-radius: 10px;    
    border: 2px solid #1d1d1d;
}
.about-modal-content::-webkit-scrollbar-thumb:hover {
    background-color: #1d1d1d;
}
.about-modal .main-text p {
    text-align: start;
    font-size: 15px;
    line-height: 34px;
    margin-bottom: 0;
    color: #fff;
}
.about-modal-content .logo{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;    
}
.about-modal-content .logo img {
	width: 100px;
    height: auto;
    display: block;
    margin: 0 auto; 
}

.about-modal-content .text p {
    color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

.about-modal .key-feature {
    width: 100%;
    margin-top: 30px;
}

.about-modal .key-feature h4 {
    color: #fff;
    font-size: 27px;
}
.about-modal .key-Points {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 60px;
}
.about-modal .point-section {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.about-modal .point-section li {
    display: flex;
    list-style: none;
    color: #fff;
    font-size: 13px;
}
.about-modal .point-section p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 0px;
}
.about-modal .point-section  i {
    margin-right: 10px;
}
.close {
    color: #fff;
    text-decoration: none;
    right: 210px;
    top: 50px;
    font-size: 40px;
}

.close:hover,
.close:focus {
    color: #27a2fe;
    text-decoration: none;
    cursor: pointer;
}
@media (min-width: 200px) and (max-width: 499px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 12%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 40px;
        top: 110px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 500px) and (max-width: 574px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 12%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 60px;
        top: 110px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 575px) and (max-width: 765px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 12%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 60px;
        top: 110px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 766px) and (max-width: 991px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 5%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 90px;
        top: 50px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 902px) and (max-width: 990px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 5%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 90px;
        top: 50px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}

@media (min-width: 902px) and (max-width: 1200px){
    .about-modal {
        display: none;
        position: fixed;
        z-index: 1050;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #1d1d1d;
        background-color: rgba(0, 0, 0, 0.211);
    }
    
    .about-modal-content {
        margin: auto;
        width: 93%;
        height: 80%;
        padding: 30px 10px 0px 20px;
        max-width: 1000px;
        background-color: #1d1d1d;
        display: flex;
        flex-direction: column;
        overflow-y: auto;
        top: 10%;
        left: 3%;
        position: absolute;
        border-radius: 15px;
    }
    .about-modal-content::-webkit-scrollbar {
        width: 8px;
        display: none;
    }
    
    .about-modal-content::-webkit-scrollbar-track {
        background: #1d1d1d; 
        border-radius: 10px; 
    }
    
    .about-modal-content::-webkit-scrollbar-thumb {
        background-color: #1d1d1d;
        border-radius: 10px;    
        border: 2px solid #1d1d1d;
    }
    .about-modal-content::-webkit-scrollbar-thumb:hover {
        background-color: #1d1d1d;
    }
    .about-modal .main-text p {
        text-align: start;
        font-size: 15px;
        line-height: 34px;
        margin-bottom: 0;
        color: #fff;
    }
    .about-modal-content .logo{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;    
    }
    .about-modal-content .logo img {
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto; 
    }
    .close {
        color: #fff;
        text-decoration: none;
        right: 90px;
        top: 100px;
        font-size: 40px;
    }
    
    .close:hover,
    .close:focus {
        color: #27a2fe;
        text-decoration: none;
        cursor: pointer;
    }
}