/* -- Bootstrap Icons link -- */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
/* -- Google Font link -- */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
*, html {
    margin: 0;
    padding: 0;
    font-family: "Archivo", sans-serif;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 16px;
    letter-spacing: 0.5px;
}
a, ul {
    text-decoration: none;
}
ul li {
  list-style-type: none;
}
button, button:focus, button:focus-visible, .navbar-brand:focus-visible, a.btn {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 8px 36px;
    border-radius: 30px;  
    border: 2px solid var(--theme-color) !important;
    background-color: var(--theme-color);
    color: #fff;
}
button:hover, a.btn:hover {
    background-color: #fff;
    color: var(--theme-color);
    border: 2px solid var(--theme-color) !important;
}
:root {
    --theme-color: rgb(61 62 83);
    --primary-color:orange;
}
h5.sub-title {
    font-size: 1rem;
    color: var(--theme-color);
}
.heading-main {
    margin-bottom: 1rem;
    color: var(--theme-color);
    font-size: 2.5rem;
    font-weight: 700;
}
.page-heading-main {
    padding: 140px 20px 100px;
    background-color: rgba(61, 62, 83, 0.3);
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}
.diamond-logo-svg {
    left: 48%;
    bottom: 0%;
    height: 50px;
    width: 50px;
    padding: 9px;
    background-color: #fff;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    transform: translatey(48%);
}
/* -- -- -- -- -- -- -- -- -- -- -- --
== == Header Menu beautification == == 
-- -- -- -- -- -- -- -- -- -- -- -- */
header {
    position: absolute;
    z-index: 9;
}
a.navbar-brand .sur-diam-dmcc-logo {
    width: 130px;
}
header .navbar {
    padding: 24px 20px;
    z-index: 9;
}
header .navbar .navbar-brand, .navbar-nav .nav-link {
    color: #000000;
}
header .navbar .navbar-collapse {
    flex-grow: unset !important;
}
.navbar-nav .nav-link {
    padding: 2px 0px !important;
    margin: 0 18px;
    letter-spacing: 1.2px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: var(--theme-color) !important;
}
ul.navbar-nav > li > a:before {
    content: '';
    position: absolute;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: var(--theme-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-nav a:hover:before, .navbar-nav li:hover>a:before, .navbar-nav .active:before {
    visibility: visible;
    width: 25px;
}
.header.is-sticky {
    position: fixed;
    top: 0;
    background-color: hsl(0deg 0% 99.52% / 55%);
    backdrop-filter: blur(4px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    animation: slideDown 0.4s ease-out;
}
@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}
.header.is-sticky .navbar {
    padding: 15px 20px;
}
.header.is-sticky .navbar .navbar-brand, .header.is-sticky .navbar-nav .nav-link  {
    color: #909090;
}
.header.is-sticky .navbar-brand .sur-diam-dmcc-logo {
    width: 100px;
}

/* -- Sur Diam DMCC - Hero Main Slider -- */
.slider-section{
    width: 100%;
    height: 100vh;
    position: relative;
}
.dmcc-hero-slider::-webkit-scrollbar {
    display: none;
}
.dmcc-hero-slider {
    overflow: hidden;
    width: 100%;
    height: 100%;
    height: -webkit-fill-available;
    color: #fff;
    /* background: #4361ee; */
}
.slide {
    height: 100%;
    width: 100%;
    position: absolute;
    visibility: hidden;
    top: 0;
}
.slide-outer, .slide-inner {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.slide-content {
    background-color: #b6b5eb29;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
        }
.slide-container {
    position: relative;
    max-width: 1400px;
    width: 100vw;
    margin: 0 auto;
    height: 90vh;
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 1rem;
}
.slide-heading {
    --width: 200;
    display: block;
    text-align: left;
    font-family: "Bandeins Sans & Strange Variable";
    font-size: 70px;
    font-weight: 900;
    font-variation-settings: "wdth" var(--width);
    margin: 0;
    padding: 0;
    color: var(--theme-color);
    z-index: 999;
    mix-blend-mode: difference;
    grid-area: 2/2/3/10;
    align-self: end;
    z-index: 2;
}
.slide-img-cont {
    margin-top: 4rem;
    grid-area: 2/1/7/8;
}
.slide-img-cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide:nth-of-type(1) {
    visibility: visible;
}
.slide:nth-of-type(1) .slide-content {
    /* background-color: #6d597a; */
}
.slide:nth-of-type(2) .slide-content {
    /* background-color: #355070; */
}
.slide:nth-of-type(3) .slide-content {
    /* background-color: #b56576; */
}
.slide:nth-of-type(4) .slide-content {
    /* background-color: #9a8c98; */
}
.overlay {
    /* position: fixed; */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
}
.overlay-content {
    max-width: 1400px;
    width: 100vw;
    margin: 0 auto;
    padding: 0 1rem;
    height: 90vh;
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: hidden;
}
.overlay-img-cont {
    position: relative;
    overflow: hidden;
    margin: 0;
    grid-area: 4/3/9/11;
}
.overlay-img-cont img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.overlay-count {
    grid-area: 3/10/4/10;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: right;
    border-bottom: 5px white solid;
}
.overlay-count .count{
    font-size: 38px;
    padding-left: 2px;
    color: var(--theme-color);
}
@media screen and (min-width: 900px) {
    .overlay-content,
    .slide-container {
        padding: 0 3rem;
        margin-top: 10vh;
        height: 80vh;
    }
    .overlay-img-cont {
        grid-area: 5/4/10/11;
    }
    .overlay-count {
        grid-area: 3/10/4/11;
    }
    .slide-img-cont {
        margin-top: 0;
        grid-area: 3/2/8/7;
    }
    .slide-heading {
        grid-area: 1/1/4/10;
    }
}
/* -- Arrow Navigation Styles - Hero-Main Slider -- */
.slider-arrows {
    position: absolute;
    bottom: 30px;
    /* left: 50%; */
    left: 18%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 2;
}
.slider-arrows .arrow {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    /* width: 100px;
    height: 100px; */
    padding: 14px;  
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-arrows .arrow svg {
    fill: white;
    width: 24px;
    height: 24px;
    z-index: 1;
}
.slider-arrows .arrow:hover svg path {
    stroke: #fff;
}
.arrow:hover {
    background: var(--theme-color);
    transform: scale(1.1);
}
@media screen and (min-width: 900px) {
    .slider-arrows {
        bottom: 50px;
        bottom: 130px;
    }
}


/* -- -- Introduc to Sur Diam DMCC -- -- */
.introduc-sur-diam-DMCC .content-main {
    padding: 8% 5% 8% 10%;
}
.introduc-sur-diam-DMCC p {
    text-align: justify;
}   

/* -- -- Leadership and Vision -- -- */
.leadership-vision {
    padding: 80px 0 100px;
    background-color: #f5f5f6;
}

/* -- -- A Future-Ready Company -- -- */
.future-ready-company {
    padding: 80px 0 100px;
}
.future-ready-company .imgs-grid {
    padding: 40px 0;
    display: -ms-grid;
    display: grid;
    /* -ms-grid-columns: (1fr)[27]; */
    grid-template-columns: repeat(27, 1fr);
    position: relative; 
}
.future-ready-company .imgs-grid:before {
    position: absolute;
    content: "";
    width: 255px;
    height: 217px;
    /* ------------- */
    background-image: url("../images/");
    /* ------------- */
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1; 
}
.future-ready-company .imgs-grid .grid {
    position: relative; 
}
.future-ready-company .imgs-grid .grid img {
    border-radius: 20px;
    max-width: 100%; 
}
.future-ready-company .imgs-grid .grid.grid-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 18;
    grid-column: 1 / span 18;
    -ms-grid-row: 1;
    -ms-grid-row-span: 27;
    grid-row: 1 / span 27; 
}
.future-ready-company .imgs-grid .grid.grid-2 {
    -ms-grid-column: 19;
    -ms-grid-column-span: 27;
    grid-column: 19 / span 27;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1 / span 5;
    padding-left: 20px; 
}
.future-ready-company .imgs-grid .grid.grid-3 {
    -ms-grid-column: 14;
    -ms-grid-column-span: 16;
    grid-column: 14 / span 16;
    -ms-grid-row: 6;
    -ms-grid-row-span: 27;
    grid-row: 6 / span 27;
    padding-top: 20px; 
}
.custom-list {
    width: 100%; 
}
.custom-list li {
    display: inline-flex;
    width: calc(50% - 14px);
    margin-bottom: 12px;
    line-height: 1.5;
    position: relative;
    padding-left: 20px; 
}
.custom-list li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    position: absolute;
    left: 0;
    top: 8px; 
}

/* -- -- Call To Action -- -- */
.discover-the-advantage {
    min-height: 300px;
    height: 300px;
    background-attachment: fixed;
    background-image: url(../images/Dimaond-bg-dark-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.discover-the-advantage::after {
    content: '';
    height: 100%;
    width: 100%;
    background-color: rgb(173, 175, 235, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.discover-the-advantage .cta-sec-content {
    position: relative;
    color: #fff;
    z-index: 2;
}
.discover-the-advantage .cta-sec-content a.btn:hover {
    color: var(--theme-color);
}
.link{
    color: orange !important;
}
/* -- -- Footer Beautification -- -- */
.footer-section {
    padding: 80px 0 20px;
    background: #f5f5f6;
}
.footer-section .relative {
    position: relative; 
}
.footer-logo-wrap .sur-diam-dmcc-logo {
    width: 140px;
}
.footer-section .list-unstyled {
    padding-left: 15% !important;
}
.footer-section a {
    display: inline-block;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; 
}
.footer-section li:hover a {
    color: var(--theme-color);
    transform: translateX(8px) !important;
}
.footer-section .custom-social li:hover a, .footer-section .border-top li:hover a {
    transform: translateX(0px) !important;
}
.footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px; 
}
@media (min-width: 992px) {
    .footer-section .subscription-form {
        margin-top: 0px;
        margin-bottom: 80px; 
    }
}
.footer-section .subscription-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-color); 
}
.footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif; 
}
.footer-section .subscription-form .form-control:active, .footer-section .subscription-form .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--theme-color);
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2); 
}
.footer-section .subscription-form .form-control::-webkit-input-placeholder, 
.footer-section .subscription-form .form-control::-moz-placeholder,
.footer-section .subscription-form .form-control:-ms-input-placeholder,
.footer-section .subscription-form .form-control:-moz-placeholder {
    font-size: 14px;
}
.footer-section .subscription-form .btn {
    padding: 11px 26px;
    border-radius: 10px !important;
    background-color: var(--theme-color);
}
.footer-section .diamond-png-img {
    position: absolute;
    top: -100px;
    z-index: 1;
    right: 0;
}
.footer-section .diamond-png-img img {
    max-width: 300px;
}
.footer-section .links-wrap {
    margin-top: 0px;
}
@media (min-width: 992px) {
    .footer-section .links-wrap {
        margin-top: 70px; 
    } 
}
.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}
.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: var(--theme-color);
}
.footer-section .custom-social li {
    margin: 2px;
    display: inline-block;
}
.footer-section .custom-social li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background: #dce5e4;
    color: var(--theme-color);
    border-radius: 50%;
}
.footer-section .custom-social li a:hover {
    background: var(--theme-color);
    color: #ffffff;
}
.footer-section .border-top {
    border-color: var(--theme-color) !important;
}
.footer-section .border-top.copyright {
    font-size: 14px !important; 
}

