:root {
    --color-black: #000;
    --color-white: #fff;
    --color-1: #06b1fe;
    --color-2: #717171;
    
    --rgba-1: rgba(0,0,0,0.5);
    --rgba-2: rgba(255,255,255,0.8);
    --rgba-3: rgba(0,0,0,0.5);
    --rgba-4: rgba(0,0,0,0.5);
    --rgba-5: rgba(6,177,254,0.9);
    --rgba-6: rgba(255,255,255,0.5);
    
    --font-1: 'Rubik', sans-serif;
    --font-2: 'Montserrat', sans-serif;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    overflow-x: hidden;
    background: var(--color-black);
    font-family: var(--font-2);
}
a {
    transition: all 0.6s;
    display: inline-block;
}
a:hover {
    transition: all 0.6s;
    color: var(--color-1);
}
p {
    color: var(--rgba-2);
}
.loading {
    position: absolute;
    left: -5px;
    top: 0px;
    height: 100vh;
    width: 0%;
    background: var(--color-black);
    animation: 1800ms ease-in-out 0s normal none 1 running loading;
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running loading;
    z-index: 9999999;
    border-right: 5px solid var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.loading img {
    width: 100%;
    height: auto;
    max-width: 150px;
}
.sygnet {
    width: 100%;
    height: auto;
    max-width: 50px;
    margin-bottom: 15px;
}
@keyframes loading {
    0% {
        opacity: 1;
        width: 100%;
    }
    50% {
        opacity: 1;
        width: 100%;
    }
    80% {
        opacity: 1;
        width: 0%;
    }
    100% {
        opacity: 0;
    }
}
.progress-loading {
    width: 150px;
    height: 2px;
    background: var(--color-1);
    margin-top: 20px;
    animation: 900ms ease-in-out 0s normal none 1 running progress-load;
    -webkit-animation: 900ms ease-in-out 0s normal none 1 running progress-load;
    display: inline-block;
    opacity: 0;
}
@keyframes progress-load {
    0% {
        opacity: 1;
        width: 100%;
    }
    80% {
        width: 0%;
        opacity: 0;
    }
}
.span-text {
    color: vaR(--color-1);
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
section {
    padding: 150px 0px;
    color: vaR(--color-white);
}
.container {
    max-width: 1440px;
}
nav {
    padding: 30px 0px!important;
    position: fixed!important;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: all 0.6s;
}
nav.active {
    background: var(--rgba-3);
    transition: all 0.6s;
    padding: 10px 0px!important;
}
nav img {
    max-width: 250px;
    width: 100%;
    height: auto;
}
nav ul li a {
    color: var(--color-white);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--font-1);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 15px!important;
    white-space:nowrap;
    position: relative;
}
nav ul li a:first-child {
    padding: 0px 15px 0px 0px;
}
nav ul li a::before {
    content: "";
    width: 0%;
    position: absolute;
    left: 0px;
    bottom: -5px;
    background: var(--color-1);
    height: 1px;
    transition: all 0.6s;
}
nav ul li a:hover::before {
    width: calc(100% - 15px);
    transition: all 0.6s;
}
.btn-1 {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-1);
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    background: var(--color-1);
    display: inline-block;
    border-radius: 5px;
}
.btn-1:hover {
    color: var(--color-black);
    background: var(--color-white);
}
.btn-2 {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-1);
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    background: var(--color-white);
    display: inline-block;
    border-radius: 5px;
}
.btn-2:hover {
    color: var(--color-white);
    background: var(--color-black);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-1);
    font-weight: 600;
    text-transform: uppercase;
}
h1 {
    font-size: 80px;
    line-height: 1;
}
h2 {
    font-size: 60px;
    line-height: 1.2;
}
header h2 {
    font-size: 100px;
    line-height: 1;
}
header .swiper-pagination {
    top: inherit!important;
    bottom: 0px!important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    fill: var(--color-1)!important;
    background: var(--color-1)!important;
}


.relative {
    position: relative!important;
}
.phone-email-cont {
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    transition: all 0.6s;
  
}
.phone-email-cont .phone{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}
.phone-email-cont .phone::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306b1fe' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 4px;
}
.phone-email-cont .email{
      color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    margin-left: 20px;
}
.phone-email-cont .email::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2306b1fe' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555ZM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757Zm3.436-.586L16 11.801V4.697l-5.803 3.546Z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 4px;
}
.navbar {
    background: rgba(0,0,0,0.5);
}
.navbar.active .phone-email-cont {
    top: -100px;
    transition: all 0.6s;
}

