/* Fonts */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff'), url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.eot');
  src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin.woff2') format('woff2'), url('../fonts/Roboto-Thin.woff') format('woff'), url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.eot');
  src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root{
  --color-white: #ffffff;
  --color-black: #000000;
  --color-text: #1d2c3b;
  --color-primary: #c5d4e3;
  --color-bg-primary: #f0f0f0;
  --dell-blue: #0672cb;
  --dell-purple: #66278f;
  --dell-purple-hover: #5e1889;
}
body {
  font-family: "Roboto";
}

h2{
  font-size: 4.4rem;
  color: var(--dell-blue);
  font-weight: 500;
  margin: 0;
  padding-bottom: 1.5rem;
  line-height: 4.6rem;
}
h3{
  font-size: 3.5rem;
  color: var(--color-black);
  font-weight: 500;
  margin: 0;
  padding-bottom: 1rem;
  line-height: 3.6rem;
}
p {
  font-size: 1.375rem;
  color: var(--color-text);
  font-weight: normal;
  margin-bottom: .5rem;
  padding: 0;
  line-height: 1.5rem;
}
p:only-child, p:last-child, p:last-of-type {
  margin-bottom: 0;
}
a {
    color: var(--dell-blue);
    text-decoration: underline;
}

/* ========= HEADER ======== */
header {
  background: var(--color-primary);
  border-bottom: 1px solid #98a3ae;
  padding: 25px 25px;
  box-sizing: border-box;
}
.wrapper {
  max-width: 1730px;
  margin: 0 auto;
}  
.logo-end > [class]:last-child {
  border-left: 1px solid var(--color-black);
}
.logo-end p {
  font-size: .9rem;
  line-height: 1;
  color: var(--color-black);
}
.logo-end a {
  font-size: .9rem;
  line-height: 1;
  color: var(--dell-blue);
}
/* ====== */
/* ========= HERO ======== */
.hero-section {
  /* background:  url('../images/banner-img.png') left bottom no-repeat, url('../images/banner.png') center bottom/cover no-repeat, var(--color-primary); */
  background:  url('../images/banner.png') center bottom/cover no-repeat, var(--color-primary);
  padding: 70px 0 0;
}
.form-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    max-width: 580px;
    padding: 1.8rem;
}

@media (min-width: 1600px) {
    .form-card {
        padding: 2.5rem;
    }
}

.form-control, .form-select {
    padding: 0.875rem 1rem;
    border: 1px solid #f0f0f0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    font-size: 1.25rem;
    color: var(--color-text);
    line-height: 1;
}

.form-control:focus, .form-select:focus {
    border-color: #90caf9;
    box-shadow: 0 0 0 0.25rem rgba(144, 202, 249, 0.25);
}

.opt-in-text {
    font-size: 13px;
    line-height: 1.6;
    color: #4a4a4a;
}

.opt-in-text a {
    color: var(--dell-blue);
    text-decoration: none;
    
}

.opt-in-text a:hover {
    text-decoration: underline;
}

.form-check-input:checked {
    background-color: var(--dell-purple);
    border-color: var(--dell-purple);
}

.btn-custom-wrapper {
    position: relative;
    display: inline-block;
    margin-top: 1.5rem;
}

.btn-shadow {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 100%;
    height: 100%;
    background: black;
    border-radius: 2px;
    z-index: 0;
}

.btn-cta {
    color: white;
    border: none;
    font-weight: bold;
    font-size: 1.375rem;
    border-radius: 2px;
    position: relative;
    padding: .75rem 1.5rem;
    z-index: 1;
    background-color: var(--dell-purple);
    border: 1px solid var(--color-black);
    transition: all 0.2s;
    text-decoration: none;
    line-height: 1;
}

.btn-cta:hover {
    background-color: var(--dell-blue);
    color: var(--color-white);
}

