p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
}


:root {
    --primary: #8AC53F;
    --secondary: #00313F;
    --black: #000;
    --white: #fff;

}

body {
    padding: 0;
    margin: 0;
    font-family: "Figtree", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.text-secondary {
    color: var(--secondary) !important;
}

p {
    margin-bottom: 8px;
    line-height: 1.6;
    color: var(--secondary);
    font-size: 1rem;
    font-weight: 400;
}

h1 {
    font-size: 4.125rem;
    line-height: 5.125rem;
    font-weight: 800;
    color: var(--primary)
}

h2 {
    font-size: 3.125rem;
    line-height: 4.125rem;
    font-weight: 700;
    color: var(--secondary);
}

h2 span {
    color: var(--primary);
}

.logo:focus .logo:focus-visible,
.logo:focus-visible:after,
.logo:focus-within {
    outline: none;
}

.logo a {
    color: var(--secondary);
}

.logo a:hover {
    color: var(--primary);
}

.inverse {
    color: #fff !important;
}

.primary-btn {
    display: inline-block;
    padding: 0.50rem 2rem !important;
    background-color: var(--primary);
    color: var(--secondary);
    border-radius: 25px;
    transition: all 0.3s;
    font-weight: 600;
    border: 1px solid var(--primary);
    font-size: 1rem;
}

.primary-btn:hover {
    /* background-color: transparent !important; */
    color: var(--secondary);
    box-shadow: unset;
    /* border: 1px solid var(--primary); */
    transform: scale(1.1);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.secondary-btn {
    display: inline-block;
    padding: 0.50rem 2rem;
    background-color: transparent;
    color: var(--primary);
    border-radius: 25px;
    border: 1px solid var(--primary);
    transition: all 0.3s;
    font-weight: 600;
    font-size: 1rem;
}

.secondary-btn:hover {
    /* background-color: var(--primary) !important; */
    color: var(--primary) !important;
     transform: scale(1.1);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
}

.btn-holder {
    margin-top: 2rem;
}

.page-section {
    padding: 7rem 0px;
}

.extra-pt-60 {
    padding-top: 7.5rem;
}

.section-title {
    font-size: 3.125rem;
    line-height: 3.75rem;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 1rem;
}

.section-title span {
    color: var(--primary)
}

.owl-dot span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 1.25rem;
    background-color: var(--white);
    margin: 0.5rem;
}

.owl-dot.active span {
    background-color: var(--primary)
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -3rem;
}

.supporting-title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    width: fit-content;
}

.bold {
    font-weight: 600;
}

.text-primary {
    color: var(--primary) !important;
}

.form-group {
    margin-bottom: 1.25rem;
}
::placeholder{
    color: var(--secondary) !important;
}
.formgroup{
    padding: 2rem 3rem;
}
.form-control {
    border: 1px solid var(--secondary);
    padding: 1rem 1.5rem;
    color:var(--secondary);
    font-weight: 400;
      border-radius: 10px;
}

.form-control:focus {
    outline: none;
    border: 1px solid var(--primary);
    box-shadow: none;
}

label {
    font-weight: 400!important;
    color: var(--secondary);
    margin-bottom: 0.5rem;
}

#cta {
    background-color: var(--primary);
    height: 30rem;
}

#cta p {
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
}

.cta-img img {
    position: absolute;
    right: -7%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.btn-holder .apple {
    background-color: var(--black);
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #A6A6A6;
}

.btn-holder .play {
    background-color: var(--black);
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #A6A6A6;
}

.btn-holder .det h4 {
    color: var(--white);
    font-size: 1.6rem;
    font-family: 'Arial';
    font-weight: 500;
}

.btn-holder .det p {
    color: var(--white);
    font-size: 16px !important;
    line-height: 1 !important;
}

.btn-holder .apple .inner-ele .apple-icon {
    background-image: url('../img/apple_white.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 40px;
}

.btn-holder .inner-ele {
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}

.btn-holder .apple:hover {
    background-color: var(--white);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transform: scale(1.1);

    & h4,
    p {
        color: black;
    }

    & .inner-ele .apple-icon {
        background-image: url('../img/apple_black.svg');
    }

    & .inner-ele {
        color: black;
    }
}

.btn-holder .play:hover {
    background-color: var(--white);
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    transform: scale(1.1);

    & h4,
    p {
        color: black;
    }

    & .inner-ele {
        color: black;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: unset;
        width: 100%;
        padding: 0px 2rem;
    }

    html {
        font-size: 15px;
    }
}

@media(max-width:992px) {
    html {
        font-size: 14px;
    }

    .page-section {
        padding: 3.75rem 0px;
    }

    .section-title {
        font-size: 2.25rem;
    }

    .ctaBlock {
        padding: 4rem;
    }

    .btn-holder .apple {
        padding: 10px;
    }

    .btn-holder .play {
        padding: 10px;
    }

    .btn-holder .det h4 {
        font-size: 18px !important;
    }

    .btn-holder .det p {
        font-size: 8px !important;
        text-align: left;
        margin: 2px 0;
    }

    .btn-holder .apple .inner-ele .apple-icon {
        height: 35px;
        width: 35px;
    }

    .btn-holder .play .inner-ele img {
        height: 35px;
        width: 35px;
    }
}

@media screen and (max-width:767px) {
    .row.d-flex {
        display: block !important;
    }

    .page-section {
        padding: 3rem 0px;
    }

    .col-inv {
        display: flex;
        flex-direction: column-reverse;
    }

    .row-inv {
        display: flex;
        flex-direction: row-reverse;
    }

    h1 {
        font-size: 3.125rem;
        line-height: 4rem;
        text-align: center;
    }

    #hero p {
        text-align: center;
    }

    .btn-holder {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hero .col-md-5 {
        display: none;
    }
    
h2 {
    font-size: 2.75rem;
    line-height: 3.5rem;
    font-weight: 700;
    color: var(--secondary);
}

}

@media screen and (max-width:680px) {
    .ctaBlock {
        padding: 1rem;
    }

    .ctaContent {
        padding: 2rem;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-title-cta {
        font-size: 1.75rem;
    }

    .container {
        padding: 0px 1.5rem;
    }

    .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .text-primary{
  color:var(--primary);
}
    #cta {
    background-color: var(--primary);
    height: 60rem;
}
    #cta p:nth-child(2){
    text-align: center;
    }
.cta-img{
        display: flex;
    justify-content: center;
    align-items: center;
}
.cta-img img{
    position: relative;
    transform: none;
    width: 50%;
    align-items: center;
    display: flex;
    justify-content: center;
    right: 0;
}
}