﻿@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Merriweather&family=Montserrat:wght@300;400&family=Playfair+Display:wght@400;500&family=Poppins:wght@100&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Rubik&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Merriweather&family=Montserrat:wght@300;400&family=Playfair+Display:wght@400;500&family=Poppins:wght@100;300&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Rubik&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Merriweather&family=Montserrat:wght@300;400&family=Playfair+Display&family=Poppins:wght@100;300&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Rubik&family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Merriweather&family=Montserrat:wght@300;400&family=Playfair+Display&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Rubik&family=Sacramento&family=Source+Sans+Pro:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Abyssinica+SIL&family=Alkalami&family=Aref+Ruqaa+Ink:wght@700&family=Bungee+Spice&family=Courgette&family=Domine&family=Kalam&family=Libre+Baskerville:wght@400;700&family=Merriweather&family=Montserrat:wght@300;400&family=Playfair+Display&family=Poppins:wght@100;300;400&family=Roboto+Condensed:wght@700&family=Roboto+Slab&family=Rubik&family=Sacramento&family=Source+Sans+Pro:wght@300;400&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after,
    #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

    #cssmenu img {
        width: 90px;
        height: 75px;
    }

#cssmenu {
    font-family: Montserrat, sans-serif;
    background: #af0a27;
    box-shadow: 1px 2px 2px #00000063;
}

    #cssmenu > ul > li {
        float: left;
    }

    #cssmenu .menubar {
        margin-left: 330px;
    }

    #cssmenu.align-center > ul {
        font-size: 0;
        text-align: center;
    }

        #cssmenu.align-center > ul > li {
            display: inline-block;
            float: none;
        }

    #cssmenu.align-center ul ul {
        text-align: left;
    }

    #cssmenu.align-right > ul > li {
        float: right;
    }

    #cssmenu > ul > li > a {
        padding-top: 30px;
        padding-right: 41px;
        /* padding: 17px;*/
        font-size: 12px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 700;
        text-transform: uppercase;
    }

    #cssmenu > ul > li:hover > a {
        color: #ffffff;
    }

    #cssmenu > ul > li.has-sub > a {
        padding-right: 30px;
    }

        #cssmenu > ul > li.has-sub > a:after {
            position: absolute;
            top: 33px;
            right: 11px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu > ul > li.has-sub > a:before {
            position: absolute;
            top: 30px;
            right: 14px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
            -webkit-transition: all .25s ease;
            -moz-transition: all .25s ease;
            -ms-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease;
        }

    #cssmenu > ul > li.has-sub:hover > a:before {
        top: 23px;
        height: 0;
    }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

    #cssmenu.align-right ul ul {
        text-align: right;
    }

    #cssmenu ul ul li {
        height: 0;
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu li:hover > ul {
        left: auto;
    }

    #cssmenu.align-right li:hover > ul {
        left: auto;
        right: 0;
    }

    #cssmenu li:hover > ul > li {
        height: 35px;
    }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu.align-right ul ul ul {
        margin-left: 0;
        margin-right: 100%;
    }

    #cssmenu ul ul li a {
        border-bottom: 1px solid rgba(150, 150, 150, 0.15);
        padding: 11px 15px;
        width: 170px;
        font-size: 12px;
        text-decoration: none;
        color: #dddddd;
        font-weight: 400;
        background: #333333;
    }

    #cssmenu ul ul li:last-child > a,
    #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ffffff;
    }

    #cssmenu ul ul li.has-sub > a:after {
        position: absolute;
        top: 16px;
        right: 11px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }

    #cssmenu.align-right ul ul li.has-sub > a:after {
        right: auto;
        left: 11px;
    }

    #cssmenu ul ul li.has-sub > a:before {
        position: absolute;
        top: 13px;
        right: 14px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
        -webkit-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
    }

    #cssmenu.align-right ul ul li.has-sub > a:before {
        right: auto;
        left: 14px;
    }

    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul {
            text-align: left;
        }

        #cssmenu ul li {
            width: 100%;
            border-top: 1px solid rgba(120, 120, 120, 0.2);
        }

        #cssmenu ul ul li,
        #cssmenu li:hover > ul > li {
            height: auto;
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
                border-bottom: 0;
            }

        #cssmenu > ul > li {
            float: none;
        }

        #cssmenu ul ul li a {
            padding-left: 25px;
        }

        #cssmenu ul ul ul li a {
            padding-left: 35px;
        }

        #cssmenu ul ul li a {
            color: #dddddd;
            background: none;
        }

        #cssmenu ul ul li:hover > a,
        #cssmenu ul ul li.active > a {
            color: #ffffff;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul,
        #cssmenu.align-right ul ul {
            position: relative;
            left: 0;
            width: 100%;
            margin: 0;
            text-align: left;
        }

            #cssmenu > ul > li.has-sub > a:after,
            #cssmenu > ul > li.has-sub > a:before,
            #cssmenu ul ul > li.has-sub > a:after,
            #cssmenu ul ul > li.has-sub > a:before {
                display: none;
            }

        #cssmenu #menu-button {
            display: block;
            padding: 17px;
            color: #dddddd;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 700;
        }

            #cssmenu #menu-button:after {
                position: absolute;
                top: 22px;
                right: 17px;
                display: block;
                height: 4px;
                width: 20px;
                border-top: 2px solid #dddddd;
                border-bottom: 2px solid #dddddd;
                content: '';
            }

            #cssmenu #menu-button:before {
                position: absolute;
                top: 16px;
                right: 17px;
                display: block;
                height: 2px;
                width: 20px;
                background: #dddddd;
                content: '';
            }

            #cssmenu #menu-button.menu-opened:after {
                top: 23px;
                border: 0;
                height: 2px;
                width: 15px;
                background: #ffffff;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #cssmenu #menu-button.menu-opened:before {
                top: 23px;
                background: #ffffff;
                width: 15px;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 99;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.2);
            height: 46px;
            width: 46px;
            cursor: pointer;
        }

            #cssmenu .submenu-button.submenu-opened {
                background: #262626;
            }

        #cssmenu ul ul .submenu-button {
            height: 34px;
            width: 34px;
        }

        #cssmenu .submenu-button:after {
            position: absolute;
            top: 22px;
            right: 19px;
            width: 8px;
            height: 2px;
            display: block;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:after {
            top: 15px;
            right: 13px;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            background: #ffffff;
        }

        #cssmenu .submenu-button:before {
            position: absolute;
            top: 19px;
            right: 22px;
            display: block;
            width: 2px;
            height: 8px;
            background: #dddddd;
            content: '';
        }

        #cssmenu ul ul .submenu-button:before {
            top: 12px;
            right: 16px;
        }

        #cssmenu .submenu-button.submenu-opened:before {
            display: none;
        }
}


