@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,300&family=Orbitron&family=Roboto:wght@700&display=swap');

/******GLOBAL*********/

.home, .part1, .part2, .part3, .part4, .part5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 60vh;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;

  }

img {
  position: relative;
  z-index: auto;
}

.home h1, h2, h3, p{
  margin-bottom: 20px;
  margin-top: 20px;
  word-break: keep-all;
} 


/*----Header-------------*/

.header-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 60px;    
    padding-right:  60px;   
    position: relative;
    background-color: #11606f;
    position: sticky;
    height: 80px;
    align-items: center;
  }

.logo img{
    height: 50px;
    /* border-radius: 4px; */
    /* border-style: solid;
    border-color: aqua; */
  }  
    @media screen and (max-width: 600px) {
      .header-div {
        padding-left: 20px;
        padding-right: 20px;
      }
      .logo img {
        margin-top: 2%;
        height: 30px;
      }


  }

    .navbar a{
      /* margin-top: 10px; */
      float: right;
      font-size: 1.3em; 
      font-family: 'Poppins', sans-serif;
      color: #d1d1d1;
    }
.sidebar {
      display: flex;
      position: fixed;
      top: 0;
      right: 0%;
      padding-top: 20px;
      text-indent: 10px;
      color: #fff;
      height: 100vh;
      width: 350px;
      z-index: 999;  
      background-color: #58838d;
      opacity: 99%;
      backdrop-filter: blur(5px);
      box-shadow: -10px 0 10px rgba(0, 0, 0, 0.205);
      display: none;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
    }

    .sidebar a{
      color: #fff;
      width: 100%;
      font-size: 20px;
      /* font-weight: 600; */
    }
    .sidebar a:hover{
      font-weight: 600;
    }

    .sidebar img {
      height: 40px;
    }
    .sidebar h3 {
      font-size: 18px;
      padding-left: 10px;
    }

    .sidebar i {
      color: rgba(170, 170, 170);
      position: fixed;
      top: 20px;
      right: 20px;
      font-size: 30px;
    }
    .sidebar i:hover {
      color: #fff;
      cursor: pointer;
         transition: all 0.2s;
    }
    @media screen and (max-width: 600px) {
      .sidebar{
        width: 100%;
        text-indent: 40px;
        z-index: 999;
      }

  }
    .nav-item{
    text-decoration: none;
    color:#3b3b3b;
    padding: 3px 12px; 
    }

    .navbar a:hover{
     color: #ffffff;
     opacity: 100%;
    }
    .navbar .icon {
      display: none;
    }

    @media screen and (max-width: 764px) {
      .navbar a:not(:last-child) {display: none;}
      .navbar a.icon {
        float: right;
        display: block;
        /* margin-top: 50px; */
      }
    }
    
    @media screen and (max-width: 700px) {
      .navbar.responsive {position: relative;}
      .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }
      .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
    }

