@import 'colors';


/* software-details */
#software-details {
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.software-section{
  padding: 15px 12px 15px 12px;
  border-radius: 20px;
}
.software-section h1{
  color: #EBBA58;
  font-size:35px;
}
.info .btn{
padding:10px 15px 10px 15px;
}
.info .btn1{
  background: #5792ED;
  color: #fff;
}
.info .btn2{
  background: #000;
  color: #fff;
}
.info .btn:hover{
  background: #fff;
  color: #000;
}
.project-img img{
  width:100%;
  height:250px;
  /* object-fit: contain; */
  border-radius: 20px;

}
.tech-used img{
  width:80px;
  height:80px;
  border-radius: 50px;
}

/* cost-estimator */
.btn{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  font-size: 15px;
  padding: 12px;
  font-weight:bolder;
}
#cost{
  width: 100%;
  height: 100%;
  margin-top: 100px;
  margin-bottom: 100px; 
    color: #fff;
}
.pill{
  justify-content:center;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin:20px 0px 10px 0px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.281);
}
#cost .cost-tabs .nav-pills {
    overflow: hidden;
}
#cost .cost-tabs .nav-pills .nav-link {
    border-bottom: 5px solid rgb(110, 110, 110);
    margin-left: 10px;
    color: rgb(110, 110, 110);
    font-weight: 500;
    width: 60px;
    justify-content: center;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#cost .cost-tabs .nav-pills a.active {
    border-bottom: 5px solid #55c57a;
    color: transparent;
}
#cost .cost-tabs .nav-pills a.focus {
    border-bottom: 5px solid #55c57a;
    color: transparent;
}

#cost .cost-tabs .nav-link:hover {
    color: #55c57a
}

#cost .cost-tabs .nav-pills .nav-link.active {
    color: rgb(29, 29, 29);
    background-color: transparent;
    font-weight: 600;
}
#headings1{
  font-size: 50px;
  color: rgba(255, 255, 255, 0.288);
  font-family: 'Poppins', sans-serif;
  font-weight:bolder;
  text-align: center;
}
.contact-field{
  margin-top: 40px;
  background: #EBBA58;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.headings2{
  font-size: 60px;
  color: rgba(255, 255, 255, 0.288);
  font-family: 'Poppins', sans-serif;
  font-weight:bolder;
}

#cost #form .input{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px;
     /* margin: 5px; */
}
#cost #form .form-field{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px;
}
#cost #form input{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 40px;
    font-size: 15px;
    padding: 15px;
    margin-bottom:10px;
    color: #fff;
    border: none;
    background: #000;
}

#cost #form .form-label{
  font-size: 20px;
  font-weight:900;  
}

#Amount{
  font-size: 80px;
  color: rgba(255, 255, 255, 0.288);
  font-family: 'Poppins', sans-serif;
  font-weight:bolder;
  text-align: center;
}
.amount{
  font-size: 80px;
  color: rgba(255, 255, 255, 0.288);
  font-family: 'Poppins', sans-serif;
  font-weight:bolder;
  text-align: center;
}
.top-heading{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    text-align: center; 
    color: #fff;
    font-weight:bold;
}
.top-heading h2{
  font-size: 30px;
  text-align: center;
  padding: 0;
  color: rgba(255, 255, 255, 0.288);

}
/* Yes & No radio buttons */
.select{
  visibility: hidden;
  display:none;
}
.select.active{
  visibility: visible;
  display:flex;
}

.form-check .custom-radio {
    justify-content:center;
    border: 2px solid #fff;
    cursor: pointer;
    background: transparent;
  }

.form-check .custom-radio:checked {
    border: 2px solid rgb(68, 68, 68);
    background: #fff;
    padding: 5px;
    opacity: 1;
    transform: scale(1);
  }
  
  .form-check .form-check-label{
    cursor: pointer;
    font-size: 15px;
  }
  .form-check .custom-radio:before {
    background: transparent;
    border: 2px solid #fff;
  }
  
  .form-check .custom-radio:after {
    background: #fff;
    padding: 5px;
    border: 2px solid rgb(68, 68, 68);
  }
  .form-check .custom-check {
    justify-content:center;
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50px;
    background: transparent;
  }
  /* .form-check .custom-check:checked {
    background: #000;
    border: 2px solid #fff;
    padding: 5px;
    border: 2px solid #fff;
  } */
  .date-section{
    padding: 5px;
    display:flex;
    object-fit: cover;
    justify-content:center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .date-section input{
    display:flex;
    object-fit: cover;
    justify-content:center;
    border: 1px solid rgb(176, 176, 176);
    border-radius: 50px;
    width: 50%;
    padding: 12px;
    text-align: center;
  }
small{
  color: #EBBA58;
}

/* Portfolio */
#job-section{
  padding: 100px 0 90px 0;
  width: 100%;
  height: auto;  
}