/* -- -- About Us Beautification -- -- */
.passionate-journey .passionate-journey-img {
    border-radius: 12px;
}
.core-values-main {
    padding: 80px 40px;
    background-color: rgba(61, 62, 83, 0.2);
    background-color: #f5f5f6;
}
.passionate-journey .passionate-journey-img, .inspiring-origin .inspiring-origin-img {
    max-height: 660px;
}

/* -- -- Our Services Beautification -- -- */
.section-main .diamonds-img {
    min-height: 400px;
}
.section-main .diamonds-content .content {
    padding: 8% 5% 8% 10%;
    background-color: #f5f5f6;
}
.section-main .diamonds-content p:last-child {
    margin-bottom: 0;
}

/* -- -- Conatct Us Beautification -- -- */
.contact-us {
    padding: 80px 0 100px;
}
.contact .info-box {
  background-color: #f5f5f6;
  color: var(--theme-color);
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
}
.contact .info-box h3 {
  color: var(--theme-color);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .contact .info-box h3 {
    font-size: 1.75rem;
  }
}
.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}
.contact .info-box a {
  color: #fff;
}
@media (max-width: 992px) {
  .contact .info-box {
    padding: 1.5rem;
  }
}
.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.contact .info-item:last-child {
  margin-bottom: 0;
}
.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, var(--theme-color), transparent 85%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}
.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: #fff;
}
.contact .info-item:hover .icon-box {
  background-color: color-mix(in srgb, var(--theme-color), transparent 70%);
}
.contact .info-item .content h4 {
  color: var(--theme-color);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}
