/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. navber
3. hero-area
4. about-area
5. service
6. therapist
7. testimonial
8. faqf
9. content
10.contact
11.instagram
12.footer
13.copyright

*/

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");

@font-face {
    font-family: "one-litle";
    src: url("./../fonts/One-Little-Font-Regular.otf");
}

* {
    font-family: "Quicksand", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
}

:root {
    --primary: #fdb92d;
    --secondary: #f2a309;
    --text: #86837c;
    --black: #1b1b1b;
    --white: #ffffff;
    --neutral: #fcf3e1;
}

body {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    color: var(--black);
    margin: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
    letter-spacing: 2%;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 35px;
    font-family: "one-litle";
}

h2 {
    font-size: 30px;
    font-family: "one-litle";
}

h3 {
    font-size: 24px;
    font-family: "one-litle";
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
    font-family: "one-litle";
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: var(--text);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.chatte-btn {
    width: max-content;
    height: 100%;
    background-color: var(--primary);
    color: var(--white);
    border-radius: 50px;
    padding: 10px 30px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    outline: none !important;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    z-index: 1;
    transition: all 0.5s ease;
}

.chatte-btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.5s ease;
}

.chatte-btn:hover::before {
    transform: scale(1);
}

.chatte-btn:hover {
    color: #fff;
}

.chatte-btn::before {
    background-color: var(--black);
}

.chatte-btn {
    background-color: var(--secondary);
}

/* section-title */

.section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.title {
    width: max-content;
    background: var(--secondary);
    padding: 14px 30px;
    border-radius: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
}

.section-title h4 {
    color: var(--white);
}

.desc h1 {
    padding-top: 20px;
}

.section-title-2 .title {
    background-color: var(--neutral);
}

.section-title-2 .title h4 {
    color: var(--secondary);
    font-weight: 600;
}

/* navber-section  */

.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    animation-name: sticky;
    animation: slideDown 0.35s ease-out;
    overflow: hidden;
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
}

.sticky .logo {
    width: 100px;
}

.sticky .logo img {
    margin-top: 60px;
    width: 100%;
}

