@import url('https://fonts.googleapis.com/css2?family-=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
/* Entire web page */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    justify-content: center;  
    background: linear-gradient(#EFEFFF, #CCCBFF);
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* Global Tags */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(35, 35, 85);
}

span {
    font-size: 0.9rem;
    color: #757373;
}

h6 {
    font-size: 1.1rem;
    color: rgb(24, 24, 49);
}

/* Navigation Menu */

nav {
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(231, 231, 235, 0.45);
    position: relative;
    height: 70px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

nav .logo img{
    width: 60px;
    cursor: pointer;
}

nav ul {
    display: flex;
    gap: 30px;
}

nav ul li {
    list-style-type: none;
}

nav ul li a {
    text-decoration: none;
    color: rgb(21, 21, 100);
    font-size: 16px;
    font-weight: 500;
    transition: 0.4s;
}

.menu-icon {
    display: none;
}
.menu-icon i {
    color: rgb(21, 21, 100);
    font-size: 30px;
    /* display: none; */
}
nav ul li a.active {
    color: #fdc93b;
}
nav ul li a:hover {
    color: #fdc93b;
}

/* HOME PAGE */

#home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("img/Campus/Campus2.JPG");
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
}

#home h2 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

#home p {
    width: 50%;
    color: #fff;
    font-size: .9rem;
    line-height: 25px;
}

#home .btn{
    margin-top: 30px;
}
#home a{
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
}

#home a.blue {
    color: #fff;
    background-color: rgb(21, 21, 100);
    transition: 0.3s ease;
}

#home a:hover.blue {
    color: rgb(21, 21, 100);
    background-color: #fff;
}

#home a.yellow {
    color: #fff;
    background-color: #fdc93b;
    transition: 0.3s ease;
}

#home a:hover.yellow {
    color: #fdc93b;
    background-color: #fff;
}

/* Home FEatured COurses */
/* Courses Slider */
#course {
    padding: 8vw 0 0 0 !important;
    text-align: center;
}
#courses-slider {
    padding: 1.5rem 0;
    background: linear-gradient(#EFEFFF, #CCCBFF);
    
}

.course-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin: 1rem;
}

.course-card:hover {
    transform: translateY(-5px);
}

.course-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.course-info {
    padding: 1.5rem;
}

.course-info h3 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
}

.course-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.price {
    color: #e67e22;
    font-weight: 700;
    font-size: 1.1rem;
}

.enroll-btn {
    background: #2c3e50;
    color: white!important;
    padding: 0.5rem 1.25rem;
    border-radius: 25px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.enroll-btn:hover {
    background: #e67e22;
}


/* Swiper Customization */
.courses-swiper {
    padding: 2rem 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #2c3e50!important;
    background: rgba(255,255,255,0.8);
    padding: 1rem;
    border-radius: 50%;
    backdrop-filter: blur(5px);
    width: 40px;
    height: 40px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 1.25rem!important;
}

.swiper-pagination-bullet-active {
    background: #e67e22!important;
}

@media (max-width: 768px) {
    .course-card {
        margin: 0.5rem;
    }
    
    .swiper-button-next,
    .swiper-button-prev {
        display: none!important;
    }
}

/* FEATURES SECTION UNDER HOME */

#features {
    padding: 5vw 8vw 0 8vw;
    text-align: center;
}

#features .fea-base {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#features .fea-box {
    background-color: #f9f9ff;
    text-align: start;
}

#features .fea-box i {
    font-size: 2.3rem;
    color: rgb (44, 44, 80);
    padding:  1.2rem 1rem;
}

#features .fea-box h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(46, 46, 59);
    padding:  0 1rem;
}

#features .fea-box p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(70, 70, 87);
    padding:  0 1rem;
}



/* COURSE */

#course {
    padding: 8vw 8vw 8vw 8vw;
    text-align: center;
}

#course .course-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#course .courses {
    text-align: start;
    background-color: #f9f9ff;
    height: 100%;
    position: relative;
}

#course .courses img {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-position: center;
}

#course .courses .details {
    padding: 15px 15px 0 15px;
}

#course .courses .details i {
    color: #fdc93b;
    font-size: .9rem;
}

/* FEATURED COURSES */



/* FEATURED COURSES SLIDER */

@media (min-width: 780) {
    .carousel-inner {
    display: flex;
    height: 40vh;
    }

    .carousel-item {
        margin-right: 15px;
    }

    .carousel-item .card {
        width: 30%;
        height: 10%;
    }
    .img-wrapper img {
        width: 100%;
        height: 20vw;
    }
}
.img-wrapper img {
    width: 100%;
    height: 80vw;
}

