@font-face {
  font-family: "Nunito-light";
  src: url("../fonts/Nunito-Light.ttf");
}

@font-face {
  font-family: "Nunito-regular";
  src: url("../fonts/Nunito-Regular.ttf");
}

@font-face {
  font-family: "Nunito-semibold";
  src: url("../fonts/Nunito-SemiBold.ttf");
}

@font-face {
  font-family: "Nunito-bold";
  src: url("../fonts/Nunito-Bold.ttf");
}

.navigation {
  padding: 10px 10px;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  transition: all 0.2s linear;
}

.navigation-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  position: absolute;
  z-index: 1000;

}

.logo img {
  width: 90px;
}

.navigation-list {
  justify-self: center;
}

.navigation-list ul {
  font-family: "Nunito-regular";
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  min-height: 50px;
}

.navigation-list ul li {
  list-style: none;
  margin: 0px 20px;
}

.navigation-list ul li a {
  text-decoration: none;
  color: #00537A;
  transition: all 0.2s linear;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-items {
  position: absolute;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 15px;
  width: 150px;
  left: -35px;
  top: 35px;
}

.dropdown .dropdown-items li {
  margin: 10px auto;
}

.dropdown-items-mobile {
  display: none;
  color: #7ad4ff;
}



.arrow {
  height: 12px;
  transition: 0.2s linear;
}

.rotate {
  transform: rotate(90deg);
  transition: 0.2s linear;
}

.header {
  background-image: url("../images/home_background.png");
  height: 100vh;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: relative;
}

.cloud-header {
  background-image: url("../images/cloud_background.png");
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 200px;
}

.iaas-header {
  background-image: url("../images/services_background.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.contact-header {
  background-image: url("../images/contact_background.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.header-content {
  display: flex;
  justify-content: center;
  align-items: center;

  gap: 50px;
}

.header-content-home {
  height: 80vh;
}

.headear-content-cloud,
.header-content-iaas {
  padding-top: 350px;
  align-items: flex-start;
}

.headear-content-cloud .header-left p,
.header-content-iaas .header-left p {
  font-family: "Nunito-Light";
}

.headear-content-cloud .header-left p .text,
.header-content-iaas .header-left p .text {
  display: block;
}

.headear-content-cloud .header-left p .bullet,
.header-content-iaas .header-left p .bullet {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #27DEBF;
  display: inline-block;
  border-radius: 100%;
  margin-right: 10px;
}

.headear-content-cloud .header-left h4,
.header-content-iaas .header-left h4 {
  font-size: 24px;
  color: #00537A;
  font-family: "Nunito-Bold";
}

.headear-content-cloud .breadcrumbs,
.header-content-iaas .breadcrumbs {
  color: #C4C4C4;
  font-family: "Nunito-light";
  font-size: 14px;
}

.headear-content-cloud .breadcrumbs .active-breadcrumb,
.header-content-iaas .breadcrumbs .active-breadcrumb {
  color: #00537A;
  font-family: "Nunito-regular";
}

.header-left {
  margin-top: 150px;
}

.header-left h1 {
  font-size: 44px;
  font-family: "Nunito-bold";
  line-height: 1;
  color: #00537A;
  max-width: 100%;
}

.header-left h3 {
  color: #00537A;
  font-size: 42px;
  font-family: "Nunito-Bold";
}

.header-left p {
  color: #777;
  font-family: "Nunito-regular";
  margin: 30px 0px;
  line-height: 1.6;
}

.header-left .header-button {
  background-color: #27DEBF;
  padding: 20px 55px;
  max-width: 200px;
  text-align: center;
  color: white;
  font-family: "Nunito-Bold";
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s linear;
  font-size: 20px;
  display: inline-block;
}

.header-left .header-button:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.header-left a {
  text-decoration: none;
}

.header-right-cloud {
  width: 65%;
}

.header-right-cloud .header-image img {
  width: 100%;
}

.advantage-content h3 {
  color: #00537A;
  font-size: 42px;
  font-family: "Nunito-Bold";
  text-align: center;
}

.advantage-content h4 {
  font-size: 24px;
  font-family: "Nunito-Bold";
  color: #00537A;
  display: flex;
  align-items: center;
  gap: 20px;
}

.advantage-content h4 img {
  width: 60px;
}

.advantage-content .adventage-text {
  margin-top: 50px;
}

.advantage-content .adventage-text p {
  color: #777;
  font-family: "Nunito-Light";
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.advantage-of-use {
  margin-bottom: 100px;
  margin-top: 100px;
}

.mobile-header {
  display: none;
  font-family: "Nunito-bold";
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 8px 30px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
}

.mobile-static-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-static-header img {
  width: 90px;
}

.header-navigation-list-mobile {
  list-style-type: none;
  text-align: center;
  display: none;
}

.header-navigation-list-mobile li {
  margin: 10px auto;
}

.header-navigation-list-mobile a {
  list-style-type: none;
  text-decoration: none;
  color: #00537A;
  font-size: 20px;
  transition: all 0.2s linear;
}

.dropdown-items-mobile {
  list-style-type: none;
}

.cloud1 {
  top: 250px;
  left: 150px;
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite;
}

.cloud2 {
  top: 150px;
  left: 750px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.cloud3 {
  top: 700px;
  left: 550px;
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}

.x-element {
  top: 800px;
  left: 150px;
  -webkit-animation: float 6s linear infinite;
  animation: float 6s linear infinite;
}

.cards {
  margin-bottom: 100px;
  position: relative;
}

.cards-header h2 {
  font-size: 42px;
  color: #00537A;
  text-align: center;
  font-family: "Nunito-Bold";
}

.cards-header p {
  color: #777;
  font-family: "Nunito-regular";
  text-align: center;
  font-size: 16px;
}

.cards-bottom {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.cards-bottom .card {
  width: 315px;
  padding: 50px 20px 20px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin: 50px 0;
  transition: 0.2s linear;
}

.cards-bottom .card:hover {
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  transition: 0.2s linear;
}

.cards-bottom .card .card-icon {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}

.cards-bottom .card .card-title {
  text-align: center;
  font-family: "Nunito-Bold";
  color: #00537A;
  font-size: 24px;
}

.cards-bottom .card .card-text {
  text-align: left;
  color: #777;
  font-family: "Nunito-regular";
  line-height: 1.6;
  margin: 10px 0;
}

.cards-bottom .card .card-button {
  color: #27DEBF;
  font-family: "Nunito-bold";
  font-size: 18px;
  text-decoration: underline;
  text-align: right;
  margin: 10px 0;
  cursor: pointer;
  margin-top: 30px;
}

.cards-bottom .card a {
  text-decoration: none;
}

.cubes {
  top: 0px;
  right: 20px;
  -webkit-animation: float 5s linear infinite;
  animation: float 5s linear infinite;
}

.cross {
  bottom: 0px;
  left: 30px;
  -webkit-animation: float 3s ease-out infinite;
  animation: float 3s ease-out infinite;
}

.form-gateway {
  background: linear-gradient(180deg, rgba(39, 222, 191, 0.5) 0%, rgba(252, 252, 252, 0.5) 73.97%);
  padding: 100px 20px;
  margin-bottom: 100px;
}

.form-gateway-content {
  text-align: center;
}

.form-gateway-content h2 {
  font-size: 42px;
  font-family: "Nunito-bold";
  color: #00537A;
  text-align: center;
  margin-bottom: 100px;
}

.form-gateway-content span {
  background-color: #00537A;
  color: white;
  font-family: "Nunito-bold";
  font-size: 20px;
  padding: 22px 50px;
  border-radius: 10px;
  transition: 0.2s linear;
  cursor: pointer;
}

.btn {
    background-color: #00537A;
    color: white;
    font-family: "Nunito-bold";
    font-size: 20px;
    padding: 22px 50px;
    border-radius: 10px;
    transition: 0.2s linear;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;

    .lnc {
      font-size: inherit;
    }
}

.download-link {
  .btn {
    margin-bottom: 50px;
  }
}

.form-gateway-content span:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.quality-and-efficiency {
  position: relative;
}

.qae-content {
  display: flex;
  margin-bottom: 100px;
}

.qae-content .qae-left {
  width: 50%;
}

.qae-content .qae-left img {
  width: 100%;
}

.qae-content .qae-right h2 {
  font-size: 42px;
  font-family: "Nunito-Bold";
  color: #00537A;
  margin-bottom: 50px;
}

.qae-content .qae-right .qae-label {
  display: flex;
  justify-content: space-between;
  font-family: "Nunito-Light";
  color: #777;
  font-size: 18px;
}

.qae-content .qae-right .qae-bar {
  margin-bottom: 25px;
}

.qae-content .qae-right .qae-progress-one {
  background-color: #DEDEDE;
  width: 100%;
  height: 7px;
}

.qae-content .qae-right .qae-progress-one div {
  width: 99%;
  background-color: #27DEBF;
  height: 7px;
}

.qae-content .qae-right .qae-progress-two {
  background-color: #DEDEDE;
  width: 100%;
  height: 7px;
}

.qae-content .qae-right .qae-progress-two div {
  width: 100%;
  background-color: #27DEBF;
  height: 7px;
}

.qae-content .qae-right .qae-progress-three {
  background-color: #DEDEDE;
  width: 100%;
  height: 7px;
}

.qae-content .qae-right .qae-progress-three div {
  width: 100%;
  background-color: #27DEBF;
  height: 7px;
}

.qae-content .qae-right .qae-button-box {
  margin-top: 100px;
}

.qae-content .qae-right .qae-button-box .qae-button {
  background-color: #00537A;
  color: white;
  font-family: "Nunito-Bold";
  padding: 22px 50px;
  border-radius: 10px;
  transition: 0.2s linear;
  font-size: 20px;
}

.qae-content .qae-right .qae-button-box .qae-button:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.single-cube {
  top: 0px;
  left: 70px;
  opacity: 0.3;
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}

.cross-2 {
  top: 20px;
  right: 50px;
  width: 70px;
  -webkit-animation: float 7s ease-in-out infinite;
  animation: float 7s ease-in-out infinite;
}

.pricing-tabs {
  position: relative;
}

.top-buttons {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.top-buttons .pricing-button {
  padding: 25px 35px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  text-align: center;
  max-width: 130px;
  font-family: "Nunito-regular";
  color: #00537A;
}

.top-buttons .active-pricing-button {
  background-color: #BBFFF4;
  box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  transform: scale(1.1);
  z-index: 100;
  transition: 0.2s linear;
}

.top-buttons-mobile {
  display: none;
}

.pricing-content-boxes {
  margin-top: 50px;
}

.pricing-content-boxes .pricing-model-box {
  width: 400px;
  padding: 40px 30px;
  border: 1px solid #27DEBF;
  box-sizing: border-box;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

.pricing-content-boxes .pricing-model-box .top-part-pricing {
  display: flex;
  justify-content: space-between;
}

.pricing-content-boxes .pricing-model-box .top-part-pricing h4 {
  color: #00537A;
  font-family: "Nunito-Bold";
  font-size: 28px;
}

.pricing-content-boxes .pricing-model-box .top-part-pricing p {
  font-family: "Nunito-Bold";
  color: #00537A;
}

.pricing-content-boxes .pricing-model-box .top-part-pricing p span {
  font-size: 38px;
}

.pricing-content-boxes .pricing-model-box .top-part-pricing p span sup {
  font-size: 18px;
}

.pricing-content-boxes .pricing-model-box .horisontal-rule {
  height: 7px;
  background-color: #27DEBF;
  margin: 20px auto;
}

.pricing-content-boxes .pricing-model-box .middle-part-pricing p {
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
  margin: 15px auto;
}

.pricing-content-boxes .pricing-model-box .bottom-part-pricing .performances-model {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}

.pricing-content-boxes .pricing-model-box .bottom-part-pricing .performances-model p {
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
}

.iaas-model,
.drass-model,
.baas-model {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.iaas-extended .pricing-model-box,
.draas-extended .pricing-model-box,
.baas-extended .pricing-model-box {
  background-color: #BBFFF4;
}

.iaas-extended .pricing-model-box .horisontal-rule,
.draas-extended .pricing-model-box .horisontal-rule,
.baas-extended .pricing-model-box .horisontal-rule {
  background-color: #00537A;
}

.drass-bid,
.baas-bid {
  text-align: center;
}

.drass-bid p,
.baas-bid p {
  font-size: 36px;
  font-family: "Nunito-bold";
  color: #00537A;
}

.see_packages {
  background-color: #00537A;
  color: white;
  font-family: "Nunito-bold";
  font-size: 20px;
  padding: 22px 50px;
  border-radius: 10px;
  transition: 0.2s linear;
  cursor: pointer;
  margin: 60px auto;
  transition: 0.2s linear;
  text-align: center;
}

.see_packages:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.cross-3 {
  top: 0px;
  right: 50px;
  opacity: 0.4;
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}

.infinite-triangle {
  bottom: 30px;
  right: 30px;
  opacity: 0.5;
  -webkit-animation: float 7s ease-in-out infinite;
  animation: float 7s ease-in-out infinite;
}

.strange-element {
  top: 0px;
  left: 40px;
  -webkit-animation: float 4s ease-in-out infinite;
  animation: float 4s ease-in-out infinite;
}

.contact-with-us {
  position: relative;
}

.contact-with-content {
  display: flex;
  margin: 200px auto;
  gap: 50px;
  width: 80%;
  box-sizing: border-box;
}

.contact-with-content .contact-left-side h3 {
  font-size: 42px;
  color: #00537A;
  font-family: "Nunito-Bold";
}

.contact-with-content .contact-left-side p {
  font-size: 18px;
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
  margin: 40px auto;
}

.contact-with-content .contact-left-side .contact-icons {
  font-size: 40px;
  color: #00537A;
}

.contact-with-content .contact-left-side .contact-icons i {
  margin-right: 20px;
}

.contact-with-content .contact-right-side label {
  display: block;
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
  margin: 15px auto 0px;
}

.contact-with-content .contact-right-side input {
  display: block;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #27DEBF;
  height: 50px;
  width: 100%;
  border-radius: 10px;
  outline: none;
  padding: 0px 20px;
  color: #777;
  font-family: "Nunito-Light";
  max-width: 443px;
}

.contact-with-content .contact-right-side textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #27DEBF;
  resize: none;
  display: block;
  max-width: 443px;
  width: 100%;
  outline: none;
  padding: 20px 20px;
  font-family: "Nunito-Light";
  color: #777;
}

.contact-with-content .contact-right-side input[type="submit"] {
  background-color: #00537A;
  color: white;
  font-family: "Nunito-bold";
  font-size: 20px;
  padding: 20px 50px;
  border-radius: 10px;
  transition: 0.2s linear;
  cursor: pointer;
  text-align: center;
  margin-top: 30px;
  transition: 0.2s linear;
  height: 70px;
}

.contact-with-content .contact-right-side p:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.contact-left-side,
.contact-right-side {
  width: 50%;
}

.infinite-triangle-2 {
  top: 0px;
  left: 50px;
  opacity: 0.3;
  -webkit-animation: float 9s ease-in-out infinite;
  animation: float 9s ease-in-out infinite;
}

.x-element-2 {
  bottom: 0px;
  left: 550px;
  -webkit-animation: float 5s ease-in-out infinite;
  animation: float 5s ease-in-out infinite;
}

.single-cube-2 {
  top: 50%;
  right: 140px;
  opacity: 0.4;
  -webkit-animation: float 7s ease-in-out infinite;
  animation: float 7s ease-in-out infinite;
}

table {
  width: 100%;
  font-family: "Nunito-light";
  line-height: 1.6;
  font-size: 18px;
  color: #00537A;
  border: rgba(39, 222, 191, 0.3) 4px solid;
  border-radius: 15px;
  box-shadow: 0px 0px 50px rgba(39, 222, 191, 0.3);
  text-align: center;
}

table th,
table td {
  width: 145px;
  padding: 10px;
  height: 80px;
}

table th,
table .month {
  background: rgba(39, 222, 191, 0.1);
}

table tr {
  border: solid 1px rgba(39, 222, 191, 0.1);
}

.table {
  margin: 100px auto;
  padding: 0 10px;
}

.table h3 {
  font-family: "Nunito-Bold";
  color: #A7A7A7;
  font-size: 22px;
  margin-bottom: 20px;
}

.table .description {
  width: 60%;
  color: #777;
  text-align: left;
}

.contact-box {
  margin-bottom: 100px;
  padding: 0 10px;
}

.contact-box .contact-box-content {
  border: rgba(39, 222, 191, 0.3) 4px solid;
  border-radius: 15px;
  box-shadow: 0px 0px 50px rgba(39, 222, 191, 0.3);
  padding: 23px 33px;
  display: flex;
  align-items: center;
}

.contact-box .contact-box-content .contact-box-left {
  width: 50%;
}

.contact-box .contact-box-content .contact-box-left h3 {
  font-family: "Nunito-Bold";
  color: #00537A;
  font-size: 38px;
}

.contact-box .contact-box-content .contact-box-right {
  width: 50%;
}

.contact-box .contact-box-content .contact-box-right p {
  background: #00537A;
  color: #fff;
  font-size: 24px;
  font-family: "Nunito-Bold";
  text-align: center;
  padding: 15px 95px;
  max-width: 223px;
  border-radius: 15px;
  cursor: pointer;
  float: right;
  transition: 0.2s linear;
}

.contact-box .contact-box-content .contact-box-right p:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.call-center {
  display: flex;
  justify-content: space-between;
}

.call-center .call-center-left {
  width: 30%;
}

.call-center .call-center-left h4 {
  font-family: "Nunito-Bold";
  color: #00537A;
  font-size: 18px;
}

.call-center .call-center-left p {
  font-family: "Nunito-Light";
  color: #777;
  font-size: 16px;
  line-height: 1.6;
  margin: 30px auto;
}

.call-center .call-center-right {
  width: 60%;
}

.table-mobile {
  display: none;
}

.table-mobile-xs {
  display: none;
}

.contact-form {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.contact-form .form-input {
  width: 50%;
}

.contact-form .form-input label {
  display: block;
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
  margin: 15px auto 0px;
}

.contact-form .form-input input {
  display: block;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #27DEBF;
  height: 50px;
  border-radius: 10px;
  outline: none;
  padding: 0px 20px;
  color: #777;
  font-family: "Nunito-Light";
  width: 100%;
  box-sizing: border-box;
}

.message label {
  display: block;
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.4;
  margin: 15px auto 0px;
}

.message textarea {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid #27DEBF;
  resize: none;
  display: block;
  width: 100%;
  outline: none;
  padding: 20px 20px;
  font-family: "Nunito-Light";
  color: #777;
  box-sizing: border-box;
}

.submit-form input[type=submit] {
  background: #00537A;
  color: #fff;
  border: none;
  width: 50%;
  padding: 0px 20px;
  font-family: "Nunito-bold";
  font-size: 18px;
  border-radius: 10px;
  margin: 20px auto;
  cursor: pointer;
  height: 50px;
  transition: 0.2s linear;
}

.submit-form input[type=submit]:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

.contact-header {
  padding-top: 250px;
}

.contact-header h3 {
  text-align: center;
  color: #00537A;
  font-family: "Nunito-bold";
  font-size: 42px;
}

.container-contact {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 10px;
}

.bottom-contact {
  display: flex;
  align-content: flex-start;
  margin: 100px auto;
  gap: 30px;
}

.bottom-contact h4 {
  color: #00537A;
  font-size: 18px;
  font-family: "Nunito-Bold";
}

.bottom-contact p {
  font-size: 16px;
  color: #777;
  font-family: "Nunito-Light";
  line-height: 1.6;
  margin: 40px auto;
}

.bottom-contact .service-desk,
.bottom-contact .selling {
  width: 50%;
}

.footer {
  background-color: #00537A;
  padding: 60px 20px 30px;
}

.footer-top-part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-top-part .contact-container {
  display: flex;
  justify-content: space-around;
  flex-basis: 100%;
}

.footer-top-part .footer-logo img {
  width: 200px;
}

.footer-top-part p {
  color: white;
  font-size: 16px;
  font-family: "Nunito-Light";
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all .2s linear;
}

.footer-hover:hover {
  color: #25dab0;
  transition: all .2s linear;
}

.footer-top-part p i {
  font-size: 18px;
  font-weight: lighter;
}

.footer-top-part .footer-header {
  font-family: "Nunito-Bold";
}

.footer-horisontal-rule {
  height: 1px;
  margin: 20px auto;
  background-color: white;
}

.footer-copy {
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: "Nunito-Light";
}

.list-unstyled {
  list-style-type: none;
  color: red;
  font-family: 'Nunito-light';
}

.alert-success {
  font-family: 'Nunito-light';
  color: #25dab0;
}

.table h4 {
  font-family: "Nunito-Bold";
  color: #00537A;
  font-size: 18px;
  margin-bottom: 40px;
}

.sub-nav a {
  font-family: 'Nunito-light';
}

.dropdown {
  padding: 10px 0px;
}

.dropdown:hover .dropdown-items,
.dropdown-items:hover .dropdown-items {
  display: flex;
}

.thankyou-page {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thankyou-page-content {
  text-align: center;
  padding: 80px;
  padding-top: 50px;
  border-radius: 10px;
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.thankyou-page-content h1 {
  font-size: 44px;
  font-family: "Nunito-bold";
  line-height: 1;
  color: #00537A;
  max-width: 100%;
}

.thankyou-page-content p {
  color: #777;
  font-family: "Nunito-regular";
  margin: 30px 0px 60px;
  line-height: 1.6;
}

.thankyou-page-content a {
  background-color: #27DEBF;
  padding: 20px 5px;
  max-width: 300px;
  min-width: 280px;
  text-align: center;
  color: white;
  font-family: "Nunito-Bold";
  cursor: pointer;
  border-radius: 10px;
  transition: 0.2s linear;
  font-size: 20px;
  transition: 0.2s linear;
  display: inline-block;
}

.thankyou-page-content a:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transition: 0.2s linear;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* Coockie */
.coockie {
  position: fixed;
  bottom: -40%;
  z-index: 9999;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 20px;
  transition: all .3s linear;
}

.button_container {
  margin: 0 auto;
  text-align: center;
}

.coockie_text {
  font-family: "Nunito-light";
  line-height: 1.4;
  color: #777;
}

.cookie_link {
  font-family: "Nunito-Bold";
  text-decoration: underline;
  color: #00537A;
}

.button_container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.coockie_button {
  padding: 20px 60px;
  border-radius: 10px;
  border: none;
  font-family: "Nunito-Bold";
  cursor: pointer;
  font-size: 1.1rem;
}

.accept_button:hover {
  box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
  transition: all .2s linear;
}

.accept_button {
  background-color: #27DEBF;
  color: white;
  transition: all .2s linear;
}

.decline_button {
  border: 1px solid #27DEBF;
  color: #00537A;
}

/* Privacy policy */
.security-background {
  margin-bottom: 80px;
}

.security-card-content h3 {
  font-size: 1.7rem;
  text-align: left;
  font-family: 'Nunito-light';
  margin-top: 50px;
  margin-bottom: 30px;
}

.security-card-content p {
  font-size: 1.1rem;
  text-align: left;
  font-family: 'Nunito-light';
  line-height: 1.4;
  margin-top: 10px;
  color: #777;
}

.footer-copy a {
  font-family: 'Nunito-light' !important;
}

.footer-copy a:hover {
  opacity: 0.7;
  transition: all .2s linear;
}

.partners-logos {
  margin: 100px auto;
}

.partners-logos-containers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.partner-logo-image-container {
  max-width: 160px;
}

.partner-logo-image-container img {
  width: 100%;
}

@media (max-width: 1200px) {
  .header-content-home {
    padding: 0px 20px;
  }

  .cards-bottom .card {
    width: 280px;
  }

  .quality-and-efficiency {
    padding: 0px 20px;
  }

  .qae-content .qae-left {
    width: 70%;
  }

  .pricing-content-boxes .pricing-model-box {
    width: 320px;
  }

  .pricing-content-boxes {
    padding: 0px 10px;
  }

  .pricing-content-boxes .pricing-model-box .top-part-pricing p span {
    font-size: 27px;
  }

  .header {
    height: 80vh;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }

  .cards {
    margin-top: 100px;
  }

  .header-image img {
    width: 100% !important;
  }

  .image-size-md {
    width: 50%;
  }

  .pricing-content-boxes .pricing-model-box .top-part-pricing h4 {
    font-size: 20px;
  }

  .header-content-cloud {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

  .header-content-cloud .header-left {
    padding: 0 20px;
  }

  .header-right-cloud {
    width: 60%;
  }

  .advantage-content {
    padding: 0 20px;
  }

  .header-iaas {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .iaas-header .header-left {
    padding: 0 20px;
  }

  .footer-top-part {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .footer-top-part .contact-container {
    justify-content: space-between;
  }
}

@media (max-width: 1000px) {
  .contact-container {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
  }

  .contact-container .contact-info {
    flex-basis: 40%;
  }
}

@media (max-width: 992px) {
  .navigation {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .iaas-model,
  .drass-model,
  .baas-model {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }

  .header-content {
    flex-direction: column;
  }

  .header {
    padding-top: 200px;
  }

  .header-content-home {
    text-align: center;
  }

  .header-left h1 {
    margin: 0 auto;
  }

  .header-left .header-button {
    margin: 0 auto;
  }

  .contact-with-content {
    flex-direction: column;
  }

  .contact-left-side,
  .contact-right-side {
    width: 100%;
  }

  .contact-with-content .contact-right-side input {
    max-width: unset;
    box-sizing: border-box;
  }

  .contact-with-content .contact-right-side textarea {
    max-width: unset;
    box-sizing: border-box;
  }

  .qae-content {
    flex-direction: column;
  }

  .qae-content .qae-left {
    width: 70%;
    margin: 0 auto;
  }

  .qae-content .qae-left img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .qae-right {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }

  .header-left h3 {
    text-align: center;
  }

  .headear-content-cloud,
  .header-content-iaas {
    padding-top: 100px;
    align-items: flex-start;
  }

  .header-right-cloud {
    width: 60%;
    margin: 0 auto;
  }

  .header-iaas .header-left p {
    max-width: 100%;
  }

  .floating-object {
    display: none;
  }
}

@media (max-width: 820px) {
  .table-desktop {
    display: none;
  }

  .table-mobile {
    display: block;
  }

  .contact-box .contact-box-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .contact-box .contact-box-content .contact-box-left,
  .contact-box .contact-box-content .contact-box-right {
    width: 100%;
  }

  .contact-box .contact-box-content .contact-box-right p {
    float: none;
    margin: 0 auto;
  }

  .cloud-header .header-content-cloud .header-left p {
    max-width: 100%;
  }

  .footer-top-part {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .call-center {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .call-center .call-center-left {
    width: 100%;
  }

  .call-center .call-center-right {
    width: 100%;
  }
}

@media (max-width: 672px) {
  .table-mobile-medium {
    display: none;
  }

  .table-mobile-xs {
    display: block;
  }

  .bottom-contact {
    flex-direction: column;
  }

  .bottom-contact .service-desk,
  .bottom-contact .selling {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .top-buttons-desktop {
    display: none;
  }

  .top-buttons-mobile {
    display: flex;
  }

  .header-left h1 {
    font-size: 42px;
  }

  .contact-with-content {
    margin: 50px auto;
  }

  .see_packages {
    margin-top: 0px;
  }
}

@media (max-width: 530px) {
  .footer-top-part .contact-container {
    flex-direction: column;
  }

  .pricing-button {
    padding: 25px 15px;
  }

  .thankyou-page-content {
    text-align: center;
    padding: 20px;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    margin: 0px 20px;
  }

  .thankyou-page-content h1 {
    font-size: 30px;
  }

  .thankyou-page-content p {
    margin: 30px 0px 20px;
  }

  .thankyou-page-content a {
    padding: 15px 5px;
  }
}

@media (max-width: 500px) {
  table {
    font-size: 16px;
    line-height: 2;
  }

  .contact-box .contact-box-content .contact-box-left h3 {
    font-size: 33px;
  }

  .contact-box .contact-box-content .contact-box-right p {
    font-size: 18px;
    padding: 15px 35px;
  }

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

  .contact-form .form-input {
    width: 100%;
  }

  .submit-form input[type=submit] {
    width: 100%;
  }

  .contact-header {
    padding-top: 150px;
  }

  .cards-bottom .card {
    margin: 10px 0;
  }

  .qae-right {
    width: 100%;
  }

  .pricing-content-boxes .pricing-model-box {
    padding: 20px 30px;
  }

  .drass-bid p,
  .baas-bid p {
    font-size: 30px;
  }

  .header {
    padding-top: 200px;
  }

  .header .header-content-home .header-left p {
    width: 100% !important;
  }

  .cards-header {
    margin-bottom: 40px;
  }

  .contact-box .contact-box-content .contact-box-left h3 {
    font-size: 24px;
  }

  .header-content-home {
    height: 90vh;
  }
}

@media (max-width: 420px) {
  table {
    font-size: 14px;
    line-height: 2;
  }

  .top-buttons .pricing-button {
    padding: 25px;
  }

  .cards-header h2 {
    font-size: 32px;
  }

  .cards-bottom .card {
    width: 250px;
  }

  .form-gateway-content h2 {
    font-size: 32px;
  }

  .qae-content .qae-left {
    width: 100%;
  }

  .qae-content .qae-right h2 {
    font-size: 32px;
  }

  .pricing-content-boxes .pricing-model-box {
    width: 280px;
  }

  .contact-with-content .contact-left-side h3 {
    font-size: 32px;
  }

  .header-right-cloud {
    width: 90%;
  }

  .advantage-content h3 {
    font-size: 32px;
  }

  .advantage-content h4 {
    gap: 5px;
    flex-direction: column;
    text-align: center;
  }

  .header-left h3 {
    font-size: 32px;
  }

  .cloud-header {
    padding-top: 120px;
  }

  .header {
    padding-top: 240px;
  }

  .cards {
    margin-top: 220px;
  }
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

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

.color {
  background-color: rgba(0, 33, 48, 0.8);
  transition: all 0.2s linear;
}

.textColor {
  color: white !important;
  transition: all 0.2s linear;
}

.dropdown-items-color {
  color: #00537A !important;
  transition: all 0.2s linear;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
  color: unset;
}

.active {
  font-family: 'Nunito-bold';
}

.floating-object {
  position: absolute;
  z-index: -1;
}


.image-size-bg {
  width: 100%;
}

.image-size-md {
  width: 50% !important;
}

.u-width-unset {
  width: unset;
}

.u-width-full {
  width: calc(100% - 40px);
}

@-webkit-keyframes float {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatex(0px);
  }
}

@keyframes float {
  0% {
    transform: translatex(0px);
  }

  50% {
    transform: translatex(-20px);
  }

  100% {
    transform: translatex(0px);
  }
}

/*# sourceMappingURL=style.css.map */