/**
* Template Name: Multi
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Poppins';
    color: #444;
}

a {
  color: #ed502e;
  text-decoration: none;
}

a:hover {
  color: #f1775d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.counts .count-box {
    border: 1px solid #cccccc5c;
}
.at-logo-box img:hover {
    filter: blur(1px);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ed502e;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #233d98 !important;
  width: 40px;
  height: 40px;
  border-radius: 26px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.counts .count-box:hover {
    background: #233d9847;
    transition: all .2s ease-in;
    transform: translate(10px, 10px);
}
.depl_process:hover {
    background: #1f1d2c;
    transform: scale(1.03);
    transition: all .2s ease-in;
}
.depl_process {
    padding: 30px;
    width: 100%;
    background: #000000;
    margin-bottom: 25px;
    border-radius: 10px;
    position: relative;
    border: 1px dashed #ccc;
    transition: all .2s ease-in;
}
.counts .count-box {
 
    transition: all .2s ease-in;
}
.journy_list:hover {
    transition: all .3s ease-in;
    transform: scale(1.03);
    background: #1f1d2c;
}
.journy_list {
 
    transition: all .3s ease-in;
}
/*form css*/

.faq_solution .accordion-item , .faq .accordion-item {
    background: #1f1d2c;
    color: #fff;
    border:none;
}

  .faq_solution .accordion-button{
      box-shadow:none;
  }
.faq_solution .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.new-contact-form {
    background: url(../img/contact_form_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}
.new-contact-form:before {
    content: '';
    position: absolute;
    right: 70px;
    top: 0px;
    height: 830px;
    width: 643px;
    background: url(../img/dec-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new-contact-form label{position: static;}

button.btn-submit {
    border: navajowhite;
    background: #233d98;
    padding: 7px 41px;
    font-size: 20px;
    color: #fff;
}

#hero .carousel-indicators {
    display: none;
}

.new-contact-form .form-control:focus {
    background-color: #fff0;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.new-contact-form textarea {
    background: none;
}

.new-contact-form .form-control {
    background: none;
    border-color: #5985c482;
    border-left: 3px solid #ffffff8c;
    border-right: 3px solid #ffffff8c;
    color: #fff;
}

.new-contact-form label {
    position: static;
    color: aliceblue;
}


.new-contact-form span {
    color: rgb(89 133 196) !important;
}

/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ed502e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ed502e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #ef6445;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}



.sub_menu ul li {
     color: #fff;
    
    
}

.sub_menu ul {
    display: block;
    height: 100%;
}
.sub_menu {
 
    position: absolute;
    z-index: 999;
    left: 0;
    top:45px;
    width: 280px;
    height: 375px;
    background: #233d98;
}
 
.sub_menu ul li a img {
    padding-right: 10px;
}

 .sub_menu ul li a {
    padding: 10px !important;
    border-bottom: 1px solid #ccc;
    margin: 2px !important;
    justify-content: start !important;
}
.sub_menu ul li:last-child a {
    border-bottom: 0 !important;
}
 .sub_menu  a:focus {
    padding: 10px !important;
    margin: 2px !important;
}



@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;

}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul { 
    display: none;
  }
  .list_line {
    background-color: #263344;
}
.contact_team .ct_box:before {
    
    right: 0;
    
}
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 18px;
  right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    left: 15px;
    padding: 20px 0;
    background-color: #191919;
    overflow-y: auto;
    transition: 0.3s;
    border-radius: 10px;
}


.navbar .active {
  border: none;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ed502e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ed502e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


.navbar .getstarted, .navbar .getstarted:focus {
    background: no-repeat;
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 4px;
    color: #5985C4;
    border: 2px solid;
    font-size: 16px;
    font-family: 'Poppins';
    border-radius: 27px;
}



#header {
    background: #010101;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
}

.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 6px 6px 6px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.3s;
    font-family: 'Poppins'!important;
    margin: 4px 9px;
}


