

.wrapper {
  display: flex;
  color: white;
  gap: 2vw;
  margin-top: 1vh;
  width: 100%;
  height: 80vh;
}

#sectionDiv1 {
  width: 50%;
  margin-left: 4vw;
  display: flex;
  gap: calc(2vh + 5px);
  flex-direction: column;
  justify-content: space-around;
}

.award {
  font-size: calc(0.6vw + 8px);
}
#peace {
  font-size: calc(1vw + 5px);
}
#Plans a {
  color: white;
  font-size: 1.5vw;
  border-radius: 4px;
  padding: calc(0.5vw + 2px) calc(1.3vw + 5px);
  background-color: #7878f0;
}

#guaranteeDiv {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#guaranteeDiv div {
  display: flex;
}

#moneyBack {
  font-size: calc(0.9vw + 4px);
}

#guaranteeDiv div div {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #c6cbd1;
  padding: 10px;
  color: black;
}

#costing {
  margin-top: 0.5vw;
}
#costing div:nth-child(1) {
  border-right: 1px solid black;
}

#costing div:nth-child(2) {
  border-left: 1px solid black;
}
.hosting {
  font-size: calc(3.5vw + 5px);
}

.hosting_p {
  font-size: 1.5vw;
}

.sectionDivWrapper {
  display: flex;
  align-items: center;
}

.sectionDivWrapper ul {
  display: flex;
  flex-direction: column;
  gap: 1vh;
}
.sectionDivWrapper ul li {
  list-style: none;
  background: url(images/check_box.svg) no-repeat left center;
  /* list-style-image: url(images/check_box.svg); */
}

.sectionDivWrapper ul li p {
  padding-left: 25px;
}

#sectionDiv2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: calc(100vh / 10);
  gap: 2vh;
  /* margin-right: 5rem; */
  width: 50%;
}

#quote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1vw;
}

#quote img {
  width: calc(3vw + 10px);
}

#quote {
  margin-right: 5vw;
}

#quote div p {
  word-wrap: break-word;
  font-size: calc(0.6vw + 8px);
}

#avatarDiv {
  gap: 1vw;
}

#avatar img {
  width: calc(5vw + 10px);
  border-radius: 50%;
}

#samirKc p {
  font-size: calc(0.6vw + 8px);
}
#samirKc h3 {
  font-size: calc(2vw + 10px);
  font-weight: bolder;
  letter-spacing: 0.2vw;
  word-wrap: normal;
}

#cloud_image img {
  width: calc(18vw + 5rem);
}

.contentSection {
  clear: both;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(5vh + 10px);
  margin-top: calc(3vw + 20px);
}

.content_title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.content_title h2 {
  font-size: calc(2vw + 20px);
  text-align: center;
  width: 95%;
  color: rgb(34, 49, 96);
}

.content_Desc {
  display: flex;
  width: 100%;
  justify-content: center;
}
.content_Desc p {
  text-align: center;
  width: 90%;
  color: #6b6b6b;
}

.card_section {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  flex-wrap: wrap;
}
.card_wrapper {
  /* border: 2px solid black; */
  width: calc(10vw + 210px);
  height: calc(13vw + 250px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
  box-shadow: -3px 4px 20px 0 #0000005c;
}

.interior_car_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  height: 85%;
  width: 70%;
  margin-bottom: 5%;
  /* border: 2px solid#4215f6; */
}
.interior_car_wrapper div {
  height: 40%;
  width: 100%;
  background-color: rgba(187,187,247,255);
  border-radius: 20px;
}

.interior_car_wrapper h3 {
  font-size: calc(0.5vw + 10px);
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.interior_car_wrapper p {
  font-size: calc(0.5vw + 10px);
  color: #6b6b6b;
}
.interior_car_wrapper span {
  font-size: calc(1.9vw + 20px);
  font-weight: 900;
  color: #9894e6;
}

#server_desc {
  gap: calc(1vh + 10px);
}

#server_desc .content_wrapper1 p {
  display: flex;
  justify-content: center;
  gap: 10%;
}

#server_desc .content_wrapper2 p {
  font-size: 20px;
  color: blue;
  text-decoration: underline;
  margin: 10px;
}

.main_content {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.content_wrapper1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}

