@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #313131 !important;
}
.navbar_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  background-color: #1c1c1c;
}
.navbar ul li a {
  font-size: 20px;
  font-weight: 600;
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  cursor: pointer;
}
.navbar-toggler {
 background: #757474 !important;
}

.logo {
  height: 45px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_link{
  padding: 0px 100px 0px 100px;
}
.feat_link {
  color: #ebac51 !important;
}
.link_color {
  color: #fff !important;
}
.job_cost {
  display: flex;
  justify-content: space-between;
}
.rightNav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.en-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 29px;
  height: fit-content;
  margin-top: 5px;
  border-radius: 5px;
}
.btn-1 {
  background-color: #ebac51;
  color: #ffffff;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
}
.btn-1:hover {
  background: transparent;
  color: #000;
  border: 1px solid #ffffff;
}
.btn-2 {
  background-color: transparent;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
  border: 1px solid #ffffff;
}
.btn-2:hover {
  background: #ebac51;
  color: #000;
  border: none;
}
.btn-1:hover a {
  color: #ffffff;
}
.btn-1 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.btn-2:hover a {
  color: #000;
}
.btn-2 a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
/* Navbar end */
/* Header section */
.Header {
  padding-top: 130px;
}

.heading {
  color: #ffffff;
}
.heading h1 {
  font-weight: 700;
}
.first-row {
  padding-top: 60px;
}
.card-div {
  width: 100%;
  background: #1c1c1c;
  border-radius: 9.51219px;

}
.cpu-div {
  width: 70%;
  height: 40px;
  margin: auto;
  font-weight: 800;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #ebac51;
  box-shadow: 0px 3px 15px rgba(235, 172, 81, 0.6);
  border-radius: 12px;
  transform: translateY(-18px);
}
.card-heading h5 {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.digit {
  color: #ebac51;
  text-align: center;
}
.number{
  font-weight: 700;
}
.cine {
  font-weight: 400;
  font-size: 30px;
}
.divide {
  color: #ffffff;
  text-align: center;
}
.ram {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.cost {
  text-align: center;
}
.cost-btn {
  width: 90%;
  height: 33px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #FFFFFF;
border-radius: 34px;
font-weight: 500;
margin-bottom: 20px;
font-size: 15px;
}
.cost-btn:hover {
  background-color: #ebac51;
  color: #1c1c1c;
}
.contact {
  text-align: center;
}
.contact h2 {
  color: #ebac51;
  font-weight: 700;
}
.contact ul {
  width: 60%;
  margin: auto;
  list-style: none;
  padding-left: 0;
  text-align: justify;
  color: #ffffff;
  line-height: 35px;
}
.contact ul li:nth-child(1)::before {
  content: "";
  background-size: contain;
  display: inline-block;
  background-image: url(/img/Vector.png);
  width: 10px;
  height: 10px;
}
.contact ul li:nth-child(2)::before {
  content: "";
  background-size: contain;
  display: inline-block;
  background-image: url(/img/Vector.png);
  width: 10px;
  height: 10px;
}
.contact ul li:nth-child(3)::before {
  content: "";
  background-size: contain;
  display: inline-block;
  background-image: url(/img/Vector.png);
  width: 10px;
  height: 10px;
}
.contact ul li:nth-child(4)::before {
  content: "";
  background-size: contain;
  display: inline-block;
  background-image: url(/img/Vector.png);
  width: 10px;
  height: 10px;
}
.l-btn {
  margin-top: 40px;
}

/* Form-section */
.form-section {
 background-color: #1c1c1c;
 width: 70%;
 margin: 115px auto 68px auto;
 padding: 0px 15px 0px 25px;
border-radius: 9.51219px;
}
.side_bodr {
  border-right: 1px solid #ffffff;
}
.f-heading {
  padding-top: 28px;
  color: #ffffff;
  text-align: center;
}

.system {
  color: #ffffff;
}
.form-btn {
  display: flex;
  justify-content: end;
}
.form-btn a {
  text-decoration: none;
}
.gpu-btn {
  background: #EBAC51;
border-radius: 31px;
color: #000;
padding: 5px 8px 5px 8px;
font-weight: 500;
font-size: 15px;
}
.gpu-btn:hover {
  background: #313131;
  color: #FFFFFF;
  opacity: 0.3;
}
.cpu-btn {
  background: #313131;
border-radius: 31px;
color: #FFFFFF;
opacity: 0.3;
padding: 5px 8px 5px 8px;
font-weight: 500;
font-size: 15px;
}
.cpu-btn:hover {
  background: #EBAC51;
color: #000;
opacity: 1;
}


#brands {
  background: #313131;
  border-radius: 6px;
  color: #FFFFFF;
opacity: 0.3;
padding: 6px 6px;
}
.d-input {
  display: grid;
}
.d-input label {
  color: #ffffff;
}
.frame-txt {
  color: #ffffff;
  padding-top: 25px;
  font-weight: 700;
}
.time-input label {
  color: #ffffff;
}
.time-input input {
  width: 100%;
  background: #313131;
  border-radius: 6px;
  color: #FFFFFF;
opacity: 0.3;
padding: 6px 6px;

}
.addition {
  color: #ffffff;
  padding-top: 25px;
  font-weight: 700;
}
.numbr_row {
  padding-bottom: 60px;
}
.total_div {
  padding: 25px 15px 0px 15px;
}

.render_time {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding-top: 25px;
}
.flsh_render {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.project_cost {
  padding-top: 40px;
}
.project_cost h6 {
  font-size: 19px;
  font-weight: 700;
}
.job_cost {
  padding-top: 28px;
  font-size: 18px;
}
.credits-div {
  width: 95%;
  margin: auto;
  padding-top: 55px;
}
.credits_btn {
  background-color: #ebac51;
  width: 100%;
  height: 40px;
  border-radius: 34px;
  border: none;
  font-size: 19px;
  font-weight: 600;
}

/* Footer  */
.home_section_footer {
  background-color: #1c1c1c;
  margin-top: 90px;
}
.footr-container {
  display: flex;
  padding-top: 30px;
}
.fotr_first_div {
  display: flex;
}
.fotr_logo_txt {
  display: flex;
}

.fotr_logo img {
  width: 100%;
  height: 38px;
}
.fotr_render_txt {
  padding-left: 206px;
  color: #ffffff;
  line-height: 28px;
}
.fotr-intr-txt {
  color: #ffffff;
  padding-left: 100px;
}
.fotr-intr-txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_second_div {
  display: flex;
  /* padding-left: 35px; */
}
.fotr_txt_1 {
  display: flex;
}
.footr_policy_txt {
  padding-left: 100px;
  color: #ffffff;
}
.footr_policy_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_compny_txt {
  padding-left: 100px;
  color: #ffffff;
}
.fotr_compny_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_btns {
  padding-left: 150px;
}
.f-log {
  margin-left: 15px;
}
.rights_div {
  display: flex;
  justify-content: space-between;
}
.rights_txt p {
  color: #ffffff;
}

@media (max-width: 1477px) {
  .f-log {
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1366px) {
  .manage_container {
    max-width: 1480px !important;
  }
}
@media (max-width: 1366px){
  .price_link {
    padding: 0px 50px 0px 50px;
}
.fotr_first_div {
  display: flex;
}
.fotr_render_txt {
  padding-left: 0px;
  padding-top: 25px;
}
.fotr_logo_txt {
  display: block;
}
.fotr_logo {
  width: 70%;
}
.fotr-intr-txt {
  padding-left: 0px;
}
.fotr_second_div {
  padding-left: 55px;
}
.f-log {
  margin-left: 20px;
  margin-top: 0;
}
.fotr_btns {
  padding-left: 80px;
}
}
@media (max-width: 1199px) {

  .txt-side {
    width: fit-content;
    margin: auto;
  }
  .txt-side p br {
    display: none;
  }
  .footer-txt h4 {
    font-size: 21px;
  }
  .footer-txt ul {
    font-size: 16px;
  }
  .f-btns {
    display: block;
  }
  .bbtn {
    margin-top: 20px;
    margin-left: 0px;
  }
  .contact ul {
    width: 70%;
  }
  .cine {
    font-size: 26px;
  }
  .l-btn {
    margin-top: 32px;
  }
  .form-section {
    width: 78%;
  }
  .fotr_second_div {
    padding-left: 10px;
  }
  .footr_policy_txt {
    padding-left: 60px;
  }
  .fotr_compny_txt {
    padding-left: 60px;
  }
}
@media (max-width: 991px){
  .card-div {
    width: 70%;
    margin: auto;
  }
  .first-row {
    gap: 50px;
  }
  .form-section {
    width: 70%;
  }
  .price_link {
    padding: 0px 0px 0px 0px;
}
.fotr_first_div{
  display: flex;
}
.fotr_second_div {
  display: block;
}
.fotr_btns {
  padding-top: 75px;
}
.rights_div {
  padding-top: 30px;
}
.side_bodr {
  border-bottom: 1px solid #ffffff;
  border-right: none ;
}
.total_div {
  padding-bottom: 35px;
}
}
@media (max-width: 767px) {
  .f-btns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .bbtn {
    margin-top: 0px;
    margin-left: 20px;
  }
  .colm-m {
    margin-top: 35px !important;
  }
  .form-btn {
    justify-content: start;
}
}

@media (max-width: 576px) {
  .f-colmn {
    width: 50% !important;
    padding: 0px;
  }
  .b-colm {
    width: 100% !important;
  }
  .form-section {
    width: 80%;
  }
  .sml {
    margin-top: 15px;
  }
  .footr-container {
    display: block;
  }
  .fotr_first_div {
    display: flex;
    justify-content: space-around;
  }
  .fotr_txt_1 {
    justify-content: space-around;
  }
  .fotr_compny_txt {
    padding-left: 0;
    
  }
  .footr_policy_txt {
    padding-left: 0;
  
  }
  .fotr_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .f-log {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .f-sign {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_btns {
    padding-top: 15px;
  }
  .rights_div {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
  .render_time {
    display: block;
    text-align: center;
  }
  .render_time p {
    margin-bottom: 0;
  }
  .flsh_render {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
  .flsh_render p {
    margin-bottom: 0;
  }
}

@media (max-width: 415px) {
 
  .f-img img {
    width: 100px;
    height: auto;
  }
  .footer-txt h4 {
    font-size: 16px;
    font-weight: 800;
  }
  .render_txt h4 {
    font-size: 16px;
  }

  .f-btns {
    display: block;
  }
  .form-section {
    width: 100%;
  }
  .card-div {
    width: 100%;
  }
  .logo {
    height: 25px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_logo_txt {
    padding-left: 0;
  }
  .fotr-intr-txt {
    padding-left: 0;
  }
  .footr_policy_txt {
    margin-left: -32px;
  }
 
  .fotr_second_div {
    padding-left: 0;
  }
  .fotr_compny_txt {
    margin-left: -55px;
  }
  .credits_btn {
    font-size: 15px;
  }
  .credits-div {
    width: 90%;
  }
  
}
@media (max-width: 332px) {
  .job_cost {
    display: block;
    padding-top: 5px;
}
.job_cost p {
  margin-bottom: 0;
}
.project_cost {
  padding-top: 30px;
  text-align: center;
}
.credits-div {
  padding-top: 30px;
}
.project_cost h6 {
  padding-top: 15px;
}
  .fotr_compny_txt {
    margin-left: 0;
    padding-left: 10px;
   }
   .footr_policy_txt {
    padding-left: 10px;
   }
    .fotr_render_txt h5 {
      font-size: 14px;
    }
    .fotr_render_txt p {
      font-size: 10px;
    }
  
    .fotr-intr-txt h5 {
      font-size: 14px;
  
    }
    .fotr-intr-txt ul {
      font-size: 10px;
    }
    .footr_policy_txt h5 {
      font-size: 14px;
  
    }
    .footr_policy_txt ul {
      font-size: 10px;
    }
    .fotr_compny_txt h5 {
      font-size: 14px;
  
    }
    .fotr_compny_txt ul {
      font-size: 10px;
    }
    .f-log {
      width: 100px;
      height: 32px;
      border-radius: 20px;
    }
    .f-sign {
      width: 100px;
      height: 32px;
      border-radius: 20px;
  }
}