.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
     color: #5985c4;
     border-bottom: 1px solid;   
     font-size: 16px;
         font-family: 'Poppins'!important;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}


#hero p {
  animation-delay: 0.4s;
  color: #fff;

}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

#hero {
    background: url(../img/stack-gpu-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 30px;
}

#hero {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(4, 12, 21, 0.8);
    overflow: hidden;
    position: relative;
}


#hero .btn-get-started {
  font-family: 'Poppins'!important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    background: #233D98;
    margin-top: 15px;
    margin-right: 5px;
    border: 1px solid #233d98;
}
#hero .btn-get-started:hover {
    background: transparent;
    border: 1px solid #ccc;
}

#hero a.btn-get-started-gpus:hover {
    background: #233d98;
    border: 1px solid #233d98;
}

#hero .btn-get-started-gpus {
  font-family: 'Poppins'!important;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 15px;
    border: 1px solid;
}

#hero p {
    width: 100%;
    font-family: 'Poppins';
    margin: 14px 0;
    
}



.slider-img img {
    width: 100%;
}
#hero h1 {
    color: #fff;
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    font-family: 'Poppins';
}


#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 63px;
    font-weight: 700;
    font-family: 'Poppins';
}


#hero .carousel-indicators li {
  list-style-type: none;
    cursor: pointer;
    background: #ffffff;
    overflow: hidden;
    border: 2px solid #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    opacity: 0.6;
    transition: 0.3s;
    
}

#hero .carousel-indicators li.active {
    opacity: 1;
    background: #5985c4;
}



.signin-btn {
    display: flex;
}


.signin-btn a.active {
    border: 3px solid #5985c4;
    padding: 7px 27px;
    border-radius: 29px;
    color: #fff;
}

.signin-btn .sign_in {
    border: 2px solid;
    padding: 6px 24px;
    border-radius: 29px;
}