#banner {
    width: 100%;
    height: 610px;
    background-image: linear-gradient(#af0a27,#af0a27);
}

    #banner h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 45px;
        padding-top: 56px;
        padding-left: 271px;
        font-family: 'Playfair Display', serif;
    }

    #banner p {
        color: #ffffff;
        font-size: 18px;
        padding-top: 12px;
        font-weight: 500;
        padding-left: 314px;
        padding-bottom: 19px;
        font-family: 'Poppins', sans-serif;
    }

    #banner a {
        color: #ffffff;
        background-color: #af0a2700;
        box-shadow: 2px 2px 14px 2px #00000063;
        margin-left: 473px;
        border-radius: 15px;
        padding: 10px 22px;
        text-decoration: none;
    }

    #banner img {
        margin-left: 120px;
        width: 85%;
        height: auto;
        animation: bannerimg 9000ms infinite;
    }

@keyframes bannerimg {
    20% {
        transform: rotate(-1deg);
    }

    22% {
        transform: rotate(1deg);
    }

    24% {
        transform: rotate(-1deg);
    }

    28% {
        transform: rotate(1deg);
    }

    30% {
        transform: rotate(-1deg);
    }

    45% {
        transform: rotate(1deg);
    }

    50% {
        transform: rotate(0deg);
    }
}


#courses_categories {
    margin-top: 150px;
   
}

    #courses_categories h2 {
        padding-left: 561px;
        /*   padding-bottom: 70px;*/
        text-transform: capitalize;
        font-family: 'Playfair Display', serif;
    }

    #courses_categories img {
        padding-left: 33rem;
    }

.career_card i {
    color: #af0a27;
    padding-left: 33px;
    font-size: 30px
}

.career_card h6 {
    color: #141010;
    padding-top: 13px;
    text-align: center;
}