.navbar.active .navbar-brand img {
    max-width: 150px;
    height: auto;
    transition: all 0.6s;
}
.navbar-brand img {
    transition: all 0.6s;
}
.swiper-slide {
    position: relative;
}
.swiper-slide .container {
    position: relative;
    z-index: 10;
}
.bg-swiper {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    color: var(--color-white);
    background-size: cover;
  background-position: center center;
   
}
  

.bg-darkening {
    width: 100%;
    height: 100%;
    background: var(--rgba-1);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.arrow-cont-left {
    position: absolute;
    left: -60px;
    width: 50px;
    top: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9;
}
.arrow-left {
    width: 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    background-size: cover;
}
.arrow-cont-right {
    position: absolute;
    right: -60px;
    width: 50px;
    top: 0px;
    height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9;
}
.arrow-right {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-size: cover;
    width: 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
}
.arrow-padding {
    padding: 10px;
    background: var(--color-1);
    transition: all 0.6s;
    opacity: 0;
}
.arrow-cont-right, .arrow-cont-left {
    opacity: 0;
}
header {
    transition: all 0.6s;
}
header:hover .arrow-cont-right {
    right: 0px;
     transition: all 0.6s;
    opacity: 1;
}
header:hover .arrow-cont-left {
    left: 0px;
     transition: all 0.6s;
    opacity: 1;
}
header:hover .arrow-cont-left .arrow-padding {
    opacity: 0.5;
}
header:hover .arrow-cont-right .arrow-padding {
    opacity: 0.5;
}
.arrow-cont-left:hover .arrow-padding, .arrow-cont-right:hover .arrow-padding {
    opacity: 1!important;
    transition: all 0.6s;
}
header .swiper-slide-active h1 {
    animation: 800ms ease-in-out 0s normal none 1 running fadeIn;
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeIn;
    position: relative;
    bottom: 0px;
    transform: scale(1);
}
header .swiper-slide-active p {
    animation: 1200ms ease-in-out 0s normal none 1 running fadeIn;
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running fadeIn;
    position: relative;
    bottom: 0px;
    transform: scale(1);
}
header .swiper-slide-active span {
    animation: 1100ms ease-in-out 0s normal none 1 running fadeIn;
    -webkit-animation: 1100ms ease-in-out 0s normal none 1 running fadeIn;
    position: relative;
    bottom: 0px;
    transform: scale(1);
}
header .swiper-slide-active .btn-1, header .swiper-slide-active .btn-2 {
    animation: 1800ms ease-in-out 0s normal none 1 running fadeInTop;
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running fadeInTop;
    position: relative;
    top: 0px;
    transform: scale(1);
    margin-left: 10px;
    margin-right: 10px;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        bottom: -50px;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        bottom: 0px;
        transform: scale(1);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        top: -50px;
        transform: scale(0.9);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        top: 0px;
        transform: scale(1);
    }
}
.fadeInbottom {
    position: relative;
    bottom: -150px;
    transition: all 1.2s;
    opacity: 0;
}
.fadeInbottom.active {
    bottom: 0px;
    transition: all 1.2s;
    opacity: 1;
}
.fb-icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 0px 20px;
    position: relative;
    top: 10px;
    transition: all 0.6s;
}
.fb-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFC107' viewBox='0 0 16 16'%3E%3Cpath d='M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951'/%3E%3C/svg%3E");
    transition: all 0.6s;
}
.insta-icon:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFC107' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
    transition: all 0.6s;
}
.insta-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334'/%3E%3C/svg%3E");
    width: 30px;
    height: 30px;
    background-size: cover;
    margin: 0px 10px;
    position: relative;
    top: 10px;
    transition: all 0.6s;
}
.section-2 {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 250px 0px;
        background-size: cover;
  background-position: center center;
   
}
.section-2 .container {
    z-index: 9;
    position: relative;
}
.section-3, .section-4 {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
        background-size: cover;
    background-position: center center;
     
}
.section-3 .container, .section-4 .container {
    z-index: 9;
    position: relative;
}
.section-3 .bg-darkening, .section-4 .bg-darkening {
    background: var(--rgba-4);
}
.section-2 h2 {
    font-size: 100px;
}
.section-3 .box, .section-4 .box {
    padding: 50px;
    background: var(--color-black);
    position: relative;
}
.section-3 .box svg, .section-4 .box svg  {
    width: 80px;
    height: 80px;
    fill: var(--color-1);
    margin-bottom: 40px;
    transition: all 0.6s;
    position: relative;
    z-index: 10;
}
.section-3 .box .btn-1, .section-4 .box .btn-1  {
    position: relative;
    z-index: 10;
}
.section-3 h3, .section-4 h3 {
    transition: all 0.6s;
    position: relative;
    z-index: 10;
}
.section-3 .box p, .section-4 .box p  {
    margin: 20px 0px 30px 0px;
    transition: all 0.6s;
    position: relative;
    z-index: 10;
}
.section-3 .box img {
    transition: all 0.6s;
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    top: 0px;
}
.section-3 .box:hover img {
    transform: scale(1.29);
    top: -50px;
}
.section-3 .box::before, .section-4 .box::before  {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    background: vaR(--color-1);
    left: 0px;
    top: 0px;
    transition: all 1s;
}
.section-3 .box:hover::before, .section-4 .box:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: vaR(--color-1);
    left: 0px;
    top: 0px;
    transition: all 1s;
    
}
.section-3 .box:hover svg, .section-4 .box:hover svg  {
    fill: var(--color-black);
    transition: all 0.6s;
}
.section-3 .box:hover h3, .section-3 .box:hover p, .section-4 .box:hover h3, .section-4 .box:hover p {
    color: vaR(--color-black);
    transition: all 0.6s;
}
.section-3 .box:hover .btn-1, .section-4 .box:hover .btn-1 {
    background: var(--color-black);
    color: var(--color-1);
}
.color-1 .bg-darkening {
    background: var(--rgba-5);
}
.color-1 .btn-1 {
    background: var(--color-black);
    color: var(--color-1);
}
.color-1 .btn-1:hover {
    background: var(--color-white);
}
.color-1 .btn-2:hover {
    background: var(--color-black);
    color: var(--color-1);
}
.color-1 h2 {
    color: var(--color-black);
}
.color-1 .span-text {
    color: var(--color-black);
}
.color-1 p {
    color: var(--color-black);
}
.color-2 .bg-darkening {
    background: var(--rgba-1);
    z-index: 10;
}
.color-2 p {
    color: var(--color-black);;
}
.color-2 .btn-1:hover {
    background: var(--color-white);
}
.color-2 .btn-2:hover {
    background: var(--color-black);
    color: var(--color-1);
}
.color-2 h2 {
    color: var(--color-black);
}
.color-2 .span-text {
    color: var(--color-1);
}
.video {
    object-fit: cover;
    background-size: cover;
    opacity: 1;
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    filter: grayscale(60%) sepia(50%);;
}

