@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
}

a {
    color: #28a8b9;
    transition: color 0.3s;
}

a:hover {
    color: #1d7783;
    text-decoration: none;
}

.btn-red:active {
    background-color: #ae436b!important;
}

.btn-red:focus {
    background-color: #ae436b!important;
}

/* Top Bar */
.top-bar {
    background-color: #ae436b;
    align-items: center;
    font-size: 1.2rem;
}

.pl-top-bar {
    background-color: #ae436b;
    align-items: center;
    font-size: 1.2rem;
}

@media screen and (max-width: 425px) {
    .top-bar {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .pl-top-bar {
        display: none;
    }
}

/* Navigation */
.navbar {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .9rem;
    letter-spacing: .1rem;
    background: rgba(0, 0, 0, 0)!important;
    z-index: 5;
}

.navbar.activated {
    background-color: #343a40!important;
}

.navbar-brand {
    font-size: 1.5rem;
}

.navbar-nav li {
    padding-right: .7rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    transition: color .3s;
}

.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link:hover {
    color: #f74e8c;
}

.language {
    color: #f74e8c!important;
}

.logo {
    max-height: 6rem;
}

@media (max-width: 768px) {
    .logo {
        max-height: 4rem;
    }

    #call-us h3 {
        font-size: 1.2rem;
    }

    h1.color-theme {
        font-size: 2rem;
    }

    .dropdown-menu {
        font-size: 0.8rem;
    }
}

.dropdown-menu {
    background-color: #343a40;
    border: none;
}

.dropdown-item {
    color: white;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ae436b;
}

/* Landing Page */
.home-inner {
    background: linear-gradient( rgba(26, 108, 119, 0.5), rgba(37, 123, 134, 0.5) ), url('../images/img1.jpg');
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 40vh;
}

.caption {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 17%;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}

.caption h1 {
    font-size: 3.8rem;
    font-weight: 700;
    letter-spacing: .3rem;
    text-shadow: .1rem .1rem .8rem black;
    padding-bottom: 1rem;
}

.caption h3 {
    font-size: 2rem;
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
}

@media (max-width: 768px) {
    .caption h1 {
      font-size: 2.2rem;
      line-height: 1.2;
    }

    .caption h3 {
        font-size: 1.5rem;
        line-height: 1.2;
      }
  }

@media screen and (max-width: 425px) {
    .caption {
        width: 100%;
        max-width: 100%;
        position: absolute;
        top: 17%;
        z-index: 1;
        color: white;
        text-transform: uppercase;
    }

    .caption h1 {
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: .15rem;
        text-shadow: .1rem .1rem .8rem black;
        padding-bottom: 1rem;
    }
    
    .caption h3 {
        font-size: 1rem;
        text-shadow: .1rem .1rem .5rem black;
        padding-bottom: 1.6rem;
    }
}

#landing-button {
    border-width: medium;
    border-radius: 0;
    padding: .6rem 1.3rem;
    font-size: 1.1rem;
}

.h3-services {
    font-size: 1.2rem;
}

/* Ad */
.registration-btn {
    background-color: #28a8b9;
    border-color: #28a8b9;
}

/* Offer */
#offer .far {
    text-shadow: none;
    color: #f74e8c;
}

.feature-1 {
    background: linear-gradient( rgba(26, 108, 119, 0.7), rgba(37, 123, 134, 0.7) ), url('../images/img6.jpg');
}

.feature-2 {
    background: linear-gradient( rgba(26, 108, 119, 0.7), rgba(37, 123, 134, 0.7) ), url('../images/img5.jpg');
}

.feature-3 {
    background: linear-gradient( rgba(26, 108, 119, 0.7), rgba(37, 123, 134, 0.7) ), url('../images/img7.jpg');
}

.feature {
    color: white;
    text-shadow: .1rem .1rem .8rem black;
}

.btn-outline-light {
    text-shadow: none;
}

#other-services .fas {
    color: #f74e8c;
}

.btn-outline-info {
    color: #28a8b9;
}

.btn-outline-info:hover {
    background-color: #28a8b9;
    border-color: #28a8b9;
}

/* Calculator */
.btn-primary {
    border: #f74e8c;
    background-color: #f74e8c;
    transition: all 0.3s;
}

.btn-primary:hover {
    border: #ae436b;
    background-color: #ae436b;
}

.btn-primary-white {
    border: 1px solid white;
    background-color: #f74e8c;
    color: white;
    transition: all 0.3s;
}

.btn-primary-white:hover {
    border: 1px solid white;
    background-color: white;
    color: #ae436b;
}

/* Footer */
#footer {
    background-color: #302f2c;
    color: #ededed;
}

#footer a {
    color: #aeebf3;
    transition: color 0.3s;
}

#footer .copyright {
    color: #c2c2c2;
}

#footer a:hover {
    color: #28a8b9;
    text-decoration: none;
}








.primary-background {
    background: white!important;
}

