/*Demo Home Css*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.spacing{
    padding:80px 0px;
}
 p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.55;
    color: #2a2929;
}
/*Main Banner*/

.main__banner{
    position:relative;
}
.banner-img img {
    height: 800px;
    width: 100%;
    object-fit: cover;
}
.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
}
.banner-title {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 50px;
    border-left: 5px solid #E61A4B;
    height\: ;
    to;
    height: auto;
    width: auto;
}
.banner-title h4 {
    font-size: 1rem;
    color: #134253;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.01rem;
    line-height: 1.55;
}
.banner-title h2 {
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
    color: #141414;
     margin-bottom: 25px;
}
.banner-title p{
    margin-bottom:50px;
}
.web-btn a {
     font-family: "Montserrat", sans-serif;
     background-color: #E61A4B;
     color: #fff;
     padding-top: 15px;
     padding-right: 40px;
     padding-bottom: 15px;
     padding-left: 40px;
     font-size: 1.1rem;
     font-weight: 400;
     transition: all .5s;
}
.web-btn a:hover{
    text-decoration:unset;
    background: #000;
}

/*About Us*/
.about_content_main {
    padding: 25px;
}
.about_content p {
    font-size: 1rem;
    margin-bottom: 20px;
}
.about_img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: all .5s;
}
.about_img {
    overflow: hidden;
}
.about_img img:hover {
    transform: scale(1.2);
}
.about_us_item {
    background-color: #F8F8F8;
}
.about_content.web-title {
    padding: 30px 0px;
}
.web-title h2 {
    color: rgb(19, 66, 83);
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    font-family: "Barlow";
    margin-bottom: 1.2rem;
}
.about_btn.web-btn {
    margin-top: 50px;
}
.about_img_2 img {
    height: 174px;
    width: 100%;
    object-fit: cover;
}


/*Video Section*/

.video-sec{
    background-color:#f0f0f0;
}
.learnworlds-subheading-normal {
    font-family: "Barlow";
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
}


/*Exclusive Cources*/
.exclusive_cources{
    background-color: #141414;
}
.exclusive_heading{
    margin-bottom:20px;
}
.exclusive_heading h2 {
    color: rgb(230, 26, 75);
    font-family: "Barlow";
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.2;
}
.exclusive_heading h4 {
    font-family: "Barlow";
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1.2;
    color: #fff;
}
.cource_content {
    background-color: #fff;
    padding: 25px 20px;
    height: auto;
}
.cource_content h2 {
    font-size: 1.9rem;
    font-weight: bold;
    color: #141414;
    line-height: 1.4;
    font-family: "Barlow";
    margin-bottom: 1rem;
}
.cource_content p {
    font-size: 14px;
}
.enroll_btn {
    width: 60%;
    background-color: #134253;
    color: #FFFFFF;
    height: 42px;
    transition: all .3s;
}
.enroll_btn:hover {
    background: #000;    
}

.prices_here {
    width: 38%;
    text-align: end;
}

.cource_btn_main {
    display: flex;
    align-items: center;
}
.enroll_btn a {
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.prices_here span {
    font-size: 18px;
    font-weight: 400;
    position:relative;
}

.prices_here span.cut_price {
    opacity: 0.5;
}
.prices_here span.right_price {
    color: #141414;
}
.prices_here span.cut_price:after {
    border: 2px solid;
    border-color: #141414;
    border-left: none;
    border-right: none;
    border-top: none;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-20deg);
    width: 130%;
}
.cource_img img {
    height: 193px;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

.cource_img img:hover {
   transform: scale(1.2); 
}

.cource_img {
    overflow: hidden;
}

/*Testimonials*/
.testimonial{
    padding-top: 120px;
    padding-bottom:200px;
}
.testi_main{
    position:relative;    
}

.testi_content {
    position: absolute;
    top: 90px;
    left: 110px;
    width: 40%;
    height: auto;
    background-color: #e61a4b;
    padding: 25px;
}

.testi_content p {
    color: #fff;
    position:relative;
    padding-top: 80px;
}
.testi_content p:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    font-size: 120px;
    opacity: .2;
}
.testi_content span{
    font-size: 20px;
    color:#fff;
    opacity:0.8;
}

.testi-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

/*Get In Touch*/