.career_card {
    padding: 8px;
    box-shadow: 2.5px 2.5px #a9a1a154, -2.5px -2.5px #a9a1a154;
}

    .career_card:hover {
        box-shadow: 2.5px 2.5px #a9a1a154, -2.5px -2.5px #a9a1a154;
        background-color: #af0a27;
    }

        .career_card:hover i, .career_card:hover h6 {
            color: #fff;
        }

#top_cources {
    margin-top: 100px;
  
}

    #top_cources h2 {
        /*        padding-left: 337px;
*/ /*   padding-bottom: 70px;*/
        text-transform: capitalize;
        padding-bottom: 9px;
        font-family: 'Playfair Display', serif;
    }

    #top_cources p {
        font-size: 1.0625rem;
        font-weight: 400;
        /*color: #606060;*/
        color: #443e3e;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

    #top_cources a {
        border-color: transparent;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #00000063;
        padding: 8px 23px;
        border-radius: 30px;
    }

        #top_cources a:hover {
            background-color: #af0a27;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            border: 1px solid #af0a27;
            padding: 8px 23px;
            border-radius: 30px;
        }

.top_cources {
    background-color: transparent;
    box-shadow: 2.5px 2.5px #a9a1a154, -2.5px -2.5px #a9a1a154;
}

    .top_cources img:hover {
        opacity: 0.4;
    }

    .top_cources h4 {
        color: #000;
        font-size: 19px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Noto Serif Gujarati', serif;
    }

    .top_cources p {
        font-size: 1.0625rem;
        font-weight: 400;
        /* color: #606060; */
        color: #443e3e;
        text-align: justify;
        letter-spacing: -0.7px;
        font-family: 'Source Sans Pro', sans-serif;
    }

    .top_cources span {
        color: #af0a27;
        font-weight: 700;
        font-size: 19px;
    }

#Popular_Cources {
    margin-top: 100px;
    margin-bottom: 150px;
}

    #Popular_Cources p {
        padding-bottom: 50px;
    }

    #Popular_Cources h2 {
        /*        padding-left: 337px;*/
        padding-bottom: 9px;
        text-transform: capitalize;
        font-family: 'Playfair Display', serif;
    }

    #Popular_Cources p {
        font-size: 1.0625rem;
        font-weight: 400;
        /*color: #606060;*/
        color: #443e3e;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

.popular_card1 {
    background: linear-gradient(#db1e7aa6,#db1e7aa6),url(../images/bb.png);
    color: #fff;
    text-align: center;
}

    .popular_card1 h6 {
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Noto Serif Gujarati', serif;
    }

.popular_card2 {
    background: linear-gradient(#7c0dd3,#7c0dd3b3),url(../images/bb.png);
    color: #fff;
    text-align: center;
}

    .popular_card2 h6 {
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Noto Serif Gujarati', serif;
    }


.popular_card3 {
    background: linear-gradient(#0504aab8,#0504aacc),url(../images/bb.png);
    color: #fff;
    text-align: center;
}

    .popular_card3 h6 {
        font-size: 22px;
        color: #ffffff;
        letter-spacing: 0.3px;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Noto Serif Gujarati', serif;
    }

#best_seller {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #best_seller a {
        border-color: transparent;
        color: #000;
        font-weight: bold;
        text-decoration: none;
        border: 1px solid #00000063;
        padding: 8px 23px;
        border-radius: 30px;
    }

        #best_seller a:hover {
            background-color: #af0a27;
            color: #ffffff;
            font-weight: bold;
            text-decoration: none;
            border: 1px solid #af0a27;
            padding: 8px 23px;
            border-radius: 30px;
        }

    #best_seller h2 {
        /* padding-left: 337px;*/
        padding-bottom: 9px;
        text-transform: capitalize;
        font-family: 'Playfair Display', serif;
    }

    #best_seller p {
        font-size: 16px;
        font-weight: 400;
        color: #443e3e;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

#your_goal {
    margin-top: 100px;
    background-image: url('../images/wave-bg (1).png');
    background-repeat: no-repeat;
    background-size: cover;
}

    #your_goal h2 {
        text-transform: capitalize;
        padding-bottom: 9px;
        font-family: 'Playfair Display', serif;
    }

    #your_goal p {
        font-size: 1.0625rem;
        font-weight: 400;
        /*color: #606060;*/
        color: #443e3e;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif;
    }

.goal_card {
    box-shadow: -22px 2px 63px -1px #6c6c6c1f;
    border: none;
    background-color: #ffffff36;
}