.secondary-background {
    background: rgb(207, 219, 233);
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.color-theme {
    color: #28a8b9;
}

.color-theme-light {
    color: #8fe4f0;
}

.color-secondary-theme {
    color: #ae436b;
}

.color-secondary-light {
    color: #f74e8c;
}

.color-white {
    color: white;
}

.theme-background {
    background: #28a8b9;
    color: white!important;
}

.shadow-offer {
    text-shadow: 0 0 10px #FFFFFF;
}

.heading-underline {
    width: 8rem;
    height: .2rem;
    background-color: #f74e8c;
    margin: 0 auto 2rem;
}

.heading-underline-gray {
    width: 6rem;
    height: .2rem;
    background-color: #cccccc;
    margin: 0 auto 2rem;
}

.breakpoint-underline {
    width: 75vw;
    height: .2rem;
    background-color: #f74e8c;
    margin: 1rem auto;
}

.secondary-theme-background {
    background: #ae436b!important;
    color: white;
}

.a-secondary {
    color: #fcb9d2!important;
}

.a-secondary:hover {
    color: #fd94bb!important;
}

.flag-icon {
    max-width: 20px;
    vertical-align: -0.2rem;
}






/* OTHER PAGES */
.home-inner-maintenance {
    background: linear-gradient( rgba(26, 108, 119, 0.5), rgba(37, 123, 134, 0.5) ), url('../images/img1.jpg');
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 100vh;
}

.caption-maintenance {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 34%;
    z-index: 1;
    color: white;
    text-transform: uppercase;
}

.caption-maintenance h4 {
    text-transform: none;
    font-size: 1.6rem;
    text-shadow: .1rem .1rem .5rem black;
}

.caption-maintenance a {
    color: white;
}

.rem1-4 {
    font-size: 1.4rem;
}


/* Default */
.price {
    background: #28a8b9;
    color: white;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    line-height: 3.5rem;
    margin-right: 0.3rem;
    transition: all 0.3s;
}

.price-white {
    background: white;
    color: #28a8b9;
    font-size: 1.2rem;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: inline-block;
    line-height: 3.5rem;
    margin-right: 0.3rem;
    transition: all 0.3s;
}

.price:hover {
    background: white;
    color: #28a8b9;
}

.per {
    font-size: 0.7rem;
}

.package {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 15px 0px rgba(170, 170, 170, 0.4);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 15px 0px rgba(170, 170, 170, 0.4);
    padding: 0;
}

.package-temp {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 15px 0px rgba(170, 170, 170, 0.4);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 15px 0px rgba(170, 170, 170, 0.4);
    padding: 0;
}

@media (min-width: 768px) {
    .package {
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.package-name {
    color: white;
    border-radius: 10px 10px 0px 0px;
}

.bronze {
    background-color: #cd7f32;
}

.silver {
    background-color: #C0C0C0;
}

.gold {
    background-color: #CFB53B;
}

.btn-box {
    display: block;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background-color: #f74e8c;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s;
}

.btn-box:hover {
    background-color: #ae436b;
    color: white;
}

.h4-smaller {
    font-size: 1rem;
}

.jumbotron {
    border-radius: 0!important;
}

.btn-primary:focus {
    background-color: #ae436b;
}

.btn-primary:focus-within {
    background-color: #ae436b;
}

.btn-primary:active {
    background-color: #ae436b!important;
}

/* Sole Trader Page */
#soletrader {
    background: linear-gradient( rgba(26, 108, 119, 0.5), rgba(37, 123, 134, 0.5) ), url('../images/img3.jpg');
    background-size: cover;
    background-position: center;
}

.soletrader-contact-btn {
    width: 100%;
}

/* Blog Page */
#blog {
    background: linear-gradient( rgba(26, 108, 119, 0.5), rgba(37, 123, 134, 0.5) ), url('../images/blog.jpg');
    background-size: cover;
    background-position: center;
}

/* Forms */
.form-subtitle {
    border-bottom: 1px solid #f74e8c;
}

.secondary-theme-box {
    background-color: #fcb9d2; 
    border: 1px solid #ae436b;
    color: #8d2f52;
    border-radius: 15px;
}

#declaration-name {
    width: 25%;
    display: inline-block;
}

.required-color {
    color: red;
}

.width-100 {
    width: 100%;
}

.payment {
    /* background-color: #28a8b9;
    border: solid 2px #1d7783;
    color: white; */
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(40, 168, 185, 0.6);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 15px 0px rgba(40, 168, 185, 0.6);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 15px 0px rgba(40, 168, 185, 0.6);
}

.light-teal {
    background-color: #f0f9fa;
}

a .card {
    color: #1d7783;
    transition: all 0.3s;
}

a .card:hover {
    color: #073d44;    
}

/* Diagonal strike-through line */
.strikethrough {
    position: relative;
  }
  .strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 5px solid;
    border-color: inherit;
    
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
  }

  .offer-font {
      font-size: 1.8rem;
  }