:root {
    --green: #5e8f10;
    --gray: #dedede;
    scroll-behavior: smooth;
}

/* header     */
/* .header {
  position:absolute;
  height: 787px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.journey {
  background-color: #5E8F10;
  color: #ffffff;
  width: 156px;
  font-size: 12px;
  margin-right: 24px;
  border-style: none;
} */
button {
    cursor: pointer;
}
/* #check {
  display: none;
} */

label #btn,
label #cancel {
    font-size: 30px;
    color: #5e8f10;
    float: right;
    line-height: 64px;
    margin-right: 40px;
    display: none;
}
.btn-1 {
    font-family: "Philosopher", sans-serif;
    font-style: normal;
    border-radius: 5px;
    line-height: 18px;
    height: 34px;
}
/* .login {
  border: 2px solid #5E8F10;  
  text-align: center;
  color: #5E8F10;
  font-size: 13px;
  background-color: transparent;
  width: 73px;
  margin-left: 52px;
} */
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
/* nav {
  background: rgba(0, 0, 0, 0.35);
  height: 113px;
  width: 100%;
  padding: 13px;
}

.logo {
  float: left;
}
.logo img {
  width: 320px;
  margin-left: 11px;
}

nav ul {
  float: right;
}
nav ul li {
  display: inline-block;
  line-height: 81px;
  margin: 0 6px;
  padding-right: 9px;
}

nav ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #ffff;
  font-family: 'Philosopher', sans-serif;
} */

/* end of header */
/* common rules */
.body {
    box-sizing: border-box;
}
.container {
    margin: 0px;
}
.row::after {
    content: "";
    clear: both;
    /* display: table; */
}

[class*="col-"] {
    float: left;
}
.col-1 {
    width: 8.33%;
}
.col-2 {
    width: 16.66%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.33%;
}
.col-5 {
    width: 41.66%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.33%;
}
.col-8 {
    width: 66.66%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.33%;
}
.col-11 {
    width: 91.66%;
}
.col-12 {
    width: 100%;
}
/* .team-img {
  text-align: center;
} */
img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
/* end of common rules */

.page-content {
    margin-left: 8%;
    margin-right: 8%;
}

/* banner */
.banner {
    height: 1080px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: -1;
}
.banner-container {
    /* width: 70%; */
    white-space: nowrap;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-container div {
    padding: 20px;
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    /* font-size: 90px; */
    font-size: clamp(2rem, 5vw, 520%);
    text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}
ul.breadcrumb {
    position: absolute;
    top: 93%;
    left: 60%;
    padding: 10px 16px;
    list-style: none;
}
ul.breadcrumb li {
    display: inline;
    color: white;
    font-size: 18px;
}
ul.breadcrumb li + li:before {
    padding: 8px;
    color: white;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: white;
    text-decoration: none;
    cursor: pointer;
}
@media screen and (max-width: 592px) {
    .banner-container {
        height: 15px;
        margin: auto;
        width: 100%;
        padding: 100px;
    }
    .banner-container div {
        font-size: 50px;
        line-height: 52px;
    }
}
/* //////////////////////////////////////////// */
.section-7-header .heading h5 {
    text-align: center;
}

.section-7 {
    background-image: url("../img/Homepage/bg-testimonials.png");
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
nav ul li ul li:hover {
    background-color: #f5fbed;
}
.section-7-content {
    width: 50%;
    border: 1px solid #ebebeb;
    margin: 0 auto;
}
.section-7-content-wrapper {
    margin: 10%;
}
.section-7-header {
    padding-top: 100px;
    /* margin-top: 15%; */
}
.section-7-header h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: bold;
    font-size: 27px;
    line-height: 36px;
    text-align: center;
    color: #2b2b2b;
}
.section-7-details {
    margin-top: 10%;
}
.profile-details {
    float: right;
    width: 64%;
    margin: 0 auto;
}
.section-7-details .profile-details h2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #333333;
    text-align: left;
}
.section-7-details .profile-details h4 {
    font-family: Open Sans;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
}
.section-7-details .profile-details p {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #333333;
}
.profile-img {
    margin-right: 32px;
    margin-left: 32px;
    height: 217.16px;
    width: 109px;
    float: left;
}
.section-7-details img {
    width: 100%;
    height: auto;
}
.profile-img img {
    width: 100%;
    height: auto;
}