.section-5 {
    padding: 0px 0px;
    padding-top: 56.25%;
    position: relative;
}
.section-5 .full-cont {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 15%;
    z-index: 10;
    color: vaR(--color-white);
}
.section-5 h2 {
    color: vaR(--color-white);
}
.section-5 p {
    color: vaR(--rgba-6);
}
.section-4 .col-md-6 .img100 {
    margin-bottom: 50px;
    transition: all 0.6s;
    transform: scale(1);
    top: 0px;
}
.section-4 .col-md-6:hover .img100 {
    transform: scale(1.17);
    transition: all 0.6s;
    top: -20px;
}
.img100 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    filter: grayscale(0.8);
}
.box:hover .img100 {
    filter: grayscale(0);
}
.box::after {
    content: "";
    background: var(--color-1);
    width: calc(100% - 40px);
    height: 2px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 20;
    opacity: 0.4;
    transition: all 0.6s;
}
.box:hover::after {
    top: -35px;
    width: 100%;
    left: 0px;
    opacity: 1;
    transition: all 0.6s;
}
footer {
    background: var(--color-black);
    color: var(--color-2);
    padding: 100px 0px 0px 0px;
}
.tittle-footer {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}
footer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer ul li a {
    color: var(--color-2);
    padding: 5px 0px;
    text-decoration: none;
}
footer ul li a:hover {
    color: var(--color-1);
}
footer p {
    color: var(--color-2);
}
footer span {
    color: var(--color-white);
}