.sticky .navber {
    height: 100px;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

nav {
    background-color: #fff;
    z-index: 999;
}

.navber {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 140px;
}

.nav_class ul {
    display: flex;
    align-items: center;
}

.nav_class ul li {
    padding-right: 38px;
    list-style: none;
    text-decoration: none;
}

.nav_class ul li .nav_link {
    font-size: 16px;
    font-weight: 500;
    color: var(--text);
    transition: 0.3s;
}

.nav_class ul li:hover .nav_link {
    color: var(--primary);
}

.active {
    color: var(--primary);
}

a:-webkit-any-link {
    text-decoration: none;
}

.logo {
    width: 272px;
    height: 200px;
}

.logo img {
    margin-top: 23px;
    width: 100%;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    background: #e7e6e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--black);
    font-size: 20px;
    transition: 0.3s;
    margin-right: 40px;
}

.social-icon:hover {
    background: var(--primary);
    color: var(--white);
}

.client {
    color: var(--black);
    font-size: 16;
    font-weight: 600;
}

.nav-button {
    display: flex;
    align-items: center;
}

.hero-slider {
    background-image: url("./../images/bg/hero-bg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 772px;
    margin-top: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-shape {
    position: absolute;
}

.hero-shape-1 {
    top: 154px;
    left: 240px;
    animation: treeMove 1s linear 0s infinite;
}

.hero-shape-2 {
    bottom: 308px;
    left: 90px;
    -webkit-animation: airTree 5s ease-in infinite;
    animation: airTree 5s ease-in infinite;
}

.hero-shape-3 {
    bottom: 113px;
    left: 190px;
    animation: treeMove 1s linear 0s infinite;
}

.hero-width {
    width: max-content;
    background: var(--primary);
    border-radius: 10px;
}

.hero-contant {
    padding: 70px;
}

.hero-title h1 {
    font-size: 70px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 10px !important;
}

.hero-title p {
    color: var(--white);
    font-weight: 500;
    font-size: 20px;
}

.hero-location {
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
}

.hero-location a {
    color: var(--white);
    padding-right: 10px;
}

.hero-location li {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 10px;
}

.hero-button {
    padding-top: 20px;
    display: flex;
    align-items: center;
}

.hero-btn1 {
    padding: 12px 50px;
    margin-right: 30px;
    background: var(--black);
    color: var(--white);
}

.hero-btn1:hover {
    color: var(--black);
}

.hero-btn1::before {
    background-color: var(--white);
}

/*---------- about section ------- */

.about {
    width: 100%;
    height: 710px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 120px;
    position: relative;
}

.about-shape {
    position: absolute;
}

.about-bg-shape {
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}

.about-shape-1 {
    top: 70px;
    left: 200px;
    animation: zoomBig 2s linear infinite;
}

.about-shape-2 {
    top: 70px;
    right: 200px;
    animation: zoomBig 2s linear infinite;
}

.about-shape-3 {
    right: 40px;
    bottom: -100px;
    animation: leftToRight 1.5s linear infinite;
}

.about-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 205px;
    position: relative;
}

.about-title .desc h1 {
    margin-bottom: 5px;
}

.about-title .desc h4 {
    color: var(--black);
    font-weight: 700;
    padding-bottom: 20px;
}

.about-title .desc p {
    color: var(--text);
    font-weight: 400;
    padding: 0 190px;
}

.about-shape-star-right {
    position: absolute;
    right: 80px;
    -webkit-animation: rotated 4s infinite linear;
    animation: rotated 4s infinite linear;
}

.about-shape-star-left {
    position: absolute;
    left: 103px;
    bottom: 0;
    -webkit-animation: rotated 4s infinite linear;
    animation: rotated 4s infinite linear;
}

/* service-section */

.service {
    width: 100%;
    height: 710px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 150px;
    position: relative;
}

.service-shape {
    position: absolute;
}

.service-shape-1 {
    bottom: 30px;
    left: 23px;
    animation: treeMove 2s linear 0s infinite;
}

.service-shape-2 {
    top: 150px;
    left: 450px;
    animation: leftToRight 5s linear infinite;
}

.service-shape-3 {
    top: 105px;
    right: 325px;
    animation: squareMover 10s linear 0s infinite;
}

.service-shape-4 {
    bottom: 30px;
    right: 40px;
    animation: treeMove 2s linear 0s infinite;
}

.service .service-title {
    margin-top: 145px;
}

.service-desc {
    padding-bottom: 130px;
}

.service-desc h1 {
    margin-bottom: 10px;
}
.service-desc h4 {
    font-family: "one-litle";
    color: var(--black);
}
.service-desc p {
    color: var(--white);
    font-weight: 600;
}

.service-cart {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    background: var(--white);
    display: flex;
    /* align-items: center; */
    padding-top: 135px;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    position: relative;
}

.service-ovarlay {
    position: absolute;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.service-overlaytop {
    height: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--black);
}

.service-cart:hover .service-overlaytop {
    height: 100%;
    bottom: 0;
    background-color: var(--black);
    color: var(--text);
    border-radius: 10px;
}

.service-star-shape img {
    position: absolute;
    top: -115px;
    left: -5px;
    animation: zoomBig2 1.5s linear infinite;
}

.service-img {
    position: absolute;
    top: -113px;
    left: 50%;
    transform: translatex(-50%);
}

.service-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.service-intro h3 {
    margin: 0;
    font-weight: 700;
    color: var(--black);
}

.service-cart:hover .service-intro h3 {
    z-index: 2;
    color: var(--white);
    transition: 0.5s;
}

.service-content {
    padding: 0 26px;
    padding-top: 15px;
}

.service-content li {
    list-style: disc;
    padding: 3px 0;
    margin-left: 10px;
    color: var(--black);
    font-weight: 700;
    text-align: top;
    transition: 0.5s;
}

.service-cart:hover .service-content {
    z-index: 999 !important;
    color: var(--text);
}

.service-cart:hover .service-content li {
    z-index: 999 !important;
    color: var(--text);
}

.service-content li::marker {
    color: var(--primary);
}

.service-button {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--neutral);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 35px;
    transition: 0.3s;
}

.service-button:hover {
    background-color: var(--primary);
}

.service-button a {
    color: var(--black);
    transition: 0.3s;
}

.service-button:hover a {
    color: var(--white);
}

/* therapist */

.therapist {
    background-color: var(--neutral);
    padding-top: 310px;
    display: flex;
    position: relative;
    z-index: -2;
}

.therapist-shape {
    position: absolute;
}

.therapist-shape-1 {
    left: 174px;
    animation: zoomBig 3s linear infinite;
}

.therapist-shape-2 {
    right: 80px;
    animation: leftToRight 3s linear infinite;
}

.therapist-shape-3 {
    left: 0;
    bottom: 15%;
}

.therapist-shape-4 {
    right: 0;
    bottom: 20%;
    animation: zoomBig 3s linear infinite;
}

.therapist-images img {
    width: 100%;
}

.therapist-title {
    display: flex;
    align-items: start;
}

.therapist-intro .therapist-name {
    font-weight: 500;
}

.therapist-intro .therapist-owner {
    font-size: 20px;
    font-weight: 700;
    padding-top: 5px;
    color: var(--secondary);
}

.certification {
    color: var(--secondary);
    font-weight: 700;
    padding: 15px 0;
}

.certification-deg {
    text-decoration: none;
    padding-top: 0;
    font-weight: 700;
    color: var(--black);
}

.certification-deg li {
    list-style: disc;
    padding: 3px 3px;
    margin-left: 10px;
    color: var(--black);
    font-weight: 700;
    text-align: top;
    transition: 0.5s;
}

.certification-deg li::marker {
    color: var(--primary);
}

.billing-start {
    padding-top: 160px;
    text-align: center;
}

.centran-line-shape {
    padding: 50px 0;
}

.stated-desc {
    color: var(--black);
}

/* testimonial */

.testimonial {
    background-color: var(--neutral);
    padding-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.testimonial-shape {
    position: absolute;
}

.testimonial-shape-1 {
    top: 0;
    left: 100px;
    animation: starmover 10s linear 0s infinite;
}

.testimonial-shape-2 {
    bottom: 85px;
    left: 100px;
    animation: zoomBig 2s linear infinite;
}

.testimonial-shape-3 {
    bottom: 200px;
    right: 100px;
    animation: zoomBig2 1s linear infinite;
}

.testimonial-wrapper {
    width: 100%;
    background-color: var(--white);
    border-radius: 10px;
    position: relative;
}

.testimonial-content {
    padding: 102px 115px 80px 115px;
}

.testimonial-desc {
    color: var(--black);
    font-weight: bold;
    text-align: center;
}

.testimonial-signature {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-icon {
    background: var(--white);
    width: max-content;
    color: var(--primary);
    padding: 25px;
    border-radius: 50%;
    margin: 0;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    font-size: 25px;
    transition: 1.3s;
    cursor: pointer;
}

.slick-icon::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50px;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: all 0.5s ease;
}

.slick-icon:hover::before {
    transform: scale(1);
}

.slick-icon:hover {
    color: #fff;
}

.slick-icon::before {
    background-color: var(--black);
}

.slick-icon {
    display: flex;
    background-color: var(--white);
}

.slick-prev {
    top: 25px;
    left: -150px;
}

.slick-next {
    top: 25px;
    right: -150px;
}

/* faq */
.faq {
    background-color: var(--neutral);
    padding-bottom: 155px;
	position: relative;
}

.faq .btn{
    white-space: normal;
}

.faq-shape {
    position: absolute;
}

.faq-shape-1 {
    top: 70px;
    left: 100px;
    animation: zoomBig2 1.5s linear infinite;
    width: 100px;
}


.faq-shape-2 {
    bottom: 60px;
    left: 70px;
    animation: zoomBig 2s linear infinite;
    width: 90px;
}

.faq-shape-3 {
	width: 100px;
    top: 70px;
    right: 100px;
    animation: zoomBig2 1.5s linear infinite;
}

.faq-title {
    background-color: var(--white);
}

.faq-text{
	font-size: 24px;
	color: var(--secondary);
}

.faq .btn-link.focus, .btn-link:focus{
	text-decoration: none;
}

.faq .btn-link:hover{
	text-decoration: none;
	color: var(--secondary);
}

.faq .collapsed{
	color: var(--black);
}

.faq-title h4 {
    color: var(--secondary);
}

.faq .service-desc{
	padding-bottom: 50px;
}

.faq ul{
	padding-left: 15px;
}

.faq ul li{
	list-style: disc;
}

.faq .card-body {
    padding: 0px 33px 30px;
	font-size: 16px;
	line-height: 32px;
}

.faq .card{
	margin-bottom: 20px;
	border-color: var(--white);
}

.faq .card-header{
	background-color: var(--white);
	border-color: var(--white);
}


.accordion .btn {
	text-decoration: none;
	/* display: flex;
	justify-content: space-between;
	align-items: center; */
	width: 100%;
	letter-spacing:1px;
	position: relative;
}

.accordion .btn .icon {
	transition: transform 0.3s ease-in-out;
	position: absolute;
	right: 0px;
}

.accordion .btn[aria-expanded="true"] .bi-plus {
	display: none;
}

.accordion .btn[aria-expanded="false"] .bi-dash {
	display: none;
}

/* content */
.play-kids {
    width: 100%;
    height: 845px;
    overflow: hidden;
}

.play-kids-bg {
    width: 100%;
    height: 845px;
    position: relative;
}

.play-kids-bg img {
    width: 100%;
    height: 845px;
    object-fit: cover;
    z-index: -9;
}

.play-kids-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 845px;
    z-index: 9;
    background-image: linear-gradient(
        0deg,
        rgba(27, 27, 27, 0.83),
        rgba(27, 27, 27, 0.83)
    );
}

.content {
    width: 100%;
    height: 845px;
    background-image: linear-gradient(
            0deg,
            rgba(27, 27, 27, 0.83),
            rgba(27, 27, 27, 0.83)
        ),
        url("./../images/dianeAckermanImg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.1s ease-out;
}

.content-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-img img {
    width: 100%;
    margin-top: 160px;
    border-radius: 20px;
    object-fit: cover;
    animation: zoomImgInZoom linear;
    animation-timeline: view();
    animation-range: entry 0;
}

@keyframes zoomImgInZoom {
    from {
        opacity: 0.5;
        scale: 0.5;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.content-desc {
    width: 83%;
    background-color: var(--primary);
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 35px 0;
    border-radius: 10px;
}
.content-shape-1 {
    position: absolute;
    left: 25%;
    top: 48px;
}
.content-shape-2 {
    position: absolute;
    right: 25%;
    top: 48px;
}
.content-desc h1 {
    margin: 0;
    padding-bottom: 8px;
    color: var(--black);
}

.content-desc h2 {
    color: var(--white);
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
}

.hero-back {
    width: 100%;
    height: calc(100vh);
    background: url(../images/dianeAckermanImg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: relative;
}

.hero-back img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/* contact */

.contact {
    margin-top: 150px;
    position: relative;
}

.contact-shape {
    position: absolute;
}

.contact-shape-1 {
    top: 395px;
    left: 185px;
    animation: zoomBig2 4s infinite linear;
}

.contact-shape-2 {
    top: 0;
    right: 112px;
    animation: rotated 2s infinite linear;
}

.contact-shape-3 {
    bottom: -70px;
    left: 27px;
    animation: starmover 10s linear 0s infinite;
}

.contact-shape-4 {
    bottom: 150px;
    right: 100px;
    animation: zoomBig2 2s infinite linear;
}

.contact-shape-5 {
    bottom: -250px;
    right: 0;
    animation: topToBottom 2s linear infinite;
}

.contact-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-infu {
    text-align: center;
}

.contact-infu h4 {
    font-weight: 600;
    color: var(--text);
    padding: 5px 0;
}

.contact-infu h4 a {
    padding-right: 10px;
}

.contact-width {
    width: 868px;
    padding-top: 75px;
    margin: 0 auto;
}

.contact-form-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.contact-form-control:nth-child(4) {
    grid-column: 2;
}

.contact-form-form .bootstrap-select > .dropdown-toggle,
.contact-form-form input[type="text"],
.contact-form-form input[type="email"] {
    display: block;
    width: 425px;
    height: 60px;
    background-color: var(--neutral);
    color: var(--color-grey);
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 10px;
}

.contact-form-select .form-select {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 20px;
    background-color: var(--neutral);
    color: var(--color-grey);
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-right: 25px;
    border-radius: 10px;
}

.teacher-form-control {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.contact-form-textarea textarea {
    width: 100%;
    background-color: var(--neutral);
    color: var(--color-grey);
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    padding-left: 30px;
    padding-top: 25px;
    border-radius: 10px;
    margin-top: 20px;
}

.contact-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 13px;
}

.form-btn {
    padding: 14px 50px;
}

/* instagram */

.instagram {
    margin-top: 160px;
}

.instagram-wrapper2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.instagram-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.instagram-images {
    width: 280px;
    height: 280px;
    object-fit: cover;
}

.instagram-overlay {
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0;
    background: linear-gradient(
        0deg,
        rgba(27, 27, 27, 0.74) 0%,
        rgba(27, 27, 27, 0.74) 100%
    );
}

.instagram-content:hover .instagram-overlay {
    opacity: 1;
    height: 100%;
}

.instagram-icon {
    background-color: var(--primary);
    padding: 25px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.instagram-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    transition: 0.3s;
}

.instagram-icon:hover {
    background-color: var(--white);
}

.instagram-icon:hover a {
    color: var(--black);
}

.overlayTop {
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
}

/* footer */

.footer {
    margin-top: 100px;
    background-color: var(--black);
    width: 100%;
}

.footer-content {
    padding: 92px 0;
}

.footer-title h2 {
    color: var(--neutral);
    font-weight: 500;
    padding-bottom: 30px;
}

.footer-list li {
    color: var(--text);
    padding-bottom: 5px;
}

.footer-list-icon {
    display: flex;
}

.footer-list .social-icon {
    background-color: #30302e;
    color: var(--white);
}

.footer-list .social-icon:hover {
    background-color: var(--primary);
    color: var(--white);
}

.footer-list-icon a {
    padding-right: 10px;
}

.footer-logo {
    width: 100%;
    height: 100%;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

.copyright {
    background-color: var(--secondary);
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright p {
    color: var(--black);
    font-weight: 500;
    margin: 0;
}

/* mobile menu */
.mobile_menu {
    width: 100%;
    display: none;
}

.custom-select {
    height: 60px;
    padding: 0.375rem 25px.375rem 25px;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: none;
    background-color: var(--neutral);
    background-size: 8px 10px;
    border: none;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 20px;
}

.custom-select select {
    width: 100%;
    background-color: var(--neutral);
    color: var(--color-grey);
    font-size: 16px;
    padding: 12px 0;
}

/* keyframes animation */

@keyframes leftToRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-50px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes topToBottom {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes zoomBig {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.8, 0.8);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes rotated {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes treeMove {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(5px);
        transform: rotate(5deg) translateX(5px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(10px);
        transform: rotate(10deg) translateX(10px);
    }
}

@keyframes airTree {
    0%,
    100% {
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0);
    }

    25%,
    75% {
        -webkit-transform: rotate(5deg) translateX(60px);
        transform: rotate(5deg) translateX(60px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateX(90px);
        transform: rotate(10deg) translateX(90px);
    }
}

@keyframes squareMover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(0px, 40px) rotate(0deg);
        transform: translate(0px, 40px) rotate(0deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes starmover {
    0%,
    100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%,
    60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%,
    80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}

@keyframes zoomBig2 {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(0.9, 0.9);
    }

    100% {
        transform: scale(1, 1);
    }
}
