@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Main Css */
::selection {
  background: #d5191a;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #dedede;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d5191a;
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}

body {
  overflow-x: hidden;
  font-size: 14px;
  background-color: #111;
  color: #fff;
  line-height: 1;
  font-family: "Roboto Flex", sans-serif;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: 300;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  cursor: pointer;
}
span {
  display: inline-block;
}
p,
a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
strong,
.bold {
  font-weight: bold;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -8px;
}
.slick-slide {
  margin: 0 8px;
}
ul.slick-dots {
  padding: 20px 0;
  text-align: center;
  position: absolute;
  bottom: -38px;
  right: 0;
  left: 0;
}
ul.slick-dots li {
  margin: 0 12px 0 0px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
ul.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  border: 2px solid #6c5ce7;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 0px;
  border-radius: 50%;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
}
.slick-dots li.slick-active button {
  background: #6c5ce7;
}
ul.slick-dots li.last {
  margin-right: 0px;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
}
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

/* Custom Radio Button */
.customradio {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  font-weight: 600;
  color: #fff;
}
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 11px;
  width: 11px;
  border-radius: 3px;
  background-color: #e0e0e0;
}
.customradio input:checked ~ .checkmark {
  background: #ff6101;
}

/* Hamburger Menu*/
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0px;
  bottom: 11px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 3px;
  width: 100%;
  background: #fff;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #fff;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Padding Classes */
.pad-sec {
  padding: 80px 0;
}
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.pad-l-10 {
  padding-left: 10px;
}

.social {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
}
.social li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 15px;
}
.social li.last {
  margin-right: 0px;
}
.social li a {
  font-size: 16px;
  color: #353535;
}
.social li a:hover {
  color: #4c2e8d;
}

/* Heading Classes */
.mn-hd {
}
.mn-hd h1 {
}
.mn-hd h2 {
}
.mn-hd h3 {
}
.mn-hd h4 {
  text-transform: uppercase;
  font-size: 48px;
}
.mn-hd h5 {
}
.mn-hd h6 {
}
.para {
  width: 285px;
}
.para p {
  line-height: 136%;
  margin-bottom: 35px;
}

.dflt_btn {
}
.dflt_btn a {
  font-size: 12px;
  text-transform: uppercase;
  border: 0.5px solid #fff;
  border-radius: 50px;
  padding: 0 10px;
}
.dflt_btn a span {
  color: rgba(255, 255, 255, 0.4);
}
.dflt_btn a i {
  font-size: 17px;
  position: relative;
  top: 1px;
  margin-left: 2px;
  transition: ease 0.4s;
}
.dflt_btn a:hover {
  transform: scale(1.3);
  background: #fff;
  color: #111;
}
.dflt_btn a:hover span {
  color: #111;
}
/* header CSS */
header {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 25px 4%;
}

.logo {
}
.logo img {
  display: block;
  width: 50%;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: block;
  text-align: left;
}
.menu > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6rem;
  line-height: normal;
}
.menu > li > a {
  font-size: 14px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}
.menu > li.last {
  margin-right: 0px;
}

/* Main Banner CSS */
.mainBanner {
  position: relative;
  padding: 12% 0 3%;
}
section.contact {
    padding-top: 50px;
}
.mainBanner_content , .client , .contact ,.client {
  padding: 0 4%;
}
.mainBanner_content h2 {
  font-size: 13.7rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 75px;
}
.banner_inner {
}
.banner_inner p {
  margin-bottom: 20px;
}
.banner_inner p span {
  display: block;
  position: relative;
  left: 30px;
}
.banner_inner span {
  text-transform: uppercase;
}

.hm_sec_2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