/*---------- HOME SECTION---------------------------*/

    .home-div{
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        margin-bottom: 100px;
        /* border-style: solid;
        border-color: rgb(255, 0, 0); */
    }  
    .home-div img {
      position: relative;
        width: 100%;
        max-width:500px;
        max-height: 200px;
        height: 100%;
        -webkit-filter: drop-shadow(5px 5px 5px #222);
        filter: drop-shadow(2px 2px 5px #181818);
        /* border-style: solid;
        border-color: rgb(0, 255, 21); */
        z-index: 1;
    }

    .home-div-para{
        justify-content: center;
        text-align: left;
        width: 100%;
        max-width: 500px;
        min-width: 390px;
        /* border-style: solid;
        border-color: aqua; */
    }

    .home-div-para h1 {
    font-size: 45px;
    animation: showup 1s ;
    }
    .home-div-para p {
      padding-right: 15px;
    }

@keyframes showup {
  
  0% {opacity:0;}
  5% {opacity:0.2;}
  20% {opacity:0.2;}
30% {opacity:0.3;}
40% {opacity:0.4;}
50% {opacity:0.5;}
60% {opacity:0.6;}
70% {opacity:0.7;}
80% {opacity:0.8;}
90% {opacity:0.9;}
100% {opacity:1;}
100% {opacity:1;}
100% {opacity:1;}
}

@keyframes slidein {
0% { margin-left:-800px; }
20% { margin-left:-800px; }
35% { margin-left:0px; }
100% { margin-left:0px; }
}

@keyframes reveal {
0% {opacity:0;}
20% {opacity:0.3;}
80% {opacity:0.7;}
100% {opacity:1;}
}
    .home-div-para h2 {
        font-size: 30px;
    }

    .home-div-para p{
        font-size: 25px;
    }

  
  .leRotateYZoomIn span { animation-name: leRotateYZoomIn }
  @keyframes leRotateYZoomIn {
      from {
          transform: perspective(600px) translate3d(0, -60px, -2000px) rotateY(75deg);
          opacity: 0
      }
      5% { transform: perspective(600px) translate3d(0, -60px, -1500px) rotateY(75deg) }
  }

  @media screen and (max-width: 950px) {
    .home-div{
      flex-direction: column;
      margin-top: 10px;
    }  
    .home-div-para{
      text-align: center;
  }
  }
  /*--------About Us---------*/
  .about-us {
    display: flex;
    flex-direction: column;
    margin: 40px 0px;
    max-width: 950px;
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    line-height: normal;
    margin-bottom: -100px;
  }

  .about-us p {
    line-height: normal;
  }

  .about-us h2 {
    font-size: 35px;
  }



  /*----------Our Solutions-----------------*/
  .solutions .why-servers {
    max-width: 950px;
    justify-content: center;
    align-items: center;
    padding: 40px 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions .why-servers h2 {
    font-size: 35px;
  }

  .solutions .part1 {
    text-align: left;
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;

  }

  .solutions .part1 h1 {
    text-align: left;
    width: 100%;
    padding: 0px 15px;
  }
/*----- TDL SERVER ---------*/
.part3 .part2 {

  margin-top: -00px;
  margin-bottom: -150px;
  /* border-style: solid;
  border-color: red; */
}

.part3 .part6 {
  margin-top: 20px;
  margin-bottom: -20px;
}

@media screen and (max-width: 800px) {
  .part3 .part2 {


    margin-bottom: 10px;

  }
}

/*-------- Quotation-----------*/
.quotation-title {
  font-size: 35px;
  text-align: center;
  margin-top: 60px;
}
.quotation-map {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.quotation-map .map {
height: 350px;
}
.get-quotation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  /* border-style: solid;
  border-color: red; */
  padding: 0px;
  margin: 50px;
}


.get-quotation .map-container {
  height: auto;
  /* border-style: solid;
  border-color: orange; */
  display: flex;
  flex-direction: column;
  left: 50%;
  margin: 30px;
  font-size: 20px
}

.map-container img {
  height: 200px;
}


.get-quotation .form{
  width: 500px;
  /* border-style: solid;
  border-color: blue; */
}

.form .input100 {
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  .get-quotation {
    margin-top: -20px;
    flex-direction: column;

  }
}


/*----------PART1-----------------------------*/

.part1{
  font-size: 18px;
  text-align: center;
}

.part1 h1{
  font-size: 35px;
}

.part1 p {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1100px;
}



.part1 .box-container{
  margin-top: 20px;
  display: flex;
  width: auto;
  grid-template-columns: repeat(auto-fit, minmax(0, 200px, 1fr));
  /* gap:20px; */
  padding-bottom: 50px;
  /* border-style: solid;
  border-color: blue; */
}

 .part1 .box-container .box{
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  border-radius: 5px;
  background: #fff;
  text-align: center;
  min-height: 500px;
  min-width: 140px;
  max-width: 300px;
  padding:40px 0px;
  border-color: #bdbdbd;
  border-style: solid;
  border-width: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.part1 .box-container .box img{
  max-width: 120px;
  /* border-style: solid;
  border-color: aqua; */
  z-index: 0;
}

.part1 .box-container .box h3{
  color:#444;
  font-size: 23px;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}

.part1 .box-container .box p{
  margin-left: 20px;
  margin-right: 20px;
  color:#777;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  /* min-width: 100px; */
  /* border-style: solid;
  border-color: rgb(0, 255, 55); */
}

.part1 .box-container .box:hover{
  /* box-shadow: 0 10px 15px rgba(0,0,0,.3); */
  /* background-color: #9e9e9e; */ 
  transform: scale(.93);
  border-style: solid;
  border-color: #11606f;
  border-width: 2px;
  transition: all 0.3s;
  z-index: 0;
}
/* .part1 .box-container .box:hover h3{
  color: #ffffff;
}
.part1 .box-container .box:hover p{
  color: #ffffff;
} */


@media only screen and (max-width: 960px ) {
  .part1 .box-container .box p{
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

}

@media (max-width:808px){
  .part1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .part1 .box-container {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .part1 .box-container .box{
    margin: 15px;
    min-height: auto;
    max-width: 500px;
    padding:10px 30px;
    /* border-style: solid;
    border-color: #05d5ff; */
  }
  .part1 .box-container .box img {
    margin-top: 10px;
    /* border-style: solid;
    border-color: aqua; */
  }
  .part1 .box-container .box h3{
    margin-top: -10px;
  }
  .part1 .box-container .box p{
    font-size: 17px;
    margin-top: -15px;
    margin-left: 0px ;
    margin-right: 0px;
  }
}

/*-----------------------------------*/

.part2{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px;
  margin-top: 80px;
  margin-bottom: 10px;  ;
  /* border-style: solid;
  border-color: red; */
}

.part2 h2 {
  font-size: 35px;
  text-align: center;
}

.part2 img {
  width: 70%;
  position: relative;
}

/* .part2 .statement {
  margin-top: 160px
} */

.part2 .box {
  display: flex;
  width: 100%;
  height: 100px;;
  text-align: center;
  justify-content: center;
  align-items: centers;
  /* border-style: solid;
  border-color: aqua; */
}

.number-animate {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
}

.performance-bar{
  padding-top: 30px;
  display: flex;
  position: absolute;
  text-align: left;
  width: auto;  
  margin-left: -250px;
  /* border-style: solid;
  border-color: red; */
}
.number-animate {
  font-size: 40px;
  margin-top: 30px;
  width: 150px;
  padding-left:120px;
  font-family: 'Poppins', sans-serif;  
  color: #22b5d3;
  /* transition: 2s; */
  transform: scale(2);
  animation: colorChange 6s infinite;
  /* border-style: solid;
  border-color: red; */
}

.part2 .statement {
  margin-top: 150px;
  font-size: 25px;
  text-align: center;
}

@media (max-width:768px){
  .part2 {
    margin-top: -40px;
  }
  .part2 .statement {
  margin-top: 200px
}
  .performance-bar {
    padding-top: 20px;
  }
  .part2 .box .number-animate {
    padding-left: 190px;
  }
  .performance-bar{
    display: flex;
    flex-direction: column;;
    align-items: center;
    justify-content: center;
    width: auto;  
    margin-left: 0px;
    /* border-style: solid;
    border-color: red; */
  }
  .number-animate {
  margin-left: -370px;
  text-shadow: 0px 0px 1px #05d5ff;
  }
  @keyframes colorChange {
    0% {color:#666666;
        text-shadow: none;}
    10% {color:#666666;
        text-shadow: none;}
    100% {color:#666666;
        text-shadow: none;}
    100% {color: #22b5d3;
      text-shadow: 0.5px 0.5px 1px #05d5ff;
      text-emphasis-style: bold;}
  }
  .speed-120 {
    transform: rotate(180deg);
    transform-origin: 100% 50%;
  }
  .speed-120 span {
    text-shadow: 0px 0px 0px #05d5ff;
  }

}


@keyframes colorChange {
  0% {color:#666666;
      text-shadow: none;}
  10% {color:#666666;
      text-shadow: none;}
  100% {color:#666666;
      text-shadow: none;}
  100% {color: #22b5d3;
    text-shadow: 1px 1px 5px #05d5ff;
  }
  }
.background-half-round {
  width: 270px;
  height: 135px;
  background: #ffffff;
  border-radius: 300px 300px 0 0;
  border: 7px solid #11606f;
  border-bottom: 0;
  box-shadow: inset 0px 0px 50px 10px #ffffff;
  position: relative;
}

.background-half-round:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: #115f6f;
  display: block;

  /* top: auto; */
  bottom: 10px;
  border-radius: 40px 40px 40px 40px;
  /* box-shadow: inset 0px 3px 5px 0px #151515; */

  /* z-index: 0; */
  margin: auto;
  left: 0;
  right: 0;
}

.speed-number-wapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.speed-number {
  color: #11606f;
  font-family: 'Orbitron', sans-serif;
}
.speed-number span:after {
  content: "";
  width: 2px;
  height: 5px;
  background: #fff;
  position: relative;
}
.speed-0,
.speed-20,
.speed-40,
.speed-80,
.speed-100,
.speed-120 {
  position: absolute;
  bottom: 0;
  width: 50%;
}
.speed-0 span {
  padding: 0px 0px 0px 5px;
}
.speed-20 {
  transform: rotate(30deg);
  transform-origin: 100% 0%;
}
.speed-20 span {
  transform: rotate(-30deg);
  display: inline-block;
  padding: 15px 0px 0px 15px;
}
.speed-40 {
  transform: rotate(60deg);
  transform-origin: 100% 0%;
}
.speed-40 span {
  transform: rotate(-60deg);
  display: inline-block;
  padding: 0px 0px 0px 20px;
}
.speed-60 {
  margin: auto;
  text-align: center;
}
.speed-80 {
  transform: rotate(120deg);
  transform-origin: 100% 0%;
}
.speed-80 span {
  transform: rotate(-120deg);
  display: inline-block;
  padding: 0px 12px 0px 30px;
}
.speed-100 {
  transform: rotate(150deg);
  transform-origin: 100% 25%;
}
.speed-100 span {
  transform: rotate(-150deg);
  display: inline-block;
  padding: 0px 10px 0px 15px;
  font-weight: bold;
}
.speed-120 {
  transform: rotate(180deg);
  transform-origin: 100% 50%;
}
.speed-120 span {
  transform: rotate(-180deg);
  display: inline-block;
  padding: 0px 5px 0px 0px;
  color: #05d5ff;
  font-weight: bold;
  text-shadow: 0.1px 0.1px 2px #05d5ff;
}

.dashboard-icon{
  width:90px;
}

.dashboard-icon svg{
    position: absolute;
    max-width: 70px;
    margin: auto;
    bottom: -50px;
    left: 30px;
}

.pointer {
  background: #115f6f;
  width: 5px;
  height: 108px;
  border-radius:3px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); /*IE 9*/
  -ms-transform-orgin: 50% 100%; /*IE 9*/
  -webkit-transform: rotate(-90deg); /*safari 3-8*/
  -webkit-transform-orgin: 50% 100%; /*safari 3-8*/
  /* z-index: 0; */
  margin: auto;
  /* bottom: 50px; */
  transform-origin: 50% 100%;
}

.speed-ani {
  animation: speeding  5s infinite alternate
}

@keyframes speeding {
  0% {
    transform: rotate(90deg);
  }
  10% {
    transform: rotate(60deg);
  }
  25% {
    transform: rotate(94deg);
  }
  30% {
    transform: rotate(91deg);
  }
  40% {
    transform: rotate(12deg);
  }
  50% {
    transform: rotate(87deg);
  }
  60% {
    transform: rotate(46deg);
  }
  70% {
    transform: rotate(85deg);
  }
  80% {
    transform: rotate(94deg);
  }
  90% {
    transform: rotate(80deg);
  }
  100% {
    transform: rotate(93deg);
  }
  /* 100% {
    transform: rotate(85deg);
  } */
}
/*------------Part 3---------*/
.part3{
 min-height: auto;
 margin-bottom: 60px;
 margin-top: 60px;
 /* border-style: solid;
 border-color: purple; */
}

.part3 h1{
  margin-bottom: 40px;
  font-size: 35px;
}

.part3 .slideshow-container {
  height: 300px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(2px 2px 10px #9c9c9c);
  /* z-index: 0; */
  /* border-style: solid;
  border-color: aqua; */
}
.mySlides {
  max-width: 600px;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}


@keyframes slide {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.mySlides {
  animation: slide 3s ;
}

.slideshow-navigation {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  bottom: 150px;
  width: 90%;
  text-align: center;
  min-width: 400px; 
  /* border-style: solid;
  border-color: red; */
}

.slideshow-navigation button {
  padding: 10px 18px;
  background-color: rgba(179, 179, 179, 0.452);
  border-radius: 30px;
  font-size: 20px;
}

@media (max-width:800px){
  .part3 {
    margin-top: 150px;
    padding-left: 5px ;
    padding-right: 5px;
    /* height: 300px; */
  }
  .part3 img {
    max-width: 400px;
    /* border-style: solid;
    border-color: red; */
  }
  .slideshow-navigation {
  bottom: 200px;
}
.slideshow-navigation button {
  padding: 10px 13px;
  background-color: rgba(179, 179, 179, 0.452);
  border-radius: 30px;
  font-size: 10px;
}
 .part3 .product-highlights {
    position: relative;
   bottom: 100px;
  }
}

      /*----Part 3 server specs-----*/
.part3 .product-highlights {
  display: flex;
  flex-direction: row;
  margin-top: 0px;
  justify-content: space-evenly;
  width: 100%;
  max-width: 90%;
  /* border-style: solid;
  border-color: red; */
}

.part3 .product-highlights .info {
  display: flex;
  flex-direction: row;
  width: 200px;
  align-items: center;
  text-align: left;
  line-height: 1.1;
  /* border-style: solid;
  border-color: red; */
}


.part3 .product-highlights .info img {
  width: 70px;
  height: 70px;
  margin: 10px
}

.part3 .product-highlights .info img:hover {
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}

.part3 .product-highlights .info .amd {
  -webkit-filter: drop-shadow(0px 0px 0px #222);
  filter: drop-shadow(0px 3px 3px #535353);
     /* z-index: 0; */
  /* margin-right: 120px; */
}

@media (max-width:600px){
  .part3 .product-highlights .info {
    font-size: 11px
  }
  .part3 .product-highlights .info img {
    width: 60px;
    height: 60px;
    margin: 2px;
  } 
}



/*Fun begins*/
.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
	/* position: relative; */
}

@media (max-width:800px){
  .tab_container {
    padding-top: 0px;
    justify-content: center;
  }
}

input, section {
  clear: both;
  padding-top: 10px;
  display: none;
}

label {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: fit-content;
  padding: 10px;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  background: #e0e0e0ad;
  /* border-style: solid;
  border-color: red; */
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3
 {
  display: block;
  padding: 20px;
  font-size: 17px;
  /* background: #fff; */
  /* color: #999; */
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.3s ease-in-out;
  -moz-animation: fadeInScale 0.3s ease-in-out;
  animation: fadeInScale 0.3s ease-in-out;
  /* z-index: 0; */
}
.tab_container .tab-content h3  {
  text-align: left;
}



.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #11606f;
}

.tab_container [id^="tab"]:checked + label{
  color: #11606f;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Specs table*/
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
table {
  font-size: 15px;
  margin-top: 20px;
}
td {
  padding-left: 5px;
}
#tab1:checked ~ #content1 {
  font-size: 18px;
  margin-top: 60px;
  max-width: 950px;
}
#tab3:checked ~ #content3 {
  margin-top: 80px;
  /* border-style: solid;
  border-color: red; */
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

/*-------------Part 4-----------------------*/
.part4 {
  /* margin-top: -80px; */
  text-align: center;
  margin-bottom: 50px;
}
.part4 h1 {
  font-size: 35px;
  padding-left: 50px;
  padding-right: 50px;
}
.part4 p{
  font-size: 17px;
}

.part4 .box {
  margin-top: 50px;
  width: auto;
}

.part4 .box .box-container{
  display: flex; 
  flex-direction: row;
  justify-content: flex-start; 
  padding: 10px;
  height: auto;
  min-width: 400px;
  max-width: 800px;
  align-items: center; 
  text-align: left;
  /* border-style: solid; */
  /* border-color: red; */
}

.part4 .box .box-container img {
  width: 60px;
  max-height: 75px;
  margin-right: 20px;
  /* border-style: solid; */
  /* border-color: red; */
  /* border-radius: 50%; */
}


@media (max-width:600px){
  .part4 h1 {
    font-size: 30px;
    margin-left: -60px;
  padding-left: 0px;
  padding-right: 0px;
  /* border-style: solid;
  border-color: red; */
  }
  .part4 img {
    width: 40px;
    height: 40px;
  }
  .part4 .box {
    margin-left: -40px;
  }
}

/*--------PART 5 MAP ---------------------------*/


.part5 {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: -120px;
  /* border-style: solid;
  border-color: red; */
}
.part5 p {
  font-size: 20px;
}
.part5 .map {
  height: 300px;
  /* border-style: solid;
  border-color: red; */
}
.part5 .container {
  height: 300px;
  width: 489px;
  /* border-style: solid;
  border-color: purple; */
}

#animatedText{
  height: 40px;
  position: relative;
  bottom: 182px;
  right: -168px;
  filter: drop-shadow(3px 8px 3px #5e5e5e);
  /* border-style: solid;
  border-color: #05d5ff; */
}

.part5 .container-text{
  text-align: left;
  padding-left: 40px;
  /* width: 50%; */
}
@keyframes tilt-shaking {
 0% { transform: rotate(0deg); }
  85% { transform: rotate(15deg); }
  90% { transform: rotate(0deg); }
  95% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}
#animatedText:hover {
  transform: scale(1.3);
  transition: all 0.2s;
  animation: tilt-shaking 0.3s;
  z-index: 0;
}

@media (max-width:600px){
  .part5 .container {
    max-height: 240px;
    max-width: 391px;
    /* border-style: solid;
    border-color: purple; */
  }
  .part5 .map {
    height: 240px;
  }
  #animatedText{
    height: 30px;
    position: relative;
    bottom: 140px;
    right: -130px;
    filter: drop-shadow(3px 8px 3px #5e5e5e);
  }
  .part5 .container-text{
  text-align: center;
  padding-left: 0px;
}
}




/*--------- FORM -------------------*/
.part6 {
  /* border-style: solid;
  border-color: aqua; */
  margin-top: 150px; 
  margin-bottom: 100px; 
}

.part6 h3 {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 40px;
  font-size: 20px;
}
.form {
  /* background-color: #a7a7a7; */
  /* padding: 60px; */
  margin: auto;
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  /* border-style: solid;
  border-color: red; */
  align-items: center;
  justify-content: center;
}

textarea {
  resize: none
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* z-index: 0; */
}

#form h2 {
  color: #666666;
  font-size: 35px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 900px;
}
/*--------- Footer -------------*/
.footer-menu {
  display: flex;
  width: 100%;
  max-width: 850px;
  flex-direction: row;
  padding: 40px 30px;
  justify-content: space-evenly;
  border-style: solid none;
  border-width: 0.5px;
  border-color: #666666;;
}
.footer-server {
  display: flex;
  flex-direction: column;

}
.footer-about {
  display: flex;
  flex-direction: column;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center ;
}
footer a {
  text-decoration: none;
  line-height: 2.0;
}
footer a:hover {
  text-decoration: underline;
}
.footer {
  width: 70%;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  /* border-style: solid;
  border-color: red; */
}

@media (max-width:600px){
  footer a {
    line-height: 1.4;
  }
  .footer-menu {
    padding: 40px 10px;
  }
}
/*----------- COOKIES ---------------*/
.cookies-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 5px;
  width: 99%;
  z-index: 999;
  margin: 0px 5px;
  padding: 0px 40px;
  background-color:#11606f;
  color: #fff;
  border-radius: 5px;
  /* border-color: #11606f;
  border-style: solid; */
}
.cookies-banner a {
  color: #fff;
}

.cookies-buttons button{
  margin: 1px;
}
.cookies-buttons button:hover {
  background-color:#0d4c58;
}

.accept-cookies, .reject-cookies {
  color: #ffff;
  background-color: #0a3942;
  padding: 8px 15px;
  border-radius: 4px;
}
/* 
@media (max-width:600px){
  .cookies-banner {
      border-color: #6f1111;
  border-style: solid;
  }
} */

/*----------- Terms and Conditions ----------*/
.t-and-cs h3 {
  text-transform: uppercase;
}
