@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

section .hero {
    height: 90%;
    max-height: 100%;
    width: 100%;
}

.carousel {
    height: 100%;
}

.carousel img {
    height: 100%;
}

.hero .vid_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero .vid_text h1 {
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 4.5rem;
}

.hero .vid_text p {
    color: #fff;
    font-size: 20px;
}

.about_section {
    height: 800px;
    max-height: 100%;
}

.about_section .aboutUs {
    height: 100%;
    width: 100%;
}

.about_section .aboutUs img {
    height: 500px;
    object-fit: cover;
}

.about_text h2 {
    text-align: left;
    font-family: "Open Sans", sans-serif;
}

.about_text p {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
}

.contact-section {
    height: 60%;
    max-height: 100%;
}

.contact_text {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_text p {
    font-size: 20px;
}

.products img {
    height: 250px;
    object-fit: cover;
    transition: all 500ms ease-in-out;
}

.products img:hover {
    transform: scale(1.01);
}

.productsPage img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    transition: all 500ms ease-in-out;
}

.productsPage img:hover {
    transform: scale(1.01);
}

.contact-section .ctaBtn {
    color: black;
    background-color: #fff;
}

.ctaBtn:hover {
    color: #fff;
    background-color: #000;
}

.moveableBorder {
    background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, darkblue, darkorchid) border-box;
    border-radius: 10px;
    border: 2px solid transparent;
}

@media screen and (max-width: 900px) {
    .about_section {
        height: 100%;
    }

    .hero .vid_text h1 {
        font-size: 3rem;
    }

    .about_text {
        padding-top: 0;
        padding-left: 20px;
    }

}

@media screen and (max-width: 768px) {

    .hero .vid_text h1 {
        font-size: 2.5rem;
    }

    .about_section .aboutUs img {
        height: 100%;
        width: 100%;
    }

    .about_text p {
        font-size: 16px;
        font-family: "Open Sans", sans-serif;
    }

    .contact_text p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .hero .vid_text {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .hero .vid_text h1 {
        font-size: 2rem;
    }

    .hero .vid_text p {
        font-size: 16px;
    }

}

@media screen and (max-width: 425px) {
    .hero .vid_text {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .hero .vid_text h1 {
        font-size: 1.5rem;
    }

    .hero .vid_text p {
        font-size: 14px;
    }

    .hero .vid_text .btn {
        font-size: 14px;
    }

}

@media screen and (max-width: 330px) {
    .hero .vid_text {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .hero .vid_text h1 {
        font-size: 1rem;
    }

    .hero .vid_text p {
        font-size: 12px;
    }

}


/* Testimonial */

.popular_courses .owl-item {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 0px 10px;
    padding-bottom: 30px;
}

.popular_courses .owl-item.active {
    opacity: 1;
}

.popular_courses .owl-nav {
    display: flex !important;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    width: 120%;
    transform: translateY(-50%);
    left: -11%;
}

@media (max-width: 991px) {
    .popular_courses .owl-nav {
        display: none !important;
    }
}

@media (max-width:991.98px) {
    .padding {
        padding: 1.5rem
    }
}

@media (max-width:767.98px) {
    .padding {
        padding: 1rem
    }
}

.padding {
    padding: 5rem
}

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}

.card .card-body {
    padding: 1rem 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

p {
    font-size: 0.875rem;
    margin-bottom: .5rem;
    line-height: 1.5rem
}

h4 {
    line-height: .2 !important;
}

.profile {
    margin-top: 16px;
    margin-left: 11px;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
}

.cust-profession {
    font-size: 10px;
}



.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 20px
}

.slick-slide {
    margin: 10px
}

.clients .col-md-4 p {
    background-color: #D9AFD9;
    background-image: linear-gradient(45deg, #D9AFD9 0%, #97D9E1 100%);
}