@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
}

h1,h2,h3,h4 {
    font-family:"DM Sans", sans-serif;
    color:#498391;
    text-align:center;
}

h1 {
    font-size: 3rem;
    line-height:5rem;
    padding:0 0 .5rem 0;
    font-weight: 900;
}
    @media(max-width:1024px) {
        h1 {
            font-size:9vw;
            line-height:10vw
        }
    }

h2 {
    font-size:3rem;
    line-height:4rem;
    padding-bottom:1rem;
    font-weight: 700;
}
    @media(max-width:1024px) {
        h2 {
            font-size:4.75vw;
            line-height:5.75vw
        }
    }

h2 sup {
    vertical-align:super;
    font-size:2.5rem;
    line-height:3.5rem;
    margin-right:.25rem
}
    @media(max-width:1024px) {
        h2 sup {
            font-size:3vw;
            line-height:4vw
        }
    }

h3 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-weight: 400;
    letter-spacing: .05rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align:left;
}
    @media(max-width:1024px) {
        h3 {
            font-size:4vw;
            line-height:5vw
        }
    }

h4 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
    @media(max-width:1024px) {
        h4 {
            font-size:3.5vw;
            line-height:4.5vw;
            margin-bottom: 2rem;
        }
    }

input[type=email],input[type=tel],input[type=text],textarea, select {
  font-family:Roboto,sans-serif;
  background:#fff;
  color:#333333;
  margin: 0 .35rem;
  border:1px solid #c1c1c1;
  width:100%;
  border-radius: .25rem;
  font-size:1rem;
  padding:1rem 0;
  text-indent:1.25rem;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none
}
    @media(max-width:780px) {
        input[type=email],input[type=tel],input[type=text],textarea, select {
            font-size:.8rem;
            padding:.7rem 0;
            text-indent:.75rem
        }
    }

select {
    text-indent: .6rem;
    cursor: pointer;
}
    @media(max-width:780px) {
        select {text-indent:.35rem}
    }

::placeholder {
    color: inherit;
    opacity: 1;
}

