/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

/* Universal CSS Start */

:root {
  --primary-color: #49af62;
  --secondary-color: #1a1a1a;
  --light-green: #e4f3e8;
  --dim-gray: #696969;
  --white: #ffffff;
  --primary-font: "Urbanist";
  --secondary-font: "Inter";
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  font-family: var(--primary-font);
}

p {
  font-family: var(--secondary-font);
}

a {
  text-decoration: none !important;
  font-family: var(--secondary-font);
}

/* Universal CSS End */

/*   Data Center Start */

#data_center {
  background: url(https://static.hostorient.com/assets/img/web-hosting/data-center-bg.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.data_center_img img {
  width: 100%;
  max-width: 400px;
}

.data_center_card {
  border: 1px solid #e6e7e8;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: 24px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.data_center_card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.data_center_card h4 {
  font-family: var(--primary-font);
  font-size: 1.4em;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
}

.data_center_card ul li {
  font-family: var(--secondary-font);
  color: var(--dim-gray);
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #e6e7e8;
}

.data_center_card ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.data_center_card ul li span {
  font-weight: 600;
}

.data_center_content h1 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.data_center_content h4 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}

.data_center_content h4 span {
  color: var(--primary-color);
}

.data_center_content p {
  font-family: var(--secondary-font);
  color: var(--dim-gray);
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  #data_center {
    padding: 40px 0 60px;
  }

  .data_center_img img {
    display: none;
  }

  .data_center_content h1 {
    font-size: 2em;
  }

  .data_center_content h4 {
    font-size: 1.6em;
  }
}

/*   Data Center End */

/* Premium Bandwidth Start */

#premium_bandwidth {
  padding: 100px 0;
}

.premium_bandwidth_wrapper {
  background: var(--white);
  width: 100%;
  height: 100%;
}

.premium_bandwidth_img {
  overflow: hidden;
}

.premium_bandwidth_card {
  border: 1px solid #e6e7e8;
  padding: 20px;
  background: var(--white);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  margin-top: 24px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.premium_bandwidth_card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.premium_bandwidth_card h4 {
  font-family: var(--primary-font);
  font-size: 1.4em;
  color: var(--secondary-color);
  font-weight: 600;
  text-align: center;
}

.premium_bandwidth_card ul li {
  font-family: var(--secondary-font);
  color: var(--dim-gray);
  font-size: 1em;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #e6e7e8;
}

.premium_bandwidth_card ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.premium_bandwidth_card ul li span {
  font-weight: 600;
}

.premium_bandwidth_content h1 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 20px;
}

.premium_bandwidth_content h4 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}

.premium_bandwidth_content h4 span {
  color: var(--primary-color);
}

