﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Mont-Light";
    font-weight: 600;
    font-style: normal;
}

a {
    color: #337ab7;
    text-decoration: none;
}

b{
    font-family: 'Mont-Bold';
}

.info-table th{
    font-family: 'Mont-Bold';
}

.form-group label{
    font-family: 'Mont-Bold';
}

.alert-success,.alert-success th, .alert-success td {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.alert-danger,.alert-danger th, .alert-danger td {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}
.alert-warning,.alert-warning th, .alert-warning td {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}
.alert-info,.alert-info th, .alert-info td {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}


.price-txt h3 {
    font-size: 26px !important;
    color: #ffff;
    font-weight: 700;
}

.price-txt h5 {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.60);
    font-weight: 700;
}

.sale-shape {
    left: 35px;
    top: -5px;
}

.sale-content {
    left: 45px;
    top: -15px
}

.sale {
    height: 25px;
    width: auto;
}
.black-friday .banner-pink {
    background-color: #9152FC;
}

.bg-christmas .banner-pink {
    background-color: #254F15;
}

.black-friday h3, .bg-christmas h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 800;
    padding-left: 10px;
}

.black-friday .was, .bg-christmas .was {
    font-style: italic;
    font-weight: 300;
    text-decoration:line-through;
}

.black-friday h4 span, .bg-christmas h4 span {
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    text-decoration: line-through;
}

.black-friday {
    background-image: url(../img/banner/blackfriday/black-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px 0px 0px 100px;
}

.bg-christmas {
    background-image: url(../img/banner/christmas/bg-christmas.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100px 0px 0px 100px;
}
.flogo {
    width: 80%;
    margin: 0px;
}

.dis-txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .dis-txt h5 {
        font-size: 24px;
        color: #fff;
        font-weight: 900;
    }

    .dis-txt h6 {
        font-size: 13px;
        color: #fff;
        font-weight: 700;
    }

.offer-position {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left:auto;
}

.mb-30 {
    margin-bottom: 30px;
}

.mount-old {
    text-decoration: line-through;
    text-decoration-color:red;
}


/* banner */
#banner-blackfriday .br-10 {
    border-radius: 10px;
}

#banner-blackfriday li {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#banner-blackfriday h5 {
    color: #fff;
    font-weight: 700;
    width: 50%;
    text-align: center
}

#banner-blackfriday h3 {
    color: #5D91F9;
    font-weight: 700;
    font-size: 38px;
}

#banner-blackfriday #hours::before, #banner #minutes::before, #banner #seconds::before {
    content: ':';
    position: absolute;
    color: #5D91F9;
    left: -50%;
}

#banner-blackfriday #hours, #banner #minutes, #banner #seconds {
    position: relative;
}

#banner-blackfriday .btn-greadiant {
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(-90deg, #5D91F9 0%, #C823FF 100%);
    border-radius: 100px;
    box-shadow: 0px 0px 50px rgba(200, 35, 255, 0.5);
    padding: 8px 25px !important;
}

#banner-blackfriday .banner {
    background-image: url(../img/banner/blackfriday/bg-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* banner */

/* banner-chrismas */
#banner-chrismas .br-10 {
    border-radius: 10px;
}

#banner-chrismas li {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#banner-chrismas h5 {
    color: #000000;
    font-weight: 700;
}

#banner-chrismas h3 {
    color: #EA0F0D;
    font-weight: 700;
    font-size: 38px;
}

#banner-chrismas #hours::before, #banner-chrismas #minutes::before, #banner-chrismas #seconds::before {
    content: ':';
    position: absolute;
    color: #EA0F0D;
    left: -50%;
}

#banner-chrismas #hours, #banner-chrismas #minutes, #banner-chrismas #seconds {
    position: relative;
    color: #EA0F0D;
}

#banner-chrismas .btn-greadiant {
    font-weight: 600;
    color: #000000;
    background-color: #EA0F0D;
    color: #fff;
    border-radius: 100px;
    box-shadow: 0px 0px 50px rgba(234, 15, 13, 0.1);
    padding: 8px 25px !important;
}

#banner-chrismas .banner {
    background-image: url(../img/banner/christmas/bg-banner-chrismas.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* banner-chrismas */



.btn {
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    font-weight: 700;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}
.btn:hover {
    color: #fff;
    border: 2px solid #9153fe !important;
    background: #9153fe !important;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-primary {
    background-color: #9152FC;
    line-height: 30px;
}

input.form-control, textarea.form-control {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05) !important;
    border: 1px solid #f0f0f0;
    height: auto;
    padding: 20px;
    font-weight: 400;
}

