:root {
    --primary-color: #243B55;
    --secondary-color: #141E30;
    --accent-color: #FF6F61;
    --light-color: #f8f9fa;
    --dark-color: #1A1A2E;
    --white-color: #ffffff;
    --text-color: #ffffff;
    --bg-primary:#2A2344 !important;
    --bg-secondary:#19142A;
    --button-color:#716BD5;
    --bs-nav-link-font-size:18px !important;
    --font-size-18:18px !important;
    --font-size-20:20px !important;
    --font-size-22:22px !important;
    --font-size-24:24px !important;
    --font-size-28:28px !important;
    --font-size-30:30px !important;
    --font-size-57:57px !important;
    --font-size-60:60px !important;
    --font-size-62:62px !important;
    --font-size-65:65px !important;
    --font-size-71:71px !important;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.bg-primary{
    background-color: var(--bg-primary)!important;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
h1{
    font-size: var(--font-size-62) ;
}
h2{
    font-size: var(--font-size-65) ;
}
h3{
    font-size: var(--font-size-57) ;
}
.h3{
    font-size: var(--font-size-57) ;
}

header {
    background: linear-gradient(45deg, #141E30, #243B55);
    color: white;
    padding-top:40px;
}
header .navbar-brand img {
    width: 50px;
}
.hero-image {
    margin-top: -120px;
}
.btn-with-play span {
    margin-left: 20px;
}
.hero-section-top .py-5, .hero-section-top{
    padding-bottom: 0px!important;
}
.navbar-nav .nav-link {
    color: white !important;
}
.navbar-nav .btn-primary {
    background-color: #FF6F61;
    border: none;
}
.navbar-nav .nav-link{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.button-style {
    border-radius: 0!important;
    background-color: var(--button-color) !important;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: medium;
}
.button-style-outline{
    background-color: transparent; !important;
    border: 1px solid #FFFFFF;
    border-radius: 0!important;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.button-style-outline.active{
     border-radius: 0!important;
    background-color: var(--button-color) !important;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: medium;
}
.filter-btn {
    margin-right: 20px;
}
.btn-extra-padding{
    padding: 12px 100px;
}
.btn.button-style-outline:hover{
     background-color: #716bd5;
     border: 1px solid #716bd5;
}
.lead{
    font-size: var(--font-size-20);
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.little-intro {
    font-size: var(--font-size-18);
    margin-top: 35px;
    margin-bottom: 45px;
}
.tal{
    text-align: left !important;
}
.navbar-expand-lg .navbar-nav .nav-link{
    paddding-right :0px !important;
}
.navbar-nav li.nav-item {
    margin-right: 52px;
}
.navbar-nav li.nav-item:last-child{
    margin-right: 0px;
    }
.navbar-nav li.nav-item:last-child a{
    font-family: "Poppins", sans-serif;
    padding: 12px 30px;
}
/*.hero-section-top{
    margin-top:52px;
}*/

section {
    padding: 50px 0;
}
section h2 {
    font-size: 36px;
    margin-bottom: 20px;
}
section p {
    font-size: 18px;
}
section#services {
    background-color: #f8f9fa;
    color: #fff;
}

section#process .row {
    justify-content: center;
}
section#work .card {
    background-color: #243B55;
    color: white;
    border: none;
}
.work-for {
    border: 1px dashed #FFFFFF;
    border-radius: 0px 50px 0px 0px;
    padding-top: 50px;
    padding-bottom: 45px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.solid-border{
    border: 1px solid #FFFFFF !important;
}
.work-for h2{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}
.work-for p {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: var(--font-size-24);
}
.icon-sticky {
    position: absolute;
    top: -10%;
    left: 10%;
    background: #7E73D0;
    padding: 13px 13px;
    border-radius: 5px;
}
#about{
    background-color:var(--bg-secondary);
    color:var(--text-color);
}
#about h2 {
    margin-bottom: 30px;
}
#about {
    background-color: var(--bg-secondary);
    color: var(--text-color);
    padding: 100px 0;
}
#about p {
    font-style: italic;
    font-weight: 300;
}
img{
    max-width: 100%;
}
#services{
    background-color: var(--bg-primary) !important;
    padding:100px 0;
}
.m-t-100{
    margin-top: 100px;
}
#services p {
    font-size: 18px;
    padding-right: 40px;
}
#process {
    background-color: var(--bg-secondary) !important;
    padding: 100px 0;
    color: #fff;
}
#process h2, #work h2{
    margin-bottom: 55px;
}
.white-card{
    background-color:#fff;
}
.blue-card{
    background-color:#7E73D0;
    color: var(--white-color);
}
.card{
    border-radius: 0px;
    padding: 22px 10px 30px 10px;
}
#process .card .card-body p {
    font-size: 14px;
}
.card-body {
    padding: 0;
}
#process .card {
    height: 100%;
}
.card-title {
    margin-bottom: 28px;
}
#process .card .card-img-top {
    width: 61px;
    height: 61px;
    margin: auto;
    margin-bottom: 25px;
}
#process .card .card-title {
    margin-bottom: 28px;
    font-family: 'Poppins';
    font-weight: 600;
}
#work{
    background-color: var(--bg-primary) !important;
    padding: 100px 0;
    color: #fff;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.gallery-item {
    flex: 1 1 calc(32.333% - 20px);
    box-sizing: border-box;
    margin: 10px;
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.gallery-item.hidden {
    display: none;
}
.active {
    background-color: #007bff;
    color: white;
}
.contact-section {
    background-color: var(--bg-secondary) !important;
}
#contact-section {
    background-color: var(--bg-secondary) !important;
    color: #fff;
}
.contact-details h2,
.contact-form h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.contact-details p {
  margin-bottom: 20px;
}
.contact-details .info {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.contact-details .info {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.contact-details .info:last-child {
    margin-bottom: 0px;
}
.contact-details .info span {
  font-size: 1rem;
}
.contact-form .form-control {
  background-color: transparent;
  border: 1px solid #7E73D0;
  color: white;
}
.contact-form .btn-submit {
    background-color: #716BD5;
    border: none;
    color: white;
    padding: 10px 35px;
    font-size: 1rem;
    cursor: pointer;
}
.info span img {
    margin-right: 25px;
}
.info a {
    color: #fff;
    text-decoration: none;
}
.form-control::placeholder{
    color: #fff;
}
footer {
    background: #141E30;
    padding: 20px;
}
@media (max-width:576px){
    .btn-extra-padding {
    padding: 12px 55px;
}
#process .col{
    flex: 0 0 auto;
    margin-bottom: 30px;
}
}
@media (min-width:576.09px) and (max-width:767.9px){
    .work-for {
    margin-bottom:50px;
}
#process .col {
    flex: 0 0 50%;
    margin-bottom: 30px;
}
}
@media (min-width:768px) and (max-width:992.9px){

#process .col {
    flex: 0 0 33.333%;
    margin-bottom: 30px;
}
}