section.hm_sec_3 {
  padding: 30px 0;
}
ul.prop_list {
  /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
  margin-top: 60px;
}
ul.prop_list > li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}
.prop_shrt_cont {
  position: relative;
  height: 100%;
  padding: 15px 0 15px 15px;
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
}
.prop_shrt_cont h4 {
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 300;
}
.prop_shrt_cont h4 span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  color: rgb(255 255 255 / 60%);
  margin-bottom: 6px;
}
.pro_Categ {
  position: absolute;
  bottom: 20px;
  left: 30px;
  width: 100%;
}
.pro_Categ h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.pro_Categ h6 span {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  color: rgb(255 255 255 / 40%);
  margin-bottom: 5px;
}
.pro_Categ p {
  font-size: 10px;
  display: block;
  text-transform: uppercase;
  color: rgb(255 255 255 / 40%);
  margin-bottom: 5px;
}
.slider_arrow {
  display: flex;
  gap: 10px;
  align-items: center;
}
.slider_arrow span {
  border: 1px solid rgb(255 255 255 / 60%);
  width: 35px;
  height: 15px;
  text-align: center;
  border-radius: 50px;
  font-size: 10px;
  line-height: 13px;
  transition: ease 0.4s;
}
.slider_arrow span:hover {
  transform: scale(1.3);
  background: #fff;
  color: #111;
  cursor: pointer;
}
.prop_img {
  width: 100%;
  height: 100%;
}
.prop_img img {
  width: 100%;
  height: 100%;
}
.propt_sliders,
.propt_sliders2,
.propt_sliders3 {
  height: 100%;
  padding: 15px 0;
}

section.hm_sec_4 {
  position: relative;
}
.nav_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  width: 100%;
  z-index: 9;
  height: 200px;
  margin: auto;
}
.nav_slide_cont {
  width: 1000px;
  text-align: center;
}
.nav_slide_cont h2 {
  font-size: 10rem;
  text-transform: capitalize;
}
.slider_nav {
  position: relative;
}
.slider_nav .slick-slide {
  opacity: 0.5;
}
.slider_nav .slick-slide.slick-active {
  opacity: 1;
}

section.hm_sec_5 {
  padding: 50px 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
}
.more_project_wrapper {
  margin-top: 50px;
}
.proj_wrp {
  margin-bottom: 30px;
}
.prj_thmb {
  height: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.prj_thmb img {
  display: block;
  height: 100%;
  transition: ease 0.4s;
}
.proj_wrp a {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.proj_Cate {
  display: flex;
  gap: 50px;
}
.proj_Cate h6 {
  font-size: 10px;
  text-transform: uppercase;
}
.proj_Cate h6 span {
  opacity: 0.4;
  margin-bottom: 5px;
  display: block;
}
.prj_thmb:hover img {
  transform: scale(1.2);
}

section.hm_sec_6 {
  padding: 50px 0;
}
section.hm_sec_6 .mn-hd {
  padding: 0 15px;
}
ul.sec_6_proj {
  margin-top: 50px;
}
ul.sec_6_proj > li {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  padding: 20px 0;
}
ul.sec_6_proj > li.last {
  border: 0;
}
.inr_prj {
  display: flex;
  gap: 15px;
  padding-left: 15px;
}
.inr_prj_cont {
  position: relative;
}
.inr_prj_cont a {
  line-height: normal;
  font-size: 16px;
}
.inr_prj_cont > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inr_prj_cont div span {
  display: block;
  font-size: 12px;
  color: rgb(255 255 255 / 40%);
  text-transform: uppercase;
}
.thmg {
  transition: ease 0.4s;
  overflow: hidden;
}
.thmg img {
  display: block;
  transition: ease 0.4s;
}
.inr_prj:hover .thmg img {
  transform: scale(1.2);
}
.inr_prj_des p {
  line-height: 136%;
}
.inr_prj_des p {
}
.inr_prj_des {
  width: 300px;
}
#mobile-header{
    display: none;
}


/* lightbox */



.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}
/* mobile-header */

