/* fonts integration from Google fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* Global variables */
:root {
    --color-1: #ef6f31;
}
/* --- Global variables --- */

/* Smallest devices, phones. below 576px */
@media (max-width: 576px) {
    /* Header (navbar) styles XS */
    .img_wrapper {
        width: 170px;
    }
    /* --- Header (navbar) styles XS --- */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    /* Header (navbar) styles SM */
    .img_wrapper {
        width: 26%;
    }
    /* --- Header (navbar) styles SM --- */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /* Header (navbar) styles XL */
    .img_wrapper {
        width: 20%;
    }
    /* --- Header (navbar) styles XL --- */
}

/* General styles for all pages */
body * {
    font-family: 'Montserrat', sans-serif;
}

body {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    line-height: 1.5;
}

footer {
    background: #000;
    top: 68px;
}

.col {
    margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
    margin-left: 0;
}

a {
    text-decoration: none;
}

p,
li,
a {
    font-size: 0.875rem;
}
/* --- General styles for all pages --- */

/* Header (navbar) styles */
header {
    background-color: #000;
}

.hamburger .line {
    width: 40px;
    height: 4px;
    margin: 9px auto;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger_toggler:focus {
    border: none;
    outline: none;
}

nav.navbar {
    background-color: #201f1f;
    z-index: 999;
    top: 0;
}

.nav-link {
    font-size: 1.5rem;
}

.row .three {
    padding: 80px 30px;
    background-color: #2c3e50;
}

#hamburger-11 {
    transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
    animation: smallbig 0.6s forwards;
}

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

    50% {
        transform: scale(0);
    }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}
/* --- Header (navbar) styles --- */

/* Home page content styling */
.mbg {
    background: #eff7fa;
    background-image: url("../images/home-movation-hero-image.png");
    background-repeat: no-repeat;
}

main {
    top: 68px;
}

.bg-banner {
    background: #000;
}

.banner {
    background: url("../images/DH-Cut3.webp") no-repeat;
    background-size: 40%;
    background-position: 90% 0;
    height: 600px;
}

.banner h2 {
    font-size: 2.5rem;
}

.header h2 {
    font-size: 0.875rem;
}

.banner p {
    font-size: 1.125rem;
}

.banner_img {
    height: 380px;
}

.header-text h2 {
    font-size: 2.05rem;
    color: var(--color-1);
}

p.big {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #627792;
}

.byline {
    font-size: 0.85rem;
}

.book_img {
    background: url("home-movation-hero-image.png") no-repeat;
    background-size: 31%;
    background-position: center;
}

.whitesidebg {
    background: url("../images/background-pattern-wavify.png") repeat;
}

.bgCircles {
    background-image: url("circle_dots_1.png"), url("circle_dots_1.png");
    background-size: 300px;
    background-position: -15% 90%, 110% 80%;
    background-repeat: no-repeat;
    background-color: #1279e7;
}

.item {
    font-size: 0.8rem;
}

.mybox a {
    color: var(--color-1);
    text-decoration: underline;
}

.services-container .mybox {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 20%);
    transition: 0.3s;
    flex: 1 0 0;
    background: #eff7fa;
    font-size: 0.75rem;
}

.services-container .mybox:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 20%);
}

.local-items .mybox:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 20%);
}

.from_blog__section {
    background-color: #f9f9f9;
}

.fab,
.far {
    font-size: 4.375rem;
    color: var(--color-1);
}

.far.fa-clock.text-information {
    font-size: 0.85rem;
    color: var(--color-1);
}

.blog_icon {
    font-size: 0.8rem;
}

.card-img {
    border-radius: 0;
}

.card {
    box-shadow: 2px 14px 18px 10px rgba(0, 0, 0, 7%);
}

.sci {
    font-size: 2.5rem;
    text-align: center;
}

.service-image {
    border-radius: 50%;
    background-color: white;
    width: 70px;
    height: 70px;
    border: 2px solid #1279e7;
}

.services-container a {
    color: #1279e7;
    text-decoration: underline;
}
/* --- Home page content styling --- */

/* Blog styling */
.single-post h3 a {
    color: #242424;
    text-decoration: none;
}

.single-post .body h3 a {
    color: var(--color-1);
}

.single-post {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.card.single-post {
    border: none;
}

.single-post span {
    color: #5d6063;
}

.single-post h3 {
    font-size: 1.25rem;
    text-transform: uppercase;
}

.single-post p,
.single-post li {
    line-height: 26px;
}
/* --- Blog styling --- */

/* Blog inner styling */
.cta-em {
    color: #e89a13;
}

.notblog_page .blog-page .card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 1px 10px 0 rgb(0 0 0 / 10%);
}

.notblog_page .blog-page h2,
.notblog_page .blog-page h3 {
    margin-top: 3rem;
}

.notblog_page .blog-page p {
    margin-top: 1.25rem;
}
/* --- Blog inner styling --- */