.top-banner {
    font-family:'DM Sans', sans-serif;
    font-weight: 800;
    background:#84BD00;
    padding: 2rem;
    text-align:center;
    width:100%;
    text-transform: uppercase;
    font-size:1.35rem;
    line-height:1.35rem;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
    @media(max-width:730px) {
        .top-banner {
            font-size:.8rem;
            line-height: .8rem;
            padding: .75rem;
        }
    }

.top-banner a {
    color: inherit;
    text-decoration: underline;
}

header {
    background:#fff;
    text-align:center;
    padding: 2rem 0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width: 1480px;
    margin:0 auto;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    font-size: 0;
}
    @media(max-width:1500px) {
        header {
            width:90%
        }
    }
    
    @media (max-width: 970px) {
        header {
            display: block;
            padding: 1rem 0;
        }
    }

    @media(max-width:500px) {
        header {
            padding:.5rem 0
        }
    }

header .title {
    width: 25%;
    position: relative;
    padding-right:0;
    text-align: right;
}
    @media (max-width: 1330px) {
        header .title {
            width: 40%;
            padding: 0;
        }
    }
    @media(max-width:970px) {
        header .title {
            display: block;
            width:100%;
            text-align: center;
        }
    }

header .title img {
    position: relative;
    width: 35px;
    cursor: pointer;
}

    @media (max-width: 970px) {
        header .title img {
            display: none;
        }
    }

header .title p {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.75rem;
    color: #000;
}
    @media (max-width: 1024px) {
        header .title p {
            padding: 0;
            margin: 0;
        }
    }
    @media (max-width: 970px) {
        header .title p {
            text-align: center;
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

header .title h5 a {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    text-align: right;
    font-size:1.15rem;
    letter-spacing: .12rem;
    text-decoration: underline;
}
    @media (max-width: 970px) {
        header .title h5 a {
            text-align: center;
            font-size: .88rem;
            line-height: 1.5rem;
        }
    }
header .title a {
    font-family: 'DM Sans',sans-serif;
    font-weight:600;
    font-size:2.25rem;
    line-height:1.75rem;
    color:#141b4d;
    text-decoration: none;
    font-weight: 700;
    color: #309B42;
}
    @media(max-width:1430px) {
        header .title h1 {
            font-size:1.25rem;
            line-height:1.25rem
        }
    }
    @media(max-width:970px) {
        header .title h1 {
            text-align:center;
            font-size:4vw;
            line-height:4vw;
            padding-top:.5rem
        }
    }

    @media (max-width: 970px) {
        header .title a {
            font-size: 1.75rem;
            line-height: 1.75rem;
            padding-top:0;
        }
    }

header .title h1 span {
    color:#526b9a
}

header .logo {
    width:50%;
    text-align:left
}
    @media(max-width:970px) {
        header .logo {
            width:100%;
            text-align:center;
            padding-bottom: 1rem;
        }
    }

header .logo img {
    width: 458px;
}
    @media(max-width:970px) {
        header .logo img {
            width:300px
        }
    }
    @media(max-width:400px) {
        header .logo img {
            width:260px
        }
    }

.hero {
    background-image:url(../img/background.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 0;
    min-height: 720px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .main-container {
    padding: 0;
}

.hero .column-25 {
    vertical-align: middle;
}

.hero .column-25 img {
    width: 100%;
    margin-top: 10rem;
}

.hero .main-container .column-50 {
    padding: 0 .5rem;
    position: relative;
}

    @media(max-width:1100px) {
    .hero .main-container .container .column-25 {
        width: 50%;
    }
    .hero .main-container .container .column-50 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .hero .column-25 img {
        margin-top: 0;
    }
    .one {
        order: 1;
    }
    .two {
        order: 2;
    }
    .three {
        order: 3;
    }
}
@media(max-width:970px) {
    .hero .main-container .container {
        padding:0
    }
}
@media(max-width:750px) {
    .hero {
        padding: 1rem 0 2rem 0
    }
}

.main-container {
    position: relative;
    box-sizing: border-box;
    padding: .25rem;
    margin: 0 auto;
    width: 1480px;
}
    @media (max-width: 1480px) {
        .main-container {
            width: 100%;
        }
    }

.container {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}
        
.column-100 {
    position: relative;
    width: 100%;
    padding: .75rem;
}
    
.column-75 {
    position: relative;
    width: 75%;
    padding: .75rem;
}
.column-50 {
    position: relative;
    width: 50%;
    padding: .75rem;
}
.column-33 {
    position: relative;
    width: 33%;
    padding: .5rem;
}

    @media (max-width: 1100px) {
        .column-33 {
            width: 100%;
            text-align: center;
        }
    }

.column-25 {
    position: relative;
    width: 25%;
    padding: .75rem;
}

.service-block {
    background-image: url(../img/services-background.png);
    padding: 4rem 0;
    text-align: center;
}
.service-block .container {
    margin: 0;
}

.service-block h1 {
    color: #fff;
    font-size: 3.15rem;
    line-height: 3.15rem;
}
    @media (max-width: 600px) {
        .service-block h1 {
            font-size: 2rem;
            line-height: 2rem
        }
    }

.service-block .info p {
    font-size: 1.75rem;
    line-height: 2.25rem;
    width: 85%;
    margin-top: 2rem;
}

    @media (max-width: 1650px) {
        .service-block .info p {
            margin-top: .5rem;
        }
    }

    @media (max-width: 700px) {
        .service-block .info p {
            font-size: 1rem;
            line-height: 1.5rem;
        }
    }

    @media (max-width: 1100px) {
        .service-block {
            padding: 2rem;
        }
        .service-block .container {
            display: block;
            margin: 0 auto;
        }
        .service-block .column-25, .service-block .column-75 {
            width: 100%;
            text-align: center;
        }
        .service-block .info h1 {
            text-align: center;
        }
        .service-block .info p {
            width: 100%;
        }
        .service-block .column-25 img {
            width: 300px;
        }
    }

    @media (max-width: 700px) {
        .service-block .info h1 {
            font-size: 2rem;
            line-height: 2.5rem;
        }
    }

    @media (max-width: 400px) {
        .service-block .info h1 {
            margin-top: 2rem;
        }
        .service-block .column-25 img {
            width: 200px;
        }
    }

.service-block .black {
    background: #000;
    border: 2px solid #000;
    width: 600px;
    margin: 3rem auto auto auto;
}
    @media (max-width: 680px) {
        .service-block .black {
            width: 100%;
        }
    }

.service-block .black:hover {
    background: #fff;
    border: 2px solid #fff;
}

.service-block .icons {
    display: flex;
    justify-content: space-around;
    margin: 4rem auto auto auto;
    width: 1420px;
}

    @media (max-width: 1650px) {
        .service-block .icons {
            margin-top: 2rem;
        }
    }
    @media (max-width: 1400px) {
        .service-block .icons {
            width: 100%;
        }
    }
    @media (max-width: 700px) {
        .service-block .icons {
            flex-wrap: wrap;
        }
    }

.service-block .icons div {
    text-align: center;
    width: 247px;
}
    @media (max-width: 700px) {
        .service-block .icons div {
            padding: 0 .25rem;
            width: 49%
        }
    }

.service-block .icons img {
    width: auto;
    height: 75px; 
    margin-bottom: 1.25rem;
}
    @media (max-width: 700px) {
        .service-block .icons img {
            width: auto;
            height: 60px;
        }
    }

.service-block .icons h3 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 1.25rem;
}

    @media (max-width: 700px) {
        .service-block .icons h3 {
            font-size: .88rem;
            line-height: 1rem;
        }
    }

.offer-cta {
    margin:0;
    width: 510px;
    position: absolute;
    top: 50%;
    transform: translateY(40%);
    left: 15%;
}
    @media(max-width:1100px) {
        .offer-cta {
            position: relative;
            width: 230px !important;
            margin: .5rem auto;
            top: auto;
            left: auto;
            transform: none;
        }
    }

.entry-form {
    position: relative;
    text-align: center;
    width: 90%;
    background: #fff;
    margin: 3rem auto;
    border-radius: 2rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.25);
    padding-bottom: 2rem;
}

    @media(max-width:1100px) {
        .entry-form {
            margin: 0 auto;   
            border-radius: .5rem;
            padding: 0 2px;
        }
        .entry-form .container {
            margin: 0
        }
        .entry-form input,
        .entry-form select {
            margin: .1rem .25rem;
        }
        .entry-form button {
            margin:.5rem 0
        }
    }

.entry-form h2 {
    font-family:"DM Sans",serif;
    color:#000;
    padding: 2rem 0 0 0;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 900;
    
}

.entry-form h3 {
    font-size: 1.3rem;
    line-height: 1.4rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    letter-spacing: normal;
}

    @media(max-width:970px) {
        .entry-form h2 {
            font-size:1.5rem;
            line-height:1.5rem;
        }
        .entry-form h3 {
            font-size: 1rem;
            line-height: 1rem;
        }
    }
    @media(max-width:750px) {
        .entry-form h2 {
            font-size:1.5rem;
            line-height:1.5rem;
            padding: 1rem 0 .25rem 0;
        }
    }
    @media(max-width:450px) {
        .entry-form h2 {
            font-size:1rem;
        }
        .entry-form h3 {
            font-size: .8rem;
            line-height: .8rem;
            margin: 0;
        }
    }

@media (max-width: 970px) {
}

#entryForm {
    display: block;
}

#successContainer {
    display: none;
    width: 100%;
    padding: 4rem;
}

.entry-form .checkIcon {
    fill: #84bd00;
    width: 150px;
}
    @media (max-width: 970px) {
        .entry-form .checkIcon {
            width: 80px;
            margin-bottom: 1rem; 
        }
    }

.entry-form .successTitle {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 4rem;
    font-weight: 700;
    text-transform: uppercase;
}
    @media (max-width: 900px) {
        .entry-form .successTitle {
            font-size: 8vw;
            line-height: 8vw;
        }
    }

.entry-form .successSmallerTitle {
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.75rem;
}
    @media (max-width: 900px) {
        .entry-form .successSmallerTitle {
            font-size: 3.5vw;
            line-height: 3.5vw;
        }
    }

form {
    width: 90%;
    margin: 1.5rem auto auto auto;
}

.inputDiv {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: .65rem auto;
}

.error-message {
    color: red;
    display: none;
    font-weight: 500;
}

button {
    font-family:"DM Sans" ,sans-serif;
    background: #309B42;
    color:#fff;
    font-weight:700;
    border: 2px solid #309B42;
    width: 90%;
    height:auto;
    font-size: 1.5rem;
    line-height: 1.25rem;
    padding: 1.5rem 0;
    margin: 1rem 0 0 0;
    border-radius: .5rem;
    -webkit-transition:all .3s;
    transition:all .3s;
    text-transform:uppercase;
    cursor:pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

button:hover {
    color: #309B42;
    background: #fff;
    border: 2px solid #309B42;
}

    @media(max-width:780px) {
        button {
            font-size: .88rem;
            padding: 1rem 0
        }
    }

.legal-required {
    position: relative;
    width: 100%;
    color: black;
    font-size: .8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: .5rem 2rem;
}

@media (max-width: 1100px) {
    .legal-required {
        bottom: auto;
        padding: .5rem 1rem;
    }
}
  

.legal {
    position: relative;
    width: 100%;
    color: black;
    font-size: .9rem;
    line-height: 1.2rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
    padding: 1.5rem 2.5rem 0rem 2.5rem;
}
    @media (max-width: 1100px) {
        .legal {
            bottom: auto;
            padding: 1rem;
        }
    }

.legal a {
    color: inherit;
    text-decoration: underline;
}

.legal_checkbox{
    margin-right: .5rem;
}

.slider-block {
    width: 100%;
    position: relative;
    margin: 0 0 4rem 0;
    text-align: center;
}

.slider-block .green {
    width: 600px;
    margin: 4rem 0 0 0;
}
@media (max-width: 680px) {
    .slider-block .green {
        width: 80%;
        margin-top: 0;
    }
}

.slider-block .column-33 {
    margin-top: 10rem;
    margin-left: 20rem;
}
    @media (max-width: 1024px) {
        .slider-block .column-33 {
            margin-left: 10rem;
        }    
    }


.slider-block h1 {
    text-align: center;
    font-size: 3.15rem;
    line-height: 3.15rem;
    color: #000;
    padding: 5rem 0 2rem 0
}

.slider-block h3 {
    text-transform: uppercase;
}

.slider-block p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000;
    text-align: left;
}

.slides-container {
    width: 100%;
    display: flex;
    overflow: hidden;
    scroll-behavior: smooth;
    list-style: none;
    margin: 0;
    padding: 0;
}

.slide-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
    background: none;
    border: none;
}