.about{
    background: url(../img/brands-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.at-logo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


<!-------fgdfgdgf----------->


.counts .count-box {
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    width: 100%;
    margin-bottom: 25px;

}

.counts {
    background: url(../img/count-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}
.counts .count-box {
    padding: 30px;
    width: 100%;
    background: #1F1D2C;
    margin-bottom: 25px;

    border-radius: 10px;
    position: relative;

}


.count-box img {
    margin-bottom: 22px;
}

.count-box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    font-family: 'Poppins';
}

.counts .count-box p {
    padding: 19px 0 0 0;
    margin: 0;
    font-family: 'Poppins';
    font-size: 16px;
    color: #fff;
}


.count-box:before {
    position: absolute;
    right: -14%;
    top: 4%;
    width: 54%;
    height: 39%;
    background: url(../img/Group-1.png);
    content: '';
    z-index: 2;
    background-repeat: no-repeat;
}


.count-box h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins';
}




.pricing_bg {
    background: url(../img/pricing-table-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0;
}

.section-tagline h3 {
    font-size: 45px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
}
.section-tagline h2 {
    font-size: 45px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.section-tagline p {
    margin-bottom: 0;
    color: #5985C4;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
}


.box {
  background: url(../img/Rectangle.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 37px 31px;
    border: 1px solid #ffffff85;
    border-radius: 15px;
}


.pricing-section-btn .btn-get-started {
  font-family: 'Poppins'!important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 15px;
    border: 1px solid #233D98;
    background: #233D98;
    margin-right: 20px;
}



.pricing-section-btn .btn-get-started-gpus {
    font-family: 'Poppins'!important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 15px;
    border: 1px solid;
}
.pricing-section-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}


.box ul li {
    padding: 18px 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins';
    border-bottom: 1px solid #ffffff4f;
}

.top-price-sec span {
    color: #fff;
}


.top-price-sec {
    background: #214ce2;
    text-align: center;
    padding: 22px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -1px;
}

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


.top-price-sec h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 31px;
    color: #fff;
}
.top-price-sec strong {
    font-size: 19px;
    color: #fff;
}

.amount .price_new_1 {
    font-size: 31px;
    font-weight: 700;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.amount p {
    color: #fff;
    font-family: 'Poppins';
}

p.demand {
    margin-right: 7px;
    margin-bottom: 0;
}

.box ul {
    padding-left: 0;
    list-style: none;
}


.box a.buy-btn {
    border: 1px solid #fff;
    padding: 10px 44px;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    border-radius: 32px;
    color: #fff;
}
.box ul li:last-child {
    border-bottom: 0px;
}

.box b {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 19px;
    margin-top: 21px;
    display: block;
}

.section-tagline {
    text-align: center;
    margin-bottom: 33px;
}

.box ul li img {
    margin-right: 8px;
}

.services{
  background: url(../img/features-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.services{
  position: relative;
}

.services:after{
  content: '';
    position: absolute;
    left: 0px;
    top: 60px;
    height: 786px;
    width: 859px;
    background: url(../img/dec-left.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(360deg);
    /* opacity: 0.6;
}


.services .icon-box {
    text-align: center;
    background: no-repeat;
    box-shadow: none;
    padding: 80px 20px;
}

.services .icon-box:hover {
    background: none;
    /* border-color: #ed502e; */
}


.services .icon-box p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    line-height: 31px;
    font-weight: 200;
}

.services .icon-box p {
    text-align: center;
}

.services .icon-box {
    margin: 42px 0;
}

.icon-box img {
    margin-bottom: 22px;
    width: 100%;
}


.run_gpu-text h3 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    font-family: 'Poppins';
}

.run_gpu-text h2 {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    font-family: 'Poppins';
}
.run_gpu-text p {
    font-size: 18px;
    color: #ddd;
}

.run_gpu-text ul {
    list-style: none;
    padding: 0;
}

.run_gpu-text ul li p {
    font-size: 18px;
    margin-bottom: 0;
}

.run_gpu-text ul li img {
  margin: 7px 8px 9px 3px;
    width: 14px;
    height: 14px;
}

.run_gpu-text ul li {
    padding: 7px 0;
    color: #fff;
    font-size: 16px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.run_gpu {
    margin-bottom: 50px;
}

.run_gpu img {
    width: 100%;
}

.scale-bg{
  background: url(../img/find-the-GPUs.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}




.margin_top_price {
    margin: 52px 0;
}


.scale-text .btn-get-started {
  font-family: 'Poppins'!important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 15px;
    border: 1px solid #233D98;
    background: #233D98;
    margin-right: 20px;
}



.scale-text .btn-get-started-gpus {
    font-family: 'Poppins'!important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 13px 32px;
    border-radius: 32px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    animation-delay: 0.8s;
    margin-top: 15px;
    border: 1px solid;
}



.scale-text h3 {
    color: #fff;
    font-size: 44px;
    font-family: 'Poppins';
    font-weight: 700;
}
.scale-text {
    margin-right: 60px;
}

.sca {
    color: #5985C4;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
}

.scale-text p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 32px;
}

.icon-box h4 {
  font-weight: 900;
    font-size: 65px;
    font-family: 'Poppins';
    text-transform: uppercase;
    background: linear-gradient(to right, #8c01fa 0%, #19fb9b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.icon-box.boder_bottom {
    margin-bottom: 27px;
}
.boder_bottom {
    border-bottom: 1px solid;
}

.icon-box p {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #fff;
}


.icon-box-2 h4{
  font-weight: 900;
    font-size: 65px;
    font-family: 'Poppins';
    text-transform: uppercase;
    background: linear-gradient(to right, #00BCD4 0%, #0047FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-box-3 h4{
  font-weight: 900;
    font-size: 65px;
    font-family: 'Poppins';
    text-transform: uppercase;
    background: linear-gradient(to right, #025B8C 0%, #00FFBD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact_form_bg{

background: url(../img/contact_form_bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}


.contact_bg{

  background: url(../img/contact_form_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}


.contact_bg{

  position: relative;
}

.contact_bg:before{

  content: '';
    position: absolute;
    right: 70px;
    top: 0px;
    height: 830px;
    width: 643px;
    background: url(../img/dec-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-links{

  background: url(../img/contact-form-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 50%;
    padding: 243px;
  
}



.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 35px;
}


.form-item {
  position: relative;
}

label, input, textarea {
  font-family: 'Poppins', sans-serif;
}

label {
  position: absolute;
  top: 10px;
  left: 2%;
  color: #999;
  font-size: clamp(14px, 1.5vw, 18px);
  pointer-events: none;
  user-select: none;
}

input, textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: clamp(15px, 1.5vw, 18px);
}

input:focus+label, 
input:valid+label, 
textarea:focus+label, 
textarea:valid+label {
  font-size: clamp(13px, 1.3vw, 16px);
    color: #fff;
    top: -20px;
    transition: all .225s ease;
}

.submit-btn {
  background-color: #233D98;
    color: #fff;
    font-family: 'Poppins';
    display: block;
    padding: 10px 35px;
    margin: 2px auto;
    border: none;
    border-radius: 31px;
}

.submit-btn:hover {
  transform: scale(1.1, 1.1);
}

.submit-btn:active {
  transform: scale(1.1, 1.1);
  filter: sepia(0.5);
}

.contact-form-wrapper {
    width: 33%;
    background: #1C1B29;
    padding: 29px;
    border-radius: 10px;
}


.form_title {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 35px;
}

p.form_text {
    color: #fff;
}

#footer .footer-top h4 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 12px;
}


img.footer-logo {
    margin-bottom: 16px;
}

.footer-links ul li p {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 15px;
}
.footer-links ul li a {
    margin-bottom: 0;
    font-family: 'Poppins';
    font-size: 15px;
    color:#fff;
}

.footer-links ul {
    padding-left: 0;
    list-style: none;
}

.footer-links ul li {
    padding: 7px;
}


.bottom_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    
}


.scial-icons a i {
    color: #000;
    font-size: 15px;
    padding: 10px;
    background: white;
    margin: 5px;
    display: flex;
    border-radius: 28px;
}

.footer-top {
    border-bottom: 1px solid #dddddd42;
}

.bottom_footer p {
    font-size: 15px;
    margin-bottom: 0;
}

#footer {
    background: #111111;
    color: #fff;
    font-size: 14px;
    padding: 61px 0 30px;
}


.footer {
    position: relative;
}

.footer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 166px;
    width: 425px;
    background: url(../img/dec-cornor-footer.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(360deg);
    opacity: 0.6;
}


.footer::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    height: 170px;
    width: 373px;
    background: url(../img/footer-dec-top.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(360deg);
}


a.sign_in-new {
    border: 3px solid #fff !important;
    padding: 7px 27px;
    border-radius: 35px;
}

a.sign_in-new:hover {
    color: #fff;
}

p.normal-text {
    color: #5985C4 !important;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 1200px) {
  #hero p {
    width: 100%;
  }
}

 
@media (max-width: 992px) {
    .sub_menu ul {
    position: unset;
    width: 50%;
    background: transparent;
}

.sub_menu {
    height: 400px;
    width:100%;
}
  #hero {
    min-height: 100vh !important;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }
  
  .hero .slider-img img {
    width: 70%;
}

.at-logo-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap !important;
}

.at-logo-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap !important;
}

.at-logo-box {
    padding: 11px !important;
}


.about {

    padding: 32px 0 !important;
}


.services:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 60px;
    height: 536px !important;
    width: 359px !important;
    background: url(../img/dec-left.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: rotate(360deg);
}

.run_gpu {
    text-align: center;
    margin: 30px auto !important;
}


.contact-links {
    background: url(../img/contact-form-img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 74% !important;; 
    padding: 203px !important;
}





.contact-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 35px;
    flex-wrap: wrap;
}

.contact-form-wrapper {
    width: 78%;
    background: #1C1B29;
    padding: 29px;
    border-radius: 10px;
}

#footer {
    background: #111111;
    color: #fff;
    font-size: 14px;
    padding: 61px 0 5px;
}

.run_gpu-text {
    margin-bottom: 30px;
}

#hero h2 {
    color: #fff;
    margin: 0;
    font-size: 30px;
}

p.normal-text {
    margin: 86px 0 16px;
}
.nav-link{
    border: none;
}

}

@media (max-width: 768px) {
    .ft_paymnt {
    margin: 10px 0px;
}
 .princple_list ul {
    padding-left: 0;
}
.order_1{
    order:1;
}    
.order_2{
    order:2;
} 
#hero h1 {
    font-size: 39px;
    
}
.slider-img {
    display: none;
}
body .count-box:before {
    
    right: 0;
    
}
.services:after{
    width:100%;
}
.list_line {
 
     background-color: #263344; 
}
  #hero h2 {
    font-size: 23px !important;
    font-weight: 700;
    font-family: 'Poppins';
}

#hero .carousel-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 82px;
    left: 30px !important;
    right: 30px !important;
}