.form-group {
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Mont;
}

/* common css */
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    font-size: 15px;
    font-family: "Mont-Light";
}

h1 {
    font-size: 56px;
    font-family: "Mont-Heavy";
    text-transform: uppercase;
}

h2 {
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Mont-Bold";
}

h4 {
    font-size: 26px;
    color: #9152FC;
    font-family: "Mont-SemiBold";
}

h3 {
    font-size: 42px;
    color: #9152FC;
    font-family: "Mont-SemiBold";
}

h5 {
    font-size: 22px;
    color: #000;
    font-family: "Mont-Regular";
}

h6 {
    font-size: 17px;
    color: #9152FC;
    font-family: "Mont-Regular";
}

.bg-lightpink {
    background-color: #EDE6F7;
}

.text-gray {
    color: #444242 !important;
}

.border-pink {
    border: 2px solid #E79DEF;
}

.border-lightpink {
    border: 1px solid #9152FC;
}

.border-gray {
    border: 1.159649133682251px solid rgba(69, 69, 69, 0.2);
}

.shape {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 16px 0px 0px;
}

.br-16 {
    border-radius: 16px;
}

.br-20 {
    border-radius: 20px;
}

.br-50 {
    border-radius: 50px;
}

.br-500 {
    border-radius: 500px;
}

.border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.4) !important;
}

.p-50 {
    padding: 50px;
}
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-50{
    margin-bottom: 50px;
}

.mt-50{
    margin-top:50px;
}

.mt-80{
    margin-top:80px;
}

.mt-100 {
    margin-top: 100px;
}

.my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

/* faq */
.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button {
    box-shadow: none !important;
}

#faq .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(68, 66, 66, 0.2);
    border-radius: 8px;
}

#faq .accordion {
    border-radius: 8px;
}

#faq .accordion-button {
    border-radius: 8px;
    font-family: Mont;
    font-weight: 600;
    font-family: "Mont-Regular";
}

#faq .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #9152FC;
}

#faq .accordion-body {
    padding: 0px 35px 20px 20px !important;
    color: #444242;
}

#faq .accordion-button::after {
    background-image: url(../img/plus.svg) !important;
}

#faq .accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.svg) !important;
}


.btn-change {
    background-color: #e1d4ff;
    color: #9153fe;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    float: right;
    text-decoration:none;
}

.btn-change-test, .btn-change-location {
    background-color: #e1d4ff;
    color: #9153fe;
    padding: 3px 10px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
}

.btn-dark:hover {
    color: #fff;
    border: 2px solid #9153fe !important;
    background: #020202 !important;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-lightpink1:hover {
    color: #fff;
    border: 2px solid #9153fe !important;
    background: #9152FC !important;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.btn-dark {
    color: #fff;
}

.btn-lightpink1 {
    color: #9153fe;
    border: 1px solid #9153fe;
}

.btn-pink {
    border: 1px solid #9152FC;
    color: #9152FC;
    margin-right: 0px;
    border-radius: 100px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

.btn-lightpink {
    border: 1px solid #9152FC;
    color: #9152FC;
    margin-right: 0px;
    border-radius: 9px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}

    .btn-lightpink:hover {
        background-color: #9152FC;
        color: #ffffff;
        border: 1px solid #9152FC;
    }

.btn-pink:hover {
    background-color: #ffffff;
    color: #9152FC;
    border: 1px solid #9152FC;
}

.btn-dark {
    border: 2px solid #9253fe00 !important;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px;
    position: relative;
    margin-right: 0px;
    border-radius: 100px;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

.btn-lightpink1 {
    border: 2px solid #9152FC !important;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px;
    position: relative;
    margin-right: 0px;
    border-radius: 100px;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

.btn-pink {
    background-color: #9152FC;
    color: #fff;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: 10px;
    position: relative;
    margin-right: 0px;
    border-radius: 100px;
    font-weight: 600;
    width: 100%;
    height: 100%;
}

.text {
    background: linear-gradient(to right, #9152FC 0%, #F034C6 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text1 {
    background: linear-gradient(to right, #9152FC 0%, #F034C6 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo {
    width: 80%;
    margin: 0px;
}

.flogo {
    width: 80%;
    margin: 0px;
}
/* common css */

/* header */
#header ul {
    display: flex;
}

#header a {
    text-decoration: none;
    color: #9152FC;
}

#header li {
    color: #9152FC;
}

#header .bg-primary {
    background-color: #9152FC !important;
    border-radius: 500px;
    padding: 5px 20px;
}

    #header .bg-primary a {
        color: #fff;
    }