#your_goal .goal_card img {
    /*  margin-left: 105px;*/
    height: 71px;
    padding-left: 94px;
}

#your_goal .goal_card h6 {
    font-weight: 700;
    padding-top: 10px;
    text-align: center;
    color: #000;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Noto Serif Gujarati', serif;
}

#your_goal .goal_card p {
    font-size: 16px;
    font-weight: 400;
    color: #443e3e;
    text-align: center;
    letter-spacing: 0.3px;
    font-family: 'Source Sans Pro', sans-serif
}

#testimonials {
    margin-top: 100px;
    margin-bottom: 100px;
}

    #testimonials h2 {
        text-transform: capitalize;
        padding-bottom: 0px;
        text-align: center;
        font-size: 23px;
        font-family: 'Playfair Display', serif;
    }

    #testimonials img {
        width: 74%;
    }

    #testimonials .testcontainer {
        padding-left: 10rem;
    }

#blogs h2 {
    /* padding-left: 337px;*/
    padding-bottom: 9px;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

#blogs p {
    font-size: 16px;
    font-weight: 400;
    color: #443e3e;
    letter-spacing: 0.3px;
    padding-bottom: 20px;
    font-family: 'Source Sans Pro', sans-serif
}

.blog_card i {
    color: #4a4949f7;
    padding-left: 18px;
}

.blog_card {
    box-shadow: 0px 0px 10px 5px #97959559;
    border: none;
}

.blog_body {
    padding-top: 10px;
    padding-left: 23px;
}

    .blog_body h5 {
        font-size: 19px;
        font-weight: 600;
    }

    .blog_body p {
        font-size: 15px;
        font-weight: 400;
        text-align: justify;
        color: #443e3e;
    }

    .blog_body a {
        color: #af0a27;
        font-weight: 700;
        padding-right: 39px;
        text-decoration: none;
    }

#instructor {
    background-image: url('../images/bg11.jpg');
    height: 340px;
    margin-top: 100px;
}

    #instructor h2 {
        text-align: center;
        padding-top: 6rem;
        padding-bottom: 31px;
        text-transform: capitalize;
        font-family: 'Playfair Display', serif
    }

.file-name {
    position: relative;
    overflow: hidden;
    line-height: 23px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 17px;
    vertical-align: middle;
    width: 399px;
    border: -2px solid #dbdbdb;
    border-radius: 0;
    height: calc(2em + 0.75rem + 2px);
}

.btn {
    background: #af0a27;
    border: none;
    border-radius: 0;
    width: 117px;
    /* border-radius: 12px; */
    height: 48px;
    box-sizing: border-box;
    padding: -3px 1px;
    transition: all 0.6s;
    color: #fff;
    FONT-WEIGHT: 600;
    font-size: 12px;
    vertical-align: middle;
    text-transform: uppercase;
     margin-left: 20rem; 
    position: absolute;
}

    .btn:hover {
        background: #333333;
        box-shadow: 0 0 5px #dddddd;
        color: #ffffff;
    }
/*  ........footer section.............*/
/*footer*/
#footer {
    padding: 20px;
    position: relative;
    background-size: cover;
    z-index: 1;
    background: #34288f;
}

.footer_heading h2 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.footer_heading i {
    color: #fff;
    font-size: 20px;
    padding-right: 20px;
}

    .footer_heading i:hover {
        color: #af0a27;
        font-size: 20px;
    }



#footer p {
    color: #fff
}

#footer h5 {
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}
/*-------------------------about page---------------*/
#about_banner {
    width: 100%;
    height: 400px;
    background-image: linear-gradient(#af0a27,#af0a27);
}
/*text-effect*/
.text-effect {
    position: absolute;
    top: 5rem;
    top: 6rem;
    left: 52rem;
    color: #fff;
    font-family: 'Rubik Dirt', cursive;
    font-size: 100px;
    text-align: center;
    animation: looperFrames 4s linear infinite;
}

@keyframes looperFrames {
    0% {
        transform: translateY(0px)rotate(-5deg);
    }

    25% {
        transform: translateY(18px);
    }

    50% {
        transform: translateY(0px) rotate(5deg);
    }

    75% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0px) rotate(-5deg);
    }
}