#job-section .pill{
  color: #fff;
  justify-content:center;
  align-items: center;
  text-align: center;
  padding: 10px;
  margin:10px 0px 10px 0px;
  box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.281);
}
#job-section .portfolio-tabs .nav-pills {
  overflow: hidden;
  color: #fff;
}
#job-section .portfolio-tabs .nav-pills .nav-link {
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  background: transparent;
  padding: 12px;
  /* font-weight: bold; */
}

#job-section .portfolio-tabs .nav-pills a.active {
  border-bottom: 3px solid #EBBA58;
  color: #EBBA58;
  font-weight: 900;
}
#job-section .portfolio-tabs .nav-pills a.focus {
  border-bottom: 3px solid #EBBA58;
  color: #EBBA58;
  font-weight: 900;
}

#job-section .portfolio-tabs .nav-link:hover {
  color: #EBBA58;
  font-weight: bolder;
}

#job-section .portfolio-tabs .nav-pills .nav-link.active {
  color: #EBBA58;
  background-color: transparent;
  font-weight: 900;
}

#job-section .portfolio-img img{
  width: 100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 25px;
}

#job-section .portfolio-img .example-image-link{
  width:500px;
  height: 500px;
}
#cost .social-icons ul li {
  display: inline-block;
  list-style-type: none;
  text-decoration: none;
}

#cost .social-icons h4{
  font-size: 20px;
font-weight: 700;
  color: #EBBA58;
}

#cost .social-icons i {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

#cost .social-icons i:hover {
  list-style-type: none;
  text-decoration: none;
  z-index: 999;
  margin: 0;
  padding: 0;
  color: #EBBA58;
}

  @media (max-width: 900px) {
    #headings1{
      font-size: 20px;
    }

    #cost #form .form-label{
      font-size: 12px;
      font-weight:900;  
    }

  #cost #form .form-field{
      padding: 10px;
      margin: 3px;
    }
  #Amount{
    font-size: 40px;
    justify-content: center;
  }
  .amount{
    font-size: 40px;
    justify-content: center;
  }
  .top-heading{
     padding-left: 20px;
  }
  .top-heading h2{
    font-size: 14px;
    text-align: center;
  }
  .top-heading .thanks{
    font-size:15px;
    text-align: left;
  }

  .flatpickr{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #cost .btn-next{
    font-size: 12px;
  }

  .form-check .form-check-label{
    cursor: pointer;
    font-size: 13px;
    text-align: left;
  }
  .form-check .custom-radio {
    justify-content:start;
    border: 2px solid #fff;
    cursor: pointer;
    background: transparent;
  }
  small{
    font-size: 12px;
  }
  .software-section h1{
    font-size:20px;
  }
  .info .btn1{
    font-size: 12px;
  }
  .info .btn2{
    font-size: 12px;
  }
  .project-img img{
    width:100%;
    height:300px;
    object-fit: contain;
    border-radius: 20px;
  }
  .tech-used img{
    width:30px;
    height:30px;
  }
  .software-section ol li{
    font-size: 13px;
  }
  .software-section p{
    font-size: 12px;

  }
  .software-section h5{
    font-size: 15px;
  }

  /* portfolio */
 #job-section .headings2{
    font-size: 20px;
  }
  #job-section p{
    font-size: 15px;
  }
  #job-section .pill{
    color: #fff;
  justify-content:start;
  padding: 0;
  margin: 0;
 }
  #job-section .portfolio-tabs .nav-pills .nav-link {
    font-size: 12px;
    padding: 4px;
    justify-content:start;
  }
  #job-section .portfolio-img img{
    object-fit:contain;
    margin-bottom:10px;
    width: 100%;
    height: auto;
  }
  #cost .social-icons h4{
    font-size: 16px;
  }
  #cost .social-icons {
    margin-left: 0;
  }
  #cost .social-icons i {
    font-size: 16px;
  }
}