.slide-arrow:hover,
.slide-arrow:focus {
    opacity: 1;
}

#slide-arrow-prev {
    left: 18rem;
    border-radius: 0;
}

#slide-arrow-next {
    right: 18rem;
    border-radius: 0;
}

@media (max-width: 1500px) {
    #slide-arrow-prev {
        left: 3rem;
    }
    #slide-arrow-next {
        right: 3rem;
    }
}

.slide {
    width: 100%;
    flex: 1 0 100%;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-color: #fff;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.slide .tile {
    padding: 5rem 2rem;
    background: #F8F8F8;
    min-height: 365px;
}
    @media (max-width: 1544px) {
        .slide .tile {
            width: 600px;
            margin: 0 auto;
        }
    }
    @media (max-width: 1266px) {
        .slide .tile {
            width: 400px;
            margin: 0 auto;
        }
    }
    @media (max-width: 600px) {
        .slide .tile {
            width: 100%;
        }
    }

.slide .tile img {
    width: auto;
    height: 54px;
    margin: 0 0 2rem 0;
}

.slide .tile h4 {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 .5rem 0;
}

.slide-p{
    color: #000 !important;
    text-transform: uppercase !important;
    margin: 0 0 .5rem 0 !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
}

.slide .tile p {
    text-align: center;
}

