@import url('https://fonts.googleapis.com/css?family=Roboto');

html ::-webkit-scrollbar {
    width: 8px;
}

html ::-webkit-scrollbar-thumb {
    background: #5f5f5f99;
}

html ::-webkit-scrollbar-track {
    background: #b8b8b800;
}


body {
    font-family: 'Poppins', sans-serif;

}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*----------bootstrap-navbar-css------------*/

.header {
    margin: 200px 0px;
    overflow: visible;
}

.header-page {
    width: 100%;
    padding: 150px 100px 100px 100px;
}

.header-page.static {
    padding: 3em;
}

.text-box {
    margin-top: 50px;
    font-size: 18px;
}

.text-box .text {
    margin-top: 30px;
}

.banner-mobile {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.header-mobile {
    display: none;
}

.header-image {
    position: relative;

}

.image-social {
    width: 500px;
}

.image-banner {
    position: relative;
    right: 0px;
    top: 0;
}


.image-card {
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;
    top: 0px;
    margin-bottom: 2em;
}


section.info {
    padding: 80px 0px;
    background-color: #e9e9e9ae;
}

section.contact {
    color: #fff;
}

section.contact .container {
   position: relative;
   z-index: 10;
   /* height: 100px; */
}


section.contact svg{
    position: absolute;
    z-index: 1;
}

.card-contact{
    position: relative;
    z-index: 10;
    height: max-content;
    padding: 50px 30px;
    margin: 30px 100px;
    background-color: #fff;
    box-shadow: 0 0 15px #47474746;
    border-radius: 5px;
    color: #2a2b32;
}

.botao-phone {
    text-decoration: none;
    color: #eee;
    display: inline-block;
    background-color: #2593d3;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3px;
    transition: .2s all;

  }

  .botao-phone:hover {
    background-color: #1f7bd1;
    color: #fff;
  }

  .botao-phone:focus {
    background-color: #2593d3;
  }

.botao-wpp {
    text-decoration: none;
    color: #eee;
    display: inline-block;
    background-color: #25d366;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius: 3px;
    transition: .2s all;

  }

  .botao-wpp:hover {
    background-color: #1dbf2b;
    color: #fff;

  }

  .botao-wpp:focus {
    background-color: #1dbf20;
  }


.form-contact{
    position: relative;
    color: #747474a9;
    z-index: 10;
    min-width: 400px;
    padding: 50px 30px;
    margin: 30px 100px;
    background-color: #fff;
    box-shadow: 0 0 15px #47474746;
    border-radius: 5px;
}

.form-contact .input-contact{
    position: relative;
    margin: 0 0 3em 0;
}


.form-contact .input-contact label{
    position: absolute;
    top: 15px;
    left: 10px;
    transition: .2s all;
}

.input-contact input:focus ~ label,
.input-contact input:valid ~ label{
    color: #707070;
    top: -20px;
    left: 5px;
}
.form-contact input, .form-contact textarea{
    width: 100%;
    padding: 10px 5px;
    border-radius: 2px;
    color: #272c32;
    border-bottom: 1px solid #84848440;
    transition: .2s all;

}

.form-contact input:focus-visible, .form-contact textarea:focus-visible{
    outline: none;
    border-bottom: 1px solid #5b5b5b85;
}


section.info .card {
    border: none;
    background-color: transparent;
    text-align: center;
}

section.info .card p {
    margin-top: 1em;
    color: #848484be;
}

section.info .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-about{
    /* padding: 200px 0px; */
    max-width: 100%;
    background-color: #2a2b32;
    padding: 100px 0px;
}

.section-about .card{
    width: 450px;
    padding: 10px;
    margin: 10px 10px;
}

.section-about h2 {
    color: #f4ca30;
}

.section-about h4 {
    color: #ffffff9f;
}


.section-profile {
    /* padding: 200px 0px; */
    max-width: 100%;
    background-color: #2a2b32;
    padding: 100px 0px;
}

.section-profile h2 {
    color: #fff;
}


.services {
    font-family: 'Poppins';
    border: none !important;
    background: #45464f;
    box-shadow: 0px 0px 2px #84848470;
    border-radius: 4px !important;
    color: #fff;
}

.services .topline {
    background: rgb(255 218 94);
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.content-card {
    text-align: center;
}

.content-card h4 {
    margin-top: 40px;
    color: #ffe177;
}

.content-card span {
    font-size: 18px;
    color: #8d8d8dfd;
}

.button-card {
    padding: 30px 0 0 0;
}

.card-img-top {
    border-top-right-radius: 30px !important;

}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5em;
    z-index: 2;
    width: 100%
}

.title img {
    width: 300px;
}

.title .row {
    top: 0;

}

.btn-classic {
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #41414100;
    color: #414141;
    border: 2px solid #414141;
    transition: .2s ease-in;
}

.btn-classic:hover {
    background-color: #414141;
    color: #ffffff;
    border: 2px solid #414141;
    text-decoration: none;

}

.btn-classic.yellow {
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    background-color: #41414100;
    color: rgb(243 190 121);
    border: 2px solid rgb(243 190 121);
    transition: .2s ease-in;
}

.btn-classic.yellow:hover {
    background-color: rgb(243 190 121);
    color: #ffffff;
    border: 2px solid rgb(243 190 121);
}

.btn-fill {
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #4141411a;
    color: #5a5a5a;
    border: 2px solid #41414100;
    transition: .2s ease-in;
}

.btn-fill:hover {
    background-color: #414141;
    color: #ffffff;
    border: 2px solid #414141;
}

.btn-header {
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    color: #152950;
    border: 2px solid transparent;
    transition: .2s ease-in-out;
}

.btn-header-extra {
    text-align: center;
    border-radius: 30px;
    padding: 10px 20px;
    width: 180px;
    height: 50px;
    font-size: 18px;
    background-color: #ffffff4f;
    color: #fefefe;
    border: 2px solid transparent;
    transition: .2s ease-in-out;

}

.btn-header:hover {
    background-color: #ffffff4f;
    color: #ffffff;
    font-weight: normal;
    border: 2px solid transparent;
    text-decoration: none;

}

.btn-header-extra:hover {
    background-color: #363636;
    color: #fefefe;
    border: 2px solid transparent;
    text-decoration: none;

}

nav {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: .2em 2em;
    float: right;
}

nav ul li {
    display: inline-block;
    margin: 0;
    padding: .2em .7em;
}

nav a {
    width: 100%;
    height: 100%;
    color: rgba(228, 228, 228, 0.727);
    text-decoration: none !important;
    font-family: 'Rubik';
    font-size: 1.15em;
    font-weight: lighter;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
}

nav a:hover {
    color: rgb(255, 255, 255);
}

nav .bg-visible a:hover {
    color: rgb(52, 52, 52);
}

.nav-bg {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0);
    transition: .45s ease-in-out;
}



