#about{
	width: 1300px;
	height: 500px;
	margin:200px auto;
	
	margin-top: 10px;
}
.left_image{
	float: right;
	width: 661px;
	height: 812px;
	background-image: url('../img/icons/faq-deco.png');
	background-size: cover;
	background-position: center center;
	opacity: 1;
	border-radius: 10px;
	position: relative;
	
}
.left_image::before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    background-color: var(--primary-hover-color);
    border-radius: 20px;
    right: -20px;
    top: -20px;
    position: absolute;
    z-index: -1;
}
.right_text{
	width: 600px;
	float: left;
	
}
.about_title{
    text-align: center;
    font-family: "Regular2";
    font-size: 25px;
    text-align: left;
    margin-top: 70px;
    margin-left: 8px;
}
.about_title::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--primary-hover-color);
    position: relative;
    top: 45px;
}
.about_title::after {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin-top: 5px;
    background-color: var(--primary-color);
}
.about_text{
    padding: 5px;
    font-size: 13px;
    color: #919297;
    margin-top:15px;
    font-weight: normal;
    font-family: "Regular";
    line-height: 26px;
}
.right_text a{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #ffff;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding: 7px 0px;
    margin-top: 10px;
    width: 100px;
    background-color: var(--primary-menu);
    text-align: center;
    border-radius: 20px;
    margin-left: 1px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.right_text a:hover{
	 background-color: var(--primary-color);
}
#main_section{
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	margin-top: 100px;
	
}
#main{
	max-width: 1400px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	margin-top: 30px;
}
.home_title{
	width: 300px;
	text-align: center;
	margin: auto;
	font-family: "Regular2";
	font-size: 35px;
	margin-top: 30px;
	
}
.pr_title{
	margin-top:270px;
	font-family: "Regular2";
}

.pr_link{
	position: absolute;
	padding: 10px;
	background-color: var(--primary-hover-color);
	width: 20px;
	height:20px;
	right: 10px;
	bottom: 5px;
	border-radius: 5px;
	color: #fff;
	
}
.section_image{
	width: 500px;
	position: absolute;
	margin-top: -355px;
}
.main_image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: rgba(13, 36, 42, 0.6);
	z-index: 1;
	border-radius: 10px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover::after{
	background-color: rgba(13, 36, 42, 0.8);
}
.home_title::after {
    content: "";
    display: block;
    width: 120px; 
    height: 1px;
    background-color: var(--primary-color);
    margin: 0px auto 4px auto;
    
}

.Partners{
	width: 300px;
	height: 230px;
	margin: 10px 15px;
	float: left;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.1);
}
.Partners:hover{
	border: 1px solid #6fc04e;
	cursor: pointer;
}
.Partners p{
	text-align: center;
	border-top: 1px solid rgba(0,0,0,0.2);
	width:240px !important;
	margin-top: -20px;

}
.form2 {
    width: 100%;
    max-width: 800px;
    margin:60px auto;
    padding: 20px;
    background: #f1f3ff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form2 form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.text_Cont {
    width: 97%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
        font-family: "Regular";
}

.text_Cont:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.Course_booking_button {
    width: 100%;
    padding: 10px;
    background: var(--primary-color);
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
        font-family: "Regular2";
}

.Course_booking_button:hover {
    background: var(--primary-hover-color);
}
@media only screen and (max-width: 1400px) {
	#about{
		width: 1200px;
	}
	.left_image{
		    width: 600px;
	}
}

@media only screen and (max-width: 1300px) {
	#about{
		width: 1100px;
	}
	.left_image{
		    width: 500px;
	}
	.right_text{
		 width: 550px;
	}
}
   /* ============ TABLET ============ */
@media only screen and (max-width: 1100px) {
    #about {
        width: 96%;
        height: auto;
        margin-top: 20px;
    }

    .left_image {
        width: 100%;
        height: 300px;
        float: none;
        margin-bottom: 20px;
    }

    .right_text {
        width: 100%;
        float: none;
    }

    .about_title {
        margin-top: 20px;
    }
}

/* ============ MOBILE ============ */
@media only screen and (max-width: 800px) {
    #about {
        width: 98%;
        height: auto;
        margin-top: 10px;
    }

    .left_image {
        width: 100%;
        height: 220px;
        float: none;
    }

    .left_image::before {
        display: none;
    }

    .right_text {
        width: 100%;
        float: none;
    }

    .about_title {
        font-size: 20px;
        margin-top: 15px;
    }

    .home_title {
        font-size: 24px;
        width: 90%;
    }

    .Partners {
        width: 100%;
        margin: 10px 0;
        float: none;
    }

    #map {
        width: 100%;
    }

    .form2 {
        margin: 20px auto;
        padding: 15px;
    }

    .text_Cont {
        width: 93%;
    }

    .pr_title {
        margin-top: 180px;
        font-size: 14px;
    }

    .section_image {
        width: 100%;
        margin-top: -200px;
    }
}

/* ============ SMALL MOBILE ============ */
@media only screen and (max-width: 480px) {
    .about_title {
        font-size: 18px;
    }

    .about_text {
        font-size: 12px;
        line-height: 22px;
    }

    .home_title {
        font-size: 20px;
    }

    .right_text a {
        position: relative;
        display: block;
        margin: 15px auto;
    }
}