/* header */

.text-muted {
    color: #777;
}

#banner-bg {
    background-image: url(../img/banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    #banner-bg h1 {
        background-color: #fff;
        padding: 10px 35px;
        border-radius: 500px;
        font-size:34px;
    }

    #banner-bg h3.section-subheading {
        display: block;
        font-size: 24px;
        color: white;
    }



#courses-finder h6 {
    font-family: "Mont-Light";
}

#courses-finder .form-control {
    border: 1px solid #BDBDBD !important;
    border-radius: 500px;
}

    #courses-finder .form-control:focus {
        box-shadow: none;
    }

#courses-finder form input {
    padding: 10px 15px;
}
/* <!-- Intensive Driving Course Finder --> */

/* margate */
#local-courses h2 span {
    font-family: "Mont-Bold";
}

#local-courses .radio.radio--big input[type="radio"]:checked + label {
    background: rgba(145, 82, 252, 0.10000000149011612); /* Change this to your desired color */
    border-color: #9152FC; /* Change this to your desired color */
}

#local-courses .radio.radio--big input[type="checkbox"]:checked + label {
    background: rgba(145, 82, 252, 0.10000000149011612); /* Change this to your desired color */
    border-color: #9152FC; /* Change this to your desired color */
}

#local-courses h4 {
    font-family: "Mont-Regular";
}

#local-courses span {
    font-family: "Mont-Regular";
}

#local-courses .radio.radio--big label {
    display: block;
    padding: 30px 20px;
    border: 1px solid rgba(68, 66, 66, 0.6);
    border-radius: 16px;
    position: relative;
}

#local-courses .radio input[type="radio"], #local-courses .radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

#local-courses .radio.radio--with-check input[type="radio"] + .radio-label::after,
#local-courses .radio.radio--with-check input[type="checkbox"] + .radio-label::after{
    content: "";
    background: #fff;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    -webkit-box-shadow: inset 0 0 0 1px #bbbbbd;
    box-shadow: inset 0 0 0 1px #bbbbbd;
    display: inline-block;
    position: relative; /* margin-right: 20px; */
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

#local-courses .radio.radio--with-check input[type="radio"]:checked + .radio-label::after,
#local-courses .radio.radio--with-check input[type="checkbox"]:checked + .radio-label::after
{
    background-color: #9153fe;
    -webkit-box-shadow: none;
    box-shadow: none;
    content: "";
    font-size: 14px;
    font-family: fontAwesome;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
/* local-courses */


.popover-header{
    background-color:white;
    border-bottom:none;
}

.info-btn {
    color: #9152FC;
    background: rgba(145, 82, 252, 0.20000000298023224);
    border-radius: 16px;
    box-shadow: 0px 2px 8px rgba(190, 190, 190, 0.15);
    border: none;
    height: 30px;
    width: 30px;
}


/* sec1 */
body > div.hero > div > div > div.col-md-7.mt-4 > div {
    border-radius: 20px !important;
}

.sec1 form input {
    padding: 10px 15px;
}

.sec1 button {
    border-radius: 50px; /* Keep the border-radius */
    color: #ffffff;
    text-transform: capitalize;
    margin-right: 0;
    font-weight: 700;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    --border-size: 3px;
    --border-angle: 0turn;
    background-image: conic-gradient(from var(--border-angle), #000000, #000000 50%, #000000), conic-gradient(from var(--border-angle), transparent 20%, #9153fe, #9153fe);
    background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), 100%;
    overflow: hidden;
}

.pulse {
    animation: shadow-pulse 1.5s infinite;
}

.scrolling-border {
    display: inline-block;
    position: relative;
    padding: 1px;
    width: 100%;
}

    .scrolling-border input {
        border: 4px solid;
        border-image: linear-gradient(90deg, #F034C6, #3972F7, #9152FC);
        border-image-slice: 1;
        padding: 1px;
        background-color: white;
        position: relative;
        z-index: 1;
        outline: none;
    }

    .scrolling-border::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 500px;
        border: 1px solid transparent;
        background: linear-gradient(90deg, #9152FC, #3972F7, #F034C6);
        background-size: 200% 100%;
        z-index: 0;
        animation: scroll-gradient 3s linear infinite;
    }

@keyframes scroll-gradient {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 200% 0%;
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px #9153fe;
    }

    100% {
        box-shadow: 0 0 15px 7px #f5f0ff;
    }
}
/* @keyframes border-scroll {0%{background-position: 0 0;}100%{background-position: 100% 0;}} */
/* Apply styles to the input field */
/* .scrolling-border { border-radius: 500px; padding: 2px; background-image: linear-gradient(white, white), linear-gradient(to right, #C823FF, #9152FC, #2e6deb, #C823FF, #fff); background-origin: border-box; background-clip: content-box, border-box; background-size: 200% 100%; animation: border-scroll 3s linear infinite;} */
.sec1 .owl-carousel {
    display: block;
}

.sec1 a {
    color: #9152FC !important;
}

.sec1 .owl-dots button {
    background: #9152fc;
    opacity: 0.4;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    margin-right: 5px;
}

    .sec1 .owl-dots button:hover, .sec1 .owl-dots button:active, .sec1 .owl-dots button:focus {
        opacity: 1;
        background-color: #9152FC;
        height: 10px;
        width: 10px;
        border-radius: 20px;
        margin-right: 5px;
    }

.sec1 h6 {
    font-size: 18px;
    font-family: "Mont-RegularItalic";
    color: #000;
}

.sec1 .owl-dots {
    justify-content: center;
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .form-control {
    border: 1px solid #BDBDBD !important;
    border-radius: 500px;
}

    .sec1 .form-control:focus {
        box-shadow: none;
    }
/* sec1 */


/* sec2 */
#bg-sec2 {
    background-color: #9152FC;
}
/* sec2 */

/* courses */
#courses .col-4 > div:hover {
    background-color: #EDE6F7;
}

