
/*body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: var(--grey-color);
    font-weight: 400;
    letter-spacing: -.2px;
}*/
/* header section */
.bg-item {
    margin-left: -7px;
    max-width: 102%;
    width: 110%;
    height: 768px;
}

.galleryheader {
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    z-index: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textOverlay-project {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    font-family: ;
    color: #fff;
}

.textOverlay-project img {
    width: 120px;
}
.dot-project {
    margin-top: -201px;
    z-index: 500;
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
  }
#project-icon {
    width: 25px;
    height: 25px;
    margin-top: 19px;
    margin-left: 18px;
}

.text2-project {
    font-size: 42px;
    font-weight: bold;
    transform: translateY(30px);
    text-align: center;
    color: black;
    font-family: "Open Sans", sans-serif;
}
.text3-project {
    font-size: 20px;
    transform: translateY(-450px);
}
.text4-project {
    margin-top: 470px;
}

.cross-icon {
    width: 7%;
    margin-left: 400px;
    margin-top: 20px;
}
.carousel .slide {
    height: 100%;
}
.card-style {
    width: 100%;
    height:100vh;
}
#inner-bg {
    opacity: 0.2;
    width: 100%;
    height: 580px;
    margin-top: -10px;
}

/* banner section */
.banner-image {
  
    max-width: 100%;
    width: 100%;
    height: 405px;
    margin-top: -7px;
}

.button-project {
    transform: translate(80px,-300px);
    background: #C2272D;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 28px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
  }
  .project-para {
    z-index:600;
    font-size: 42px;
    margin-top: -250px;
    margin-left: 75px;
    width: 60%;
    line-height: 60px;
    color: white;
  }
  .project-para1 {
   margin-left: 80px;
	  z-index:600;
}



/* project gallery section */
.project-section {
	margin-left: 95px;
    position: relative;
    z-index: 1;
}
.container{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.fade-in-bottom {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-fill-mode: both;
}
.project-thumb {
    width: 100%;
    height: 330px;
}
a {
    transition: all .5s;
    text-decoration: none;
}
.project-thumb img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: black;
    text-decoration: none;
}
.project-content {
    width: 79%;
    background-color: #fff;
    padding: 20px 30px;
    margin: 0 10px;
    transform: translateY(-20px);
    box-shadow: 0 0 20px 0.5px rgb(0 0 0/20%);
}
.project-content .category {
	text-decoration: none;
    background-color: #C2272D;
    padding: 10px 15px;
    font-family: var(--primary-font);
    color: var(--heading-color);
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: 30px;
    top: -20px;
    color: white;
}
.project-content .category:before {
    background-color: #800307;
    clip-path: polygon(100% 0,0% 100%,100% 100%);
    content: "";
    width: 10px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: 0;
    z-index: -1;
}
::before {
    box-sizing: border-box;
}
.project-content h3 {
	text-decoration: none;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: black;
}


/* FOOTER SECTION */

#footer-section{
    width: 100%;
    height: auto;
    background-color: #111;
    position: relative;
    color: #fff;
    margin-top: 3rem;
}

.mini-footer{
    width: 100%;
    height: 10.5vh;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#pro-innerImg:hover {
   box-shadow: 10px 0px 5px #45423c;
  -moz-box-shadow: 10px 5px 5px #45423c;
-webkit-box-shadow: 0px 3px 3px #45423c; 
}

/* RESPONSIVE SECTION */

@media (max-width: 1440px) {
    /* header section */
    .social-media {
        transform: translateY(-162px);
    }
    #nav-item {
        width: 123%;
        transform: translateX(-7px);
    }
	
	.project-section {
    margin-left: 58px;
	}
}
@media (max-width: 1366px) {
	.project-section {
       margin-left: 100px;
       margin-top: -98px;
}
}

@media (max-width: 1024px) {
   
    /* header section */
    .bg-item {
        max-width: 130%;
        width: 131%;
    }
    .logo {
        margin-top: 33px;
        width: 100%;
    }
    #nav-item {
        max-width: 200%;
        width: 450%;
        transform: translateX(274px);
        height: 40px;
    }
    .social-media {
        width: 10%;
        transform: translate(-45px, -159px)
    }
    .top-details {
        transform: translateX(530px);
    }
    .menu {
        font-size: 14px;
        gap: 4rem;
    }
   .textOverlay {
    transform: translateX(145px);
   }
	.project-section {
    margin-left: 21px;
   }
}
@media (max-width: 992px) { 
    /* header section */
    .bg-item {
        width: 133%;
        max-width: 133%;
    }
    #nav-item {
        max-width: 204%;
        width: 453%;
        transform: translateX(286px);
    }
	.project-section {
    margin-left: 5px;
}
}
  @media (max-width: 768px) {
	  .project-para{
		      font-size: 32px;
			margin-top: 0;
			margin-left: 20px;
			width: 60%;
			line-height: 40px;
			color: #454545;
	  }
	  .banner-image{height:auto}
	  .project-para1 {
    margin-left: 21px;
		  color: #3d3d3d !important;}
	  .project-section .row{
	   margin-top:0 !important;	  }
	  .project-thumb img {
		  width: 100%;}
	  .project-content{ width: 92%;}
}

@media (max-width: 576px) {
   
}