* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Roboto';
    color: black;
    font-weight: 100;
    text-decoration: none;
}




.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #285f9b;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    /*display: flex;*/
    align-items: center;
    justify-content: space-between;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it stays on top of everything */
    display: none; /* Hidden by default */
}

/*.cookie-popup {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0, 0, 0, 0.8); !* Semi-transparent black background *!*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    z-index: 1000; !* Ensure it stays on top of everything *!*/
/*    display: none; !* Hidden by default *!*/
/*}*/

.cookie-popup.active {
    display: flex; /* Show the popup when active */
}

.cookie-popup .popup-content {
    background-color: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/*.cookie-popup p {*/
/*    margin: 0 0 15px 0;*/
/*    font-size: 16px;*/
/*}*/

.cookie-popup p {
    margin: 0;
    font-size: 14px;
}

.cookie-popup a {
    color: #a31e1e;
    text-decoration: none;
}

.cookie-popup a:hover {
    text-decoration: underline;
}

.cookie-popup button {
    background-color: #a31e1e;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.cookie-popup button:hover {
    background-color: #a31e1e;
}

















.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.logo {
    padding: 5px 10px 5px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-decoration: none;
    
}


.logo-image {
    width: 45px;
    height: 52px;    
}


.logo img {
    max-height: 40px;
    padding: 0px 10px 0px 0px;
}


.material-icons {
    margin: 15px;
    color:  #771717;
    align-items: flex-start;
}


/* burger menu */

.burger-wrapper {
    height: 44px;
    background-color: #a31e1e;
    position: relative;
    color: white;
    text-align: center;
    display: none;
}


#check-menu {
    display: none;
}


.logo-burger {
    position: absolute;
    left: 10px;
    height: 44px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: white;
}


.logo-image-burger {
    padding-right: 10px;
    width: 40px;
    height: 40px;
}


.burger-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
    line-height: 46px;
}


.burger-line {
    position: absolute;
    top: 12px;
    right: 10px;
    width: 35px;
    height: 2px;
    transition: 0.5s all;
}


.first {
    height: 2px;
    background-color: #fff;
}

.second, .third {
    top: 22px;
    background-color: rgba(255, 255, 255, 1);
}

.fourth {
    top: 32px;
    height: 2px;
    background-color: #fff;
}


.burger-menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: 0.5s all;
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    z-index: 2;
}


.burger-button {
    display: block;
    text-decoration: none;
    color: white;
    width: 100%;
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(163, 30, 30, 0.9);
}


#check-menu:checked ~ .burger-menu {
    max-height: 500px;
    font-size: 16px;
    color: red;
}

#check-menu:checked ~ .first {
    display: none;
}

#check-menu:checked ~ .second {
    transform: rotate(45deg);
}

#check-menu:checked ~ .third {
    transform: rotate(-45deg);
}

#check-menu:checked ~ .fourth {
    display: none;
}


.button {
    margin: 2px 5px;
    width: 120px;
    background-color: #285f9b;
    color: white;
    padding: 9px 0px;
    border-radius: 3px;
    transition: all 300ms ease;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    
}

.button:hover {
    border-color: white;
    color: white;
    background-color: #327dc8;
    text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.7);
    
}

.button_borderless {
    margin: 2px 5px;
    width: 120px;
    color: white;
    padding: 9px 0px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    z-index: 3;
}


.bigbutton {
    margin-top: 15%;
    margin-bottom: 5%;
    background-color:#a31e1e;
    /* background-color: #327dc8; */
    color: white;
    padding: 15px 15px;
    border-radius: 100rem;
    letter-spacing: .75px;
    transition: all 300ms ease;
    text-align: center;
    font-size: 30px;
    text-decoration: none; 
    text-shadow: none;
    border: none;
}

.bigbutton:hover {
    border-color: white;
    color: white;
    background-color:#c72526;
    /* background-color: #64C8FFFF; */
    text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.5);
    text-shadow: none;
}

.relative {
    position: relative;
}

.margin {
    margin: 3%;
}

