/*
    Template  Name: Education
*/

/*
Table Of Content

1. header top area

2. main menu area

3. slider area

4. video slider area  

5. breadcum area

6. about area

7. home 3 service

8. collage area

9. apply area

10. counter area

11. course area

12. call to action

13. call offer

14. work area

15. testimonial area

16. team area

17. pricing area

18. direction area

19. subscribe area

20.  brand area

21.  instructor register

22.  shop area

23. contact service

24. contact area

25. faq area

26. blog area

27. register area 

28. img area 

29. footer area

*/

/* ======= site font family ==========*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400..700&family=Roboto:wght@400;500;700;900&display=swap');
:root{
    --blackc: #000;
    --whitec: #fff;
    --brcolor: #0059ff;
    --bgcolor: #dc3545;
    --bgcolor2: #FFBA00;
    --paracolor: #333;
    --titlecolor: #081f51;
}

/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    color: var(--paracolor);
}
h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 22px;
    font-weight: 700;
    color: var(--titlecolor);
    line-height: 1.2;
    font-family: "Jost", sans-serif;
    padding: 0;
    margin-bottom: 10px;
    
}
h1{
    font-size: 30px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 15px;
}
a{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: var(--blackc);
    transition: .5s;
}
a:hover{
    color: var(--brcolor);
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======= header top area start =====*/
.header_top_area {
    padding: 8px 105px 10px 80px;
    align-items: center;
   background: linear-gradient(135deg, #1D4ED8, #498dfc,#1D4ED8);
}
/* header left */
.header_left span, 
.header_right span,
 .header_left a {
    font-size: 16px;
    color: var(--whitec);
}
.header_left span, .header_left a {
    margin: 0 22px 0 0;
}
.header_left span i,
.header_left a i{
    color: var(--whitec);
    margin-right: 6px;
}
/* header right */
.header_right {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header_right_form {
    margin: 0 10px 0 0px;
}
.header_right_form a {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 0 15px;
    color: var(--whitec);
}
.header_right_form a i {
    margin-right: 8px;
}
.header_right_icon a {
    font-size: 18px;
    margin: 0 0 0 10px;
    color: var(--whitec);
}
/* home 3 header top css */
.h3_header_top {
    padding: 9px 105px;
}
.h3_header_top .header_right_form a,
.h3_header_top .header_left span, 
.h3_header_top .header_right span,
.h3_header_top .header_left a{
    font-size: 14px;
}
.h3_header_top .header_right_icon a{
    font-size: 16px;
}
/*======= header top area end ======*/

/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 0;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_right_text h3,
.main_menu_area.sticky .main_nav_right_text h3 a{
    color: var(--whitec);
}
.site_logo_area {
    background: #e4e4e4;
    height: 120px;
    width: 100%;
    text-align: center;

    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
    transform: perspective(600px) rotateX(3deg);
    transition: all 0.3s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hover efekti */
.site_logo_area:hover {
    transform: perspective(600px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.35);
}
/* main nav area css */
.main_menu_all_item {
    padding: 0 105px 0 80px;
    position: relative;
    align-items: center;
}
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}



.inner_main_nav_area>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 5px;
    padding: 20px 20px;
    border-radius: 12px;
    background: linear-gradient(135deg, #1D4ED8, #498dfc, #1D4ED8);
    color: #fff;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    min-width: 110px;
}

.inner_main_nav_area>ul>li::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    transform: translateZ(0);
    transition: transform 0.3s ease;
    pointer-events: none;
    /* tıklamayı engellemez */
}

.inner_main_nav_area>ul>li:hover {
    transform: translateY(-10px) scale(1.05) perspective(500px) rotateX(5deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.inner_main_nav_area>ul>li:hover::before {
    transform: translateZ(20px);
}

.inner_main_nav_area>ul>li>a {
    display: block;
    /* tıklanabilir alan tüm li’yi kapsıyor */
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: normal;
    color: inherit;
    /* li’nin rengiyle aynı */
    text-decoration: none;
    pointer-events: auto;
    /* link tıklanabilir */
}




.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px;
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--brcolor);
}
/* main nav icons together */
.main_nav_right_together {
    display: flex;
    align-items: center;
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 14px;
    padding: 8px 17px;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
/* main menu socail css */
.main_menu_socail a{
    display: inline-block;
    font-size: 22px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
    width: 35px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.main_menu_socail a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* main nav icons together */
.gogrin_right_area {
    display: flex;
    align-items: center;
}
.main_nav_icons_together {
    display: flex;
    align-items: center;
}
/* main nav icons */
.main_nav_icons {
    margin-left: 20px;
}
.main_nav_icons >i {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 17px;
    cursor: pointer;
    transition: .5s;
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0%;
    background: #000000f0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    top: 0;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
.inner_nav_icon_popup input::placeholder{
    font-size: 30px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_icon_popup i{
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 18px;
    position: relative;
}
.main_nav_icons_middle a {
    position: relative;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    background: var(--whitec);
    box-shadow: 0 0 5px #64333338;
    border-radius: 100%;
}
.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--brcolor);
    border-radius: 100%;
    color: var(--whitec);
}
.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}
.main_nav_icons_middle:hover .main_nav_middle_box_item{
    top: 180%;
    opacity: 1;
    visibility: visible;
}
.main_nav_middle_box_item p{
    padding: 20px;
}
/* main nav btn css */
.main_nav_btn {
    margin-left: 20px;
}
.main_nav_btn a {
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
    display: inline-block;
    padding: 11px 25px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.main_nav_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* absolute menu css */
.absolute_menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    padding: 0 105px 0;
    border: none;
}
.absolute_menu .main_menu_all_item{
    padding: 0 0;
}
.absolute_menu .main_nav_area{
    justify-content: end;
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
    margin: 25px 0px 25px 0px;
    
}
.h3_main_menu{
    position: inherit;
}
.h3_main_menu .inner_main_nav_area >ul >li >a{
    color: #272727
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    padding: 20px 0;
    display: none !important;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: var(--whitec);
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: var(--whitec);
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: auto;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
.inner_slider_area {
    height: 900px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    position: relative;
}
.inner_slider_content {
    width: 59%;
    margin: 0px auto 0;
    text-align: left;
}
.inner_slider_content h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--whitec);
    margin-bottom: 20px;
}
.inner_slider_content h2 {
    font-size: 60px;
    color: var(--whitec);
}
.inner_slider_content p {
    width: 45%;
    color: var(--whitec);
    margin: 30px 0 45px;
}
/* home 2 inner slider css */
.h2_inner_slider{
    height: 950px;
}
.h2_inner_slider .inner_slider_content{
    width: 63%;
}
.h2_inner_slider .inner_slider_content h2{
    margin: 0;
}
.h2_inner_slide_list {
    padding: 25px 0 30px;
}
.h2_inner_slide_list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.h2_inner_slide_list ul{
    padding: 0 0 20px;
}
.h2_inner_slide_list ul a {
    display: inline-block;
    font-size: 16px;
    padding: 0 0 10px;
    color: var(--whitec);
    font-weight: 400;
    letter-spacing: 3px;
}
.h2_inner_slide_list ul a i {
    display: inline-block;
    margin-right: 10px;
    background: var(--whitec);
    color: var(--brcolor);
    border-radius: 0 8px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
/* home 3 inner slider css */
.h3_inner_slider{
    height: 800px;
}
.h3_inner_slider .inner_slider_content{
    text-align: center;
}
.h3_inner_slider .inner_slider_content img{
    margin: 0 auto 20px;
}
.h3_inner_slider .inner_slider_content h2{
    font-size: 70px;
}
.h3_inner_slider .inner_slider_content p {
    width: 55%;
    margin: 25px auto 40px;
}
/* golobal btn css */
.g_btn a {
    display: inline-block;
    position: relative;
    padding: 22px 40px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Jost', sans-serif;
    background: linear-gradient(135deg, #1D4ED8, #498dfc, #1D4ED8);
    color: var(--whitec);
    margin-right: 15px;
    overflow: hidden;
    z-index: 1;
}
.g_btn a::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    /* background: linear-gradient(135deg, #f39c12, #ffc107, #f39c12); */
    color: var(--whitec);
    z-index: 1;
    transition: .5s;
}
.g_btn a:hover::before{
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg,#498dfc,#1D4ED8,#498dfc);
}
.g_btn a.active{
    background-color: var(--whitec);
    color: var(--brcolor);
}
.g_btn a.active2{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* golobal slick defult arrow css */
.slick-prev , .slick-next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slick-prev{
    left: -60px;
}
.slick-next{
    right: -40px;
}
.slick-prev::before ,.slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-weight: 900;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: 1s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec)
}
/* slider defult arrow css */
.slider_area:hover .slick-prev, .slider_area:hover .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 50px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0 60px;
}
.inner_breadcum_area h1{
    font-size: 30px;
    color: var(--whitec);
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== video slider area start  ==========*/
.video_slider_area{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000057;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
    transform: scale(1.2);
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.video_slider_area .inner_slider_content h1,
.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content h3,
.video_slider_area .inner_slider_content p{
    color: var(--whitec);
}
/*======== video slider area end  =======*/

/*======== feature area start  =======*/
.feature_area{
    padding: 120px 0 50px;
}
.single_feature_area {
    position: relative;
    background-color: var(--whitec);
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 30px 25px 20px 30px;
    border-left: 3px solid var(--bgcolor);
}
.single_feature_area h1 {
    font-size: 50px;
    margin-bottom: 5px;
}
.single_feature_area p{
    font-size: 14px;
}
/* feature icon css */
.feature_ab_icon {
    position: absolute;
    top: 35px;
    right: 60px;
}
.feature_ab_icon i{
    display: inline-block;
    color: var(--bgcolor);
    background-color: #E6E8ED;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
}
.single_feature_area.feature2{
    border-color: var(--brcolor);
}
.single_feature_area.feature2 h1{
    color: var(--brcolor);
}
.single_feature_area.feature2 h2 a{
    color: var(--brcolor);
}
.single_feature_area.feature2 .feature_ab_icon i{
    color: var(--brcolor);
}
.single_feature_area.feature3{
    border-color: var(--bgcolor2);
}
.single_feature_area.feature3 h1{
    color: var(--bgcolor2);
}
.single_feature_area.feature3 h2 a{
    color: var(--bgcolor2);
}
.single_feature_area.feature3 .feature_ab_icon i{
    color: var(--bgcolor2);
}
/*======== feature area end  =======*/

/*========  home 3 feature start  =======*/
.h3_feature_width {
    position: relative;
    z-index: 111;
    margin: -100px 120px 0px 120px;
}
.h3_single_feaure{
    margin-bottom: 20px;
    padding: 35px 20px 20px 33px;
    background-color: var(--whitec);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
}
.h3_single_feaure i {
    display: inline-block;
    color: var(--brcolor);
    background-color: #E6E8ED;
    font-size: 40px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 13px;
}
.h3_single_feaure p{
    font-size: 14px;
}
/*========  home 3 feature end  =======*/

/*======= about area start ========*/
.about_area{
    padding: 50px 0 50px;
    position: relative;
}
.single_page_about{
    padding: 120px 0 50px;
}
/* inner about img css */
.inner_about_img{
    margin-bottom: 20px;
    position: relative;
}
.inner_about_video {
    position: absolute;
    bottom: 12%;
    right: 25%;
}
.inner_about_video a{
    display: inline-block;
    position: relative;
    text-align: center;
    color: var(--whitec);
    font-size: 18px;
    background-color: var(--brcolor);
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    z-index: 1;
    animation: witr-shadow 1s linear infinite;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
.inner_about_title h2{
    font-size: 40px;
    font-weight: 300;
    color: var(--brcolor);
}
.inner_about_title h3{
    font-size: 60px;
}
.inner_about_feature {
    padding: 10px 0 0;
}
.inner_about_fea_thumb{
    margin-bottom: 20px;
}
.inner_about_fea_thumb i {
    display: inline-block;
    font-size: 50px;
    color: var(--brcolor);
    margin-bottom: 20px;
}
/* about list css */
.about_list {
    padding: 15px 0 6px;
}
.about_list ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.about_list ul li {
    padding: 0 0 12px;
}
.about_list ul li i{
    font-size: 20px;
    color: var(--bgcolor2);
    margin-right: 6px;
}
.inner_about_signeture {
    padding: 15px 0 35px;
}
.inner_about_signeture img{
    margin-right: 20px;
}
.inner_about_signeture span{
    font-size: 14px;
    color: var(--brcolor);
}
.about_left_shap {
    position: absolute;
    top: -23%;
    left: 0;
    z-index: -1;
    animation: witr_movelr_box46 5s linear 1s infinite alternate running;
}
.about_right_shap {
    position: absolute;
    top: -4%;
    right: 60px;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
@keyframes witr_movelr_box45 {
    0%{
          transform: translateX(0px);
      }
    100%{
         transform: translateX(45px);
      }
}
@keyframes witr_movelr_box46 {
    0%{
          transform: translateY(0px);
}
    100%{
         transform: translateY(45px);
}
}
/*======= about area end ========*/

/*======= home 3 about start ========*/
.h3_about_area{
    padding: 70px 0 0px;
}
.h3_about_area .inner_about_video {
    bottom: 43%;
    right: 22%;
}
.h3_about_area .g_btn {
    margin-top: 35px;
}
.h3_about_area .about_right_shap{
    top: 4%;
}
/*======= home 3 about end ========*/


/*===== home 3 service start  ====*/
.h3_service_area{
    position: relative;
    margin: -100px 0 50px;
    z-index: 11;
}
.h2_service_box {
    padding: 60px 45px 40px;
    background: var(--whitec);
    box-shadow: 0 0 10px #0000001a;
}
.h3_service_course{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.h3_inner_service_img img{
    width: 100%;
}
.h3_serivce_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: var(--brcolor);
    opacity: 0.5;
    transition: .5s;
}
.h3_service_course:hover .h3_serivce_overlay{
    height: 100%;
}
/* inner course content */
.h3_inner_service_content {
    position: absolute;
    bottom: -65px;
    left: 0;
    width: 100%;
    padding: 0 40px;
    transition: 1s;
}
.h3_service_course:hover .h3_inner_service_content{
    bottom: 20px;
}
.h3_inner_service_content h2 a{
    color: var(--whitec);
}
.h3_inner_service_content p{
    padding: 30px 0 0;
    color: var(--whitec);
}
/*===== home 3 service end  ====*/

/*======= collage area start ========*/
.collage_area{
    padding: 40px 0 50px;
}
.inner_collage_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transition: .5s;
}
.inner_collage_area:hover{
    border: 2px solid var(--brcolor);
}
.inner_collage_img img{
    width: 100%;
}
/* collage overaly css */
.collage_overlay {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #000000a1;
    transition: .5s;
}
.inner_collage_area:hover .collage_overlay{
    height: 100%;
    top: 0;
}
.collage_overlay_content {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}
.collage_overlay_content h2{
    display: inline-block;
    padding: 15px 20px 10px 30px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.collage_overlay_content h2 a{
    color: var(--whitec);
}
/* inner collage content css */
.inner_collage_content {
    position: absolute;
    text-align: center;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 15px 20px 10px 30px;
    background-color: var(--brcolor);
    transition: .5s;
}
.inner_collage_content h2 a{
    color: var(--whitec);
}
.inner_collage_area:hover .inner_collage_content{
    bottom: -100px;
}
/*======= collage area end ========*/

/*======= apply area start ========*/
.apply_area {
    padding: 120px 0 120px;
    background-position: center center;
    background-size: cover;
}
.inner_apply_area {
    padding: 110px 100px;
    margin: 0 100px;
    background-position: center center;
    background-size: cover;
}
/*======= apply area end ========*/

/*===== counter area start  ====*/
.counter_area {
    padding: 120px 0 450px;
    margin: 40px 200px 0px;
}
.inner_counter_area {
    display: flex;
    align-items: center;
    border: 2px solid var(--bgcolor);
    border-radius: 15px 0px 10px 0;
    background-color: var(--whitec);
    padding: 20px 30px 15px;
    margin-bottom: 30px;
    transition: .5s;
}
.inner_counter_area:hover{
    border-radius: 0 10px 0 10px;
}
.inner_counter_icon{
    margin-right: 25px;
}
.inner_counter_icon i{
    font-size: 50px;
    color: var(--bgcolor);
}
/* inner counter thumb css */
.inner_counter_thumb {
    display: flex;
    align-items: center;
}
.inner_counter_thumb h2,
.inner_counter_thumb h4{
    font-size: 36px;
    margin: 0;
}
.inner_counter_area h3 {
    font-size: 18px;
    font-weight: 500;
}
/* counter style 2 */
.counter2{
    border-color: var(--brcolor);
}
.counter2 .inner_counter_icon i,
.counter2 .inner_counter_thumb h2,
.counter2 .inner_counter_thumb h4,
.counter2 .inner_count_all h3
{
    color: var(--brcolor);
}
/* counter style 3 */
.counter3{
    border-color: var(--bgcolor2);
}
.counter3 .inner_counter_icon i,
.counter3 .inner_counter_thumb h2,
.counter3 .inner_counter_thumb h4,
.counter3 .inner_count_all h3
{
    color: var(--bgcolor2);
}
/* counter style 4 */
.counter4{
    border-color: var(--bgcolor2);
}
.counter4 .inner_counter_icon i,
.counter4 .inner_counter_thumb h2,
.counter4 .inner_counter_thumb h4,
.counter4 .inner_count_all h3
{
    color: #FF0017;
}
/*===== counter area end  ====*/

/*===== home 2 counter start ====*/
.h2_counter_area {
    margin: 0 0;
    padding: 95px 0 70px;
}
.h2_counter_area .inner_counter_area {
    border: none;
    border-right: 1px solid #8590A9;
    padding: 20px 0 15px;
    display: block;
    text-align: center;
    border-radius: 0;
    background: none;
}
.h2_counter_area .inner_counter_area.count2{
    border-right: none;
}
.h2_counter_area .inner_counter_thumb {
    justify-content: center;
}
.h2_counter_area .inner_counter_thumb h2, 
.h2_counter_area .inner_counter_thumb h4{
    font-size: 48px;
    color: var(--brcolor);
}
.h2_counter_area .inner_counter_area h3{
    color: var(--whitec);
}
/* home 3 counter css */
.h3_counter_area {
    padding: 70px 0 40px;
    margin: 20px 0 0;
}
.h3_counter_area .inner_counter_area h3{
    color: var(--bgcolor);
}
/*===== home 2 counter end ====*/

/*===== course area start  ====*/
.course_area {
    position: relative;
    margin: -365px 0 50px;
}
/* home 2 course css */
.h2_course_area {
    margin: 0 0;
    padding: 115px 0 90px;
    background-position: center center;
    background-size: cover;
}
/* home 3 course css */
.h3_course_area {
    margin: -130px 0 0;
    padding: 175px 0 85px;
}
.section_title_area{
    margin-bottom: 55px;
}
.section_title_area h2{
    font-size: 18px;
    font-weight: 500;
    color: var(--brcolor);
}
.section_title_area h2 img{
    margin-right: 10px;
}
.section_title_area h3,
.section_title_area h4{
    font-size: 48px;
}
.section_title_area h4{
    font-weight: 400;
}
.margin_00{
    margin-bottom: 0;
}
.inner_course_area{
    background-color: var(--whitec);
    border: 1px solid #cdcfd5;
    margin-bottom: 30px;
}
.inner_course_content{
    padding: 20px 20px 20px;
}
.inner_course_star {
    padding: 0 0 8px;
}
.inner_course_star i{
    font-size: 18px;
    color: #ed9700;
}
.inner_course_box {
    padding: 5px 0 0;
    display: flex;
    align-items: baseline;
}
.inner_course_box span{
    display: inline-block;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 15px;
}
.inner_course_box p {
    font-size: 14px;
    margin: 0;
}
.inner_course_btn {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #cdcfd5;
}
.inner_course_btn span{
    font-weight: 700;
}
.inner_course_btn a {
    display: inline-block;
    padding: 5px 13px;
    border: 1px solid var(--brcolor);
    color: var(--brcolor);
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}
.inner_course_btn a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_course_btn a i{
    font-size: 18px;
    margin-right: 5px;
}
.inner_course_btn.course_btn2 a{
    width: 100%;
    text-align: center;
}
.course_area:hover .slick-prev ,.course_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/* course style 2 css */
.course_style2{
    margin: 40px 0 50px;
}
.course_style2 .inner_course_area{
    border: none;
    box-shadow: 0 4px 15px 4px rgba(39, 57, 101, .1)
}
/* course shap css */
.course_top_shap , .course_bottom_shap{
    position: absolute;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
    z-index: -1;
}
.course_top_shap{
    top: -50px;
    right: -30px;
}
.course_bottom_shap {
    bottom: 0;
    left: 80px;
}
.site_page_course{
    margin: 0 0;
    padding: 120px 0 90px;
}
/*===== course area end  ====*/

/*===== call to action start  ====*/
.call_to_action {
    margin: 90px 0 0px;
    padding: 120px 0 140px;
    background-size: cover;
    background-repeat: no-repeat;
}
.call_to_action .section_title_area h2,
.call_to_action .section_title_area h3,
.call_to_action .section_title_area h4{
    color: var(--whitec);
}
.call_to_action .section_title_area h3{
    margin-bottom: 0;
}
.call_to_action .g_btn{
    margin-top: 30px;
}
/*===== call to action end  ====*/

/*===== home 2 call to action start  ====*/
.h2_call_action{
    padding: 120px 0 50px;
    position: relative;
}
.gbtn_style3 {
    margin-top: 35px;
}
.gbtn_style3 a{
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: 1.5px;
    color: var(--brcolor);
}
/* call shap */
.h2_call_shap {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
/*===== home 2 call to action end  ====*/

/*===== call offer start ====*/
.call_offer_area {
    position: relative;
    z-index: 111;
    margin: -85px 0 50px;
}
.call_offer_row {
    background-position: center center;
    background-size: cover;
    padding: 35px 15px 30px 50px;
    border-radius: 10px;
    align-items: center;
}
.inner_call_offer {
    display: flex;
    align-items: center;
}
.inner_call_offer_img{
    margin-right: 30px;
}
.inner_call_offer_content h3{
    font-size: 40px;
}
/* home 3 call offer  */
.h3_call_offer .call_offer_row{
    border-radius: 0;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
}
/*===== call offer end ====*/

/*===== work area start ====*/
.work_area{
    padding: 70px 0 50px;
}
.inner_work_area{
    position: relative;
    margin-bottom: 20px;
}
.inner_work_area img {
    margin-bottom: 10px;
}
/* work left and right shap */
.work_left_shap,
.work_right_shap {
    position: absolute;
    top: -120px;
}
.work_left_shap{
    left: -70px;
}
.work_right_shap{
    right: -70px;
}
/* work middle shap css */
.work_midd_shap {
    position: absolute;
    top: 90px;
    left: -80px;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
/*===== work area end ====*/

/*===== home 3 work start ====*/
.h3_work_area{
    padding: 50px 0 50px;
    position: relative;
}
.h3_inner_work_img{
    margin-bottom: 30px;
}
.h3_inner_work_img img{
    transition: .5s;
}
.h3_inner_work_img img:hover {
    transform: rotateY(180deg);
}
.h3_inner_work_list {
    padding-top: 20px;
}
.h3_inner_work_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.h3_inner_work_list ul li{
    padding: 0 0 10px;
}
.h3_inner_work_list ul li i{
    font-size: 20px;
    color: var(--brcolor);
    margin-right: 10px;
}
.h3_work_shap {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
/*===== home 3 work end ====*/

/*===== offer area start ====*/
.offer_area{
    padding: 50px 0 50px;
}
.offer_width {
    max-width: 1530px;
}
.inner_offer_area {
    margin-bottom: 30px;
    padding: 50px 30px 50px 60px;
    background-position: center center;
    background-size: cover;
    border-radius: 10px;
}
.inner_offer_area h2{
    font-size: 18px;
    font-weight: 500;
    color: var(--brcolor);
}
.inner_offer_area h2 img{
    margin-right: 10px;
}
.inner_offer_area h3{
    font-size: 30px;
    margin: 0;
}
.inner_offer_btn{
    margin-top: 20px;
}
.inner_offer_btn a{
    font-size: 14px;
    font-weight: 700;
    font-family: Jost, sans-serif;
    color: var(--brcolor);
}
/*===== offer area end ====*/

/*======= home 3 video img  start  =====*/
.h3_video_img_area {
    padding: 120px 0 70px;
}
.h3_inner_video_img_area {
    width: 60%;
    padding: 200px 0 105px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* home 3 inner video img style 2 css */
.h3_inner_video_img_style2 {
    position: relative;
    margin: -265px 0 0px auto;
    z-index: 1;
}
.h3_inner_video_img_area a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 23px;
    text-align: center;
    background-color: var(--whitec);
    color: var(--brcolor);
    animation: witr-shadow 1s linear infinite;
}
/* home 3 inner video img content css */
.h3_inner_video_img_content {
    position: relative;
    width: 50%;
    margin: -265px 0 0 auto;
    background-color: var(--whitec);
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
    padding: 35px 40px 30px 41px;
}
.h3_inner_video_img_cont_style2 {
    position: relative;
    margin: 70px auto 0 0;
    z-index: 11;
}
.h3_inner_video_img_content h2{
    font-size: 16px;
    font-weight: 500;
    color: var(--brcolor);
}
.h3_inner_video_img_content h3{
    position: relative;
    padding-bottom: 20px;
}
.h3_inner_video_img_content h3::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 90%;
    border-bottom: 1px dashed var(--bgcolor);
}
/* home 3 inner video sub content css */
.h3_inner_video_subcont {
    padding: 20px 0 0;
    display: flex;
}
.h3_inner_video_subtext {
    display: flex;
    margin-right: 40px;
}
.h3_inner_video_subicon{
    margin-right: 10px;
}
.h3_inner_video_subicon i{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 25px;
}
.h3_inner_video_rtext >h4{
    font-size: 16px;
    margin: 0;
}
/*======= home 3 video img end  ======*/

/*===== testimonial area start  ====*/
.testimonial_area {
    padding: 120px 0 120px;
    background-position: center center;
    background-size: cover;
}
/* about testimonial */
.about_testimonial{
    margin: 40px 0 0px;
}
/* single page testi */
.single_page_testimonial{
    margin: 0px 0 0px;
}
.inner_testimonial {
    background-color: var(--whitec);
    padding: 37px 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.11);
}
.inner_testi_icon {
    padding: 0 0 25px;
}
.inner_testi_icon i{
    color: #FAA211;
    font-size: 22px;
}
/* inner testi title */
.inner_testi_title {
    display: flex;
}
.inner_testi_title_img{
    margin-right: 20px;
}
.inner_testi_title_img img{
    width: 59px;
}
.inner_testi_title_content {
    padding: 10px 0 0;
}
.inner_testi_title_content h3{
    margin: 0;
}
.inner_testi_title_content p{
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
/* slick dots css */
.slick-dots {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 40px 0 0;
}
.slick-dots li{
    display: inline;
    margin: 0 7px;
}
.slick-dots li button{
    font-size: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    background-color: #B5B5B5;
    outline: none;
    border: none;
}
.slick-dots li.slick-active button{
    background-color: var(--brcolor);
}
/*===== testimonial area end  ====*/

/*=====  home 2 testimonial start ====*/
.h2_testimonial_area{
    padding: 50px 0 90px;
    position: relative;
}
.h2_inner_testimonial {
    padding: 70px 0 0;
}
.h2_inner_left_img{
    margin-bottom: 30px;
}
.h2_em_testi_img{
    margin-right: 20px;
}
.h2_em_testi_img img{
    width: 90%;
}
.h2_testi_main_content {
    display: flex;
    position: relative;
}
.h2_em_tesi_star {
    padding: 0 0 10px;
}
.h2_em_tesi_star i{
    color: #FAA211;
    font-size: 20px;
}
.h2_em_testi_title h3{
    font-size: 18px;
    margin: 0;
}
.h2_em_testi_title p{
    color: var(--brcolor);
    font-size: 16px;
    font-weight: 600;
}
.h2_inner_testi_para {
    padding-top: 25px;
}
.h2_inner_testi_para p{
    font-family: "Jost", Sans-serif;
    font-weight: 500;
}
.h2_em_testiicon {
    position: absolute;
    top: 0;
    right: 70px;
}
.h2_testi_shap {
    position: absolute;
    top: 110px;
    right: 20px;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
    z-index: -1;
}
/*=====  home 2 testimonial end ====*/

/*=====  home 3 testimonial start ====*/
.h3_testimonial_area {
    padding: 0px 0 0px;
    margin: 0 0 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.h3_testimonial_area .h2_inner_testi_all{
    padding: 50px 0 0;
}
.h3_testimonial_area .h2_em_testi_title h3,
.h3_testimonial_area .h2_em_testi_title p,
.h3_testimonial_area .h2_inner_testi_para p{
    color: var(--whitec);
}
.h3_testimonial_area .h2_inner_left_img {
    position: relative;
    right: -30px;
    margin: 0 0 -100px;
}
.h3_testimonial_area .h2_inner_left_img img{
    max-width: 150%;
}
/*=====  home 3 testimonial end ====*/

/*===== team area start ====*/
.team_area{
    padding: 120px 0 50px;
    position: relative;
}
/* about team css */
.about_team{
    padding: 120px 0 100px;
}
/* service team css */
.service_team{
    padding: 35px 0 60px;
}
/* single page team css */
.single_page_team{
    padding: 120px 0 100px;
}
.inner_team_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 30px 0 rgba(42, 67, 113, .15);
}
.inner_team_img img {
    width: 100%;
}
/* inner team content */
.inner_team_content {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 50px;
    background: var(--whitec);
    padding: 10px 0px 10px 30px;
}
.inner_team_content h3{
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 2.5px;
    margin: 0;
}
.inner_team_content p{
    font-size: 14px;
    margin: 0;
}
/* inner team absulte icon */
.inner_team_absuicon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.inner_team_absuicon a{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 20px;
}
/* inner team socail icon */
.inner_team_socail {
    position: absolute;
    bottom: -250px;
    display: grid;
    transition: .5s;
}
.inner_team_area:hover .inner_team_socail{
    bottom: 50px;
}
.inner_team_socail a{
    display: inline-block;
    margin: 0 0 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 20px;
}
.inner_team_socail a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* team shap */
.team_shap {
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
/*===== team area end ====*/

/*======= pricing area start ======*/
.pricing_area{
    padding: 110px 0 90px;
}
.inner_pricing_area{
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
/* inner pricing content css */
.inner_pricing_content {
    padding: 35px 30px 20px;
    background-color: var(--brcolor);
    border-radius: 5px;
}
.inner_pricing_content p{
    font-size: 20px;
    color: var(--whitec);
}
.inner_pricing_content h4{
    font-size: 30px;
    color: var(--whitec);
}
/* inner pricing area sub content css */
.inner_pricing_area_sub_content{
    margin-top: 30px;
}
.inner_pricing_content h5{
    font-size: 35px;
    color: var(--whitec);
}
.inner_pricing_content span{
    font-size: 24px;
    color: var(--whitec);
    margin-right: 5px;
}
.inner_pricing_mid_icon {
    position: relative;
    top: -50px;
    left: 50px;
}
.inner_pricing_mid_icon i{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--whitec);
    font-size: 40px;
    color: var(--brcolor);
    text-align: center;
    border-radius: 100%;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
/* inner pricing list css */
.inner_pricing_list {
    margin: -5px 0 55px;
}
.inner_pricing_list ul{
    list-style: none;
}
.inner_pricing_list ul li {
    padding: 8px 0 8px;
    font-size: 17px;
    font-weight: 400;
    color: var(--paracolor);
}
.inner_pricing_list ul li i{
    font-weight: 700;
    color: var(--blackc);
    margin-right: 6px;
}
.inner_pricing_btn a{
    display: inline-block;
    width: 100%;
    padding: 17px 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid var(--brcolor);
}
.inner_pricing_btn a:hover{
    background-color: var(--whitec);
    color: var(--brcolor);
}
/*======= pricing area end =======*/

/*===== direction area start ====*/
.direction_area {
    padding: 35px 0 120px;
}
.direction_shadow {
    box-shadow: 0 0 10px #b3a7a757;
    padding: 10px;
}
.inner_direction_img {
    position: relative;
    margin-bottom: 10px;
}
.inner_direction_img img{
    width: 100%;
}
.inner_direction_content {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
}
.inner_direction_content h2 a{
    color: var(--whitec);
}
.inner_slide_gallary {
    margin-bottom: 10px;
}
/*===== direction area end ====*/

/*===== subscribe area start ====*/
.subscribe_area {
    padding: 130px 0 85px;
}
.inner_subscribe_area{
    margin-bottom: 30px;
}
.responsive_title h2{
    font-size: 40px;
}
.subscribe_area .responsive_title h3{
    font-size: 60px;
    color: var(--whitec);
}
.subscribe_area .responsive_title p{
    color: var(--whitec);
}
/* inner subcribe img */
.inner_subscribe_img {
    position: relative;
    margin: 0 0 -210px;
}
.sub_video_play {
    position: absolute;
    top: 25px;
    left: 160px;
}
.sub_video_play a{
    display: inline-block;
    background-color: var(--whitec);
    color: var(--brcolor);
    border-radius: 0px 50px 50px 50px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 23px;
    animation: witr-shadow 1s linear infinite;
}
.subscribe_form {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}
.subscribe_form input{
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    outline: 0;
    padding: 15px 30px;
    height: 70px;
}
.subscribe_form button {
    position: absolute;
    top: 4px;
    right: 5px;
    padding: 20px 30px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.subscribe_form p.form-messege{
    color: var(--whitec);
}
/*===== subscribe area end ====*/

/*======== brand area start  ==========*/
.brand_area {
    padding: 50px 0 50px;
    position: relative;
}
/* home 3 brand css */
.h3_brand_area{
    padding: 50px 0 50px;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area:hover .slick-prev ,.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======== brand area end  ==========*/

/*====== instructor register start  =====*/
.instructor_register_area{
    padding: 120px 0 120px;
}
.inner_instructor_form_area{
    max-width: 520px;
    margin: 0 auto;
    padding: 40px 0 32px 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 12%);
    border-radius: 5px;
}
.inner_instructor_form_main{
    padding: 24px 55px;
}
.inner_instructor_form_main h4{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
.inner_instruc_form input {
    width: 100%;
    display: block;
    border: 1px solid #dcdfe5;
    box-shadow: none;
    margin-bottom: 40px;
    border-radius: 4px;
    background: var(--whitec);
    line-height: 48px;
    padding: 0 0 0 20px;
    font-size: 16px;
    outline: none;
}
.inner_instruc_fbtn button {
    margin-top: -10px;
    width: 100%;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_instruc_fbtn button:hover{
    background-color: var(--bgcolor);
}
/*====== instructor register end  =====*/

/*======= shop area start =======*/
.shop_area {
    padding: 120px 0 100px;
}
/* single shop css */
.single_shop_page{
    padding: 100px 0 70px;
}
.inner_shop_area {
    padding: 0 0 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgb(222 222 222 / 72%);
}
.inner_shop_img img {
    width: 90%;
    margin: auto;
}
.single_shop_page .inner_sin_shop_img{
    margin-bottom: 30px;
}
.single_shop_page .inner_sin_shop_img img {
    width: 60%;
}
/* shop tab list css */
.tab_list_img {
    text-align: center;
}
.tab_list_img img {
    width: auto;
}
/* cart area css */
.cart_area{
    padding: 120px 0 120px;
}
/* product checkout css */
.product_checkout {
    padding: 110px 0 105px;
}
/* my account area css */
.my_accout_area {
    padding: 110px 0 100px;
}
/* portfolio area css */
.portfolio_area {
    padding: 115px 0 120px;
}
/*======== shop area end ======*/

/*======= contact service start ====*/
.contact_service_area {
    padding: 120px 0 50px;
}
.inner_contact_service {
    padding: 50px 30px 65px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.inner_contact_service i {
    font-size: 30px;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    line-height: 80px;
    display: inline-block;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_service:hover i{
    background-color: var(--bgcolor);
    color: var(--whitec);
    border-radius: 50%;
}
.inner_contact_service h3 a {
    display: inline-block;
    font-size: 22px;
    margin: 12px 0 10px;
}
.inner_contact_service p{
    margin: 0;
}
.inner_contact_area p.form-messege{
    color: var(--brcolor);
}
/*======= contact service end ======*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 50px 0 120px;
}
.inner_contact_area {
    padding: 60px 30px 50px 30px;
    box-shadow: 0 0 30px rgb(0 0 0 / 6%);
}
.inner_contact_area .section_title_area{
    margin-bottom: 40px;
}
/* inner contact form */
.inner_contact_form input {
    border: 1px solid #ddddddcc;
    outline: none;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 23px;
}
.inner_contact_form textarea {
    width: 100%;
    border: 1px solid #ddddddcc;
    outline: none;
    padding: 20px 20px;
}
textarea::placeholder {
    color: var(--paracolor);
}
.inner_contact_form button {
    margin-top: 18px;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
    font-family: Jost, sans-serif;
}
.inner_contact_form button:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_contact_map{
    width: 100%;
    height: 100%;
}
.inner_contact_map iframe {
    width: 100%;
    height: 100%;
}
/*======== contact area end  ==========*/

/*===== faq area start  ====*/
.faq_area{
    padding: 120px 0 90px;
}
.inner_faq_area {
    margin-bottom: 30px;
}
.inner_faq_area .section_title_area{
    margin-bottom: 30px;
}
.accordion-item {
    margin-bottom: 20px;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: var(--bgcolor2);
    color: var(--whitec);
}
.accordion-item .accordion-button {
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    border: none;
    box-shadow: 0 0 5px #dddddd7d;
}
/*===== faq area end  ====*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 65px 0 30px;
    position: relative;
}
/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2) rotate(3deg);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.1);
}
/* blog main all css */
.blog_main_all {
    padding: 22px 25px 25px;
    background-color: var(--whitec);
}
.inner_blog_content p{
    font-size: 14px;
}
.inner_blog_text {
    padding: 10px 0 0px;
    border-top: 1px solid #ebe2e2;
}
.inner_blog_text span {
    font-size: 14px;
    margin-right: 5px;
    color: var(--brcolor);
}
.inner_blog_text span i{
    margin-right: 6px;
    color: var(--brcolor);
}
.blog_left_shap , .blog_right_shap{
    position: absolute;
    top: -30px;
    z-index: -1;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
}
.blog_left_shap{
    left: -40px;
}
.blog_right_shap{
    right: 0;
}
/*======== blog area end  ==========*/

/*======== home 3 blog start ========*/
.h3_blog_area .blog_main_all {
    padding: 20px 25px 20px;
}
.h3_blog_area .inner_blog_text {
    border: none;
    padding: 0 0;
}
.h3_blog_area .inner_blog_text span{
    color: #888;
}
.h3_blog_area .inner_blog_content{
    padding: 15px 0 10px;
}
.h3_blog_btn a {
    font-size: 14px;
    font-weight: 600;
    color: var(--brcolor);
    font-family: Jost, sans-serif;
}
/* site blog page css */
.yblog_left{
    padding: 120px 0 90px;
}
.yblog_left_inner{
    margin-bottom: 30px;
}
.yblog_left_inner .inner_blog_text {
    border: none;
    padding: 0 0 10px;
}
.yblog_left_inner .inner_blog_content p{
    font-size: 16px;
}
/*======== home 3 blog end ========*/

/*======== register area start =======*/
.register_area{
    padding: 50px 0 0;
    position: relative;
    z-index: 111;
}
/* service register css */
.service_register{
    padding: 230px 0 120px;
}
.rigister_width {
    background-color: var(--whitec);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
}
.inner_register_area {
    padding: 40px 0px 40px 50px;
}
.responsive_title h2{
    font-size: 40px;
    font-weight: 400;
    color: var(--brcolor);
}
.inner_register_area .g_btn{
    margin-top: 35px;
}
.inner_register_area .g_btn a{
    border-radius: 0;
}
/*======== register area end =======*/

/*======== img area start =======*/
.img_area {
    padding: 70px 0 0;
    position: relative;
    z-index: 11;
}
.inner_img_area{
    position: relative;
    overflow: hidden;
}
.inner_img_area img{
    width: 100%;
}
.inner_img_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    transform: scale(0);
    transition: .5s;
}
.inner_img_area:hover .inner_img_overlay{
    transform: scale(1.2);
}
.inner_img_area a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-size: 20px;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--whitec);
    background: var(--brcolor);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_img_area:hover a{
    opacity: 1;
    visibility: visible;
}
/*======== img area end =======*/

/*======= footer area start  ========*/
.footer_area {
    padding: 120px 0 100px;
    position: relative;
    z-index: 1;
    margin: 0;
}
.about_footer{
    margin: 0 0;
    padding: 90px 0 55px;
}
.footer_widget>p {
    font-size: 14px;
    color: var(--whitec);
}
/* footer socail icon css */
.footer_socail_icons {
    margin-top: 30px;
}
.footer_socail_icons a {
    display: inline-block;
    color: var(--whitec);
    background: #ffffff30;
    font-size: 18px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
}
.footer_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* footer widget */
.footer_widget h2 {
    padding: 0 0 20px;
    margin-bottom: 15px;
    color: var(--whitec);
    position: relative;
}
.footer_widget h2::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 26%;
    border: 1px solid var(--brcolor);
}
/* footer time css */
.footer_time ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.footer_time ul li {
    padding: 0 0 10px;
    position: relative;
    font-size: 14px;
    color: var(--whitec);
    
}
.footer_nav ul li{
    list-style: none !important;
}
.footer_nav ul li a{
    color: var(--whitec) !important;
}
/* footer address area css */
.foot_sub_address h4 {
    color: var(--whitec);
    font-size: 16px;
    margin: 0 0 5px;
}
.foot_sub_address p{
    font-size: 14px;
    color: var(--whitec);
}

/* footer widget sub img */
.footer_wid_sub_img {
    margin-top: 20px;
}
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
/*======== footer area end  ==========*/

/*======== copyright area start  ==========*/
.copyright_area {
    background-color: var(--brcolor);
    padding: 20px 0 20px;
    position: relative;
    z-index: 1;
}
.copyright_text p{
    color: var(--whitec);
    margin: 0;
}
.copy_right_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.copy_right_menu ul li {
    display: inline-block;
    margin-left: 15px;
}
.copy_right_menu ul li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.copy_right_area{
    padding-top:10px;
    color: #fff;
    background: #000;
}
/*======== copyright area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}

/* blog and portfolio all color css */
.portfolio_nav ul li.current_menu_item,
.portfolio_nav ul li:hover,
.port_content_center a:hover,
.inner_portfolio_lower_nav ul li a.current,
.inner_portfolio_lower_nav ul li a:hover,
.ycalender_inner h5,
.ycalender_inner td.active,
.inner_project_in_icon a:hover,
.inner_sin_com_btn button,
.pay_sub_btn button,
.inner_my_accout_form_btn a ,
.inner_cart_btn a,
.shop_quenty button,
.shop_btn_area a  {
    background-color: var(--brcolor);
    color: var(--whitec);
}
.pay_sub_btn button:hover,
.inner_my_accout_form_btn a:hover,
.inner_cart_btn a:hover,
.tab_list_socail_icon a:hover,
.shop_btn_area a:hover,
.inner_shop_icons a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.port_content_center h2 a:hover{
    background: none;
    color: var(--brcolor);
}
.port_content_center p{
    color: var(--whitec);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}
.h3_work_item2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.work_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    perspective: 1200px;
    /* 3D için perspektif */
}

.work_card {
    flex: 0 0 32%;
    background: linear-gradient(145deg, #ffffff, #e6f0ff);
    border-radius: 25px;
    padding: 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s, box-shadow 0.5s;
    transform-style: preserve-3d;
}

.work_card:hover {
    transform: rotateY(10deg) rotateX(5deg) translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.h2_inner_work_area {
    text-align: center;
}

.img_wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1D4ED8, #3B82F6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.5s;
}

.img_wrapper img {
    width: 60%;
    height: 60%;
    object-fit: cover;
    border-radius: 50%;
}

.work_card:hover .img_wrapper {
    transform: translateZ(20px) scale(1.1);
}

.h2_inner_work_area h2 {
    color: #1D4ED8;
    font-size: 1.5rem;
    margin-bottom: 12px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.h2_inner_work_area p {
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
}
.about_area {
    padding: 100px 0;
    background: linear-gradient(135deg, #f9faff, #e6f0ff);
    position: relative;
    overflow: hidden;
}

/* IMAGE SIDE */
.custom_image_wrapper {
    position: relative;
    perspective: 1200px;
}

.custom_image_wrapper img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.5s, box-shadow 0.5s;
}

.custom_image_wrapper img:hover {
    transform: rotateY(10deg) rotateX(5deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

/* floating shapes */
.floating_shapes span {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    animation: float 6s ease-in-out infinite;
}

.floating_shapes .shape1 {
    width: 50px;
    height: 50px;
    background: #1D4ED8;
    top: 10%;
    left: 20%;
}

.floating_shapes .shape2 {
    width: 30px;
    height: 30px;
    background: #3B82F6;
    bottom: 20%;
    right: 15%;
}

.floating_shapes .shape3 {
    width: 40px;
    height: 40px;
    background: #60A5FA;
    top: 50%;
    right: 40%;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

/* TEXT SIDE */
.custom_text_area {
    padding: 20px;
}

.section_title_area h2 {
    font-size: 2.5rem;
    color: #1D4ED8;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #1D4ED8, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: slideInTop 1s ease forwards;
}

.section_title_area h3 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 20px;
    animation: slideInTop 1.2s ease forwards;
}

.section_title_area p {
    font-size: 1rem;
    color: #555;
    line-height: 1.8;
    margin-bottom: 30px;
    animation: fadeIn 1.5s ease forwards;
}

/* feature list */
.feature_list {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.feature_item {
    background: linear-gradient(135deg, #1D4ED8, #3B82F6);
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.feature_item:hover {
    transform: translateY(-5px);
}

/* button */
.btn_custom {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #1D4ED8, #3B82F6);
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
}

.btn_custom:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* animations */
@keyframes slideInTop {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* responsive */
@media (max-width: 992px) {
    .about_area {
        padding: 80px 0;
    }
}

@media (max-width: 768px) {
    .about_area {
        padding: 60px 0;
    }

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

    .section_title_area h3 {
        font-size: 1.2rem;
    }

    .feature_list {
        justify-content: center;
    }
}
.project_img_area {
    margin-top: 50px;
    background: linear-gradient(135deg, #f9faff, #cbe0ff) !important;
    padding-top: 50px;
}

.custom_project_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.custom_project_card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
    max-width: 400px;
    /* büyük kart */
    margin: 0 auto;
    margin-bottom: 40px;
}

.custom_project_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.custom_project_card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.project_content {
    padding: 20px;
    text-align: center;
}

.project_content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1D4ED8;
}

.project_content h2 a {
    text-decoration: none;
    color: inherit;
}

.project_content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* responsive */
@media (max-width: 1024px) {
    .custom_project_card {
        max-width: 350px;
    }

    .custom_project_card img {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .custom_project_card {
        max-width: 100%;
    }

    .custom_project_card img {
        height: 200px;
    }
}
.testimonial_area {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.testimonial_title {
    font-size: 3rem;
    color: #f1f1f1 !important;
    position: relative;
    z-index: 1;
}

.testimonial_subtitle {
    font-size: 1.5rem;
    color: #1D4ED8;
    margin-bottom: 50px;
}

.testimonial_card {
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    padding: 30px;
    margin: 20px auto;
    max-width: 700px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.4s, box-shadow 0.4s;
}

.testimonial_card:hover {
    transform: scale(1.05) rotate(-1deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}

.testimonial_bubble {
    position: absolute;
    top: -30px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #ff3c78;
    border-radius: 50%;
    z-index: 0;
    animation: floatBubble 4s ease-in-out infinite;
}

@keyframes floatBubble {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }
}

.testimonial_content p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 25px;
}

.testimonial_author {
    display: flex;
    align-items: center;
    gap: 15px;
}

.author_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #1D4ED8;
    flex-shrink: 0;
}

.author_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author_info h4 {
    margin: 0;
    font-size: 1.2rem;
    color: #1D4ED8;
}

.author_info p {
    margin: 0;
    font-size: 0.9rem;
    color: #ff3c78;
}
.blog_area {
    position: relative;
    padding: 120px 0;
    background: #f3faff;
    /* Genel section arka planı düz, açık renk */
    overflow: hidden;
}

.blog_title,
.blog_subtitle {
    background: linear-gradient(135deg, #1D4ED8, #498dfc, #1D4ED8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-bottom: 60px;
}

.blog_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.blog_item {
    position: relative;
    transition: transform 0.3s;
}

.blog_item:hover {
    transform: scale(1.05) rotate(-1deg);
    z-index: 5;
}

.blog_card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}

.blog_img_wrapper {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.blog_img_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.blog_item:hover .blog_img_wrapper img {
    transform: scale(1.1) rotate(2deg);
}

.blog_img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.3), rgba(73, 141, 252, 0.3), rgba(29, 78, 216, 0.3));
    pointer-events: none;
}

.blog_date_bubble {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(135deg, #1D4ED8, #498dfc, #1D4ED8);
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: bold;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.blog_content {
    padding: 20px;
}

.blog_content h3 a {
    font-size: 1.2rem;
    background: linear-gradient(135deg, #1D4ED8, #498dfc, #1D4ED8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: color 0.3s;
}

.blog_content h3 a:hover {
    color: #fff;
}

/* Floating shapes */
.blog_floating_shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.blog_floating_shapes .shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    animation: floatShape 6s ease-in-out infinite alternate;
}

.shape1 {
    width: 80px;
    height: 80px;
    background: #1D4ED8;
    top: 10%;
    left: 5%;
}

.shape2 {
    width: 50px;
    height: 50px;
    background: #498dfc;
    top: 30%;
    right: 10%;
}

.shape3 {
    width: 100px;
    height: 100px;
    background: #1D4ED8;
    bottom: 15%;
    left: 20%;
}

@keyframes floatShape {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}