.toggle-nav i {
  color: #fff;
}
.bloom-mobile-header {
    height: 74px;
    width: 100vw;
    background: #000;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: fixed;
    z-index: 10;
    transition: all 0.3s;
    display: flex;
    top: 0;
    left: 0;

    &.nav-visible {
        div.toggle-nav {
            i.material-icons {
                &#openNavButton {
                    transform: scale(0) rotate(720deg);
                }

                &#closeNavButton {
                    transform: scale(1) rotate(0deg);
                }
            }
        }

        .nav {
            left: 0;

            .item {
                opacity: 1;
            }
        }
    }


    div.toggle-nav {
        height: 74px;
        width: 74px;
        padding: 0;
        user-select: none;
        display: flex;
        flex-direction: column;
        align-items: center;

        i.material-icons {
            color: #212121;
            font-size: 28px;
            line-height: 72px;
            cursor: pointer;
            position: absolute;
            transition: transform 0.3s;

            &#openNavButton {
                transform: scale(1) rotate(0deg);
            }

            &#closeNavButton {
                transform: scale(0) rotate(720deg);
            }
        }
    }

    .nav {
      margin: 0;
        width: 100vw;
        /* max-width: 500px; */
        height: 100vh;
        position: absolute;
        top: 72px;
        left: -100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        transition: left 0.3s;
        z-index: -1;
        background-color: #000000;
        padding: 80px 0 0 0;
        box-sizing: border-box;
        z-index: 0;

        .item {
            position: relative;
            text-align: center;
            width: 90%;
            transition: width 0.3s, margin 0.3s;
            border-bottom: 1px solid #ffffff;
            opacity: 0;
            list-style-type: none;

            a {
                color: #ffffff;
                font-size: 16px;
                font-weight: 300;
                line-height: 52px;
                width: 100%;
                text-transform: uppercase;
                text-decoration: none;
                cursor: pointer;

                &:hover,
                &:focus {
                    color: #d1d1d1;
                }
            }
        }
    }

    .logo {
        box-sizing: border-box;
        align-items: center;
        display: flex;
        justify-content: center;
        line-height: 74px;
        height: 74px;
        font-size: 24px;
        color: #212121;
        font-weight: 400;
        opacity: 1;
        
        margin-right: 0;
        padding: 20px 0;
        background: transparent;

        img {
            height: 100%;
        }
    }
    .logo img {
      width: 50%;
  }

    .search-container {
        height: 74px;
        width: 74px;
        align-items: center;
        display: flex;
        justify-content: center;

        i {
            color: #212121;
            font-size: 28px;
            line-height: 72px;
            cursor: pointer;
            position: absolute;
            transition: transform 0.3s;
        }
    }

}
/* end */


/* clients */
.page-heading.style-2 {
  padding: 50px 0px;
  background-color: #ffffff12;
}

.page-heading.style-2 h1 {
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 400;
}
section.client {
  padding: 0px 4%;
}