.nav-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    color: #ffffff;
    transition: .5s ease-in-out;
}

/* Novo CSS para o ícone */
nav .icon {
    display: none;
    /* Torna o ícone visível */
    position: absolute;
    top: 15px;
    /* Ajuste a posição vertical se preferir */
    left: 20px;
    /* Ajuste a posição horizontal se preferir */
    width: 40px;
    height: 30px;
    cursor: pointer;
}

nav .left-side {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    /* Ajuste a posição horizontal se preferir */
}

nav .icon span {
    background-color: #fff;
    /* Cor das linhas do menu */
    position: absolute;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    transition: all .3s ease-in-out;
}

nav .icon span:nth-child(1) {
    top: 0px;
}

nav .icon span:nth-child(2) {
    top: 10px;
}

nav .icon span:nth-child(3) {
    top: 20px;
}

nav .icon.close span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

nav .icon.close span:nth-child(2) {
    opacity: 0;
}

nav .icon.close span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}

nav .nav-bg.bg-visible li {
    color: #4d4d4d;
}

nav[nav-type="static"] {
    position: absolute !important;
}

nav[nav-type="static"] a {
    color: #7f7f7f;
}

nav[nav-type="static"] a:hover {
    color: #474747;
}

nav[nav-type="static"] .icon-ar path {
    fill: #272c32 !important;
}

.bg-hidden {
    background: rgba(255, 255, 255, 0);
    color: #ffffff;
    height: 6em;
    box-shadow: 0px 2px 5px #9c9c9c00;

}

.bg-visible {
    background: rgb(255, 255, 255);
    height: 4em;
    color: #a5a5a5;
    box-shadow: 0px 2px 5px #9c9c9c45;
}

.bg-visible a {
    color: #2f3c56ab;
}

.bg-visible .icon-ar {
    opacity: 1;
    transition: .5s ease-in-out;
}

.bg-hidden .icon-ar {
    opacity: .5;
    transition: .5s ease-in-out;
}