#hero .btn-get-started-gpus{
    padding: 13px 16px !important;
}



.box {

    padding: 0px 14px 19px !important;
 
}

.amount .price_new_1 {
    font-size: 28px !important;
}

.about {
 
    padding: 20px 0 !important;
}

.pricing-section-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px !important;;
    flex-wrap: wrap !important;;
}

.section-tagline h3 {
    font-size: 33px !important;
}

.section-tagline h2 {
    font-size: 33px !important;
}
.run_gpu-text h3 {
    color: #fff;
    font-size: 26px !important;
    
}
.run_gpu-text h2 {
    color: #fff;
    font-size: 26px !important;
    
}

.scale-text h3 {

    font-size: 25px !important;

}
.scale-text h2 {

    font-size: 25px !important;

}


.scale-text p {
    font-size: 18px !important;;

}

.top-price-sec {
    padding: 17px !important;

}
.count-box h3 {
    font-size: 20px !important;
    
}

.counts .count-box {
    padding: 20px !important;;
    
}

.order_1 {
    order: 1;
}

.order_2 {
    order: 2;
}

.run_gpu-text p {
    font-size: 18px;
    color: #ddd;
}

.run_gpu-text ul li p {
    font-size: 16px;
    margin-bottom: 0;
}

.scale-text {
    margin-right: 0px;
}

.icon-box {
    text-align: center;
}

}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}



@media (max-width: 575px) {
  .col-lg-3  .rendr_steps:before {
    right: 0px;
}
.col-lg-3 .rendr_steps:after {
     
    right: 0px;
     
}
  .col-lg-4  .rendr_steps:before {
    right: 0px;
}
.col-lg-4 .rendr_steps:after {
     
    right: 0px;
     
}
.col-lg-3 .rendr_steps {
    margin:10px 0px;
    min-height: 225px;
}
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
  #hero h1 {
    font-size: 36px;
   
}
 #hero .slider-img {
    display: none;
}
.count-box:before {
    right: 0;
}
.services:after {
    display:none;
}
}
@media (max-width: 400px) {
      #hero h1 {
    font-size: 32px;
   
}
}
.box a.buy-btn:hover {
    background: #233d98;
    border: 1px solid #233d98;
}
.box a.buy-btn:hover {
    background: #233d98;
    border: 1px solid #233d98;
}

.new-contact-form .btn-submit:hover {
    background: #fff;
    color: #233d98;
}
.ct_box:hover {
    border: 1px solid #cccccc63;
    background: #1a2736;
}