.para-sec h1 {
  font-size: 31px;
  padding-bottom: 21px;
  border-bottom: 1px solid #fff;
  width: 207px;
  margin-bottom: 14px;
}
.para-sec p {
  font-size: 14px;
  line-height: 21px;
}
.set {
  display: flex;
  align-items: center;
  
}
.img-sec img {box-shadow: 0px 3px 6px #ffffff59;}

section.client .row {
  padding-bottom: 100px;
}

/* end */


.navigation ul .dropmenu {
  display: none;
  position: absolute;
  left: 43.5%;
  transform: translateX(-50%);
  top: 100%; /* Aligns the dropdown just below the parent */
  z-index: 10;
}
.navigation ul .dropmenu2 {
  display: none;
  position: absolute;
  left: 18.5%;
  transform: translateX(-50%);
  top: 100%; /* Aligns the dropdown just below the parent */
  z-index: 10;
}

.navigation ul li:hover > ul {
  display: block;
  transition: 0.2s ease-in-out;
}

ul.dropmenu {
  /*background: #716340;*/
  background: #fff;
  width: 200px; /* Define a fixed width for consistent behavior */
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow for better visibility */
  border-radius: 1px; /* Optional: Adds rounded corners */
}
ul.dropmenu2 {
  background: #716340;
  width: 200px; /* Define a fixed width for consistent behavior */
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow for better visibility */
  border-radius: 1px; /* Optional: Adds rounded corners */
}


ul.dropmenu li {
  list-style: none;
}
ul.dropmenu2{
    background:#fff;
}
ul.dropmenu li a , ul.dropmenu2 li a {
  color: #716340;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 10px; /* Add some padding for better spacing */
}

ul.dropmenu li a:hover ,ul.dropmenu2 li a:hover {
  color:#000;
}

/* Prevent flickering by ensuring smooth interaction */
.navigation ul li:hover > ul {
  pointer-events: auto; /* Ensure hover is seamless */
}

/* contact */

.contact-info h2 , .contact-info p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 10px;
}
.contact-info h2 {
  font-weight: 700;
}
/* .img-setting{
  width: 110% !important;
} */
input.form-control {
  border: 1px solid #fff;
  margin-bottom: 32px;
}
textarea#message {
  background: transparent;
  border: 1px solid #fff;
}
.forms h1 {
  font-size: 14px;
  margin-bottom: 23px;
}
.forms {
  padding-top: 33px;
}
p.submit-btn {
  float: right;
  margin: 30px 0px;
}

p.submit-btn button {
  background: #ffff;
  font-size: 14px;
  border-radius: 4px;
  padding: 7px 34px;
  cursor: pointer;
}
footer {
  /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
}
.ftr-widget {
  /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
  height: 100%;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
}
.ftr-widget .border-animation-horzontal.yetbox.show:before {
  display: none;
}
a.ftr-logo {
  width: 30%;
  margin-bottom: 30px;
}
.subs_form {
  position: relative;
}
.subs_form h6 {
  font-size: 16px;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.subs_form input {
  display: block;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  width: 100%;
  font-size: 10px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  padding-right: 35px;
}
.subs_form input::placeholder {
  color: rgb(255 255 255 / 40%);
}
.subs_form button {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 20px;
  cursor: pointer;
  transition: ease 0.4s;
}
.subs_form button:hover {
  transform: scale(1.3);
}
.ftr-widget.ftr-widget-last {
  border: 0;
  padding-right: 0;
  text-align: right;
}
.ftr-widget h5 {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.4;
  margin-bottom: 9px;
}
ul.ftr-link {
}
ul.ftr-link > li {
  margin-bottom: 7px;
}
ul.ftr-link > li a {
  font-size: 10px;
  line-height: normal;
}
ul.ftr-link > li a:hover {
  transform: scale(1.3);
}

.hm_sec_3 .border-animation-horzontal.yetbox.show:before {
  display: none;
}
.submenu {
    display: none;
  
}
ul.submenu a {
    line-height: 28px !important;
 
}
.link i.fa.fa-plus  , .link .fa.fa-minus{
    padding-left: 12px;
    font-size: 14px;
}
ul.submenu {
    padding-bottom: 12px;
}

.mobileonly{display: none !important;}

@media (max-width: 1440px) {
  .menu > li {
    margin-right: 3rem;
  }
  .mainBanner_content h2 {
    font-size: 8rem;
  }
  .prop_shrt_cont {
    padding-left: 30px;
  }
  .pro_Categ {
    left: 35px;
  }
  .prop_img img {
    height: 600px;
  }
  .nav_slide_cont {
    width: 800px;
  }
  .nav_slide_cont h2 {
    font-size: 8rem;
  }
  section.hm_sec_6 .mn-hd,
  .inr_prj {
    padding-left: 30px;
  }
  a.ftr-logo {
    padding-left: 15px;
    width: 40%;
  }
  .subs_form {
    padding-left: 15px;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 824px) {
}

@media (max-width: 767px) {
  .desktoponly{display: none !important;}
  .mobileonly{display: block !important;}
  .hm_sec_2 {
    background-attachment: unset;
    height:50vh;
}
}