.slide .container {
    width: 1200px;
    margin: 0 auto;
}
    @media (max-width: 1500px) {
        .slide .container {
            width: 100%;
        }
    }

.slide .column-75 {
    margin: 0 auto;
}
    @media (max-width: 1500px) {
        .slide .container .column-75 {
            width: 100%;
        }
    }

.slider-block .buttons {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    width: 400px;
}

.slider-block .buttons a {
    width: 100%;
}

.slider-block .buttons button {
    margin-right: .5rem;
    font-size: 1rem;
    padding: 1rem;
    height: 100%;
}

.slider-block .buttons button.white {
    color: #498391;
    background: #fff;
    border: 2px solid #498391;
}

    @media (max-width: 1100px) {
        .slider-block .column-33 {
            width: 33.3%;
        }
    }

    @media (max-width: 780px) {
        .slider-block {
            height: auto;
        }
        
        .slide {
            background-size: cover !important;
            background-position: center !important;
        }
        
        .slider-block h1 {
            text-align: center;
            font-size: 2rem;
            line-height: 3rem;
            padding-top: 2rem;
        }
        
        .slider-block p {
            font-size: .88rem;
            line-height: 1.25rem;
        }
        
        .slide-arrow {
            width: 25px;
            height: 50px;
        }
        
        #slide-arrow-prev {
            font-size: 1.5rem;
            left: 1rem;
            border-radius: 0;
            padding: 0;
        }

        #slide-arrow-next {
            font-size: 1.5rem;
            right: 2rem;
            border-radius: 0;
        }
        
        .slider-block .column-33 {
            width: 75%;
            margin: 5rem auto;
            text-align: center;
        }
        
        .slider-block .buttons {
            display: block;
            width: 100%;
        }
    }