.premium_bandwidth_content p {
  font-family: var(--secondary-font);
  color: var(--dim-gray);
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Speed meter Animation */
.background-half-round {
  width: min(90vw, 400px);
  height: calc(min(90vw, 400px) / 2);
  background: #232323;
  border-radius: 300px 300px 0 0;
  border: 10px solid var(--primary-color);
  border-bottom: 0;
  box-shadow: inset 0 2px 5px #151515;
  position: relative;
}

.background-half-round:after {
  content: "";
  width: 50px;
  height: 25px;
  position: absolute;
  background: #2f2f2f;
  bottom: 0;
  border-radius: 50px 50px 0 0;
  box-shadow: inset 0px 3px 5px 0px #ffffff;
  z-index: 5;
  margin: auto;
  left: 0;
  right: 0;
}

.speed-number-wapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.speed-number {
  color: var(--white);
}

.speed-number span:after {
  content: "";
  width: 2px;
  height: 5px;
  background: var(--primary-color);
  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;
  font-family: var(--primary-font);
}

.speed-20 {
  transform: rotate(30deg);
  transform-origin: 100% 0%;
  font-family: var(--primary-font);
}

.speed-20 span {
  transform: rotate(-30deg);
  display: inline-block;
  padding: 24px 0px 0px 24px;
  font-family: var(--primary-font);
}

.speed-40 {
  transform: rotate(60deg);
  transform-origin: 100% 0%;
  font-family: var(--primary-font);
}

.speed-40 span {
  transform: rotate(-60deg);
  display: inline-block;
  padding: 0px 0px 0px 40px;
  font-family: var(--primary-font);
}

.speed-60 {
  margin: auto;
  text-align: center;
  padding: 3px 0px 0px 0px;
  font-family: var(--primary-font);
}

.speed-80 {
  transform: rotate(120deg);
  transform-origin: 100% 0%;
  font-family: var(--primary-font);
}

.speed-80 span {
  transform: rotate(-120deg);
  display: inline-block;
  padding: 0px 16px 0px 60px;
  font-family: var(--primary-font);
}

.speed-100 {
  transform: rotate(150deg);
  transform-origin: 100% 25%;
  font-family: var(--primary-font);
}

.speed-100 span {
  transform: rotate(-150deg);
  display: inline-block;
  padding: 0px 10px 0px 45px;
  color: #ff4141;
  font-weight: bold;
  font-family: var(--primary-font);
}

.speed-120 {
  transform: rotate(180deg);
  transform-origin: 100% 50%;
  font-family: var(--primary-font);
}

.speed-120 span {
  transform: rotate(-180deg);
  display: inline-block;
  padding: 0px 5px 0px 0px;
  color: #ff4141;
  font-weight: bold;
  font-family: var(--primary-font);
}

.dashboard-icon {
  display: none;
}

.dashboard-icon svg {
  fill: #4b4b4b;
  position: absolute;
  max-width: 45px;
  margin: auto;
  bottom: 15px;
  left: 70px;
}

.dashboard-icon svg:hover {
  fill: var(--primary-color);
}

.pointer {
  background: var(--primary-color);
  width: 8px;
  height: calc(min(100vw, 400px) / 2 - 10px);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  transform: rotate(-90deg);
  transform-origin: 50% 100%;
  margin: auto;
}

.speed-ani {
  animation: speeding 5s infinite alternate;
}

@keyframes speeding {
  0% {
    transform: rotate(-90deg);
  }

  5% {
    transform: rotate(-85deg);
  }

  80% {
    transform: rotate(80deg);
  }

  85% {
    transform: rotate(85deg);
  }

  90% {
    transform: rotate(80deg);
  }

  95% {
    transform: rotate(90deg);
  }

  97% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(80deg);
    -webkit-transform: rotate(80deg);
    -moz-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    -o-transform: rotate(80deg);
  }
}

@media screen and (max-width: 990px) {
  #premium_bandwidth {
    padding: 40px 0 60px;
  }

  .premium_bandwidth_content h1 {
    font-size: 2em;
  }

  .premium_bandwidth_content h4 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 576px) {
  .pointer {
    height: calc(min(100vw, 300px) / 2 - 10px);
  }

  .background-half-round {
    width: min(90vw, 600px);
    height: calc(min(90vw, 600px) / 2);
  }
}

/* Premium Bandwidth End */

/* Support Start */

#support {
  padding: 100px 0;
  background: linear-gradient(270deg, #1a1a1a, #0f9d87);
}

.support_content h1 {
  font-family: var(--primary-font);
  font-size: 2.3em;
  font-weight: 600;
  color: var(--white);
  text-align: center;
}

.support_content p {
  font-family: var(--secondary-font);
  font-size: 1em;
  font-weight: 400;
  color: var(--white);
  text-align: center;
  margin: 25px 0 30px;
}

.support_btn {
  text-align: center;
}

.support_btn a {
  display: inline-block;
  font-family: var(--secondary-font);
  font-weight: 500;
  font-size: 1.1em;
  color: var(--white);
  background: var(--primary-color);
  padding: 10px 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.support_btn a:hover {
  background: var(--secondary-color);
}

@media screen and (max-width: 990px) {
  #support {
    padding: 60px 0;
  }

  .support_content h1 {
    font-size: 2em;
  }
}

/* Support End */

/* FAQ Feature Start */

#faq_feature {
  padding: 80px 0;
  background: var(--white);
  background-image: url(../img/home/hosting_feature_img.svg);
  background-repeat: no-repeat;
  background-position: 15% 70%;
}