@media only screen and (max-width: 990px) {
    .text-effect {
        font-size: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .text-effect {
        font-size: 60px;
    }
}

@media only screen and (max-width: 576px) {
    .text-effect {
        font-size: 45px;
    }
}

#about1 {
    margin-top: 100px;
    background-repeat: no-repeat;
    background-image: url('../images/our-courses-left-dec1.png');
    background-size: contain;
    background-repeat: no-repeat
}

    #about1 h2 {
        text-transform: capitalize;
        font-family: 'Playfair Display', serif
    }

    #about1 p {
        font-size: 1.0625rem;
        font-weight: 400;
        color: #443e3e;
        text-align: justify;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

.about_dot {
    width: 29%;
    height: 400px;
}


#aboutus {
    margin-top: 150px;
    margin-bottom: 150px;
    margin-left: 0px;

}

    #aboutus h2 {
        text-transform: capitalize;
        font-family: 'Playfair Display', serif
    }

    #aboutus p {
        font-size: 1.0625rem;
        font-weight: 400;
        /*color: #606060;*/
        color: #443e3e;
        text-align: justify;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

    #aboutus i {
        color: #af0a27;
    }

.about_card {
    height: 20rem;
    box-shadow: 1px 2px 3px 3px #64575747;
    padding: 2px
}

    .about_card h6 {
        font-size: 16px;
        color: #000;
        text-transform: capitalize;
        font-weight: 700;
        font-family: 'Noto Serif Gujarati', serif;
    }

    .about_card p {
        font-size: 15px;
        font-weight: 400;
        color: #443e3e;
        text-align: justify;
        letter-spacing: 0.3px;
        font-family: 'Source Sans Pro', sans-serif
    }

.abouthead {
    position: absolute;
    top: 12rem;
    left: 25rem;
    color: #fff;
    font-family: 'Rubik Dirt', cursive;
    font-size: 85px;
}
.about_row {
    margin-bottom: 112px
}
/*accordians*/
content {
    max-width: calc(100vw - 20px);
    margin: 0 auto 150px;
}

.accordion {
    max-width: 600px;
    margin: 50px auto;
    display: grid;
    grid-gap: 15px;
}

.accordion__block-title {
    font-weight: bold;
    font-size: 14px;
    color: #424242;
    text-transform: uppercase;
}

.accordion__item {
    display: block;
    padding: 20px;
    cursor: pointer;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: all 150ms ease;
}

    .accordion__item:not(:last-child) {
        border-bottom: 1px solid #fafafa;
    }

.accordion__title {
    font-size: 16px;
    color: #af0a27;
    line-height: 1.5;
    transition: all 150ms ease;
    position: relative;
    padding-right: 30px;
    font-family: 'Noto Serif Gujarati', serif;
}

    .accordion__title::after, .accordion__title::before {
        content: "";
        width: 16px;
        height: 2px;
        background-color: #666;
        position: absolute;
        right: 0;
        top: 8px;
        transition: all 150ms ease;
    }

    .accordion__title::after {
        transform: rotate(90deg);
    }

.accordion__content {
    transform: translateY(50%);
    color: #181010;
    font-size: 16px;
    line-height: 1.5;
    max-height: 0;
    opacity: 0;
    transition: all 150ms ease;
    font-family: 'Poppins', sans-serif;
}

.accordion__item [type=checkbox], .accordion__item [type=radio] {
    display: none;
}

    .accordion__item [type=radio]:checked + .accordion__title, .accordion__item [type=checkbox]:checked + .accordion__title {
        margin-bottom: 10px;
        font-size: 22px;
    }

        .accordion__item [type=radio]:checked + .accordion__title::after, .accordion__item [type=checkbox]:checked + .accordion__title::after {
            transform: rotate(45deg);
        }

        .accordion__item [type=radio]:checked + .accordion__title::before, .accordion__item [type=checkbox]:checked + .accordion__title::before {
            transform: rotate(-45deg);
        }

        .accordion__item [type=radio]:checked + .accordion__title + .accordion__content, .accordion__item [type=checkbox]:checked + .accordion__title + .accordion__content {
            transform: translateY(0);
            max-height: none;
            opacity: 1;
        }
/*end accordians*/


/*-------contact us  page--------*/
#contact_info {
    margin-top: 100px;
    margin-bottom: 100px;
   
}

    #contact_info .contact_card {
        text-align: center;
        border: 5px solid #EEF2F6;
        box-shadow: 1px 2px 3px #eef2f64a;
        padding: 50px 25px;
        background: #00ffff00;
        backdrop-filter: blur(2px);
    }

