 /*-------- GUARRANTEES ------------ */

    .guarrantees-section{
        background: var(--global--color-lightpink);
        padding: 80px 0 80px 0;
    }
    .guarrantees-section h1{
        font-size: 36px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 18px;
    }
    .guarrantees-section h4{
        font-size: 18px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 19px;
    }
    .guarrantees-section p{
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
    }
    .guarrantees-btn{
        padding: 14px 41px;
        background: var(--global--color-yellow);
        color: var(--global--color-lightblack);
        font-size: 14px;
        font-weight: 700;
        border-radius: 50px;
        text-decoration: none;
        display: inline-block;
        box-shadow: 0 5px 10px rgba(0,0,0,.15);
    }
    .guarrantees-btn:hover{
        text-decoration: none;
        color: var(--global--color-lightblack);   
        box-shadow: 0 10px 10px rgba(0,0,0,.1);
    }
    .guarrantees-button {
        transition: all 0.3s ease-in-out;
        position: relative;
    }
    .guarrantees-button:hover{
        transform: translateY(-3px);
    }
    .plan-box{
        background: var(--global--color-blue);
        padding: 45px 15px;
        border-radius: 15px;
        box-shadow: 0 30px 30px rgba(24, 27, 34, 0.10);
        height: 100%;
    }
    .plan-box h4{
        font-size: 18px;
        font-weight: 500;
        line-height: 24px;
    }
    .guarrantee-image{
        margin: 0 auto 25px;
        max-width: 52px;
    }
    .guarrantee-text{
        padding-top: 73px;
    }
    .plan-box-award, .plan-box-guarrantee {
        margin-bottom: 30px;
    }
    
    .features-section{
        padding: 100px 0;
        background: var(--global--color-purple);
    }
    .feature-heading{
        padding-bottom: 57px;
    }
    .features-section h1{
        font-size: 36px;
        line-height: 29px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .features-section p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
    .feature-plan-box{
        padding: 70px 60px;
        background: var(--global--color-white);
        border-radius: 15px;
        box-shadow: 0 30px 30px rgba(30,34,47,.03);
    }
    .feature-plan-box h3{
        font-size: 24px;
        line-height: 30px;
        font-weight: 700;
        color: var(--global--color-black);
        margin-bottom: 17px;
    }
    .feature-plan-box p{
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        color: var(--global--color-lightgrey);
    }
    .plan-box-network {
        padding-bottom: 30px;
    }
    .plan-box-hardware {
        padding-bottom: 30px;
    }
    .feature-image-list {
        max-width: 190px;
        margin: 0 auto 44px;
    }
 
    .field, .plan, .plan-box, .feature-plan-box, .vision-plan-box, .team-plan-box, .contact-us-plan-box, .success-plan-box, .dedicated-server-plan-box, .dedicated-server-support-plan-box, .domain-plan-box, .reseller-plan-box, .reseller-guarrantees-plan-box, .shared-plan-box, .support-plan-box, .support-natix-host-plan-box, .support-operation-plan-box, .datacenter-plan-box, .our-datacenter-plan-box, .redundancy-plan-box, .affiliate-inner-plan-box, .affiliate-program-plan-box, .ssl-certificate-plan-box {
        transition: all 0.3s ease-in-out;
        position: relative;
    }

    .plan:hover, .plan-box:hover, .feature-plan-box:hover, .vision-plan-box:hover, .team-plan-box:hover, .contact-us-plan-box:hover, .success-plan-box:hover, .dedicated-server-plan-box:hover, .dedicated-server-support-plan-box:hover, .domain-plan-box:hover, .reseller-plan-box:hover, .reseller-guarrantees-plan-box:hover, .shared-plan-box:hover, .support-plan-box:hover, .support-natix-host-plan-box:hover, .support-operation-plan-box:hover, .datacenter-plan-box:hover, .our-datacenter-plan-box:hover, .redundancy-plan-box:hover, .affiliate-inner-plan-box:hover, .affiliate-program-plan-box:hover, .ssl-certificate-plan-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 30px 30px 0 rgba(24,27,34,0.1);
        z-index: 0;
    }


