:root {
  --dark-red-color: #8e0b27;
  --light-red-color: #c90f37;
}

html {
  scroll-behavior: smooth;
  font-family: "Montserrat script=latin rev=1";
  src: url("../fonts/Montserrat-Regular.ttf");
}

body {
  padding: 0px;
  background: linear-gradient(-45deg, #071828, #13416c, var(--dark-red-color), var(--light-red-color));
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

.button {
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  background-color: white;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#tehnologies-wrapper {
  display: flex;
  flex-direction: row;
  align-content: center;
}

#tehnologies-wrapper div {
  width: 22em;
  padding-bottom: 20px;
}

.dimmed {
  filter: brightness(25%);
}

.tecnologies-filter img {
  height: auto;
  width: 8%;
  margin-bottom: -3.75%;
  transition: all 0.5s linear;
}

.tecnologies-filter {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center
}

#howWeDoIt {
  padding-bottom: 25px;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  max-width: 100%;
}

#howWeDoIt button {
  color: black;
  width: 12%;
  min-height: 4em;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: cornflowerblue;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
}

.mySlides {
  display: none;
}

.bg-col-light-red {
  background-color: var(--light-red-color);
}

.logoStyle {
  max-width: 15% !important;
  height: auto;
  padding-left: 20px;
}

.navBarStyle {
  background-color: #071828;
  opacity: 95%;
  width: 100%;
  height: auto;
}

.navBarStyle a {
  text-decoration: none;
}

/* Welcome Section CSS */

.mainDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

h1 {
  color: white;
  font-size: 700%;
  width: 100%;
  height: auto;
}

.sectionDescription {
  color: white;
  font-size: 150%;
  padding-bottom: 50px;
}

.welcomeLogo {
  width: 150px;
  text-align: center;
}

/* What we do section */

.mainWhatWeDoDiv {
  background-color: white;
  opacity: 90%;
}

.featuresDiv {
  max-width: 800px;
}

.whatWeDoText {
  font-size: 350%;
  padding-bottom: 25px;
}

.whatWeDoSecondText {
  padding-bottom: 25px;
}

.boxStyle1 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: blue;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;
}

.boxStyle2 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: red;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;
}

.boxStyle3 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: orange;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;
}

.boxStyle4 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: yellow;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;

}

.boxStyle5 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: cyan;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;

}

.boxStyle6 {
  border-radius: 15px;
  border-bottom-style: solid;
  border-bottom-color: purple;
  box-shadow: 8px 8px 5px #aaaaaa;
  height: 130px;

}

.feature-title {
  text-align: center;
  font-size: medium;
  font-weight: bold;
}

.feature-desc {
  text-align: center;
  font-size: 85%;
}

.rowEdit {
  text-align-last: center;
}

.iconStyle {
  width: auto;
  padding-bottom: 5px;
}

/*How we do it section */

.howWeDoItMainDiv {
  max-width: 100%;
}

/*What we've done Section*/

#whatWeDone {
  background-color: white;
}

#whatWeDo {
  background-color: white;
}

h2 {
  font-size: 350%;
  padding-bottom: 25px;
}

.col-black {
  color: black;
}

.wrapperStyle {
  height: auto;
}

/* The Contact Section */

.col-white {
  color: white;
}

.contactIclass {
  font-size: 100px;
  color: var(--light-red-color);
}

.contactp {
  font-size: large;
}

.mainContentDiv {
  max-width: 100%;
}

.button {
  text-decoration: none;
  font-size: 0.875rem;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #47bdff;
  padding: 1rem 2rem;
  font-weight: 900;
}

.popup {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: 0.64s ease-in-out;
}

.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 80vw;
  max-height: 80vh;
  width: 60%;
  height: 80%;
  opacity: 1 !important;
  background-color: white;
}

.popupphoto {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}

.popupphoto img {
  width: auto;
  height: 100%;
}

.popuptext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}

.popuptext h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0a0a0a;
}

.popuptext p {
  font-size: 12px;
  color: #686868;
  line-height: 1.5;
}

.popuptext a {
  text-decoration: none;
  color: #47bdff;
}

.popup:target {
  visibility: visible;
  opacity: 1;
}

.popup:target .popup-inner {
  bottom: 0;
  right: 0;
  transform: rotate(0);
}

.closepopup {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
  font-size: 0.875rem;
  font-weight: 300;
  border-radius: 100%;
  background-color: #47bdff;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.container {
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  max-width: 800px;
}

.container .box {
  margin: 1em;
  position: relative;
  width: 30%;
  min-width: 300px;
  padding: 3em;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}

.container .box::before {
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.container .box .icon {
  position: relative;
  width: 80px;
  height: 80px;
  color: #fff;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 40px;
  font-weight: 700;
  transition: 1s;
}

.container .box:nth-child(1) .icon {
  box-shadow: 0 0 0 0 #e91e63;
  background: #e91e63;
}

.container .box:nth-child(1):hover .icon {
  box-shadow: 0 0 0 400px #e91e63;
  background: #e91e63;
}

.container .box:nth-child(2) .icon {
  box-shadow: 0 0 0 0 lightblue;
  background: lightblue;
}

.container .box:nth-child(2):hover .icon {
  box-shadow: 0 0 0 400px lightblue;
  background: lightblue;
}

.container .box:nth-child(3) .icon {
  box-shadow: 0 0 0 0 orange;
  background: orange;
}

.container .box:nth-child(3):hover .icon {
  box-shadow: 0 0 0 400px orange;
  background: orange;
}

.container .box:nth-child(4) .icon {
  box-shadow: 0 0 0 0 green;
  background: green;
}

.container .box:nth-child(4):hover .icon {
  box-shadow: 0 0 0 400px green;
  background: green;
}

.container .box:nth-child(5) .icon {
  box-shadow: 0 0 0 0 red;
  background: red;
}

.container .box:nth-child(5):hover .icon {
  box-shadow: 0 0 0 400px red;
  background: red;
}

.container .box:nth-child(6) .icon {
  box-shadow: 0 0 0 0 purple;
  background: purple;
}

.container .box:nth-child(6):hover .icon {
  box-shadow: 0 0 0 400px purple;
  background: purple;
}

.container .box .content {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.container .box:hover .content {
  color: #fff;
}

.container .box .content h3 {
  font-size: 25px;
  margin: 10px 0;
  padding: 0;
}


.container .box .content p {
  margin: 0;
  padding: 0;
}

.container .box .content a {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)
}

.a2 {
  color: white;
}

.container1 {
  background-color: #47BDFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}

.mailPNG{
  height: auto;
  width: 250px;
}