.faq_feature_head h1 {
  font-family: var(--primary-font);
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  color: var(--secondary-color);
}

.faq_feature_head p {
  font-family: var(--secondary-font);
  font-size: 1em;
  font-weight: 500;
  max-width: 600px;
  margin: 30px auto 50px;
  text-align: center;
  color: var(--dim-gray);
}

.faq_feature_item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
  background: var(--light-green);
  margin: 20px 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.faq_feature_item_icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.faq_feature_item_icon svg {
  width: 100%;
  height: 100%;
}

.faq_feature_item_content h4 {
  font-family: var(--primary-font);
  font-size: 1.8em;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 15px;
}

.faq_feature_item_content p {
  font-family: var(--primary-font);
  font-size: 1em;
  color: var(--dim-gray);
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  #faq_feature {
    padding: 60px 0;
  }

  #faq_feature {
    background-image: none;
  }

  .faq_feature_head h1 {
    font-size: 2em;
  }
}

@media screen and (max-width: 576px) {
  .faq_feature_item {
    display: block;
    padding: 20px;
  }

  .faq_feature_item_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
  }

  .faq_feature_item_content h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
    text-align: center;
  }

  .faq_feature_item_content p {
    text-align: center;
  }
}

/* FAQ Feature End */

/* About Us Start */

.about_section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--primary-font);
  padding-bottom: 100px;
  background: var(--white);
}

.about_item1 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 16;

  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.about_item2 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 12;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 16px;
}

.about_item2 img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.about_gallery .about_gallery_item:nth-child(1) {
  margin-bottom: -100px;
}

.about_gallery .about_gallery_item:nth-child(1) #videoContainer {
  z-index: 9;
  border-right: 15px solid var(--white);
  border-bottom: 15px solid var(--white);
}

#videoContainer {
  position: relative;
  height: 100%;
  width: 100%;
}

#videoContainer video {
  display: block;
  width: 100%;
  border-radius: 16px !important;
  height: 100%;
  object-fit: cover;
}

.bg-black-40 {
  background-color: rgba(0, 0, 0, 0.4);
}

#videoOverlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  border-radius: 16px !important;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

#playPauseButton {
  border: none;
  width: 60px;
  height: 60px;
  background-color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  padding: 0;
}

#playPauseButton:focus {
  outline: 3px solid rgba(118, 110, 230, 0.3);
}

.about_gallery .about_item1::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  bottom: 15px;
  right: 14.5px;
  box-shadow: 14px 14px var(--white);
  z-index: 20;
}

.about_gallery .about_item1::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  top: 0px;
  right: 14.5px;
  box-shadow: 14px -14px var(--white);
  z-index: 20;
}

.about_gallery .about_item2::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: transparent;
  top: 0px;
  right: 33.8%;
  box-shadow: -10px -10px var(--white);
  z-index: 20;
}

.about_gallery .about_item2::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: transparent;
  top: 100px;
  left: 0px;
  box-shadow: -14px -14px var(--white);
  z-index: 20;
}

.about_us_text {
  font-family: var(--secondary-font);
  color: var(--dim-gray);
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 20px;
}

.about_us_text p {
  font-size: 16px;
  color: var(--accent-1);
  margin-bottom: 30px;
  font-weight: 500;
}

.about_us_text h2 {
  font-family: var(--primary-font);
  color: var(--secondary-color);
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 1400px) {

  .about_item1,
  .about_item2 {
    aspect-ratio: 16 / 14;
  }
}

@media screen and (max-width: 1200px) {

  .about_item1,
  .about_item2 {
    aspect-ratio: 16 / 16;
  }
}

@media screen and (max-width: 992px) {
  .about_us_text {
    padding: 0;
    margin-top: 50px;
  }

  .about_section {
    padding-bottom: 60px;
  }

  .about_us_text h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .about_us_text h2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 470px) {

  .masonry_item2,
  .masonry_item1 {
    aspect-ratio: 16 / 16;
  }

  .about_gallery_item .counter {
    margin-top: 100px !important;
  }
}

/* About Us End */