.gallery {
    width: 100%;
    background-image: linear-gradient(to right, #309B42 , #046A38);
    padding: 5rem 0;
    text-align: center;
}

.gallery .icon {
    width: 100px;
}

.gallery h1 {
    color: #fff;
}

.gallery .images {
    width: 1100px;
    margin: auto auto 2rem auto;
}



.gallery .images img {
    width: 100%;
}

.gallery .black {
    background: #000;
    border: 2px solid #000;
    width: 600px;
    margin: 0 auto;
}

.gallery .black:hover {
    background: white;
    border: 2px solid white;
}

@media (max-width: 1100px) {
    .gallery {
        padding: 2rem 0;
    }
    .gallery .images {
        width: 90%;
        margin: auto auto 2rem auto;
    }
    .gallery .column-33 {
        width: 33%;
    }
    .gallery .black {
        background: #000;
        border: 2px solid #000;
        width: 80%;
        margin: 0 auto;
    }
    .gallery .icon {
        margin-bottom: 2rem;
    }
   
}
@media (max-width: 500px) {
    .gallery .column-33 {
        width: 100%;
    }
}




.review {
    width: 100%;
    background: rgba(0,0,0,.05);
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
    min-height: 210px;
}
  
.review h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1rem;
}
  
.review ul {
    width: 100%;
    margin-top: .35rem;
}
  
.review ul li {
    margin:0 .35rem 0 0;
    list-style-type: none;
    display: inline;
}

.review ul li img {
    width: 15px;
}
  
.verification {
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 0 0 1.25rem;
    margin-top: .25rem;
    color: #000;
    font-size: .8rem;
    box-sizing: border-box;
}

.verification img {
    position: absolute;
    width: 15px;
    left: 0;
}
  
