@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
}
.microsoft-azure-background {
  position: absolute;
  width: 100%;
  padding-bottom: 100px;
  background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.microsoft-azure-background img {
  margin-left: 60%;
  margin-top: 10%;
  height: 400px;
  width: 500px;
}

.microsoft-azure-background-content {
  position: absolute;
  margin-top: 200px;
  margin-left: 100px;
  width: 80%;
  z-index: 10;
}

.microsoft-azure-btn a {
  margin-top: 220px;
  color: black;
  padding-top: 7px;
  font-family: "Poppins", sans-serif;
  width: 130px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  border-radius: 50px;
  border: 1px solid black;
  background-color: transparent;
  text-align: center;
}

.microsoft-azure-btn a:hover {
  background-color: black;
  color: #fff;
}

.microsft-azure-background-heading {
  position: absolute;
  letter-spacing: 1.75px;
  z-index: 10;
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: black;
  width: 60%;
}

.microsft-azure-background-heading span {
  font-size: 25px;
}

/* text animation */

.microsoft-azure-container {
  position: absolute;
  width: 100%;
  margin-top: 750px;
}

.microsoft-azure-upper-container {
  position: absolute;

  width: 100%;
}

.mircosoft-azure-upper-left {
  width: 50%;
  height: 300px;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  border-radius: 10px;
  margin-left: 50px;
  padding: 50px;
}
.microsoft-azure-upper-heading {
  font-size: 30px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  background-image: linear-gradient(60deg, #0733fa, #01000a);
  background-clip: text;
  color: transparent;
}
.mircosoft-azure-upper-content {
  width: 600px;
  padding: 10px;
  font-family: "Poppins", sans-serif;
  color: #717882;
}

.mircosoft-azure-upper-right {
  position: absolute;
  width: 500px;
  height: 450px;
  margin-top: -27%;
  margin-left: 55%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

.mircosoft-azure-upper-right img {
  width: 450px;
  height: 300px;
  margin: 10% 0% 0% 14%;
  border-radius: 10px;
}

.microsoft-azure-lower-container {
  position: absolute;
  margin-top: 400px;
  height: 900px;
  width: 100%;
  align-items: center;
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.microsoft-azure-lower-heading {
  font-size: 30px;
  font-weight: 600;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  color: transparent;
  letter-spacing: 1.75px;
  margin: 50px 0px 50px 150px;
}

.microsoft-azure-box-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.microsoft-azure-box {
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.microsoft-azure-box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.microsoft-azure-box-heading {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.microsoft-azure-box-content {
  color: #717882;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.5rem;
  padding: 20px 10px 10px 20px;
  text-align: center;
}

.microsoft-azure-box img {
  margin: 20px 0px 10px 140px;
  height: 45px;
  width: 45px;
}

.microsoft-azure-box img:hover {
  animation: icon-shake 1s;
}

@keyframes icon-shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  15%,
  45%,
  75% {
    transform: rotate(-10deg);
  }
  30%,
  60%,
  90% {
    transform: rotate(10deg);
  }
}

.microsoft-azure-benefit-container {
  margin-top: 900px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.microsoft-azure-benefit-both {
  background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  width: 85%;
  border-radius: 10px;
}

.microsoft-azure-benefit-heading {
  font-size: 30px;
  font-weight: 600;
  background-image: linear-gradient(60deg, #007fff, #01000a);
  background-clip: text;
  color: transparent;
  letter-spacing: 1.75px;
  text-align: center;
  padding: 30px 0px 30px 0px;
}

.microsoft-azure-benefit-content {
  padding: 0px 50px 50px 50px;
  color: #717882;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.microsoft-azure-benefit-content > span {
  font-size: 16px;
  font-weight: 600;
  color: black;
}

.microsoft-azure-footer {
  position: absolute;
  margin-top: 100px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .microsoft-azure-background {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .microsoft-azure-background img {
    margin-left: 0;
    margin-top: 320px;
    display: flex;
    justify-content: center;
    height: 280px;
    width: 350px;
  }

  .microsoft-azure-background-content {
    margin-left: 0;
    margin-top: 100px;
    width: 100%;
  }

  .microsft-azure-background-heading {
    animation: none;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    overflow: visible;
    white-space: wrap;
    border: none;
    text-align: center;
    width: 100%;
  }

  .microsft-azure-background-heading span {
    font-size: 16px;
  }

  .microsoft-azure-btn a {
    display: flex;
    margin-top: 150px;
    margin-left: 35%;
    justify-content: center;
  }

  .microsoft-azure-container {
    margin-top: 700px;
  }

  .mircosoft-azure-upper-left {
    height: fit-content;
    margin-left: 0;
    width: 100%;
  }

  .mircosoft-azure-upper-right {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mircosoft-azure-upper-right img {
    height: 300px;
    width: 350px;
    margin: 0;
  }

  .mircosoft-azure-upper-content {
    width: 100%;
  }

  .microsoft-azure-lower-container {
    margin-top: 850px;
    height: fit-content;
  }

  .microsoft-azure-lower-heading {
    text-align: center;
    font-size: 25px;
    padding: 25px 15px 25px 15px;
    margin: 0;
  }

  .microsoft-azure-benefit-container {
    margin-top: 1900px;
  }

  .microsoft-azure-benefit-both {
    width: 100%;
  }


}

@media only screen and (min-width: 600px) and (max-width: 690px) {
  .microsoft-azure-background {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .microsoft-azure-background img {
    margin-left: 0;
    margin-top: 350px;
    display: flex;
    justify-content: center;
    height: 330px;
    width: 380px;
  }

  .microsoft-azure-background-content {
    margin-left: 0;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .microsft-azure-background-heading {
    animation: none;
    font-size: 25px;
    padding: 10px 20px 10px 20px;
    overflow: visible;
    white-space: wrap;
    border: none;
    text-align: center;
    width: 100%;
  }
  .microsoft-azure-upper-heading {
    text-align: center;
  }

  .microsoft-azure-btn a {
    display: flex;
    margin-top: 200px;
    color: black;
    justify-content: center;
  }

  .microsoft-azure-container {
    margin-top: 700px;
  }

  .mircosoft-azure-upper-left {
    height: fit-content;
    margin-left: 0;
    margin-left: 5%;
    width: 90%;
  }

  .mircosoft-azure-upper-content {
    width: 100%;
  }

  .mircosoft-azure-upper-right {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mircosoft-azure-upper-right img {
    height: 300px;
    width: 350px;
    margin: 0;
  }

  .microsoft-azure-lower-heading {
    text-align: center;
    margin: 5% 0% 5% 0%;
    padding: 0px 10px 0px 10px;
  }

  .microsoft-azure-lower-container {
    margin-top: 650px;
  }

  .microsoft-azure-lower-container {
    height: fit-content;
  }

  .microsoft-azure-benefit-both {
    width: 100%;
  }

  .microsoft-azure-benefit-container {
    margin-top: 1950px;
    width: 100%;
  }

 
}

@media only screen and (min-width: 690px) and (max-width: 1100px) {
  .microsoft-azure-background {
    padding-bottom: 0;
    display: flex;
    justify-content: center;
  }

  .microsoft-azure-background img {
    margin-left: 0;
    margin-top: 350px;
    display: flex;
    justify-content: center;
    height: 330px;
    width: 380px;
  }

  .microsoft-azure-background-content {
    margin-left: 0;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .microsft-azure-background-heading {
    animation: none;
    font-size: 25px;
    padding: 10px 20px 10px 20px;
    overflow: visible;
    white-space: wrap;
    border: none;
    text-align: center;
    width: 100%;
  }
  .microsoft-azure-upper-heading {
    text-align: center;
  }

  .microsoft-azure-btn a {
    display: flex;
    margin-top: 200px;
    color: black;
    justify-content: center;
  }

  .microsoft-azure-container {
    margin-top: 700px;
  }

  .mircosoft-azure-upper-left {
    height: fit-content;
    margin-left: 0;
    margin-left: 5%;
    width: 90%;
  }

  .mircosoft-azure-upper-content {
    width: 100%;
  }

  .mircosoft-azure-upper-right {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .mircosoft-azure-upper-right img {
    height: 300px;
    width: 350px;
    margin: 0;
  }

  .microsoft-azure-lower-container {
    margin-top: 650px;
  }

  .microsoft-azure-lower-container {
    height: fit-content;
  }

  .microsoft-azure-benefit-both {
    width: 100%;
  }

  .microsoft-azure-benefit-container {
    margin-top: 1200px;
    width: 100%;
  }

 
}