.contact_card h2 {
    font-family: "Exo", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 23px;
}

.contact_card p {
    font-size: 18px;
    color: #222;
    padding-top: 10px;
    color: #545050
}

.contact_card i {
    color: #af0a27;
    font-size: 35px;
    padding-bottom: 20px;
}

#contact {
    margin-top: 100px;
    margin-bottom: 100px;
    background-image: url('../images/our-courses-left-dec1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

    #contact h3 {
        font-size: 25px;
        font-weight: 700;
    }

    #contact p {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 600;
        font-size: 18px
    }
/*-----------------legal page-----------*/
#documents {
    margin-top: 100px;
    margin-bottom: 100px;
   background-image: url('../images/wave-bg.png');
   background-size:cover;
   background-repeat:no-repeat;

}

.legal {
    padding-left: 10rem;
}

@media screen and (max-width:425px) {
    #banner {
        width: 100%;
        height: 486px;
        background-image: linear-gradient(#af0a27,#af0a27);
    }

    #cssmenu .menubar {
        margin-left: 0px;
    }

    #banner h1 {
        color: #ffffff;
        font-weight: 700;
        font-size: 38px;
        padding-top: 56px;
        padding-left: 18px;
        text-align: center;
    }

    #banner p {
        font-size: 13px;
        padding-top: 23px;
        padding-left: 30px;
        padding-bottom: 19px;

    }


    #banner a {
        margin-left: 115px;
    }

    #banner img {
        margin-left: 13px;
        width: 100%;
        padding-top: 37px;
    }

    #courses_categories {
        margin-left: 0px;
    }

        #courses_categories h2 {
            padding-left: 76px;
        }

        #courses_categories img {
            padding-left: 2rem;
            margin-top: -24px;
        }

    #courses_categories {
        margin-top: 73px;
    }

    .popular_card1 {
        height: 61px;
        width: 100px;
    }

    .popular_card2 {
        height: 61px;
        width: 100px;
    }

    .popular_card3 {
        height: 61px;
        width: 100px;
    }

    .popular_card1 h6 {
        font-size: 12px;
    }

    .popular_card2 h6 {
        font-size: 12px;
    }

    .popular_card3 h6 {
        font-size: 12px;
    }

    #top_cources {
        margin-top: 33px;
        padding: 22px;
    }

    #Popular_Cources {
        margin-top: 34px;
        padding: 22px;
    }

    #Popular_Cources {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        #Popular_Cources p {
            padding-bottom: 10px;
        }

    #best_seller {
        margin-top: 16px;
        padding: 27px;
    }

    #your_goal {
        margin-top: 2px;
        padding: 22px;
    }

        #your_goal p {
            padding-bottom: 22px;
        }

    .goal_card {
        margin-bottom: 31px;
    }

    #testimonials {
        margin-top: -6px;
        margin-bottom: 54px;
    }

    #blogs {
        PADDING: 20px
    }

    .blog_card {
        box-shadow: 0px 4px 19px 1px #97959559;
        /* border: none; */
    }

    #adjust_client {
        margin-left: 0px;
        margin-top: 50px;
    }

    #instructor {
        background-image: url(../images/bg11.jpg);
        height: 254px;
        margin-top: 17px;
        margin-bottom: 0px;
    }

    #testimonials img {
        width: 100%;
    }

    .btn {
        width: 80px;
    }
    /*   about use page*/
    .abouthead {
        top: 8rem;
        left: 3rem;
        font-size: 60px;
        text-align: center;
    }

    #about_banner {
        width: 100%;
        height: 291px;
        background-image: linear-gradient(#af0a27,#af0a27);
    }

    .about_dot {
        width: 60%;
        height: 286px;
    }
    #aboutus p {
      
        letter-spacing: 0px;
      
    }

   
    #aboutus {
        margin-top: 46px;
        margin-bottom: 100px;
    }
    .accordion__content {
        font-size: 14px;
    }
    .legal {
        padding-left: 5rem;
    }
    .buisness {
        padding: 0px;
    }
    .about_card {
        height: 20rem;
        margin-left: 53px;
 
        box-shadow: 1px 2px 3px 3px #64575747;
        padding: 5px;
        padding-bottom: 37px;
        margin-bottom: 22px;
    }
}