/***********section-8*******/
.section-8 {
    background-image: url("../img/Homepage/Bg-image-book.png");
    height: 660px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-8 h1 {
    font-family: Philosopher;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 77px;
    text-align: center;
    color: #ffffff;
    text-shadow: 1px 1px 1px;
}
.booking-form {
    width: 34%;
    margin: 0px auto;
}
.booking-content {
    background-image: url("../img/Homepage/Trans-booking-content-bg.png");
    height: 542px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* 
form {
  padding: 30px;
}
.form-group {
  margin-bottom: 25px;
}
.form-group label {
  display: block;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #ffffff;
}
.form-group .inputbox {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
} */
.messagebox {
    width: 100%;
    height: 45px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
}

.bookbtn {
    background-color: #5e8f10;
    color: #ffffff;
    width: 120px;
    font-size: 12px;
    border-style: none;
    width: 31%;
    margin-left: 67%;
}
/*******footer*********/

/* .fal,.fab {
  width: 34px;
  color: #5E8F10;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 9px;
  margin: 5px;
  background: #ffffff;
  } */
.clear {
    clear: both;
}
.footer-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;

    float: right;
    width: 90%;
    padding-left: 13%;
}
.footer-icon {
    float: left;
    width: 10%;
}
.footer-contact {
    margin: 2%;
}
@media screen and (max-width: 640px) {
    .footer-col-3 {
        float: none;
        margin-left: 0px;
        width: 63%;
    }
    .footer-col-2 {
        width: 50%;
    }
    .footer-col-1 {
        width: 40%;
    }
}
/* nav by Vishnu */
nav {
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    width: 100%;
    display: flex;
    align-items: center;
}

nav * {
    font-family: "Philosopher", sans-serif;
}

.logo {
    background: url("../img/Homepage/Ribbon\ menu\ logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    min-width: 200px;
    max-width: 350px;
    min-height: 100px;
    margin-top: 1%;
}

nav > ul {
    margin-left: auto;
    margin-right: 4em;
    white-space: nowrap;
    height: auto !important;
}
nav ul li {
    display: inline-block;
    font-size: clamp(1em, 1.2vw, 1.5em);
    padding: 0.7em;
}

nav ul li button {
    padding: 1.1rem !important;
}

nav ul li a {
    color: #ffff;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    transition: linear 0.2s;
}

nav > ul > li > a:hover {
    border-bottom: 5px solid var(--green);
}

img#scroll-up-icon {
    position: fixed;
    right: 6em;
    bottom: 6em;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.8;
}

img#scroll-up-icon:hover {
    opacity: 1;
}
button.primary {
    color: white;
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 2em;
    padding: 1em 0.5em;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-evenly;
    min-width: 200px;
}

.dropdown li {
    width: 100%;
}
.dropdown {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 0.8rem;
}
.dropdown li a {
    color: #333333;
}
.dropdown ul {
    list-style: none;
}

.dropdown li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.dropdown li:hover,
.dropdown li:focus-within {
    cursor: pointer;
}

.dropdown li:focus-within a {
    outline: none;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    /* min-width: 5rem; */
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 0.5rem;
    /* left: 0; */
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

ul li ul li {
    clear: both;
    width: 100%;
}
li i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}
.testimonials-header {
    position: relative;
}
.testimonials-header h1 {
    padding-bottom: 0.5em;
}
.testimonials-header > h1::after {
    content: "";
    position: absolute;
    height: 3px;
    width: 3em;
    background-color: #3e8d00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
label.batches {
    font-family: "Philosopher";
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.6;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 726px) {
    .checkbtn {
        display: block !important;
        margin-top: 21px !important;
    }

    nav {
        display: block;
    }

    nav ul {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(10px);
        height: 312px;
        top: 105px;
        left: -100%;
        transition: all 0.5s;
    }

    nav ul li {
        display: block;
        margin: 20px 20px;
        line-height: 20px;
    }
    nav ul li a {
        font-size: 20px;
    }
    a:active {
        background: none;
        color: #0f2231;
    }
    #check:checked ~ ul {
        left: 0;
    }
    .social-media > img {
        width: 45px;
    }
    .profile {
        flex: unset !important;
    }
    .social-media {
        flex: unset !important;
        display: block !important;
    }
    .social-media img {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 586px) {
    .banner-container {
        top: 40%;
    }
}
.schedule {
    margin-top: 10%;
    padding-top: 5%;
    border: 4px solid #9dd34a;
}

.box-decorator {
    transform: translateY(16px);
    display: inline-block;
    background: white;
}

.box-decorator img {
    margin: 0 32px;
}

.tx-highlight {
    color: #5e8f10;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    margin-top: 10px;
    overflow-wrap: anywhere;
}

.session-custom {
    border-right: 2px solid #a9d861;
    /* height:40%; */
}
.session-custom:after {
    content: "";
    height: 50%;
    width: 3px;
    position: absolute;
    left: -3px;
    top: 0;
    background-color: white;
}
.sessions div {
    text-align: center;
}
.sessions img {
    text-align: center;
}
.top-list {
    margin-bottom: 15%;
}

.sessions button {
    float: none !important;
}

.tx-form-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 60px;
}

.tx-cta-btn {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    background-color: #5e8f10;
    float: right;
    text-align: center;
    margin: 60px auto;
    border-style: none;
    height: 40px;
    /* width: 238px; */
    border-radius: 5px;
    padding-right: 5%;
    padding-left: 5%;
}

@media screen and (max-width: 1366px) {
    .tx-form-content {
        padding-top: 30px;
    }
}

@media screen and (max-width: 586px) {
    .tx-highlight {
        font-size: 16px;
    }

    .session-custom {
        border-right: 1px solid #a9d861;
        /* height:40%; */
    }

    .schedule {
        border: 2px solid #9dd34a;
    }

    .tx-form-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