.btl {
    position: absolute;
    top: 0;
    left: 0;
    border-left: 3px solid #a31e1e;
    border-top: 3px solid #a31e1e;
    width: 30px;
    height: 30px;
}

.bbr {
    position: absolute;
    bottom: 0;
    right: 0;
    border-right: 3px solid #a31e1e;
    border-bottom: 3px solid #a31e1e;
    width: 30px;
    height: 30px;
  }

  .gradient{
    position: absolute;
    top: 0;
    right: 0;

    margin: -15px -75px 0px 0px;
    width: 350px;
    height: 90px;
    box-shadow: 0px 15px 30px rgba(199, 37, 38, 0.7);

    rotate: 333deg;
    background: linear-gradient(260deg, #a31e1e, #c72526, transparent);
  }

  .margin-90{
    margin: 47.7px -150px 0px 0px;
  }

  .margin-180{
    margin: 110.2px -225px 0px 0px;
  }


  .gradient-below{
    position: absolute;
    bottom: 0;
    left: 0;

    margin: 0px 0px 70px -75px;
    width: 350px;
    height: 90px;
    box-shadow: 0px 15px 30px rgba(199, 37, 38, 0.7);

    rotate: 333deg;
    background: linear-gradient(260deg, transparent, #c72526, #a31e1e);
  }

  .margin-below-90{
    margin: 0px 0px 132.7px -150px;
  }

  .margin-below-180{
    margin: 0px 0px 195.2px -225px;
  }


  .gradient-below-1{
    position: absolute;
    bottom: 0;
    left: 0;

    margin: 0px 0px 0px -75px;
    width: 350px;
    height: 90px;
    box-shadow: 0px 15px 30px rgba(199, 37, 38, 0.7);

    rotate: 333deg;
    background: linear-gradient(260deg, transparent, #c72526, #a31e1e);
  }

  .margin-below-90-1{
    margin: 0px 0px 62.7px -150px;
  }

  .margin-below-180-1{
    margin: 0px 0px 125.2px -225px;
  }



.first-screen {
    padding-top: 10%;
    background-color: #000;
    /* background-image: url(tech.jpg); */
    background-size: cover;
    background-attachment: fixed; 
    height: 500px !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    color: white;
}


.first-screen1 {
    background-size: cover;
    background-color: rgba(5, 5, 50, 0.77);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.first-screen-content {
    display: flex;
    flex-direction: column;
    color: white;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); */
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1000px;
    margin: 0 auto;
    align-items: flex-start;
    padding-top: 9%;
    /* padding-bottom: 5%; */
}


.first-screen-content-rows {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 1000px;
}


.first-screen-content h1 {
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 0 40px;
}


.first-screen-content h3 {
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 80px;
}


.h1-animate {
    transform: translate(0px, 50%);   
    opacity: 0; 
    transition: all 1.5s ease;
}

.h1-animate._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.h3-animate {
    transform: translate(0px, 50%);   
    opacity: 0; 
    transition: all 1.5s ease;
}

.h3-animate._active {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 1.5s ease 0.7s;
}

.header-animate {
    transform: translate(0px, 30%);   
    opacity: 0; 
    transition: all 1s ease;
}

.header-animate._active {
    transform: translate(0px, 0px);
    opacity: 1;
    transition: all 1s ease 0.3s;
}


.robot-container {
    height: 150px;
}

.robot-animate{
    animation: MoveUpDown 2s ease-in-out infinite;
}
@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}


.robot-flying{
    animation: MoveSideToSide 15s ease-in-out infinite;
    max-height: 150px;
    max-width: 170px;
    position: absolute;
}
@keyframes MoveSideToSide {
    0% {
        left: 0;
    }
    45% {
        transform: rotateY(0deg);
    }
    50% {
        left: calc(100% - 170px);
        transform: rotateY(180deg);
    }
    95% {
        transform: rotateY(180deg);
    }
    100% {
        left: 0;
        transform: rotateY(0deg);
    }
}


.bullet-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin: 20px 0;
    width: 200px;
    font-size: 15px;

    transform: translate(-20%, 0px);   
    opacity: 0; 
    transition: all 1.5s ease;
}

.bullet-2._active {
    transform: translate(0px, 0px);
    opacity: 1;
}

.bullet-2._active:nth-child(1) {
    transition: all 0.15s ease 0.15s;
}
.bullet-2._active:nth-child(2) {
    transition: all 0.15s ease 0.30s;
}
.bullet-2._active:nth-child(3) {
    transition: all 0.15s ease 0.45s;
}

.bullet-2._active:nth-child(4) {
    transition: all 0.15s ease 0.60s;
}

.bullet-2._active:nth-child(5) {
    transition: all 0.15s ease 0.75s;
}

.bullet-2._active:nth-child(6) {
    transition: all 0.15s ease 0.90s;
}

.bullet-2._active:nth-child(7) {
    transition: all 0.15s ease 1.05s;
}

.bullet-2._active:nth-child(8) {
    transition: all 0.15s ease 1.20s;
}

.bullet-2._active:nth-child(9) {
    transition: all 0.15s ease 1.35s;
}

.bullet-2._active:nth-child(10) {
    transition: all 0.15s ease 1.5s;
}

.bullet-2._active:nth-child(11) {
    transition: all 0.15s ease 1.65s;
}

.bullet-2._active:nth-child(12) {
    transition: all 0.15s ease 1.8s;
}


.p-header {
    text-align: left;
    font-size: 15px;
}


.site-container {
    max-width: 1000px;
    margin: 0 auto;
}


.site-container2 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}