#courses .courses-img {
    width: 100px;
}
/* #courses .border-lightpink:hover{background-color: #EDE6F7;} */
/*#courses .border-lightpink.active{background-color: #EDE6F7;}*/
/* courses */

/* work */
#work a {
    color: #444242;
}

.work-img {
    animation: workAnim 2s ease-in-out infinite;
}

@keyframes workAnim {
    0% {
        transform: translateY(5px);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-5px);
        opacity: 1;
    }

    100% {
        transform: translateY(5px);
        opacity: 0.8;
    }
}

.work::before {
    position: absolute;
    content: '';
    top: 0;
    background-color: #000;
    height: 7px;
    width: 7px;
    border-radius: 100px;
    transform: translateY(-50%);
}

#work {
    background-image: url(../img/bg-work.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* work */



#pricing-plan p {
    line-height: 28px;
    margin-bottom: 0;
}

#pricing-plan .bg-pink {
    background-color: #9152FC;
    color: #fff;
    border-radius: 100px;
    height: 90px;
    width: 90px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
/* pricing plan */


/* cta */
#cta {
    background-image: url(../img/cta-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* cta */

/* instructor */
#instructor .bg-white {
    transition: all 0.3s ease-in-out;
    border: 1px solid #fff;
}

    #instructor .bg-white:hover {
        border: 1px solid #E79DEF;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

#instructor h4 {
    color: #000;
    font-size: 22px;
    font-family: "Mont-Regular";
}
/* instructor */

/* recent-passes */
#recent-passes img {
    height: 300px;
    object-fit: cover;
}

#recent-passes .hover-box {
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 40px 10px 20px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    width: 100%;
    background: linear-gradient(0deg, #9152fc 0%, rgba(145, 82, 252, 0.7) 52.25%, rgba(145, 82, 252, 0) 100%);
    color: #fff;
}

#recent-passes .col-6:hover h4 {
    color: #fff;
}

#recent-passes .col-6:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

#recent-passes .recent {
    display: none;
}

#recent-passes .w-12 {
    width: 12%;
}
/* recent-passes */

/* footer */
#footer h3 {
    color: #000 !important;
    font-family: "Mont-Regular";
}

#footer h4 {
    color: #000 !important;
    font-family: "Mont-SemiBold";
}

#footer h3 {
    font-weight: 500 !important;
}

#footer li {
    margin-bottom: 10px;
}

#footer li {
    color: #000;
}

#footer .trustpiot {
    width: 70%;
    max-height:40px;
}

