@import url('https://fonts.cdnfonts.com/css/aachen-typewriter');
body {
    font-family: 'Aachen Typewriter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

:root {
    --primery-dark: #231f20;
    --secondery-dark: #262626;
    --primery-red: #e71d25;
    --selection-bg: #0078d7;
    --selection-color: #fff;
    --scroll-top-bg: #e71d25;
    --scroll-top-color: #fff;
}
   
html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    /*! margin: 0; */
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

::selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-webkit-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

::-moz-selection {
    color: var(--selection-color);
    background: var(--selection-bg);
}

.scrolltotop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #262626;
    text-align: center;
    font-size: 22px;
    color: var(--scroll-top-color);
    position: fixed;
    right: 30px;
    bottom: 25px;
    display: none;
    animation: lab_top_up 5s linear infinite;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.scrolltotop img {
    width: 14px;
    margin-top: -4px;
}

@keyframes lab_top_up {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.pluse,
.pluse2 {
    position: relative;
    top: 10px;
    left: -7px;
    z-index: -1;
}

.pluse::before,
.pluse2::before {
    width: 40px;
    height: 40px;
}

.pluse::after,
.pluse::before,
.pluse2::after,
.pluse2::before {
    background: #262626;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: -1px;
}

.pluse::after,
.pluse2::after {
    width: 30px;
    height: 30px;
    background: transparent;
    margin-left: -15px;
    margin-top: -15px;
}

.pluse::before {
    -webkit-animation: pluse_animate 2.5s infinite linear;
    animation: pluse_animate 2.5s infinite linear;
}

.pluse2::before {
    -webkit-animation: pluse_animate 3s infinite linear;
    animation: pluse_animate 3s infinite linear;
}

@keyframes pluse_animate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
    }
}

/*===============
GOBAL CSS END  
============== */

/*============= nav area style start hare ======= */

