:root {
    --shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
    --success: #198754;
    --green-bg: #02603B;
    --yellow-text: #ffdb0b;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
}

@media screen and (max-width: 575px) {
    .fs-mobile {
        font-size: 1rem !important;
    }
}

.grey-bg-row {
    background-color: #ece8e8;
}


/* Fixed Top Menu Start */
.z_index {
    position: relative;
    z-index: 1;
}

.green-bg {
    background-color: var(--green-bg);
}

.header-social-links a {
    text-decoration: none;
    color: var(--yellow-text);
    transition: color 0.5s;
}

.header-social-links a:hover {
    color: white;
}

header.sticky-top {
    box-shadow: var(--shadow);
}

.bi-house-door {
    transition: color 0.5s;
}

.bi-house-door:hover {
    color: #198754 !important;
}

/* Fixed Top Menu END */


/* Background video  Start */
.hero {
    z-index: 0;
    top: 15px;
}

.hero video {
    width: 100%;
    height: 85vh;
    object-fit: cover;
}

.hero .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 85vh;
    width: 100%;
    background-color: rgb(80, 99, 124);
    background-color: rgba(80, 99, 124, 0.45);
}

/*  Background video END */


/* Company branches Menu START */
.branches-link {
    margin-top: 80vh;
    position: relative;
    top: -80px;
    box-shadow: var(--shadow);
}

.innoland-mt,
.help-mt {
    margin-top: 33px;
}

.wro-mt {
    margin-top: 38px;
}

@media screen and (max-width: 576px) {

    .branches-link {
        width: 95%;
    }

    .wro-mt,
    .help-mt {
        margin-bottom: 26px;
    }

    .help-mt {
        margin-top: 10px;
    }

    .japaz {
        margin-top: 30px;
    }
}

/* Company branches Menu END */


/* Our courses START */

.courses_style {
    background-color: var(--green-bg);
    outline: var(--yellow-text) solid 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 130px;
    position: relative;
}

.courses_style a {
    color: var(--yellow-text);
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
}

.courses_style a:hover {
    color: white;
}

.courses_style a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
}

.white-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    margin: 0 8px;
}

/* Our courses END */


/* E-store START */
.e-store-bg {
    padding: 83px 15px;
    background-color: #FBF5F4;
}

.products-container {
    border-radius: 10px;
    box-shadow: var(--shadow);
    background-color: white;
}

@media screen and (max-width: 575px) {
    .content-sm-mt {
        margin-top: 40px;
    }

}

.price {
    font-weight: bold;
    font-size: 1.3rem;
}

.bi-arrow-right-circle-fill {
    color: #DA0B4E;
    transition: color 0.6s, width 0.6s;
}

.bi-arrow-right-circle-fill:hover {
    width: 40px;
    color: #198754;
}

/* E-store END */


/* Footer START*/
.footer-text {
    font-size: 1rem;
}

.footer-text a {
    display: inline-block;
    margin-top: 13px;
    text-decoration: none;
    color: white;
    transition: color 0.5s;
}

.footer-text a:hover {
    color: yellow;
}

.col-sm-mt {
    margin-top: 8px;
}

@media screen and (max-width: 575px) {
    .col-sm-mt {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .col-md-mt {
        margin-top: 40px;
    }
}

/* Footer END */



/* Vacancy page START */
.image-h2-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgb(0, 180, 204);
    background-color: rgba(0, 180, 204, 0.8);
    border-radius: 15px;
}



@media screen and (max-width: 575px) {
    .image-h2-position {
        font-size: 27px;
    }
}

/* Vacancy page END */


/* Courses Image foreground START */

.img-relative-cover {
    position: relative;
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.img-foreground {
    position: absolute;
    top: 100px;
    left: 0;
    height: 80vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;

}

.img-foreground h1 {
    text-align: center;
    background-color: rgb(25, 135, 84);
    border-radius: 10px;
    color: white;
    padding: 10px 0;
}

/* Courses Image foreground END */

/* Registration page google iframe START */
.google-form-iframe-height {
    height: 3150px;
}

@media screen and (max-width: 575px) {
    .google-form-iframe-height {
        height: 3700px;
    }
}


.franchising-google-form-iframe-height {
    height: 2250px;
}

@media screen and (max-width: 575px) {
    .franchising-google-form-iframe-height {
        height: 2800px;
    }
}

/* Registration page google iframe END */


/* Contact page START */
.contact-page_branches {
    background-color: var(--success);
    position: relative;
}

.contact-page_branches a {
    text-decoration: none;
    color: yellow;
}

.contact-page_branches a:hover {
    color: white;
}

.contact-page_branches a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
}

/* Contact page END */


/* Branches START */
.branch-links {
    position: relative;
}

.branch-links div {
    overflow: hidden;
}

.branch-links a {
    text-decoration: none;
    color: black;
}

.branch-links a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    width: 100%;
    height: 100%;
}

.branch-links img {
    transition: transform .6s;
}

.branch-links a:hover img {
    transform: scale(1.3);
}

/* Branches END */

/* Cards with Shadow START*/
.card {
    margin: 30px auto;
    width: 250px;
    height: 250px;
    border-radius: 40px;
    box-shadow: 4px 4px 10px 7px rgba(0,0,0,0.25), -4px -4px 10px 7px rgba(0,0,0,0.22);
    cursor: pointer;
    transition: 0.4s;
  }
  
  .card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 40px;
  }
  
  .card .card_image img {
    width: 200px;
    margin: 0 20px;
    border-radius: 40px;
  }
  
  .card .card_title {
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: -75px;    
  }
  
  .card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
      -5px -5px 30px 15px rgba(0,0,0,0.22);
  }
  
  .title-black {
    color: black;
  }  
  /* Cards with Shadow END*/