.card {
    width: 310px;
    background-color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    margin: 2px 2px;
}


.card header {
    padding: 10px;
    background-color: #a31e1e;
    color: #fff;
    text-align: center;
}


.card header h2 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


.card p {
    padding: 5px;
    text-align: justify;
    height: 50px;
    display: flex;
    align-items: center;
}


.price-card {
    display: flex;
    margin: 0 auto;
    padding: 10px 0px;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #c72526;
    color: white;
    text-shadow: 1px 1px 3px black;
    font-size: 40px;
}


.card-image {
    max-width: 100%;
}


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


a {
    text-decoration: none;
}


.blue {
    color: #0096b8;
    text-shadow: 1px 1px 1px rgba(34, 75, 122, 0.2);
}

.light-blue {
    background-color: #f1f6fa;
}

.dark-blue {
    background-color: rgba(5, 5, 50, 0.77);
}

.black {
    background-color: #000;
}

.white {
    color: white;
}

.red {
    color: #c72526;
}

.dark-red {
    color: #a31e1e;
}


.white-blue-gradient {
    height: 100px;
    width: 100%;
    background:linear-gradient(357deg, #f1f6fa 50%, #ffffff 50%);
}

.blue-white-gradient {
    height: 100px;
    width: 100%;
    background:linear-gradient(357deg, #ffffff 50%, #f1f6fa 50%);
}


.header-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.header-container a {
    color: white
}


.big-button {
    margin: 20px 0;
    background-color: #327dc8;
    color: white;
    padding: 15px 15px;
    border-radius: 3px;
    transition: all 300ms ease;
    text-align: center;
    font-size: 30px;
    text-decoration: none; 
    border: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.big-button:hover {
    border-color: white;
    color: white;
    background-color: #64C8FFFF;
    text-shadow: 1px 1px 1px  rgba(0, 0, 0, 0.5);
    
}

.paragraph {
    padding: 10px 0 15px;
    text-align: justify;
    max-width: 100% !important;
}


.big-heading {
    font-weight: 700;
    font-size: 25px;
    /* color: #224b7a; */
    color: #a31e1e;
    text-align: center;
    padding: 40px 0 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.big-white-heading {
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 40px 0 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.heading {
    font-weight: 700;
    font-size: 20px;
    color: #224b7a;
    text-align: center;
    padding: 40px 0 40px;
    text-transform: uppercase;
    letter-spacing: 3px;
}


.network {
    /* background-image: url(network.jpg); */
    background-color: #000;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    position: relative;
    width: 100%;
    overflow: hidden;
}


.network1 {
    background-size: cover;
    background-color: rgba(5, 5, 50, 0.77);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.features {
    padding: 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
}


.bullet {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
    margin: 20px 0;
    width: 200px;
    font-size: 15px;
}


.an-image {
    padding: 2px 0 10px;
    max-width: 100%;
    max-height: 100%;
}


.bullet-text {
    text-align: center;
    color: #fff;
    z-index: 3;
}


.bottom {
    margin-bottom: 20px;
}


.spacer {
    padding: 20px 0;
}


.footer {
    background-color: #1d3a5c;
    color: rgba(255, 255, 255, 0.9);
}

.footer a {
    color: white;
}


.contact-form {
    margin: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.input-wrapper {
    color: dimgray;
    font-family: 'Roboto';
    font-size: 16px;
    margin: 5px 0;
    padding: 10px 2px;
    width: 100%;
}


.input-wrapper-text {
    color: dimgray;
    font-family: 'Roboto';
    font-size: 16px;
    margin: 10px 0;
    padding: 10px 2px;
    width: 100%;
}


.form-label {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    margin: 10px 0;
}


.row-map {
    width: 490px;
}


.row-img {
    max-width: 220px;
    max-height: 300px;
    text-align: center;
    margin: 0 20px;
}


.rows {
    padding: 20px 0 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}


.row-text {
    max-width: 490px;
}


.form-iframe {
    max-width: 210px;
    max-height: 0px;
    border: none;
}


.hide {
    display: block;
}



/*//////////////////////////////////////////////////////////////////////////////////*/



@media(max-width:1030px) {
    .site-container2 {
        justify-content: center;
    }

    .card {
        width: fit-content;
        max-width: 990px;
        margin: 5px 1px;
    }

    .card .hide {
        display:none;
    }
}


@media (max-width:990px) {
    .rows {
        justify-content: center;
    }

    .row-map {
        width: 100%;
    }

    .first-screen-content-rows {
        width: auto;
    }

    .row-img {
        display: none;
    }
}


@media (max-width:940px) {

    .button {
        display: none;
    }

    .button_borderless{
        display: none;
    }

    .burger-wrapper {
        display: block;
    }

    .logo {
        display: none;
    }

    .p-header {
        display: none;
    }

    .first-screen-content {
        padding: 0px 10px;
    }

    .paragraph {
        padding: 10px 10px;
    }

    .first-screen {
        height: 450px !important;
    }

    .row-text {
        max-width: 100%;
        padding: 10px 0px;
    }
}

@media (max-width:839px) {

    .network {
        height: 750px;
    }

}

@media (max-width:630px) {
   
    .network {
        height: 900px;
    }
    .first-screen-content {
        padding: 0px 10px;
    }

    .first-screen-content h1 {
        font-size: 25px;
    }
    .first-screen-content h3 {
        font-size: 20px;
    }

    .first-screen {
        height: 450px !important;
    }
    .hide {
        display: none;
    }
}


@media (max-width:420px) {
    
    .logo {
        font-size: 20px;
    }
    .bullet-2 {
        max-width: 165px;
    }
    .bullet {
        max-width: 165px;
    }
    .network {
        height: 1000px;
    }
    .first-screen-content h3 {
        font-size: 20px;
    }
    .first-screen-content h1 {
        font-size: 25px;
        padding-top: 12%;
    }
    .first-screen-content {
        padding: 0px 10px;
    }
    .bigbutton {
        font-size: 20px;
    }
    .big-heading {
        font-size: 20px;
    }
    .heading {
        font-size: 20px;

}


@media (max-width:365px) {
    .first-screen-content h3 {
        font-size: 15px;
}

    .bigbutton {
        font-size: 20px;
    }

    .first-screen {
        height: 450px !important;
    }
}


@media (max-width:285px) {
    .first-screen-content h3 {
        font-size: 13px;
    }
    .first-screen-content h1 {
        font-size: 30px;
    }
}



}