.bg-visible .icon-ar svg path {
    fill: #3e3e3e;
}

.bg-hidden .icon-ar svg path {
    fill: #eeeeee;
}

.section-form .form-orca {
    margin: 100px 0px 0px 0px;
    padding: 50px;
    background: #cfcfcf1a;
    box-shadow: 0px 0px 35px #9e9e9e54;
    width: 50%;
    min-height: 35em;
}



.form-orca .textbox {
    width: 100%;
    margin-top: 2em;
}

.form-orca .numberbox {
    width: 100%;
    margin-top: 2em;
}

.input-group input,
.input-group span {
    font-size: 14px !important;
    text-align: center;

}

.input-group input::placeholder {
    color: #48484860;
    text-align: center;
}

.input-group input.success {
    border-color: #67cd01 !important;
}

.input-group-text {
    border-radius: 0 .25em .25em 0;
}

.form-orca input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #75757532;
    padding: 10px;
    transition: .2s ease-in-out;
}


.form-orca input[type="checkbox"] {
    margin-top: 0;
    margin: 10px;
    font-size: 20px;
    width: 100%;
}

.form-orca input:focus-visible {
    outline: none;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 2px 4px #aaaaaa62;
}

.form-orca textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #75757532;
    padding: 10px;
    transition: .2s ease-in-out;

}

.form-orca textarea:focus-visible {
    outline: none;
    border: 1px solid #bfbfbf;
    box-shadow: 0px 2px 4px #aaaaaa62;

}

.box-add {
    display: flex;
    border: 2px dashed #48484821;
    padding: 1em;
    width: 100%;
    margin-top: 2em;
    transition: .2s ease-in-out;
    justify-content: center;
    align-items: center;
    color: #48484834;
    font-size: 22px;
}

.box-add i {
    color: #48484821;
    transition: .2s ease-in-out;
    font-size: 26px;
    margin-left: .5em;

}

.box-add:hover,
.box-add:hover i {
    border-color: #4848486a;
    color: #4848486a;
    background-color: #4848480a;

}

.box-button {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 40%;
    text-align: center;
    color: #545454;
}

.box-button p {
    width: 100%;
}

.form-info {
    animation: fadein 1s forwards;
    height: 100%;
}

.box-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    height: 70%;
    margin: 100px 0 0 0;
    text-align: start;
    color: #545454;
}

.box-info p {
    width: 100%;
}

.divider {
    height: 2px;
    width: 10%;
    margin: 2em 0;
    background-color: #4747473b;
}
.divider-center {
    height: 2px;
    width: 10%;
    margin: 2em auto;
    background-color: #4747473b;
}