.get-in_touch{
    position:relative;
    background-image:url(/wp-content/uploads/2024/09/517da0555d850365464f489625f2c708.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    padding:120px 0px;
    background-attachment: fixed;
}

.get-in_touch:before{
    content:"";
    background-color: #141414c7;
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
}
.get_in_touch_img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.get_touch_content h4 {
    color: rgb(230, 26, 75);
    font-size: 16px;
    font-family: "Montserrat";
    font-weight: bold;
    letter-spacing: 0.01rem;
    line-height: 1.55;
    text-transform: uppercase;
}
.get_touch_content h2 {
    color: #fff;
    font-size: 40px;
    font-family: "Barlow";
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.get_touch_content p {
    color: #fff;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: 1.55;
    font-size: 18px;
}
.get_touch_content ul li i {
    color: #E61A4B;
    font-size: 18px;
    margin-right: 9px;
    font-weight:700;
    transition: all .3s;
}

.get_touch_content ul li a {
    color: #fff;
    transition: all .3s;
}

    .get_touch_content ul li a:hover {
        color: #E61A4B;
    }

    .get_touch_content ul li a:hover i {
        color: #fff;
    }

.get_touch_content ul li {
    color: #fff;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: 1.55;
    font-size: 18px;
     margin: 3px 0;
}
.get_touch_content ul {
    margin-top: 30px;
    margin-left: 0;
    margin-bottom: 0;
}
.exclusive_cources .row {
    row-gap: 30px;
}
.cources_item_main {
    height: 100%;
    background-color: rgb(255 255 255);
}


/*RESPONSIVE*/

/*for-larger view-1600*/

@media only screen and (min-width: 100px) and (max-width: 1600px) {
  
}

/*for-large-dekstop view-1200*/

@media only screen and (min-width: 100px) and (max-width: 1399px) {
 
}

/*for-laptop view-1024*/

@media only screen and (min-width: 100px) and (max-width: 1199px) {
.banner-title h4 {font-size: 15px;}

.banner-title h2 {
    font-size: 40px;
}

.banner-title p {
    font-size: 18px;
}

.web-title h2 {
    font-size: 24px;
}

.about_content h2 {
    margin-bottom: 10px;
}

.learnworlds-subheading-normal {
    font-size: 37px;
    margin-bottom: 20px;
}

.cource_content h2 {
    font-size: 22px;
}

.testi_content p {
    font-size: 20px;
}
.banner-title {
    padding: 50px 40px;
}	
	
}

/*for-tablet view-768*/

@media only screen and (min-width: 100px) and (max-width: 991px) {
.about_btn.web-btn {
    text-align: center;
}

.cource_content {
    height: 350px;
}

.exclusive_cources .row {
    align-items: end;
}

.testi_content p {
    font-size: 16px;
}

.testi_content {
    width: 50%;
}

.about_content.web-title {
    padding: 30px 25px;
    margin-bottom: 40px;
}

.about_content_main {
    padding: 0px !important;
}
.exclusive_heading h2 {
    font-size: 2.5rem;
}

.exclusive_heading h4 {font-size: 2rem;}

.exclusive_heading {
    margin-bottom: 30px;
}
.get_touch_content h2 {
    font-size: 35px;
    margin-bottom: .5rem;
}

.get_touch_content h4 {
    font-size: 15px;
    line-height: 0px;
}
}

/*for-landscape_mobile view-576*/

@media only screen and (min-width: 100px) and (max-width: 767px) {
.banner-title h2 {
    font-size: 38px;
}

.banner-title p {font-size: 17px;}

.web-title h2 {
    font-size: 22px;
}

.about_content p {
    font-size: 15px;
}

.about_btn a {
    font-size: 1rem;
    padding: 15px 30px;
}

.cource_content {
    height: auto;
}

.enroll_btn {
    width: 50%;
}

.prices_here {
    width: 50%;
}

.cource_content h2 {
    font-size: 20px;
}

.cource_content p {
    font-size: 13px;
}

.testi_content p {
    font-size: 15px;
}

.testi_content {
    width: 60%;
}
 
.get_touch_content h4 {
    font-size: 14px;
}

.get_touch_content h2 {
    font-size: 28px;
}

.get_touch_content ul li {
    font-size: 16px;
}
.about_content:nth-of-type(2) {
    margin-bottom: 0px;
}
.about_btn.web-btn {
    margin-bottom: 40px;
}

.exclusive_heading h2 {
    font-size: 2rem;
}

.exclusive_heading h4 {
    font-size: 1.6rem;
}

.exclusive_cources {
    padding: 60px 0px;
}

.testimonial {
    padding: 60px 0px 80px;
}

.get-in_touch {
    padding: 60px 0px;
}	
	
}

/*for-mobile view-375*/

@media only screen and (min-width: 100px) and (max-width: 575px) {
.banner-title h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.banner-title h4 {
    font-size: 13px;
    line-height: 17px;
}

.banner-title p {
    font-size: 15px;
    margin-bottom: 30px;
}

.banner-btn a {
    font-size: 15px;
    padding: 10px 20px;
}

.web-title h2 {
    font-size: 18px;
}

.about_content p {
    /* font-size: 15px; */
}

.about_btn a {
    font-size: 15px;
    padding: 10px 20px;
}

.cources_item_main {
    margin-bottom: 30px;
}

.exclusive_heading h2 {
    font-size: 2rem;
}

.exclusive_heading h4 {font-size: 1.5rem;}

.testi_content {
    position: unset;
    width: 100%;
}

.testimonial {
    padding: 100px 0px;
}

.get_in_touch_img {
    padding: 0px 20px;
}

.get_in_touch_img img {
    width: 100%;
    object-fit: cover;
	height: 300px;
}

.get_touch_content {padding: 50px 0px 0px;}
.banner-title {
        padding: 40px 20px;
    }	
.spacing {
    padding: 50px 0px;
}	
.about_img img {
    height: auto;
}	
.page-id-4085 .learnworlds-section-content > div {
    flex-direction: column;
}
.page-id-4085 .learnworlds-section-content > div div:nth-child(2) {
    margin-top: 0px !important;!i;!;
}	
.exclusive_cources .row {
    row-gap: 0px;
}	
    .exclusive_heading {
        margin-bottom: 30px;
    }	
.testimonial {
        padding: 50px 0px;
    }	
.testi-img img {
    height: auto;
}
.testi_content p {
    padding-top: 10px;
}	
.get-in_touch {
        padding: 50px 0px;
    }	
	
	
}

/*for-small_mobile view-320*/

@media only screen and (min-width: 100px) and (max-width: 374px) {
.banner-title h2 {
    font-size: 27px;
}

.banner-title p {
    font-size: 14px;
    margin-bottom: 25px;
}
}