input {
    width: 100%;
    height: 57px;
    padding: 10px;
    border: 0px solid;
    margin-bottom: 10px;
    border-radius: 0px;
    background: var(--color-black);
    border-bottom: 1px solid var(--color-1);
    color: var(--color-2);
}
textarea {
    width: 100%;
    height: 107px;
    padding: 10px;
    border: 0px solid;
    margin-bottom: 20px;
    border-radius: 0px;
      background: var(--color-black);
    border-bottom: 1px solid var(--color-1);
    color: var(--color-2);
}
footer .img100 {
    max-width: 200px;
    margin-bottom: 20px;
}
.copyright {
    background: var(--color-1);
    color: var(--color-black);
    text-align: center;
    padding: 30px 0px;
    margin-top: 50px;
}
.people {
    width: 100%;
    height: auto;
    max-width: 200px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.navbar svg {
    width: 40px;
    height: 40px;
    fill: var(--color-white);
    transition: all 0.6s;
}
.navbar svg:hover {
    fill: var(--color-1);
    transition: all 0.6s;
}
.display-mobile, .mobile-menu  {
    display: none;
}
@media (max-width: 1399.98px) { 

}
@media (max-width: 1199.98px) { 
    header h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 50px;
    }
}
@media (max-width: 991.98px) { 
    
    .mobile-menu {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        text-align: center;
        display: block;
        border-top: 1px solid rgba(0, 0, 0, 0.2);
        color: #000;
    }
    .mobile-menu .col-3 {
        background: #fff;
        font-size: 12px;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .mobile-menu a {
        color: var(--color-black);
        text-decoration: none;
    }
    .mobile-menu .col-3 div {
        padding-top: 25px;
        padding-bottom: 25px;
        color: var(--color-black);
    }
    .mobile-menu .col-3 a div svg {
        width: 18px;
        height: 18px;
        margin-bottom: 6px;
        fill: var(--color-white);
    }
 
    h2 {
        font-size: 40px!important;
    }
    header h1 {
        font-size: 50px;
    }
    .phone-email-cont {
        display: none;
    }
    .navbar .btn-1 {
        display: none;
    }
    .insta-icon {
        position: fixed;
        right: 10px;
        top: 30px;
    }
    .fb-icon {
        position: fixed;
        right: 60px;
        top: 30px;
    }
    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        background: var(--color-black);
        padding: 20px;
        z-index: 10;
        height: 100vh;
        transition: all 0.6s;
    }
    .navbar-collapse ul li a {
        font-size: 30px;
        padding: 10px 0px;
        margin: 10px 0px;
    }
    .navbar-collapse::after {
        position: fixed;
        content: "";
        z-index: -1;
        width: 100%;
        height: 100vh;
        left: 0px;
        top: -180px; 
        background: var(--rgba-3);
        display: inline-block;
    }
    .display-mobile {
        display: block;
    }
    .navbar-toggler.display-mobile {
        right: 20px;
        top: 20px;
        left: inherit;
        position: fixed;
        text-align: end;
    }
    .collapse {
        opacity: 0;
        transition: all 0.6s;
    }
    .collapse.show {
        opacity: 1;
        transition: all 0.6s;
    }
    .navbar-toggler {
        left: 20px;
        top: 20px;
        position: fixed;
    }
    .navbar-collapse .navbar-brand {
        margin-bottom: 30px;
    }
    section {
        padding: 100px 0px;
    }
     .section-2 {
        padding: 100px 0px;
    }
    .box:hover .img100 {
        transform: scale(1.1)!important;
    }
    .mobile-menu a:hover, .mobile-menu a:hover svg {
        color: var(--color-1)!important;
        fill: var(--color-1)!important;
    }
}
@media (max-width: 767.98px) { 
    header h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px!important;
    }
    h3 {
       font-size: 22px!important;
    }
    section .container {
        padding: 0px 10px;
        width: 100%;
        max-width: 100%;
    }
    .section-2 {
        padding: 50px 0px;
    }
    .navbar.active .navbar-toggler {
        left: 20px;
        top: 10px;
        position: fixed;
    }
    .insta-icon {
        position: fixed;
        right: 10px;
        top: 30px;
        width: 15px;
        height: 15px;
    }
    .fb-icon {
        position: fixed;
        right: 10px;
        top: 30px;
        width: 25px;
        height: 25px;
    }
    
    .bg-swiper, section, .section-2, .section-3, .section-4{
        background-size: cover!important;
        background-position: center center!important;
        animation: none!important;
		background-attachment: inherit!important;
    }
    .btn-1, .btn-2 {
        padding: 10px 20px;
        font-size: 12px;
    }
    .navbar.active .navbar-brand img {
        min-width: 150px;
        height: auto;
        transition: all 0.6s;
    }
	nav img {
		max-width: 120px;
	}
	nav {
		
	padding: 10p 0px!important;
	}
	.swiper-slide .container {
		padding-bottom: 100px;
	}
	.box img 
	margin-bottom: 40px;
}
@media (max-width: 575.98px) { 
    header h1 {
        font-size:30px;
    }
}