.contact .info-item .content p:last-child {
  margin-bottom: 0;
}
.contact .contact-form {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem;
  height: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}
@media (max-width: 992px) {
  .contact .contact-form {
    padding: 1.5rem;
  }
}
.contact .contact-form h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .contact .contact-form h3 {
    font-size: 1.75rem;
  }
}
.contact .contact-form p {
  color: color-mix(in srgb, var(--theme-color), transparent 25%);
  margin-bottom: 2rem;
}
.contact .contact-form .form-control,
.contact .contact-form .form-select {
  padding: 0.875rem 1.25rem;
  border-color: color-mix(in srgb, var(--theme-color), transparent 90%);
  border-radius: 0.5rem;
  background-color: color-mix(in srgb, #fff 90%, white 5%);
  color: var(--theme-color); 
}
.contact .contact-form .form-control:focus,
.contact .contact-form .form-select:focus {
  box-shadow: none;
  border-color: var(--theme-color);
}
.contact .contact-form .form-control::placeholder,
.contact .contact-form .form-select::placeholder {
  color: color-mix(in srgb, var(--theme-color), transparent 50%);
}
.contact .contact-form .btn {
  background-color: var(--primary-color) !important;
  color: #fff;
  padding: 12px 36px;
  border-radius: 2rem;
  transition: 0.3s;
  border: 0px !important;
}
.contact .contact-form .btn i {
  font-size: 1.25rem;
}
.contact .contact-form .btn:hover {
  background-color:var(--theme-color) !important;
   
}



/* -- -- Responsive Beautification -- -- */
@media screen and (max-width: 1024px ) {
    .navbar-nav .nav-link {
        margin: 0 10px;
        font-size: 14px;
    }
    
}
/* min-width is end of mention resolution  */
@media (min-width: 992px) {
    .section-main .diamonds-content .content {
        position: relative;
        z-index: 1;
    }
    .section-main .diamonds-content:nth-child(even) .content {
        margin-left: -90px;
    }
    .section-main .diamonds-content:nth-child(odd) .content {
        margin-right: -90px;
    }
}
@media screen and (max-width: 991px ) {
    .navbar .navbar-collapse {
        margin-top: 20px;
        background: #fff;
        padding: 20px 16px;
        border-radius: 8px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        transition: all 0.3s ease-in-out;
    }
    .is-sticky .navbar .navbar-collapse  {
        background: #0000;
        box-shadow: none;
    }
    .navbar .navbar-collapse .navbar-nav {
        gap: 14px;
    }
    /* .leadership-vision-img > div {
        height: 100%;
        display: block;
    } */
    .leadership-vision-img div, .leadership-vision-img img {
        position: relative !important;
    }
    .leadership-vision-img img {
        min-height: 400px !important;
    }
    .footer-section .list-unstyled {
        padding-left: 0 !important;
    }
    .navbar-toggler {
        border: 0 !important;
    }
    button.navbar-toggler, button.navbar-toggler:is(:hover, :focus, :focus-visible) {
        padding: 0 !important;
        background-color: var(--primary-color) !important;
        border: 0 !important;
    }
    h1.heading-main {   
        font-size: 2.2rem;
    }
    .introduc-sur-diam-DMCC .img-conatiner {
        margin: 0 !important;
    }
    .introduc-sur-diam-DMCC .img-conatiner img {
        padding: 30px 40px 0;
    }
    .introduc-sur-diam-DMCC .img-conatiner, .leadership-vision .leadership-vision-img {
        order: 1;
    }
    .introduc-sur-diam-DMCC .content-main, .leadership-vision .lead-content {
        order: 2;
    }
    .leadership-vision .vision-cintent {
        order: 3;
    }
    .passionate-journey .passionate-journey-img, .inspiring-origin .inspiring-origin-img {
        margin-bottom: 30px;
    }
    .inspiring-origin .img-container, .section-main .diamonds-img {
        order: 1;
    }
    .inspiring-origin .inspiring-origin-content,  .section-main .diamonds-content {
        order: 2;
    }
    .section-main .diamonds-content {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}
@media screen and (max-width: 767px ) {
    .overlay-img-cont {
        grid-area: 6 / 4 / 9 / 11;
    }
    .slide-img-cont {
        margin-top: 8rem;
        grid-area: 3 / 1 / 8 / 8;
    }
    .slide-heading {
        grid-area: 4 / 2 / 4 / 10;
    }
    .introduc-sur-diam-DMCC .img-conatiner img {
        padding: 30px 20px 0;
    }
}

@media screen and (max-width: 575px ) {
    .overlay-img-cont {
        grid-area: 6 / 3 / 9 / 11;
    }
    .slide-img-cont {
        margin-top: 4rem;
        grid-area: 3 / 1 / 7 / 9;
    }
    .slide-heading {
        grid-area: 3 / 2 / 3 / 10;
    }
    .slider-arrows {
        bottom: 10%;
    }
    .discover-the-advantage a.btn {
        font-size: 16px;
    }
    .slider-arrows {
        bottom: 13%;
        font-size: 54px;
    }
    .slider-arrows .arrow {
        padding: 9px;
    }
}
@media screen and (max-width: 545px ) {
    .passionate-journey .passionate-journey-img, .inspiring-origin .inspiring-origin-img {
        width: 100%;
    }
    .inspiring-origin .img-container {
        padding: 0;
    }
    .section-main .diamonds-content p {
        font-size: 16px !important;
        font-weight: 400 !important;
    } 
}

@media screen and (max-width: 545px ) {
    .slide-heading {
        font-size: 54px;
        grid-area: 3 / 2 / 3 / 12;
    }
    .overlay-count {
        grid-area: 4 / 10 / 4 / 10;
        border-width: 4px;
    }
}