/* REGISTRATION */

#registration {
    padding: 6vw 8vw 6vw 8vw;
    background-image: linear-gradient(rgba(99, 112, 168, 0.5), rgba(81, 91, 233, 0.5)), url("img/Campus/campus3.jpeg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#registration .reminder {
    color: #fff;
}

#registration .reminder h1 {
    color: #fff;
}

#registration .reminder .time {
    display: flex;
    margin-top: 40px;
}

#registration .reminder .time .date {
    text-align: center;
    padding: 13px 33px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 5px;
    margin: 0 5px 10px 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.1rem;
    font-weight: 600;
}

#registration .form {
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
}

#registration .form input {
    margin: 15px 0;
    padding: 15px 10px;
    border: 1px solid rgb(84, 40, 241);
    outline: none;
}

#registration .form input::placeholder {
    color: #413c3c;
    font-weight: 500;
    font-size: 0.9rem;
}

#registration .form .btn{
    margin-top: 20px;
}

#registration a.yellow {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    background-color: #fdc93b;
    transition: 0.3s ease;
}
#registration a:hover.yellow {
    color: #fdc93b;
    background-color: #fff;
}

/* EXPERTS SECTION */

#experts {
    padding: 8vw 8vw 8vw 8vw;
    text-align: center;
}

#experts .expert-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#experts .expert-box .profile {
    background: #fafaf1;
    padding: 30px 10px;
}

#experts .expert-box .profile .pro-links {
    margin-top: 10px;
}

#experts .expert-box .profile img {
    width: 80px;
    height: 100px;
    border-radius: 50%;
}

#experts .expert-box .profile .pro-links i{
 padding: 10px 13px;
 border: 1px solid rgb(21, 21, 100);
 cursor: pointer;
 transition: 0.3s ease;
}

#experts .expert-box .profile .pro-links i:hover{
    background: rgb(21, 21, 100);
    color: #fff;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
   }


   /* FOOTER */
   footer {
    padding: 8vw;
    background-color: #101c32;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
   }

   footer .footer-col {
    padding-bottom: 40px;
   }

   footer h3{
    color: rgb(241, 240, 245);
    font-weight: 600;
    padding-bottom: 20px;
   }

   
   footer li {
    list-style: none;
    color: #6b838a;
    padding: 10px 0;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
   }

   footer li:hover {
    color: rgb(241, 240, 245);
   }

   footer p{
    color: #7b838a;
   }

   footer .subscribe {
    margin-top: 20px;
   }

   footer input {
    width: 220px;
    padding: 15px 12px;
    background: #334f6c;
    border: none;
    outline: none;
    color: #fff;
   }

   footer .subscribe a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 12px 15px;
    background-color: #fff;
    font-weight: 600;
    /* border-radius: 5px; */
   }

   footer .subscribe a.yellow {
    color: #fff;
    background: #fdc93b;
    transition: 0.3s;
   }

   footer a.yellow:hover {
    color: rgb(21, 21, 100);
    background: #fff;
   }

   footer .copyright {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
   }

   footer .copyright p {
    color: #fff;
   }

   footer .copyright .pro-links {
    margin-top: 0;
   }

   footer .copyright .pro-links i {
    background-color: #5f7185;
    color: #fff;
   }

   footer .copyright .pro-links i:hover {
    background-color: #fdc93b;
    color: #2c2c2c;
   }

/* ABOUT CIA PAGE */
#about-home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)), url("/img/graduations.jpg");
    width: 100%;
    height: 30vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px;
}
#about-home h2 {
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}
#about-container {
    display: flex;
    align-items: center;
    padding: 8vw 8vw 2vw 8vw;
}
#about-container .about-img img{
    width: 100%;
    padding-right: 60px;    
}
#about-container .about-img {
    width: 60%
}
#about-container .about-text{
    width: 40%;
}
#about-container .about-text h2 {
    color: #29303b;
    padding-bottom: 15px;
}
#about-container .about-text p {
    color: #686f7a;
    font-weight: 300;
}
#about-container .about-text .about-fea {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
#about-container .about-text .about-fea img {
    width: 50px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
#about-container .about-text .about-fea .fea-text {
    width: 90%;
}
#about-container .about-text .about-fea .fea-text h5 {
    font-size: 16px;
    color: #29303b;
}

#trust {
    text-align: center;
    padding: 8vw;
}