.btn-cta:active {
    transform: translate(2px, 2px);
}
.form-check label {
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.opt-in-text p {
  font-size: 14px;
  line-height: 18px;
}
.fs-20 {
  font-size: 1.25rem;
  line-height: 1.3rem;
}
.form-card h4 {
  font-size: 2.3rem;
  line-height: 2.35rem;
  color: var(--color-black);
  font-weight: 500;
}
.success-message {
  display: none;
  text-align: center;
  padding: 2rem 0;
}
.success-icon {
  width: 64px;
  height: 64px;
  background: #e8f5e9;
  color: #2e7d32;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}
/* ===== */

/* ======== main ======== */
main {
  background: var(--color-bg-primary);
}
/* ======== Tabbing ======== */
.tab-header h3 {
  padding-bottom: 0;
}
.section-tab {
  padding-top: 70px;
}
.nav-tabs-header {
  background: var(--color-white);
  border-radius: 15px;
}
.nav-tabs-header .nav-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: none;
}
.nav-tabs-header .nav-tabs li{
  flex: 1 1 auto;
}
.nav-tabs-header .nav-tabs li .nav-link {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: normal;
  width: 100%;
  color: #1d1d1d;
  background-color: var(--color-bg-primary);
  border-radius: 12px;
  padding: 1.1rem 1rem;
}
.nav-tabs-header .nav-tabs li .nav-link.active {
  background-color: var(--dell-blue);
  color: var(--color-white);
}
.product-card:not(:first-child):not(:only-child) {
  margin-top: 100px;
}


.product-description {
  position: relative;
}
.product-description:after {
  display: block;
  content: '';
  width: 45px;
  height: 12px;
  background-color: var(--dell-blue);
  margin-top: 30px;
}
.product-title{
  font-size: 3.125rem;
  color: var(--dell-blue);
  font-weight: 500;
  margin: 0;
  padding-bottom: 1.3rem;
  line-height: 3.2rem;
}
.product-feature{
  font-size: 2rem;
  color: var(--color-black);
  font-weight: 500;
  margin: 0;
  padding-bottom: .75rem;
  line-height: 2.2rem;
}
.product-card h5 {
  font-size: 1.625rem;
  color: var(--color-black);
  font-weight: 500;
  margin: 0;
  padding-bottom: .9rem;
  line-height: 1.7rem;
}
.item-detail {
  max-width: 85%;
  margin-inline: auto;
}
.product-img {
  text-align: center;
}
/* ===== */

/* ======== Test your tech IQ! ======== */
.tech-iq-block, .tech-iq-block * :not(.btn-shadow){
  position: relative;
}
.tech-iq-block::before {
  content: '';
  width: 80%;
  height: 93%;
  bottom: 0;
  left: 0;
  position: absolute;
  background: url('../images/img01.png') no-repeat left bottom, var(--dell-blue);

}

.tech-description h2, .tech-description p {
  color: var(--color-white);
}

.separator::after {
  content: '';
  position: relative;
  width: 46px;
  height: 12px;
  background-color: #0c2055;
  margin: 0 auto;
  display: block;
  pointer-events: none;
}

.me-n3 {
  position: relative;
  right: -3.2%;
}
/* ======== Scale your potential with a ======== */
.scale {
  background: url('../images/footer-bg.png') no-repeat center/cover;
}
.scale-main {
  background: url('../images/img01.png') no-repeat left top, #0c2055;
}
.scale-main {
  padding-block: 90px 70px;
}
.scale-main h4{
  font-size: 3.125rem;
  color: var(--color-white);
  font-weight: 500;
  margin: 0;
  padding-bottom: .5rem;
  line-height: 3.2rem;
}
.scale-main .btn-shadow{
  background: #40586d;
}
/* ======== FOOTER ======== */
footer {
  background: var(--color-bg-primary);
}
footer p{
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-black);
}




/* modal */

label.error {
    color: red;
    font-size: 12px !important;
}
.form-check.position-relative > label.error {
    position: absolute;
    top: -21px;
    left: 0;
}
.btn-close {
    position: absolute;
    right: 10px;
}
.modal-body p.product-feature {
	font-size: 1.5rem;
	line-height: 1.8rem;
}

/* ========  RESPONSIVE MEDIA  ========  */

@media only screen and (max-width: 1600px) {
  .me-n3 {
    right: 0;
  }
  .logo-start {
    max-width: 270px;
  }
}

