.btn-secondary {
  padding-inline: 30px;
  padding-block: 15px;
  border-radius: 10px;
  line-height: 1;
}
.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.title-div {
  border: solid 1px rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-inline: 20px;
  background: #fff;
  padding: 40px 80px;
  text-align: left;
  border-radius: 12px;
  margin-bottom: 40px;
}
.services .block {
  padding: 24px;
  background: #efebeb;
  border-radius: 12px;
  position: relative;
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
.services .block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 145px;
  top: 0px;
  left: 0px;
  z-index: -1;
}
.services .block.block-1:before {
  background: #28e7cf;
}

.services .block.block-2:before {
  background: #595959;
}
section.cors-section h2 {
  color: #28e7cf;
  font-size: 48px;
}
section.cors-section h3 {
  color: #fff;
  font-size: 32px;
}

section.cors-section h4 {
  color: #28e7cf;
  font-size: 24px;
}
section.cors-section p {
  color: #fff;
}

section.cors-section {
  background: rgba(0, 0, 0, 0.85);
  padding-block: 50px;
  margin-bottom: 50px;
}
section.dev-section h3 {
  font-size: 48px;
  font-weight: 600;
}
section.dev-section h4 {
  font-size: 32px;
  color: #638ec5;
}
section.dev-section h6 {
  font-size: 24px;
  margin-top: 18px;
  font-weight: 600;
}

.contact_card {
  padding: 40px;
  border: solid 1px #595959;
  border-radius: 40px;
  height: 100%;
}

.contact_card1 {
    background-color: #595959;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_card2 {
  background-color: #28e7cf;
}

.contact_card1 h3 {
  color: #fff;
}

.contact_card1 a {
  color: #28e7cf ;
  text-decoration-line: none;
  font-size: 24px;
}

.contact_card2 h3 {
  color: #595959 !important;
}
.services .block > div:last-child p {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-bottom: 10px;
}
.services .block > div:last-child {
  width: 60%;
}
section.services {
  padding-top: 150px;
}
section.services h1 {
  margin-bottom: 30px;
}
section.hero {
  background: url("assets/heroBg.svg") no-repeat;
  background-position: top;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 350px;
}
section.hero * {
  color: #fff;
}
header {
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}
header nav.navbar {
  background: #212121;
  padding: 10px;
  border-radius: 14px;
}
header nav.navbar .nav-item a.nav-link {
  color: #fff;
}
header nav.navbar .nav-item a.nav-link.active {
  color: #ffffff77;
}
section.hero .row {
  justify-content: flex-end;
}
section.hero p {
  font-size: 24px;
}
section.hero h3 {
  font-size: 60px;
  font-weight: 400;
}
header a.navbar-brand {
  max-width: 250px;
}

.contact_card1 a.number {
    color: rgba(0,0,0,0.35);
    font-weight: 600;
}
section.dev-section img.img-fluid {
    width: 100%;
}
section.contact_section {
    padding-top: 100px;
}
@media (max-width: 991px){
    section.services {
        padding-top: 40px;
    }
    section.services .row {
        gap: 10px;
    }
    section.contact_section .row {
        gap: 10px;
    }
    header nav.navbar .navbar-collapse {
        position: absolute;
        background: #212121;
        width: 100%;
        left: 0px;
        top: 110%;
        padding: 10px 12px;
        border-radius: 10px;
    }
    header nav.navbar button.navbar-toggler {
        order: 3;
    }
    header nav.navbar a.navbar-brand {
        order: 2;
    }
    section.contact_section {
        padding-top: 30px;
    }
}
@media (max-width: 575px){
    section.hero {
        padding-top: 170px;
    }
    section.hero p {
        font-size: 18px;
    }
    section.hero h3 {
        font-size: 35px;
     }
     header nav.navbar > button.btn-secondary.btn {
        display: none;
    }
    header a.navbar-brand {
        max-width: 150px;
        margin: 0px;
    }
    .title-div {
        padding: 24px;
    }
    section.services button.btn-secondary.btn {
        padding-inline: 26px;
    }
    .services .block > div:last-child {
        width: 100%;
    }
    section.contact_section .contact_card {
        padding: 12px;
        border-radius: 18px;
    }
    section.contact_section .contact_card h3 {
        font-size: 18px;
    }
    section.contact_section .contact_card a {
        font-size: 16px;
    }
    .contact_card1 {
        gap: 20px;
    }
    
}

.premium-service{
  background-color: #595959;
  padding-block: 20px;
}

.premium-service .container p{
  color: #fff;
}

.premium-service ol li{
  color: #fff;
  margin-left: 20px;
}

.premium-service ol li::before {
  content: "";
  width: 20px;
  display: inline-block;
}

.premium-service .container p b{
  color: #28e7cf;
}

.nav-link{
  color: #fff !important;
}

.nav-link:hover{
  color: #595959 !important;
}