.review p {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: .8rem;
    line-height: 1rem;
    color: #333;
    padding: 1rem 0 .5rem 0;
}

.reviews {
    width: 1420px;
    margin: auto auto 6rem auto;
}

.review-block {
    width: 100%;
    border: 1px solid black;
    padding: 1.75rem;
    text-align: left;
    min-height: 375px;
}

    @media (max-width: 1420px) {
        .reviews {
            width: 95%;
        }
        .review-block {
            min-height: 475px;
        }
    }

    @media (max-width: 1100px) {
        .review-block {
            min-height: auto;
        }
    }

.review-block .rating img {
    width: 20px;
}

.review-block p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 2rem 0;
}

.review-block span {
    font-size: 1.15rem;
    font-weight: 500;
    color: #498391;
}

.review-block h2 {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: left;
    margin: .75rem 0 0 0;
}


footer {
    width: 100%;
    background: #000;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}


footer .container .column-75 {
    text-align: center;
    margin: 0 auto;
}

footer .container .column-33 img {
    width: 350px
}

footer .bbb {
    width: 150px;
    margin-top: 1rem;
}

footer p {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #fff;
    font-size: .88rem;
    line-height: 1rem;
    margin: 2.5rem 0;
    width: 100%;
    padding: 0 !important;
    font-weight: normal;
}

footer p a {
    text-decoration: underline;
    color: inherit;
}

.footer-logo {
    width: 300px;
    margin: auto auto .5rem auto;
}

    @media (max-width: 1480px) {
        footer .container {
            width: 90% !important;
            margin: 0 auto;
        }
    }

    @media (max-width: 1100px) {
        footer .container {
            display: block;
        }
        
        .footer-logo {
            width: 200px;
        }
        
        footer .container .column-75 {
            padding: 0;
            width: 100%;
        }   
        
        footer .container .column-33, footer .container .column-50 {
            width: 100%;
            text-align: center;
        }

        footer .container .column-33 {
            padding-top: 3rem;
        }

        footer .container .column-33 img {
            width: 200px;
        }

        footer .container p {
            text-align: center;
        }
    }

    .not-accepted-disclaimer{
        display: none;
    
        h2{
            color: white;
            font-size: 3.5rem;
            text-align: center;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
            line-height: 40px;
    
            @media (max-width: 1024px) {
                font-size: 2.5rem;
            }
        }
    
        p{
            color: white;
            font-size: 2.5rem;
            text-align: center;
            text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    
            @media (max-width: 1024px) {
                font-size: 2rem;
            }
        }
      }

      .floating-container {
        font-family: 'Roboto', sans-serif;
        background-color: white;
        padding: 1.5rem;
        border-radius: 24px 24px 0 24px;
        box-shadow: 3px 5px 8px rgba(0,0,0,.15);
        position: fixed;
        right: 2%;
        bottom: 3%;
        text-align: left;
        font-size: .9rem;
        line-height: 1.5rem;
        width: 540px;
        z-index: 9;
      
        @media(max-width:1024px) {
            width: 75%;
            padding: 1.5rem;
        }
      
        @media(max-width:768px) {
            width: 95%;
        }
      
        a{
            color: #0077b6;
        }
      }
      
      .floating-container-buttons{
        margin-top: 1rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1rem;
      }
      
      .floating-button {
        padding: 1rem;
        font-size: 1rem;
        min-width: 140px;
        margin: 0;
        cursor: pointer;
        background-color: green;
        color: white;
        border-radius: 12px;
      
        @media(max-width:1024px) {
            padding: .75rem;
        }
      }
      
      .floating-fake-button{
        text-decoration: underline;
        cursor: pointer;
        font-size: .95rem;
      }
      
      .declined-content {
        text-align: center;
        color: white;
        margin-top: 30%;
        
        @media (max-width: 1373px) {
            margin-top: 50%;
        }
        
        @media (max-width: 1024px) {
            margin-top: 0;
        }
        
        
      }
      
      .declined-content h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 3rem;
        color: white;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
      
        @media(max-width:1373px) {
            font-size: 2rem;
        }
      
      }
      
      .declined-content p {
        font-family: 'Open Sans', sans-serif;
        font-size: 2.5rem;
        font-weight: 400;
        margin: 5px 0;
        text-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
      
        @media(max-width:1373px) {
            font-size: 1.6rem;
        }
          
      }
      
      .reset-span {
        text-decoration: underline;
        cursor: pointer;
      }