/* Scale :: 125% */
@media only screen and (max-width: 1536px) {
  header {
    padding: 15px 25px;
  }
  .hero-section {
    padding: 50px 0 0;
  }
  .form-card h4 {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .form-control, .form-select {
    padding: 0.7rem 1rem;
    font-size: 1.2rem;
  }
  .section-tab {
    padding-top: 60px;
  }
  h2{
  font-size: 4rem;
  line-height: 4.1rem;
  }
  h3 {
    font-size: 3rem;
    line-height: 3.1rem;
  }
  p {
    font-size: 1.25rem;
    line-height: 1.45rem;
  }
  .nav-tabs-header .nav-tabs li .nav-link {
    font-size: 1.25rem;
    padding: .9rem .8rem;
  }
  .product-title {
    font-size: 2.875rem;
    line-height: 2.9rem;
  }
  .product-feature {
    font-size: 1.75rem;
    line-height: 1.85rem;
  }
  .product-card h5 {
    font-size: 1.425rem;
    padding-bottom: 0.5rem;
    line-height: 1.6rem;
  }
  .btn-cta {
    font-size: 1.25rem;
    padding: .7rem 1.3rem;
    line-height: 1;
  }
  .scale-main h4 {
    font-size: 2.875rem;
    line-height: 2.95rem;
  }
  footer p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1400px) {
  /*.container-xl-fluid {
    min-width: 100%;
  }*/
}
/* Scale :: 150% */
@media only screen and (max-width: 1280px) {
  .logo-end p, .logo-end a {
    font-size: .7rem;
  }
   .hero-section {
    padding: 40px 0 0;
  }
  .form-card h4 {
    font-size: 1.625rem;
    line-height: 1.8rem;
  }
  .form-control, .form-select {
    padding: 0.5rem .75rem;
    font-size: 1rem;
  }
  .fs-20, .form-check label {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .form-check-input {
    width: .9em;
    height: .9em;
  }
  .form-check-input[type=checkbox] {
    border-radius: 0.2em;
  }
  .btn-custom-wrapper {
    margin-top: 1rem;
  }
  .opt-in-text p {
    font-size: .8rem;
    line-height: 1rem;
  }
  h3 {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 3.6rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .nav-tabs-header .nav-tabs li .nav-link {
    font-size: 1rem;
    padding: .7rem .8rem;
    border-radius: 8px
  }
  .product-title {
    font-size: 2.25rem;
    line-height: 2.3rem;
    padding-bottom: 1rem;
  }
  .product-feature {
    font-size: 1.25rem;
    line-height: 1.3rem;
    padding-bottom: .5rem;
  }
  .product-card h5 {
    font-size: 1.125rem;
    line-height: 1.35rem;
  }
  .product-card:not(:first-child):not(:only-child) {
    margin-top: 50px;
  }
  .scale-main h4 {
    font-size: 2.25rem;
    line-height: 2.3rem;
  }
  .scale-main {
    padding-block: 80px 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .separator::after, .product-description:after {
    width: 30px;
    height: 8px;
  }
  .product-description:after {
    margin-top: 20px;
  }
  h2 {
    font-size: 3.3rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 991px) {
  .form-card {
    margin-inline: auto;
  }
   .tech-iq-block::before {
    content: none;
    display: none;
  }
  .tech-iq {
    background: var(--dell-blue);
  }
  .tech-iq {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .form-card h4 {
    font-size: 1.25rem;
    line-height: 1.35rem;
  }
  .btn-cta {
    font-size: 1rem;
  }
  h3 {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.2rem;
    padding-bottom: 1.2rem;
  }
  .product-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
    padding-bottom: .8rem;
  }
  .product-feature {
    font-size: 1.125rem;
    line-height: 1.3rem;
  }
}

@media only screen and (min-width: 460px) and (max-width:767px){
  .nav-tabs-header .nav-tabs li {
    min-width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .form-card {
    max-width: 100%;
  }
  .logo-start {
    max-width: 230px;
    margin: 0 auto;
  }
  
  .product-card:not(:only-child),.product-card:first-child {
    margin-top: 35px;
  }
   .section-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .tech-iq {
    padding-top: 50px;
  }
  
}

@media only screen and (max-width: 675px) {
  .form-card {
    padding: 1.2rem;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }
  h2 {
    font-size: 2rem;
    line-height: 2.2rem;
    padding-bottom: 1rem;
  }
  .scale-main h4 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  .column-intel {
    min-width: 75%;
  }

}