*{
    font-family: Merriweather Sans,sans-serif;
}
.elevation{
    box-shadow: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
}

.icon-svg path {
    fill: #b01;
}

.icon-svg-2 path {
    fill: #fff;
}

.nav-text{
    color: #000;
    font-family: Merriweather Sans,sans-serif;
    font-weight: 500;
    text-transform: none;
}

.navbar-brand{
    font-size: 1.1em;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.dropdown-menu {
    height: auto !important;
    min-width: 300px !important;
    border-color: #333 !important;
    border-radius: 0px 8px 8px 8px !important;
    flex-direction: column !important;
    background-color: #333 !important;
}

.dropdown-menu li a{
    color: #fff;
}

.dropdown-menu li a:hover{
    background-color: #058;
    color: #fff;

}

.banner-inner{
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../imgs/landing-banner.jpg") center center/cover no-repeat;
}
.banner-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    background-color: #fff4;
    width: 98%;
    padding: 50px 0;
}

.banner-bar h1{
    font-weight: 500;
    text-transform: uppercase;
    color: #058;
    font-size: 2.9991rem;
    font-family: Montserrat;
}

.banner-bar h4{
    font-weight: 600;
    font-family: Roboto;
}

.banner-btn{
    border-radius: 3px;
    background-color: #b01;
    padding: 6px 18px;
    text-decoration: none;
    color: #fff;
    margin-top: 15px;
}
.about-inner{
    flex-direction: column;
    padding: 150px 0;
}

.about-inner h1,.contact-inner h1,.services-inner h1{
    font-size: 2.9991rem;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.167;
}


.about-inner p:nth-child(2){
  font-family: Merriweather Sans,sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-style: italic;
}

.about-inner p:nth-child(4){
    font-family: Merriweather Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.1667rem;
    max-width: 70%;
}


.about-inner p:nth-child(2){
    font-family: Merriweather Sans,sans-serif;
    font-weight: 400;
    line-height: 1.75;
    font-style: italic;
  }

.services-inner{
    flex-direction: column;
    padding-bottom: 50px;
}

.services-inner p:nth-child(2){
    font-family: Merriweather Sans,sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.1667rem;
    max-width: 70%;
}


.main-footer{
    background: #232323;
}

.socials ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.socials ul li{
    display: inline-block;
    padding: 7px;
}

.policy-link ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.policy-link ul li{
    display: inline-block;
    padding: 7px;
}

.policy-link ul li a{
    text-decoration: none;
    color: #fff;
}

#footer{
    background: #232323;
}

.form-section{
    width: 100%;
    border: 1px solid rgb(0, 85, 136);
    display: flex;
    padding: 16px;
    margin-top: 32px;
    border-radius: 16px;
    background-color: rgb(250, 250, 250);
    margin-bottom: 50px;
}
.contact{
    background-color: rgb(0, 85, 136);
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.submit-btn{
    color: #fff;
    background-color: #b01;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
    border-style: none;
    margin-top: 10px;
    padding: 20px;
    border-radius: 5px;
}

.submit-btn:hover{
    background-color: #82000b;
}

.contact-ph{
    font-family: Merriweather Sans,sans-serif;
    font-weight: 500;
    line-height: 1.6;
}

.contact-address{
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.43;
}

.service-card{
    border: 1px solid transparent;
    height: 380px;
    margin: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 16px;
    flex-direction: column;
    cursor: pointer;
}

.service-card img{
    transition: transform 500ms;
}

.service-card:hover{
    background-color: #eee;
}
.service-card:hover img {
    transform: scale(1.1);
}
.service-card h3{
    font-family: Merriweather Sans, sans-serif;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.0938rem;
}

.service-card p {
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.43;
}

.top-section{
    color: #fff;
    width: 100%;
    display: flex;
    padding: 64px;
    background: linear-gradient(rgb(0, 59, 95), #058);
    align-items: center;
    margin-bottom: 48px;
    flex-direction: column;
    justify-content: center;
}

.top-section h1,.middle-section h1,.middle-section p{
    font-family: Montserrat;
}

.middle-section p{
    font-weight: 500;
    font-size: 1.1rem;
}


.services-page-card{
    border: 1px solid transparent;
    height: 640px;
    margin: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 16px;
    flex-direction: column;
}

.services-page-card:hover{
    background-color: #eee;
}

.services-page-card img{
    width: 100%;
    height: 300px;
    object-fit: contain;
    transition: transform 500ms;
}

.services-page-card:hover img {
    transform: scale(1.1);
}

.services-page-card h3{
    margin-top: 32px;
    font-size: 1.2rem;
    font-family: Merriweather Sans, sans-serif;
    font-weight: 700;
    line-height: 1.6;
}

.services-page-card ul{
    margin: 0;
    padding: 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.services-page-card ul li{
    position: relative;
    list-style: none;
    padding-left: 24px;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.43;
}

.services-page-card ul li::before{
    left: 0;
    color: #b01;
    content: "◆";
    position: absolute;
}

.design-card{
    width: 200px;
    border: 1px solid transparent;
    height: 200px;
    margin: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
}

.design-card img{
    object-fit: contain;
    transition: transform 500ms;
    width: 100%;
    height: 100px;
}

.design-card:hover{
    border: 1px solid #eee;
}

.design-card:hover img {
    transform: scale(1.1);
}

.design-card h3{
    margin-top: 32px;
    font-weight: 700;
    font-size: 1.0938rem;
}


.editorial-card{
    width: 100%;
    border: 1px solid transparent;
    height: 300px;
    margin: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
}

.editorial-card img{
    object-fit: contain;
    transition: transform 500ms;
    width: 100%;
    height: 150px;
}

.editorial-card:hover{
    border: 1px solid #eee;
}

.editorial-card:hover img {
    transform: scale(1.1);
}

.editorial-card h3{
    margin-top: 32px;
    font-weight: 700;
    font-size: 1.0938rem;
}

.custom-heading{
    font-weight: bold;
    color: #058;
    margin-bottom: 0.35em;
}


.custom-list{
    margin: 0;
    padding: 0;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}

.custom-list li{
    position: relative;
    list-style: none;
    padding-left: 24px;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.43;
}

.custom-list li::before{
    left: 0;
    color: #b01;
    content: "◆";
    position: absolute;
}

.contact-section{
    padding: 50px 0;
    background-color: #eee;
}


.devservice-card{
    width: 100%;
    border: 1px solid transparent;
    height: auto;
    margin: 16px;
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 16px;
    flex-direction: column;
    justify-content: center;
    padding: 30px 0;
}

.devservice-card img{
    object-fit: contain;
    transition: transform 500ms;
    width: 100%;
    height: 180px;
}

.devservice-card:hover{
    background-color: #eee;
}

.devservice-card:hover img {
    transform: scale(1.1);
}

.devservice-card h3{
    margin-top: 32px;
    font-weight: 700;
}

.custom-link{
    color: #fff;
    background-color: transparent;
    border: unset;
}

.modal-text p {
    font-weight: 300;
}

.modal-ok{
    background-color: transparent;
    color: #058;
    border: unset;
    padding: 10px 20px;
}
.modal-ok:hover{
    background-color: #eee;
}