#trust .trust-img img {
    width: 90px;
    height: auto;
}

#trust .trust-img {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* BLOG PAGE */
#blog-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8vw;
}
#blog-container .blogs {
    width: 60%;
}
#blog-container .blogs img {
    width: 100%;
    border-radius: 90px;
}
#blog-container .blogs .post {
    padding-bottom: 60px;
}
#blog-container .blogs .post h3 {
    color: #29303b;
    padding: 15px 0 10px 0;
}
#blog-container .blogs .post p {
    color: #757373;
    padding-bottom: 20px;
}
#blog-container .blogs .post a {
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: rgb(21, 21, 100);
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
#blog-container .cate {
    width: 30%;
}
#blog-container .cate a {
    text-decoration: none;
    color: #757373;
    font-weight: 500;
    line-height: 45px;
}

/* FULL BLOG */
#blog-container .blogpost {
    width: 60%;
    margin: 0 auto;
}
#blog-container .blogpost p {
    text-align: justify;
    padding-bottom: 60px !important;
}

/* COURSE INNER DETAILS */
#course-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8vw;
}
#course-inner h3 {
    padding: 35px 0 25px 0;
    color: #29303b;
}
#course-inner p {
    color: #64626e;
}
#course-inner hr {
    height: 1px;
    background: rgba(236, 226, 229, 0.5);
    margin-top: 40px;
}

#course-inner .overview {
    width: 70%;
}
#course-inner .overview .course-img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}
#course-inner .overview .course-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#course-inner .overview .course-head .c-name {
    width: 70%;
}
#course-inner .overview .course-head .c-name h2 {
    color: #29303b;
}
#course-inner .overview .course-head .c-name.star {
    margin: 6px 0;
}
#course-inner .overview .course-head .c-name .star i {
    color: #fdc93b;
    font-size: 0.9rem;
}
#course-inner .overview .course-head .c-name p {
    font-size: 15px;
}
#course-inner .overview .course-head span {
    /* padding: 2px 22px; */
    padding: 12px;
    border-radius: 5px;
    color: #5838fc;
    font-size: 24px;
    font-weight: 700;
    background-color: rgba(88, 56, 252, 0.1);
}

#course-inner .learn p {
    font-size: 15px;
    padding-bottom: 15px;
}
#course-inner .learn p i {
    color: #654ce4;
    font-weight: 700;
    margin-right: 20px;
}

#course-inner .tutor {
    display: flex;
}
#course-inner .tutor img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    margin-right: 20px;
}
#course-inner .tutor h5 {
    font-size: 15px;
}

#course-inner  .enroll {
    width: 300px;
    padding: 0 30px 30px 30px;
    border-radius: 11px;
    box-shadow: 0px 20px 40px 0 rgb(11 2 55 / 8%);
}
#course-inner  .enroll h3 {
    padding-bottom: 10px;
}

#course-inner  .enroll p {
    font-size: 15px;
    color: #64626e;
    margin: 15px 0;
}
#course-inner  .enroll p i {
    color: #654ce4;
    font-weight: 500;
    margin-right: 18px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
#course-inner  .enroll .enroll-btn {
    padding: 25px 0 20px 0;
    margin: auto;
    text-align: center;
}
#course-inner  .enroll .enroll-btn a {
    text-decoration: none;
    font-size: 0.8rem;
    padding: 13px 45px;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    background: rgb(50, 50, 136);
}

/* CONTACT PAGE */ 
#contact {
    padding: 8vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#contact .getin {
    width: 350px;
}

#contact .getin h2 {
    color: #2c234d;
    font-size: 30px;
    font-weight: 800;
    line-height: 0.8;
    margin-bottom: 16px;
}
#contact .getin p {
    color: #686875;
    line-height: 24px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e4ed;
}
#contact .getin h3 {
    color: #2c234d;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
#contact .getin .getin-details div {
    display: flex;
}
#contact .getin .getin-details div .get {
    font-size: 16px;
    line-height: 22px;
    color: #5838fc;
    margin-right: 20px;
}
#contact .getin .getin-details div p {
    font-size: 14px;
    border-bottom: none;
    line-height: 22px;
    margin-bottom: 15px;
}
#contact .getin .getin-details .pro-links i {
    margin-right: 8px;
}
#contact .form {
    width: 60%;
    background: #f7f6fa;
    padding: 40px;
    border-radius: 10px;
}
#contact .form h4 {
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
#contact .form p {
    color: #686875;
    line-height: 24px;
    padding-bottom: 25px;

}
#contact .form .form-row input {
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 20px;
}
#contact .form .form-col input,
#contact .form .form-col textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 20px;
}
#contact .form button {
    font-size: 0.9rem;
    padding: 13px 25px;
    background: rgb(21, 21, 100);
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}
#map {
    width: 100%;
    height: 70vw;
    margin-bottom: 8vw;
}
#map iframe{
    width: 100%;
    height: 100%;
}