/*=======  Project CSS  =======*/
.project-boxes .project-box {
  position: relative;
  height: 415px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .project-boxes .project-box {
    height: 320px;
  }
}

.project-boxes .project-box .project-thumb {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.project-boxes .project-box .project-thumb .thumb {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  width: 100%;
}

.project-boxes .project-box .project-desc {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -55px;
    padding: 35px 15px 25px;
    border-radius: 8px;
    background-color: #202740;
    -webkit-box-shadow: 0px 10px 32px 0px rgb(197 197 197 / 40%);
    box-shadow: 0px 10px 32px 0px rgb(197 197 197 / 40%);
    z-index: 2;
    color: #fff !important;
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .project-boxes .project-box .project-desc {
    left: 15px;
    right: 15px;
    font-size: 15px;
  }
}

.project-boxes .project-box .project-desc h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .project-boxes .project-box .project-desc h4 {
    font-size: 20px;
  }
}

.project-boxes .project-box .project-desc .project-link {
  font-size: 24px;
  margin-top: 10px;
  color: #14212b;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 1;
}

.project-boxes .project-box:hover .project-desc {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ff4a17;
}

.project-boxes .project-box:hover .project-desc,
.project-boxes .project-box:hover .project-desc h4 a,
.project-boxes .project-box:hover .project-desc .project-link {
  color: #fff;
}

.project-boxes .project-box:hover .project-thumb .thumb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.project-boxes .project-box.hover-style {
  margin-bottom: 30px;
  height: 370px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .project-boxes .project-box.hover-style {
    height: 300px;
  }
}

.project-boxes .project-box.hover-style .project-thumb {
  position: relative;
}

@media (max-width: 575px) {
  .project-boxes .project-box.hover-style .project-thumb .thumb {
    background-position: 0 5%;
  }
}

.project-boxes .project-box.hover-style .project-thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #14212b;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}

.project-boxes .project-box.hover-style .project-desc {
  bottom: -10px;
  visibility: hidden;
  opacity: 0;
}

.project-boxes .project-box.hover-style:hover .project-desc {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.project-boxes .project-box.hover-style:hover .project-thumb::before {
  opacity: 0.45;
  visibility: visible;
}

.project-boxes .project-box.wide-box .project-desc {
  left: 65px;
  right: 65px;
}

@media (max-width: 991px) {
  .project-boxes .project-box.wide-box .project-desc {
    left: 30px;
    right: 30px;
  }
}

.project-boxes .project-box.wide-long-box {
  height: 770px;
}

@media (max-width: 767px) {
  .project-boxes .project-box.wide-long-box {
    height: 630px;
  }
}

.project-boxes .project-box.wide-long-box .project-desc {
  left: 65px;
  right: 65px;
}

@media (max-width: 991px) {
  .project-boxes .project-box.wide-long-box .project-desc {
    left: 30px;
    right: 30px;
  }
}

.project-nav {
  text-align: center;
  border-bottom: 3px solid #E7E8E9;
  padding: 15px 0;
}

@media (max-width: 767px) {
  .project-nav {
    border-bottom: none;
    padding: 0;
  }
}

.project-nav li {
  display: inline-block;
  color: #14212b;
  font-weight: 700;
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  position: relative;
  padding: 15px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .project-nav li {
    padding: 10px;
  }
}

.project-nav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -18px;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #ff4a17;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .project-nav li::before {
    bottom: 0;
  }
}

.project-nav li:hover::before, .project-nav li.active::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.project-section {
  padding-top: 130px;
  padding-bottom: 95px;
}


/*
     FILE ARCHIVED ON 01:51:49 Aug 20, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:07:03 Nov 21, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 765.159
  exclusion.robots: 0.159
  exclusion.robots.policy: 0.151
  cdx.remote: 0.056
  esindex: 0.009
  LoadShardBlock: 666.429 (3)
  PetaboxLoader3.datanode: 701.624 (5)
  load_resource: 124.207
  PetaboxLoader3.resolve: 48.619
  loaddict: 45.856
*/