.header-area {
    background: var(--secondery-dark);
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar-brand img {
    max-width: 180px;
    transition: 0.3s;
}

.offcanvas-title img {
    max-width: 150px;
}

.offcanvas {
    background: var(--secondery-dark);
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: var(--primery-red);
}

.header-fixed .navbar-brand img {
    max-width: 140px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-btn-close {
    background: transparent;
    border: none;
}

/*======== header style end hare ======= */

/*==== hero area style start hare ====== */

.hero-area {
    padding: 150px 0;
    background: var(--primery-dark);
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-bottom: 300px;
}

.hero-img-left {
    position: absolute;
    left: -450px;
    top: 0;
    object-fit: cover;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    object-position: top right;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content p {
    font-size: 44px;
    color: #fff;
    text-align: left;
}

.bottom-flower-img {
    position: absolute;
    bottom: -45px;
    right: 0;
    max-width: 450px;
    z-index: -1;
}

/*========== hero style end hare ========= */

/*===== properties area style start hare ====== */

.properties-area {
    padding: 100px 0;
    overflow: hidden;
}

.section-title h2 {
    text-align: center;
    font-size: 50px;
    color: var(--primery-dark);
}

.properties-info h4 {
    font-size: 30px;
    text-align: center;
}

.single-properties {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.properties-content {
    padding-top: 40px;
}

/*========= properties area style end hare ======== */

/*========= why mir area style start hare ========= */

.why-mir-area {
    padding: 50px 0;
}

.why-mir-content h4 {
    font-size: 40px;
    color: var(--primery-dark);
    margin-bottom: 15px;
}

.why-mir-content {
    max-width: 550px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-mir-content a {
    font-size: 30px;
    padding: 20px 30px;
    background: var(--primery-dark);
    text-align: center;
    color: #fff;
    border-radius: 999px;
    display: block;
}

.why-mir-content a:hover {
    background: var(--primery-red);
}

.mir-video-area {
    height: 100%;
}

.mir-video-area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*============ why mir area style end hare =========== */

/*======== ILLUSTRATIES area style start hare ======== */

.illustraties-area {
    padding-top: 70px;
    padding-bottom: 30px;
    overflow: hidden;
}

.single-illustraties-wp {
    height: 100%;
    overflow: hidden;
}

.single-illustraties-wp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.illustraties-content {
    padding-top: 80px;
}

.illustraties-content .row {
    gap: 100px 0;
}

/*========== illustraties area style end hare ======= */

/*========= flim area style start hare ========= */

.flim-area {
    padding: 100px 30px;
}

.film-wrapper {
    margin-top: 80px;
    border: 10px solid #AFB6B8;
    max-width: 1400px;
    margin-inline: auto;
}

.flim-images {
    text-align: center;
}

.flim-images img {
    max-width: 1000px;
    width: 100%;
}

.flim-inner-block {
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
}

.film-control-card {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    padding-top: 50px;
    max-width: 780px;
    margin: 0 auto;
}

.film-control-card button {
    background: transparent;
    border: none;
    transition: 0.3s;
}

.middle-buttons {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bottom-banner {
    padding: 100px 0;
    background: var(--primery-dark);
}

.bottom-banner p {
    font-size: 40px;
    color: #fff;
}

/*============flim area style end hare ========= */

/*========= shop area style start hare ======== */

.shop-area {
    padding-top: 100px;
    padding-bottom: 20px;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: var(--primery-red);
    text-align: center;
    border-radius: 999px;
    font-size: 30px;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.product-info h2 {
    font-size: 36px;
}

.single-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-images {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.products-wrapper .row {
    gap: 70px 0;
}

.action-btn::before {
    content: '';
    clear: both;
    width: 100%;
    height: 0%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--primery-dark);
    z-index: -1;
    transition: 0.3s;
}

.action-btn:hover::before {
    height: 100%;
}

/*============ shop area end hare =========== */

/*===== contact area style start hare ======== */

.contact-area {
    padding-top: 100px;
    padding-bottom: 20px;
}

.contct-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.contct-wrapper p {
    font-size: 26px;
    color: var(--primery-dark);
}

.contact-form {
    padding-top: 50px;
}

.single-input input,
.single-input textarea {
    width: 100%;
    padding: 15px 30px;
    background: #AFB6B8;
    border: none;
    border-radius: 20px;
    font-size: 26px;
    color: #fff;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.google-map {
    margin-top: 50px;
    border: 10px solid #AFB6B8;
}

/*========= contact area style end hare ======== */

/*========== footer style start hare ========== */

.footer-area {
    padding: 100px 0;
}

.footer-social li a svg {
    width: 35px;
    height: 35px;
    transition: 0.3s;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-social ul li a {
    display: flex;
    align-items: center;
    font-size: 35px;
}

.footer-social ul li a.circle {
    width: 35px;
    height: 35px;
    background: var(--primery-dark);
    color: #fff;
    justify-content: center;
    border-radius: 50%;
    font-size: 23px;
}

.footer-middle {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-top: 80px;
}

.footer-middle h4 {
    font-size: 32px;
    color: var(--primery-dark);
}

.footer-action-btn {
    padding: 10px 15px;
    background: var(--primery-dark);
    color: #fff;
    border-radius: 900px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    font-size: 25px;
    border: none;
}

.footer-action-btn::before {
    content: '';
    clear: both;
    display: block;
    width: 100%;
    height: 0%;
    background: var(--primery-red);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.3s;
}

.footer-action-btn:hover::before {
    height: 100%;
}

.footer-social li a:hover {
    color: var(--primery-red);
}

.footer-social li a:hover svg {
    fill: var(--primery-red);
}

.footer-social ul li a.circle:hover {
    background: var(--primery-red);
}

.footer-contact-info a {
    text-align: center;
    font-size: 30px;
    color: var(--primery-dark);
}

.footer-contact-info a:hover {
    color: var(--primery-red);
}

.footer-contact-info p {
    font-size: 30px;
    text-align: center;
    color: var(--primery-dark);
}

.footer-contact-info {
    margin-top: 60px;
}

.footer-logo a img {
    max-width: 270px;
}
.submit-btn button {
    width: 400px;
    max-width: 100%;
}
.single-illustraties-wp:hover img {
    transform: scale(1.15);
}

.flim-video-container video {
    width: 100%;
}


.play-first-btn {
    max-width: 70px;
}
.forward-next {
    max-width: 80px;
}
.forward-prev {
    max-width: 80px;
}

.film-control-card button:hover {
    opacity: 0.7;
}