#footer .pay-logos img{
    max-height:32px;
}

#footer a {
    color: #000;
    text-decoration: none;
}

    #footer a:hover {
        color: #9152FC;
        text-decoration: none;
    }

.whatsapp-float img {
    width: 50px;
}

.whatsapp-float:hover {
    transform: scale(1.1); /* Scale up on hover */
}

.social1 a {
    display: inline-block;
    transition: transform 0.3s, filter 0.3s; /* Smooth transition for transform and filter */
}

    .social1 a:hover {
        transform: scale(1.1); /* Scale up the icon */
        filter: brightness(1.2); /* Slightly brighten the icon */
    }

.whatsapp-float {
    transition: transform 0.3s ease; /* Smooth transition */
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
/* footer */

/* hover */
.sec1 .border-pink {
    border: 2px solid #E79DEF;
    transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    position: relative;
}

    .sec1 .border-pink:hover {
        border-color: #9152FC;
        background-color: rgba(145, 82, 252, 0.1);
        transform: scale(1.05);
    }

    .sec1 .border-pink:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    }

    .sec1 .border-pink img {
        animation: imageAnim 2s ease-in-out infinite;
    }
/* hover */


@keyframes imageAnim {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 0.5;
    }
}

@media only screen and (max-width: 1199px) {
    h5 {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    h3 {
        font-size: 36px;
    }

    .logo {
        width: 100%;
    }

    .flogo {
        width: 100%;
    }

    #instructor h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .mt-100 {
        margin-top: 70px;
    }

    h3 {
        font-size: 28px;
    }

    #footer .trustpiot {
        width: 90%;
    }

    .logo {
        width: 30%;
    }

    .flogo {
        width: 100%;
    }

    #instructor img {
        width: 60px;
    }

    #instructor h4 {
        font-size: 18px;
    }

    .work::before {
        display: none;
    }

    #work .border-top {
        border: 0px solid transparent !important;
    }

    .my-100 {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .py-100 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #bg-sec2 p {
        text-wrap: nowrap;
    }

    .br-50 {
        border-radius: 30px;
    }

    #header .bg-primary {
        background-color: transparent !important;
    }

    #header .navbar {
        justify-content: end;
    }

    #recent-passes .w-12 {
        width: 20%;
    }

    #header .bg-primary a {
        color: #000;
    }

    #header .btn-dark {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
   
    .logo {
        width: 40%;
    }

    .br-500 {
        border-radius: 30px;
    }

    .p-50 {
        padding: 30px;
    }

    #recent-passes .w-12 {
        width: 25%;
    }
}


@media only screen and (max-width: 575px) {
    .facebook, .instagram, .twitter {
        width: 50px !important;
    }

    .mt-100 {
        margin-top: 40px;
    }

    .flogo {
        width: 50%;
    }

    h4 {
        font-size: 18px;
    }

    #footer h4 {
        font-size: 16px;
        font-family: "Mont-Bold";
    }

    #footer h3 {
        font-size: 18px;
    }

    #footer h5 {
        font-size: 18px;
        font-family: "Mont-Bold";
    }

    #courses .courses-img {
        width: 60px;
    }

    #work h2 {
        text-align: center;
    }

    #footer li {
        font-size: 15px
    }

    .work {
        border: 1px solid #0000003b;
        border-radius: 16px;
        padding: 20px;
    }

    .sec1 h6 {
        font-size: 16px;
    }
    /* .sec1 h6{font-size: 16px ; text-align: center;} */
    h3 {
        font-size: 20px;
    }

    #cta > div > div {
        flex-direction: column !important;
    }

    .my-100 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .py-100 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .btn-dark {
        font-size: 15px;
        padding: 8px 10px;
    }

    .sec1 form input {
        padding: 8px 15px;
        font-size: 15px;
    }

    h1 {
        font-size: 35px;
    }
    /* h1{font-size: 35px; text-align: center;} */
    h2 {
        font-size: 28px;
    }

    .courses-img {
        width: 60px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .work-img {
        width: 60px;
    }

    #instructor h4 {
        font-size: 16px;
    }

    #header .bg-primary a {
        font-size: 15px;
    }

    #header .btn-dark {
        width: 45%;
        text-wrap: nowrap;
    }

    .logo {
        width: 40%;
    }
}

@media only screen and (max-width: 465px) {
    .flogo {
        width: 60%;
    }

    #recent-passes .w-12 {
        width: 35%;
    }
}
