@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lobster&family=Merriweather:wght@700&family=Patua+One&family=Rubik:wght@300&family=Sniglet&display=swap');

body {
    position: relative;
}

* {
    box-sizing: border-box;
}

header,
section {
    overflow-x: hidden;
}

:root {
    --Snigle-font: "Sniglet", cursive;
    --Rubik: "Rubik", cursive;
    --Patua: "Patua One", cursive;
    --Lobster: "Lobster", cursive;
    --light-black: #2e2c2caf;
    --bggradient: liner-gradient(to bottom, #5FB404, #FACC2E);
    --light-gray: rgba(255, 255, 255, 0);
}

header a {
    font-family: var(--Snigle-font);
    font-size: 0.9em;
    color: rgb(252, 206, 2);
}

header {
    background: #df9800;
    --background: var(--bggradient);
}

.dropdown-content {
    display: none;
    position: absolute;
    background: white;
    min-width: 160px;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

header .nav-item:last-child {
    padding-right: 10.5em;
}

header .nav-item {
    padding: 0.9em;
}

header .nav-link {
    font-size: large;
}

header .navbar-brand {
    padding-left: 8rem;
}

header .nav-link:hover {
    color: rgb(252, 206, 2);
}

header .row .col-md-5 {
    padding: 4.2vmin 1vmin;
}

header .row .col-md-7 {
    padding: 22vmin 1vmin;
    padding-bottom: 1vmin;
    font-family: var(--Rubik);
    color: white
}

header .row .col-md-5 img {
    width: 90%;
}

header .container .col-md-7 h6 {
    padding: 1vim;
    letter-spacing: 4px;
}

header .container .col-md-7 h1 {
    font-size: 8vmin;
    font-weight: bold;
    padding: 0.1 em 0em;
}

header .container .col-md-5 p {
    padding: 1vmin 5vmin;
}

header .container .col-md-7 button {
    border-radius: 30px;
    font-weight: bold;
}

/* section1*/

.section-1 {
    padding: 5vmin 0;
    background: rgb(252, 206, 2);
}

.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: -3vmin;
    left: -14vmin;
    background: rgb(252, 206, 2);
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 10vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(11, 80, 4, 0);
    font-family: var(--Rubik);
    z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);
}

/* section-2*/

.cover {
    width: 100%;
    height: 35vmin;
    position: relative;
}

.cover .content {
    height: 100%;
    width: 100%;
    padding-top: 10vmin;
}

.cover .content>h1 {
    font-family: var(--Patua);
    font-size: vmin;
}

.cover .content>p {
    font-family: var(--Rubik);
    font-size: 7vmin;
}

.card {
    width: 100%;
    position: relative;
    align-content: center;
}

.numbers .rect {
    position: relative;
    z-index: 1;
    background: #fdfdfb;
    width: 17rem;
    height: 13rem;
    padding-top: 3.5vmin;
    margin: 1rem;
    border-radius: .5em;
    box-shadow: 1px 2px 50px 0px rgba(197, 238, 13, 0.3);
}

.numbers {
    margin-top: -25vmin;
}

.numbers .rect h6 {
    font-size: 1rem;
    color: rgb(15, 58, 28);
}

.number .rect p {
    font-family: var(--Patua);
}

/* end section-2 */



/* section 3 */

.card-3 {
    width: 100%;
    position: relative;
    align-content: center;
    background: #d6e2cd;
}

.card-3>h1 {
    padding-top: 15vmin;
    padding-bottom: 0.1em;
    font-family: var(--Lobster);
}

.card-3>p {
    color: var(--light-black);
    font-size: 3vmin;
    padding-bottom: 1vmin;
}

.card-3 .cards .card {
    width: 20rem;
    margin: 1vmin;
    background: #ccdbca;
}

.cards div {
    padding-bottom: 1rem;
    margin: 0;
}

.cards .title {
    background: rgba(156, 180, 16, 0);
    padding: 1.4rem 2.5rem;
    font-size: 2vmin;
}

.card .card-text {
    padding: 2.5rem 3rem;
    color: var(--light-black);
}

.card-body .pricing {
    background: rgba(156, 180, 16, 0);
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
}

.card-body .pricing>h1 {
    font-size: 10vmin;
    padding: 1em 0.5em;
}

/* edn section -3  */

/* section -4 */

.section-4 {
    padding: 5vmin 1vmin;
    background: rgba(156, 180, 16, 0);
}

.section-4 .container h1 {
    font-size: 6vmin;
    padding-top: 1vmin
}


/*section-5*/
.section-5 .row {
    padding: 5vmin 0;
    background: rgba(156, 180, 16, 0);
    height: 25rem;
}

.section-5 .row .col-md-5 .pray img {
    opacity: 0.8;
    width: 100%;
    height: 20rem;
    border-radius: 0.2em;
}

.section-5 .row .col-md-6:last-child {
    position: relative;
}

.section-5 .row .col-md-6 .panel {
    position: absolute;
    top: 3vmin;
    left: -5vmin;
    background: rgb(2, 202, 252);
    border-radius: 3px;
    text-align: left;
    padding: 5vmin 5vmin 1vmin 5vmin;
    box-shadow: 0px 25px 42px rgba(11, 80, 4, 0);
    font-family: var(--Rubik);
    z-index: 1;
}

.section-5 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-5 .row .col-md-6 .panel p {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);
}

.section-5 .container h1 {
    font-size: 6vmin;
    padding-top: 1vmin
}

.section-5 .team {
    padding: 1vmin 1vmin;
}

.section-5 .card {
    width: 22rem;
    margin-top: 10vmin;
}

.section-5 .card .card-text {
    padding: 0.5em;
}

.section-5 .card .card-body>a {
    font-size: 1.5em;
}

.section-5 .carousel-item {
    padding-left: 3rem;
}

.border-radius {
    border-radius: 340px;
    width: 60%;
}

/* footer*/
footer {
    background: rgba(0, 0, 0, 0.815);
    overflow-x: hidden;
    padding: 14vmin 18vmin;
}

footer p>span {
    color: #ff512f;
}

footer input {
    border: none !important;
}

footer input::placeholder {
    color: white !important;
}

footer .input-group .input-group-text {
    background: red;
    border: none;
}

footer .column i {
    color: #dd2476;
}

footer .column i+i {
    padding: 0 0.5em;
}

/* Sticky class */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.815);
    z-index: 9999;
    transition: all 1.5s ease;
}