.in-home-section{
    background-image: url(../img/services-background.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4rem 1rem;

    a{
        text-decoration: none;
    }
}

.in-home-heading{
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: white;
    margin-bottom: 4rem;
    line-height: 60px !important;

    @media(max-width:729px) {
        font-size: 2.2rem;

        line-height: 40px !important;
    }
}

.in-home-inside-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8rem;
    width: 70%;
    margin: 0 auto;

    @media(max-width:1373px) {
        width: 90%;
    }

    @media(max-width:729px) {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        width: 100%;
    }
}

.in-home-single{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;

    min-height: 240px;

    @media(max-width:899px) {
        gap: 1rem;
    }
}

.in-home-text{
    color: white;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;

    min-height: 60px;

    @media(max-width:1373px) {
        font-size: 1.6rem;
    }

    @media(max-width:899px) {
        font-size: 1.4rem;
        min-height: 20px;
    }
}

.in-home-small-text{
    color: white;
    font-size: 1.2rem;
    text-align: center;
    max-width: 600px;

    min-height: 60px;

    @media(max-width:1373px) {
        font-size: 1.05rem;
    }

    @media(max-width:899px) {
       font-size: .9rem;
       min-height: 20px;
    }
}

.in-home-button{
    background: #000;
    border: 2px solid #000;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    display: block !important;

    @media(max-width:729px) {
        width: 100%;
    }
}

.wanna-break{
    background-image: url(../img/wanna_break.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;

    @media(max-width:729px) {
        min-height: 320px;
    }
}

.about-us-new{
    padding: 4rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 4rem;
    background-color: #F8F8F8;

    img{
        width: 180px;
    }
}

.about-us-left{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 720px;
    min-width: 420px;

    @media(max-width:729px) {
        min-width: 100%;
    }
}

.about-us-right{
    width: 35%;
    min-width: 520px;

    img{
        width: 100%;
    }

    @media(max-width:729px) {
        min-width: 100%;
    }
}

.about-heading{
    text-transform: uppercase;
    font-size: 3rem;

    @media(max-width:1329px) {
        font-size: 2rem;
    }


    @media(max-width:729px) {
        font-size: 1.6rem;
    }
}

.about-rating{
    font-size: 1.4rem;
    
    @media(max-width:729px) {
        font-size: 1.1rem;
    }
}

.about-text{
    font-size: 1.2rem;

    @media(max-width:729px) {
        font-size: 1rem;
    }
}

.new-gallery{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}

.new-gallery-heading{
    text-align: center;
    font-size: 3rem;
    text-transform: uppercase;

    @media(max-width:729px) {
        font-size: 1.6rem;
    }
}

.new-gallery-description{
    font-size: 1.4rem;
    text-align: center;

    @media(max-width:729px) {
        font-size: 1rem;
    }
}

.single-new-gallery{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.single-new-gallery-heading{
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    margin-top: 2rem;

    @media(max-width:729px) {
        font-size: 1.2rem;
    }
}

.single-new-gallery-photos{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;

    img{
        width: 380px;
        height: 300px;

        @media(max-width:729px) {
            width: 280px;
            height: 200px;
        }
    }
}

.old-gallery-text{
    color: white;
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;

    @media(max-width:729px) {
        font-size: .9rem;
    }

    a{
        color: white;
        font-weight: 500;
    }
}

.take-advantage{
    @media(max-width:729px) {
        font-size: 1.6rem;
    }
}