/* HOME SLIDER */
.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 .5em;
}
   @media (max-width: 769px) {
    /* nav {
        padding: 15px 20px;
    } */
    nav .logo img {
        width: 50px;
    }

    nav ul {
        position: absolute;
        top: 70px;
        right: 0;
        left: 0;
        background: rgba(17,20, 104, 0.45);
        backdrop-filter: blur(4.5px);
        border: 1px solid rgba(255, 255, 255, 0.18);
        flex-direction: column;
        gap: 0;
        overflow: hidden;
        align-items: center;
    }

    nav ul li {
        padding: 20px;
    }

    .menu-icon {
        display: block;
    }

    /* HOME  */
    #home {
        padding-top: 40px;
    }

    #home p {
        width: 90%;
    }

    #features {
        padding: 8vw 4vw 0 8vw;
    }

    #course {
        padding: 8vw 4vw 0 4vw;
    }

    #registration {
        margin-top: 8vw;
        padding: 6vw 4vw 6vw 4vw;
    }

    #registration .reminder .time {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

    /* ABOUT PAGE */
    #about-container {
        padding: 8vw 4vw 2vw 4vw;
    }
    #about-container .about-img {
        padding-right: 30px;
    }
    #trust .trust-img img {
        width: 50px;
        height: auto;
    }
    footer .copyright .pro-links {
        margin-top: 15px;
    }

    /* BLOG */
    #blog-container {
        padding: 8vw 4vw;
    }

    /* BLOG POST PAGE*/
    #blog-container .blogpost {
        width: 100%;
        margin-top: 30px;
    }
    #blog-container .blogpost img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }

    /* COURSE INNER PAGE */
    #course-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 8vw 4vw;
    }

    #course-inner .overview {
        width: 100%;
    }
    #course-inner .overview .course-img {
        width: 100%;
        height: 100%;
    }
    #course-inner .enroll {
        margin-top: 25px;
    }

    /* CONTACT PAGE */
    #contact {
        padding: 8vw 4vw;
    }
    #contact .getin {
        width: 250px;
    }
    
    /* HOME COURSE SLIDER */
    .img-wrapper {
        /* max-width: 100%; */
        margin-top: 10px;
        height: 17em;
        display: flex;
        justify-content: center;
    }

    img {
        border-radius: 15px;
        max-width: 100%;
        max-height: 100%;
    }

    .card-body {
        text-align: center;
    }
    
    footer {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
   }

   @media (max-width: 475px) {

    
    #registration {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #registration .reminder .time {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* ABOUT PAGE */
    #about-container {
        flex-direction: column-reverse;    
    }
    #about-container .about-img {
        width: 100%;
        padding-right: 0;
        margin-left: 24%;
    }
    #about-container .about-text {
        width: 100%;
        padding-bottom: 20px;
    }
    #trust .trust-img {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    #trust .trust-img img {
        width: 60px;
        margin: 10px 15px;
        height: auto;
    }

    /* BLOG Page */
    #blog-container {
        flex-direction: column;
    }
    #blog-container .blogs {
        width: 100%;
    }
    #blog-container .cate {
        width: 100%;
    }

    /* BLOG POST PAGE */
    #blog-container .blogpost {
        width: 100%;
        margin-top: 70px;
    }
    #blog-container .blogpost img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }

    /* COURSE INNER PAGE */
    #course-inner .overview .course-head .c-name {
        width: 50%;
    }
    #course-inner .overview .course-head .c-name h2 {
        font-size: 22px;
    }
    #course-inner .overview .course-head .c-name span {
        font-size: 22px;
    }
    #course-inner .enroll {
        width: 100%;
    }

    /* CONTACT PAGE */
    #contact {
        padding: 8vw 4vw;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    #contact .getin {
        width: 100%;
        margin-bottom: 30px;
    }
    #contact .form {
        width: 100%;
        margin-bottom: 40px 30px;
    }
    #contact .form .form-row input {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
    }

    
   }
 
   @media (max-width: 376px) {
    footer input {
        width: 100%;
        margin-bottom: 20px;
    }

    /* CONTACT PAGE */

   }