.content_wrapper1 h3 {
  width: 80%;
  margin-bottom: 5px;
  font-size: calc(1.5vw + 10px);
  font-weight: 900;
  color: #0d385b;
}

.content_wrapper1 h4 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 900;
  color: #0d385b;
}

.content_wrapper1 p {
  width: 90%;
  color: #6b6b6b;
}

.content_wrapper2 img {
  width: 100%;
}

.content_button {
  width: 100%;
}
.content_button button {
  border: 2px solid #8a8cd2;
  border-radius: 6px;
  margin-left: 9%;
  padding: 10px 13px;
  cursor: pointer;
  color: #817ed9;
}

#migration {
  gap: 2%;
  flex-wrap: nowrap;
}
#migration > div:first-child {
  background-color: rgba(187,187,247,255);
  width: 40%;
  border-radius: 20px;
}

#migration > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
}

.content_wrapper2 div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_wrapper2 > div:nth-child(1) p {
    color: #6b6b6b;

}


#migration .content_wrapper2 > div:nth-child(2){
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 15px;
}

#migration .content_wrapper2 div:nth-child(2) div{
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

#migration .content_wrapper2 div:nth-child(2) div img{
  width: 50px;
}


#social_media{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 70%;
  border-top-right-radius: 4% 5%;
  border-bottom-right-radius: 4% 5%;
  border-top-left-radius: 62% 16%;
  border-bottom-left-radius: 62% 16%;
  clip-path: polygon(0% 12%, 100% 0%, 100% 100%, 0% 88%);
  background-image: linear-gradient(to right, rgba(9, 49, 110, 255), rgba(4, 83, 201, 255));
  position: relative;
  gap: 20px;
}

#social_media > img:first-child{
  width: 70px;
  position: absolute;
  left: 1%;
  top: 13%;
}

#social_media div{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#social_media div img{
  width: 90px;
  border-radius: 50%;
}

#social_media h3{
  color: white;
  font-size: 30px;
}

#social_media div span{
  color: #c2e9fa;
}

#social_media p{
  color: #c2e9fa;
  width: 70%;
  font-size: 23px;
  text-align: center;
}

#moreReasons .main_content{
  display: grid;
  gap: 5% 2%;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(auto, 20%));
}

#moreReasons .main_content div{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#moreReasons .main_content div img{
  width: 20%;
}

#moreReasons h3{
  font-size: 150%;
}
#moreReasons .main_content div p{
  text-align: center;
  color: #6b6b6b;
}


aside {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: sticky;
  bottom: 0;
  margin-right: 5px;
  gap: 10px;
}

aside div:nth-child(1) button {
  display: flex;
  opacity: 0%;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 0px 4px;
  box-shadow: -4px 4px 15px #00000073;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
aside div:nth-child(1) button img {
  height: 25px;
}

aside div:nth-child(2) {
  background-color: white;
  width: 325px;
  height: 110px;
  display: flex;
  opacity: 0%;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 20px;
  box-shadow: -6px 6px 15px #00000073;
}
aside h4 {
  display: flex;
  align-items: center;
  margin-top: 1%;
}

aside strong {
  font-size: 20px;
}

aside div:nth-child(2) p {
  padding-left: 3%;
  padding-right: 3%;
}

aside div:nth-child(2) p strong {
  color: blue;
  font-size: 17px;
}

aside h4 img {
  width: 30px;
}

aside div:last-child button {
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
aside div:last-child button img {
  height: calc(2.5vw + 25px);
  border-radius: 50%;
  box-shadow: -8px 6px 16px 0px rgb(82 85 92 / 68%);
}

@media screen and (max-width: 600px) {
  .wrapper {
    height: calc(20vh + 200px);
    margin-bottom: calc(5vh + 20px);
  }

  #nav2::before {
    height: calc(43vh + 500px);
    border-bottom-left-radius: 90% 13%;
    border-bottom-right-radius: 15% 1%;
  }

  .content_wrapper1 {
    width: 90%;
  }
}

/* utility class */

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-size: calc(4vw + 0.7rem);
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

button {
  padding: 5px;
  font-weight: bold;
  height: fit-content;
  border: none;
  background-color: transparent;
}