a.link-blue {
    color: #0081f1 !important;
}
.card-group-services{
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.card-body-service{
    margin: 10px 20px;
    text-align: justify;
    color: #363636cd;

}
.card-group-services .card{
    width: 500px;
    margin: 0 1em;
    padding: 20px;
    border: none;
    box-shadow: 0px 0px 5px #c5c5c57a;
}

.card-group-services .card-header{
    background-color: transparent;
    border: none;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto';
    /* justify-content: center; */
    margin: auto;
}

/*
======================================
Here be checkboxes
======================================
*/
.button-select {
    filter: grayscale(1);
    opacity: 0.3;
    position: absolute;
    right: 0px;
    top: 20px;
    transition: all 300ms;
    color: #00b9f1;

}

.input-container {
    position: relative;
    height: 104px;
    width: 104px;
    margin: 6px;
}

.input-container.orca-mode {
    position: relative;
    height: 100%;
    width: 45%;
    margin: 4em auto;
}

.checkbox-button {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.checkbox-button:checked+.checkbox-tile {
    border-color: #00b9f1;
    box-shadow: 0 0 0 1px #4DCAF0 inset;
}

.checkbox-button:checked~svg {
    filter: grayscale(0);
    opacity: 1;
}

.checkbox-button:hover+.checkbox-tile {
    border-color: #b7b7b7;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.checkbox-button:checked:hover+.checkbox-tile {
    border-color: #4DCAF0;
    box-shadow: 0 0 0 1px #4DCAF0 inset, 0 2px 12px rgba(0, 0, 0, 0.1);
}

.checkbox-tile {
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    cursor: pointer;
    display: flex;
    height: 104px;
    justify-content: center;
    margin: 10px;
    transition: all 300ms;
    width: 104px;
}

.orca-mode .checkbox-tile{
    height: 86px;
    width: 100%;
}

.checkbox-tile-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #484848;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.orca-mode .checkbox-tile-label {
    font-size: 18px;
}

.flex {
    display: flex;
}

.right {
    position: relative;
    left: 80%;
}

.actions {
    margin-top: 2em;
    width: 100%;
    justify-content: space-between;
}

.result {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.col-header {
    height: 50vh;
}

.parallax {
    overflow: hidden;
    height: 100%;
}

.col-header .banner {
    position: absolute;
    width: 100%;
    height: 100vh;

}

.image-banner-mobile {
    height: 300px;
}

.image-banner-mobile path {
    fill: #e2e2e2;
}

.buttons-title {
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.bd {
    margin: 100px 0px;
}

.container-total {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 25vh;
}

.fadeIn {
    animation: forwards fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tilt {
    transform-style: preserve-3d;
}

.credits {
    transform: translateZ(20px);

}


.btn-sender {
    color: rgb(126 126 126);
    transition: .2s ease-in-out;

}

.btn-sender:hover {
    color: rgb(248, 248, 248);
    background-color: rgb(243 190 121);
}

.sending {
    background-color: rgb(243 190 121) !important;
    transition: .2s ease-in-out;
    pointer-events: none;

}

.sended {
    background-color: rgb(61, 133, 50) !important;
    border-color: rgb(61, 133, 50) !important;
    color: rgb(248, 248, 248);
    transition: .4s ease-in-out;
    pointer-events: none;
}

.send_error {
    background-color: rgb(202, 58, 58) !important;
    border-color: rgb(202, 58, 58) !important;
    color: rgb(248, 248, 248);
    transition: .4s ease-in-out;
    pointer-events: none;
}

.load-3 {
    opacity: 0;
    animation: fadein .4s .5s linear forwards;
}

.load-complete h5 {
    animation: fadein .4s linear forwards;
}

.line {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background-color: #ffffff;
}

.load-3 .line:nth-last-child(1) {
    animation: loadingC 0.6s 0.1s linear infinite;
}

.load-3 .line:nth-last-child(2) {
    animation: loadingC 0.6s 0.2s linear infinite;
}

.load-3 .line:nth-last-child(3) {
    animation: loadingC 0.6s 0.3s linear infinite;
}

.card-title {
    color: #2a2b32;
}

.fadeInElement {
    opacity: 0;
    position: relative;
    bottom: -40px;
    filter: blur(3px);
    transition: all 1s;

}

.fadeInElement.show {
    opacity: 1;
    bottom: 0px;
    filter: blur(0px);
    transition: all 1s;
}

.fadeInElement.show :nth-child(2){
    transition-delay: 200ms;
}

.fadeInElement.show :nth-child(3){
    transition-delay: 400ms;
}


.fadeInLeft {
    opacity: .5;
    position: relative;
    transform: translateX(70px);
    transition: all 1s;

}

.fadeInLeft.show {
    opacity: 1;
    transform: translateX(0px);
    transition: all 1s;
}

.fadeInLeft.show :nth-child(2){
    transition-delay: 200ms;
}

.fadeInLeft.show :nth-child(3){
    transition-delay: 400ms;
}

.fadeInBottom {
    opacity: 0;
    position: relative;
    transform: translateY(-40px);
    transition: all 1s;

}

.fadeInBottom.show {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s;
}

.fadeInBottom.show :nth-child(2){
    transition-delay: 300ms;
}

.fadeInBottom.show :nth-child(3){
    transition-delay: 600ms;
}

.alert {
    position: fixed;
    right: -300px;
    bottom: 20px;
    padding: 1em;
    animation: alertIn 0.8s forwards, alertOut 0.8s 3.5s forwards;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes alertIn {
    from {right: -300px; opacity: 0;}
    to {right: 30px; opacity: 1;}
  }

  @keyframes alertIn {
    from {right: -300px; opacity: 0;}
    to {right: 30px; opacity: 1;}
  }

  @-webkit-keyframes alertOut {
    from {right: 30px; opacity: 1;}
    to {right: -300px; opacity: 0;}
  }

  @keyframes alertOut {
    from {right: 30px; opacity: 1;}
    to {right: -300px; opacity: 0;}
  }

@keyframes loadingC {
    0% {
        transform: translate(0, -5px);
    }

    50% {
        transform: translate(0, 5px);
    }

    100% {
        transform: translate(0, -5px);
    }
}


small.error_input {
    color: #ed1010;
}

@media (max-width: 768px) {
    .fadeInLeft {
        opacity: 0;
        position: relative;
        transform: translateX(0);
        transition: all 1s;

    }
    .modal-container {
        margin: auto 20px !important;
    }

    nav {
        width: 100%;
        max-width: 768px;
        /* Ajuste a largura máxima se necessário */
        margin: 0 auto;
    }

    .nav-content {
        justify-content: center;
    }

    nav .nav-content.open {
        background-color: #fefefef5;
        box-shadow: 0px 2px 4px #74747457;
        height: 42vh;
    }

    nav .bg-visible span {
        background-color: #8f8f8fb6;
    }

    nav .nav-content.open a {
        color: #435066;
        font-weight: bold;
        font-family: "Roboto";
    }

    nav .nav-content.open .icon span {
        background-color: #8f8f8fb6;
    }

    nav ul {
        padding: 0px;
        display: none;
        position: relative;
        text-align: center;
    }

    nav .open ul {
        padding: 0px;
        display: block;
        position: relative;
        text-align: center;
        width: 100%;
        line-height: 3em;
    }

    nav ul li {
        color: #3d3d3d;
        width: 100%;
        padding: 5px;
    }

    nav .icon {
        display: block;
    }

    nav .left-side {
        display: none;
    }

    .image-social {
        display: none;
    }

    .col-header {
        height: 50vh;
    }

    .buttons-title {
        align-items: end;
        justify-content: space-around;
    }

    .buttons-title button {
        width: 9em;
    }

    .parallax {
        display: none;
    }

    .title {
        position: relative;
        width: 100%;
        top: 0;
    }

    .title button,
    .title img {
        position: relative;
        top: 5em;
        width: 200px;
    }

    .image-banner-mobile {
        height: 200px;
    }

    .col-header .banner-mobile {
        background-image: url(/images/banner-mobile.jpg);
        background-size: cover;
        padding: 50px 20px;
        height: 50vh;
    }

    .services {
        margin-top: 50px;
    }

    .buttons-title {
        width: 100%;
        position: absolute;
        bottom: 50px;
    }

    .header {
        margin: 100px 20px;
    }

    .header-mobile img {
        border-radius: 5px;
    }

    .header-image {
        display: none;
    }

    .section-form {
        flex-direction: column-reverse;
        margin: 10px;
    }

    .section-form .form-orca {
        width: 100% !important;
        margin: 100px 0px;
        padding: 50px 20px;
    }

    .checkbox-tile-label{
        font-size: 12px;
    }

    .input-container {
        width: 96px;
        height: 96px;
    }

    .input-container.orca-mode{
        width: 70%;
        margin: .8em auto;
    }

    .input-container .checkbox-tile-label img {
        width: 30px;
    }

    .checkbox-tile {
        width: 96px;
        height: 96px;
    }

    .header-page {
        width: 100%;
        padding: 100px;
    }

    .header-page.static {
        padding: 1.8em;
    }

    .image-box {
        display: none;
    }

    nav[nav-type="static"] .bg-hidden {
        background-color: rgb(55, 55, 55);
        height: 60px;
    }

    .box-info {
        margin: 10px 0 0 0;
    }

    .box-button {
        margin: 20px 0 0 0;
    }

    .form-info {
        margin: 50px 20px;
    }
    .card-group-services{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }

    .card-group-services .card{
        width: 100%;
        margin: 1em;
    }

    .container-sm{
        padding: 30px !important;
    }

    .form-contact, .card-contact{
        min-width: 80%;
        width: 80%;
        margin: 30px auto;
    }

    .contact{
       position: relative;
       max-width: 100%;
       overflow-x: hidden;

    }


}



@media (min-width: 769px ) and (max-width: 1200px) {

    .col-header{
        height: 70vh;
    }
    ul.responsive li a{
        font-size: 12px;
    }
}

@media (min-width: 1201px ) and (max-width: 1600px) {
    .col-header{
        height: 60vh;
    }

    .image-banner-mobile{
        height: 200px;
    }
    .banner-mobile svg{
        width: 180px;
        height: 180px;
    }


}

@media (min-width: 2000px) {
    .banner {
        height: 130vh !important;
    }
}

@media (min-width: 2400px) {
    .banner {
        height: 160vh !important;
    }
}
