img {
    width: 100%;
}
.herosection {
    position: relative;
    z-index: 10;
    background: url("/frontend/images/slide1.webp");
    height: 100vh;
    margin-top: -130px;
}

.herosection img {
    object-fit: contain;
    height: 100%;
}
.herosection:before {
    /* content: ""; */
    pointer-events: none;
    position: absolute;
    left: -75%;
    top: -200%;
    aspect-ratio: 1;
    z-index: 11;
    width: 100%;
    background: -moz-radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        var(--accent-color) 0,
        #0000 100%
    );
    background: -webkit-radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        var(--accent-color) 0,
        #0000 100%
    );
    background: radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        #ffa62b 0,
        #0000 100%
    );
}
.herosection::after {
    opacity: 0.5;
    /* content: "";  */
    pointer-events: none;
    z-index: -1;
    position: absolute;
    right: -20%;
    bottom: -45%;
    aspect-ratio: 1;
    width: 40%;
    background: -moz-radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        var(--accent-color) 0,
        #0000 100%
    );
    background: -webkit-radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        var(--accent-color) 0,
        #0000 100%
    );
    background: radial-gradient(
        50.03% 50.03% at 50% 50.97%,
        #ff6b35 0,
        #0000 100%
    );
}
/* partners */
.partners {
    background: url("/frontend/images/blog-prop1.webp");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 20%;
    position: relative;
}
.partners .overlay {
    background-image: url("/frontend/images/prop-2.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 17% auto;
    position: absolute;
    inset: 0;
    z-index: -1;
}
.partners img {
    object-fit: contain;
    aspect-ratio: 1;
    padding: 10px;
}
/* industries */
.industries {
    background-image: url("/frontend/images/Ellipse-21.png");
    background-position: -381px 254px;
    background-repeat: no-repeat;
    background-size: 70% auto;
    transition: all 0.3s;
    min-height: 100vh;
    background-color: black;
    display: flex;
    align-items: center;
}
.industries .h1 {
    position: relative;
}
.industries .h1::after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: white;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
/* aboutSection */
/*.aboutSection li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}*/
.aboutSection li::before {
    content: '';
    background-image: url("/frontend/images/list-icon.png");
    position: absolute;
    left: 0;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    filter: brightness(0);
    top: 5px;
}
.aboutSection li {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.aboutSection li + li {
    margin-top: 6px;
}
/* journey */
/* services */
.services {
    background-image: url("/frontend/images/slider4-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.serviceCard{
	text-align: center;
    padding: 34px 20px 40px;
}
.serviceCard p{
	line-height:2;
}
.serviceCard .enterIcon{
    width: fit-content;
    margin: auto;
    background: black;
    padding: 10px;
    border-radius: 50px;
    color: white;
}
.services .h1 {
    position: relative;
}
.services .h1::after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: white;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.services li {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
.services li::before {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
}
/* portfolio */
.portfolio-container {
    width: 100%;
    height: 1000px;
}

.portfolio-card {
    border-radius: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
    flex-grow: 1;
    transition: all 0.5s ease;
    position: relative;
}

.portfolio-card:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        0deg,
        rgba(15, 15, 15, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.5s ease-in;
}
.portfolio-card:hover::before {
    opacity: 1;
}

.portfolio-container:hover .portfolio-card {
    flex-grow: 0.9;
}
.portfolio-container .portfolio-card:hover {
    flex-grow: 1.6;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.portfolio-top {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(0px);
    opacity: 0;
    transition: all 1s ease-in-out;
    text-align: center;
    width: 100%;
}
.portfolio-top h6 {
    background-color: rgba(0, 0, 0, 0.4549019608);
    padding: 0.6rem 2rem;
    font-size: 1.12rem;
    border-radius: 0.5rem;
    color: #fff;
    display: inline-block;
}
.portfolio-card:hover .portfolio-top {
    transform: translateY(20px);
    opacity: 1;
    text-align: center;
}
.portfolio-detail {
    padding: 0 14px;
    position: absolute;
    color: white;
    bottom: 0;
    left: 0;
    transform: translateY(0px);
    opacity: 0;
    transition: all 1s ease-in-out;
    text-align: center;
    z-index: 1;
}
.portfolio-card:hover .portfolio-detail {
    transform: translateY(-30px);
    opacity: 1;
    text-align: center;
}

/* testimonial 
.testmonial2 {
    background: url("/frontend/images/blog-prop1.webp");
}*/

.testimonial {
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 0 170px;
    position: relative;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 50%;
    height: 51px;
    background-color: inherit;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.testimonial:after {
    content: "";
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 50%;
    height: 51px;
    background-color: inherit;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: white;
    margin-bottom: 20px;
    opacity: 0.6;
}
.testimonial .description {
    font-size: 15px;
    color: var(--accent-color);
    text-align: left;
    margin-bottom: 30px;
}
.testimonial .testimonial-content {
    width: 100%;
    position: absolute;
    left: 0;
}
.testimonial .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    aspect-ratio: 1/1;
    border: 5px solid white;
    position: relative;
    z-index: 1;
    margin: 0 auto 10px;
    width: 25%;
}
.testimonial i {
    color: white;
}
.testimonial .title {
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0 0 5px 0;
}
.testimonial .post {
    display: block;
    font-size: 14px;
    color: var(--accent-color);
}
/* blog section */
.blog-title {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
    .swiper-slide {
        width: 60vw;
    }

    .testimonial {
        margin: 0 0 100px;
    }
}

@media (min-width: 992px) {
    .hero-sub {
        width: 75%;
        margin: auto;
        font-size: 1.5rem;
    }
    .portfolio-container {
        width: 100%;
        height: 80vh;
    }
}
.has-mask-fill {
    position: relative;
}
.has-mask-fill::after {
    content: "";
    width: 20%;
    height: 2px;
    background-color: white;
    bottom: -10px;
    left: 0px;
    right: 0px;
    position: absolute;
    margin: auto;
}
.has-mask-fill > span {
    position: relative;
    display: inline;
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
    background-image: linear-gradient(#fff, #fff);
}
.light .has-mask-fill > span {
    -webkit-text-fill-color: rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text;
    background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(#000, #000);
}
/*--------------------------------------------------
Move Thumbs Gallery
---------------------------------------------------*/

.move-thumbs-wrapper {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 1000% !important;
    width: 100vw !important;
}
.move-thumbs-wrapper img {
    filter: invert(1);
}
.start-thumbs-caption {
    position: relative;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.start-thumbs-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 40px;
}
.move-thumb-inner {
    height: 100%;
}
.start-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(25% - 80px);
    height: calc(25vw - 40px);
    margin: 0 40px;
    margin-bottom: 40px;
}

.start-move-thumb:nth-of-type(3n + 2) {
    width: calc(25% - 80px);
    height: calc(25vw - 40px);
    margin-top: 50vh;
}

.start-move-thumb:nth-of-type(3n + 3) {
    width: calc(35% - 80px);
    height: calc(35vw - 40px);
    margin-top: 25vh;
}

.start-move-thumb .overlapping-image-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.end-move-thumb .move-thumb-inner {
    width: 100%;
    height: 100%;
    top: 0;
}

.end-thumbs-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100vh;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

.end-move-thumb {
    box-sizing: border-box;
    position: relative;
    width: calc(33.33% - 80px);
    height: calc(33.33vw - 80px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px;
}
.end-move-thumb .card {
    overflow: hidden;
}
/* contact */

.line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 59px;
    width: 300%;
    transform: translateX(-66.66%);
    opacity: 0.4;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMjAwIDYwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMyMTIxMjEiIGQ9Ik0wLDU2LjVjMCwwLDI5OC42NjYsMCwzOTkuMzMzLDBDNDQ4LjMzNiw1Ni41LDUxMy45OTQsNDYsNTk3LDQ2Yzc3LjMyNywwLDEzNSwxMC41LDIwMC45OTksMTAuNWM5NS45OTYsMCw0MDIuMDAxLDAsNDAyLjAwMSwwIi8+PC9zdmc+);
    background-position: center bottom;
    pointer-events: none;
    transition: transform 0s cubic-bezier(0, 0.25, 0.5, 1), opacity 0.4s;
}

.form-control:focus + .line {
    transform: translateX(0);
    transition-duration: 0.8s, 0.4s;
    opacity: 1;
}
.addressIcon {
    font-size: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 20px;
    background: black;
}
.addressIcon .fa-location-dot {
    width: 19px;
}
.addressIcon .fa-envelope,
.addressIcon .fa-phone {
    width: 25px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 8H14'/%3e%3c/svg%3e");
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212121' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M8 2V14M2 8H14'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
  color: white;
  background-color: var(--primary-color);
}

/* newsletter section */
/* From Uiverse.io by Yaya12085 */ 
.form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
}

.title {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #fff;
}

.description {
  line-height: 1.5rem;
  font-size: 1rem;
  margin-top: 1rem;
  color: rgb(209 213 219);
}

.form div {
  display: flex;
  margin-top: 1rem;
  column-gap: 0.5rem;
}

.form div input {
  outline: none;
  line-height: 1.5rem;
  font-size: 0.875rem;
  color: rgb(255 255 255 );
  padding: 0.5rem 0.875rem;
  background-color: rgb(255 255 255 / 0.05);
  border: 1px solid rgba(253, 253, 253, 0.363);
  border-radius: 0.375rem;
  flex: 1 1 auto;
}

.form div input::placeholder {
  color: rgb(216, 212, 212);
}

.form div input:focus {
  border: 1px solid rgb(99 102 241);
}


/*--------------------------------------------------
Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
    .start-move-thumb {
        width: calc(25% - 60px);
        height: calc(25vw - 30px);
        margin: 0 30px;
        margin-bottom: 30px;
    }

    .start-move-thumb:nth-of-type(3n + 2) {
        width: calc(15% - 60px);
        height: calc(15vw - 30px);
        margin-top: 50vh;
    }

    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(35% - 60px);
        height: calc(35vw - 30px);
        margin-top: 25vh;
    }

    .end-thumbs-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .end-move-thumb {
        width: calc(33.33% - 60px);
        height: calc(33.33vw - 60px);
        margin: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .start-thumbs-caption {
        height: auto;
    }

    .start-thumbs-wrapper {
        padding: 0 20px;
    }

    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(33.33% - 40px);
        height: calc(33.33vw - 40px);
        margin: 25px 20px;
    }

    .end-thumbs-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .start-thumbs-wrapper {
        padding: 0 15px;
    }

    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(50% - 30px);
        height: calc(50vw - 30px);
        margin: 10px 15px;
    }
}

@media only screen and (max-width: 479px) {
    .start-thumbs-wrapper {
        padding: 0 10px;
    }

    .start-move-thumb,
    .start-move-thumb:nth-of-type(3n + 2),
    .start-move-thumb:nth-of-type(3n + 3) {
        width: calc(100% - 20px);
        height: calc(100vw - 20px);
        margin: 5px 10px;
    }
}
.buttons {
    margin: 10%;
    text-align: center;
}
