@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+Expanded:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root{
    --bg: #e2e2e2;
    --bg2:#fff5f5;
    --bg3: #edf3ff;
    --white: #ffffff;
    --white2: rgba(255,255,255,0.75);
    --white3: rgba(255,255,255,0.5);
    --black: #000000;
    --black2: rgba(0,0,0,0.67);
    --black3: rgba(0,0,0,0.5);
    --cream0: #f9f1e4;
    --cream: #EDE8E0;
    --cream1: #c1b4a1;
    --cream2: #b1987a;
    --cream3: #aa8662;
    --cream4: #865b3b;
    --cream5: #784621;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Poppins", sans-serif; */
    /* font-family: "Zalando Sans Expanded", sans-serif; */
    scroll-behavior: smooth;
}

#header{
    position: fixed;
    top: 0;
    width: 100%;
    /* border-bottom: 1px solid rgb(255, 255, 255, 0.4); */
    border-bottom: none;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /* transition: .4s ease-in-out; */
}
.menu-color{
    border-bottom: 1px solid rgba(0, 0, 0, 0.24) !important;
    /* border-bottom: 1px solid transparent !important; */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) !important;
}
#header .logo img{
    width: 110px;
    /* filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7474%) hue-rotate(234deg) brightness(94%) contrast(99%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(23%) hue-rotate(136deg) brightness(104%) contrast(108%);
    transition: .4s ease-in-out;
}
#header .log{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7474%) hue-rotate(234deg) brightness(94%) contrast(99%) !important;
}
.men{
    color: var(--black2) !important;
}
.men:hover{
    color: var(--black) !important;
}
.men.active{
    color: var(--cream5) !important;
}
#navMenu > li > a.men::after{
    background-color: var(--cream5) !important;
}



.banner {
    position: relative;
    width: 97%;
    margin: 0 auto;
    overflow: hidden;
}

.banner-content .container-fluid {
    padding: 0 60px !important;
}

.bc-img {
    background: url(./img/banner1.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 920px;
    position: relative;
    animation: scale 30s linear infinite;
}
@keyframes scale {
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }
}

.bc-img2 {
    background: url(./img/banner2.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 920px;
    position: relative;
}

.bc-img3 {
    background: url(./img/banner3.webp) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 920px;
    position: relative;
}

/* .bc-img::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: transparent; background-image: linear-gradient(180deg, #00000000 47%, #000000 100%); opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; } */
h5.ban-header.a-font {
    font-size: 75px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 64px;
    text-shadow: 2px 2px 25px #000000;
    position: relative;
    z-index: 999999;
    line-height: 90px;
}

.ban-header {
    margin: 0 200px;
}

.ban-text {
    width: 100%;
}

.ban-header span {
    color: #7ab624;
}

.ban-header2 {
    font-size: 12px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 8px 13px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 28px;
}

.ban-header2 i {
    color: #caa05c;
    font-size: 7px;
    transform: translateY(-1px);
    margin-right: 8px;
}

p.ban-para {
    color: #ffffff;
    font-size: 18px;
    /* padding: 0 200px; */
    margin-bottom: 35px;
    line-height: 31px;
    padding-right: 52%;
}

a.ban-link {
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: left;
    white-space: normal;
    padding: 9px 22px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 100px;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
}

a.ban-link i {
    font-size: 12px;
    margin-left: 15px;
    /* line-height: 25px; */
    transform: translateY(1px);
    width: 36px;
    height: 36px;
    background: #caa05c;
    border-radius: 100%;
    text-align: center;
    line-height: 36px;
    transform: rotate(-41deg);
}

a.ban-link:hover {
    color: #fff;
    text-decoration: none;
}

.ban-text {
    z-index: 9999;
    position: relative;
    text-align: center;
}

.ban-lft {
    width: 82%;
    float: right;
    margin-top: 34%;
    z-index: 999;
    position: relative;
}

.an-img img {
    width: 100%;
}

.an-cap {
    font-size: 45px;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 14px;
}

.an-cap2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 55px;
    line-height: 25px;
}

.an-cap3 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 27px;
}

.ban-lft {
    width: 82%;
    float: right;
    margin-top: 34%;
}

.ban-txt2 {
    padding: 20px 40px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.24);
    border: 1px solid rgba(0, 0, 0, 0.13);
    backdrop-filter: blur(29px);
    transition: all 0.5s ease;
    border-radius: 24px;
}

.an-img img {
    border-radius: 24px;
}

.clear {
    clear: both;
}

.banner-box {
    padding-top: 25%;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner i.fa-chevron-left {
    color: #fff;
    /* background: #fff; */
    /* padding: 15px 10px; */
    font-size: 15px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    line-height: 50px;
    /* opacity: 1 !important; */
    /* font-weight: 400; */
    transition: .4s ease-in-out;
}

.main-banner i.fa-chevron-right {
    color: #fff;
    /* background: #fff; */
    /* padding: 15px 10px; */
    font-size: 15px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    line-height: 50px;
    /* opacity: 1 !important; */
    transition: .4s ease-in-out;
}

.main-banner i.fa-chevron-left:hover {
    background-color: #232426;
    border-color: #232426 !important;
}

.main-banner i.fa-chevron-right:hover {
    background-color: #232426;
    border-color: #232426 !important;
}

.carousel-control-prev {
    left: initial !important;
    right: 0 !important;
    top: 130px !important;
}

.carousel-control-prev {
    opacity: 1 !important;
}

.carousel-control-next {
    opacity: 1 !important;
}



#banner{
    width: 97%;
    margin: 0 auto;
    height: 835px;
    position: relative;
    overflow: hidden;
}
#banner img{
    width: 100%;
    height: 100%;
}
#banner .over{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-image: linear-gradient(180deg, #0B0D2600 0%, #05071bcf 23%);
    z-index: 1;
}
#banner .ban-text{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
#banner .ban-text h1{
    font-weight: 500;
    color: var(--white);
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 0;
}
#banner img{
    position: relative;
    object-fit: cover;
    vertical-align: top;
    height: 953px;
    overflow: hidden;
}
.slick-active img{
    transform: scale(1);
}
.slide-wrap2 .slick-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1);
}
.slide-wrap2 .slick-active img {
  animation: zoomIn 12s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}
@keyframes zoomIn {
  from {
    transform: scale(1) translateX(0);
  }
  to {
    transform: scale(1.2) translateX(-30px);
  }
}
#banner .ban-text-wrapper{
    display: flex;
    align-items: center;
    background-color: #232426;
    padding: 40px;
    gap: 150px;
    justify-content: space-between;
}
#banner .ban-text-main-wrapper{
    display: flex;
    align-items: center;
    width: 1400px;
}
#banner .ban-text-link{
    background-color: var(--white);
    width: 27%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner .ban-text-wrap{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#banner .ban-text-wrap p{
    font-size: 13px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}
#banner .ban-text-wrap h1{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
}
#banner .ban-text-wrap a{
    font-weight: 700;
    padding: 10px 0;
    font-size: 13px;
    text-decoration: none;
    color: var(--black2);
    transition: .4s ease-in-out;
    position: relative;
}
#banner .ban-text-wrap a:hover{
    color: var(--black);
}
#banner .ban-text-wrap a::after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--black);
    transition: .4s ease-in-out;
}
#banner .ban-text-wrap a:hover::after{
    width: 90%;
}

/* about section start */

.heading span{
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--cream3);
    font-weight: 400;
    color: var(--white);
    font-size: 13px;
    text-transform: uppercase;
    /* font-family: "Poppins", sans-serif; */
    margin-bottom: 20px;
}
.heading h1{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 0;
}
.heading p{
    color: var(--black2);
}
.heading h1 span{
    font-size: 40px;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
    color: var(--cream5);
    text-transform: none;
    font-family: inherit;
    display: inline;
    margin-bottom: 0;
}



.all-link a{
    font-weight: 700;
    padding: 10px 0;
    font-size: 15px;
    text-decoration: none;
    color: var(--cream3);
    transition: .4s ease-in-out;
    position: relative;
    padding: 5px 0;
}
.all-link a:hover{
    color: var(--cream5);
}
.all-link a::after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--cream5);
    transition: .4s ease-in-out;
}
.all-link a:hover::after{
    width: 100%;
}





#about h1{
    margin-bottom: 40px;
}

#about .accordion-item {
  border: none;
}

#about .accordion-button {
  border: none;
  border-bottom: 1px solid #b9b9b9;
  box-shadow: none;
  font-size: 18px;
  padding: 20px 20px;
  font-weight: 400;
  color: var(--black);
}

#about .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--cream5);
  border-color: var(--cream5);
}

#about .accordion-button:focus {
  box-shadow: none;
}

#about .accordion-body {
  border-top: none;
  padding: 10px 20px;
  color: var(--black2);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.5;
}
#about .accordion-button::after {
  display: none;
}
#about .accordion-button {
  position: relative;
}
#about .accordion-button::before {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 13px;
  transition: 0.3s ease;
}
#about .accordion-button:not(.collapsed)::before {
  content: "\f068";
}

/* about section end */

/* Block section start */

#block .progress-bar{
    background-color: var(--black);
}
#block .progress{
    margin-top: 4px;
}
#block .process span{
    font-size: 11px;
    font-weight: 500;
}
#block .pros-head{
    color: var(--black2);
}
#block .process{
    margin-bottom: 32px !important;
}
#block .heading p{
    font-size: 14px;
    color: var(--black2);
    line-height: 1.7;
    font-weight: 500;
}
#block .process:last-of-type{
    margin-bottom: 0 !important;
}

/* Block section end */

/* services section start */

/* #services{
    background-color: #f5f3f2;
} */
#services p{
    color: var(--black2);
    font-weight: 350;
    font-size: 17px;
    line-height: 1.5;
}
#services hr{
    border-top: 3px solid var(--cream4);
}
#services a{
    text-decoration: none;
}
/* #services .s-icon{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#services img{
    width: 52px;
    filter: brightness(0) saturate(100%) invert(5%) sepia(86%) saturate(663%) hue-rotate(177deg) brightness(105%) contrast(102%);
}
#services .s-num span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
    color: var(--black);
    width: 25px;
    height: 25px;
    background-color: #f5f3f2;
}
#services .s-wrap{
    padding: 20px 35px;
    border-right: 1px solid rgba(0,0,0,0.1);
}
#services .col-lg-3:last-child .s-wrap{
    border-right: none;
}
#services .s-wrap h5{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 20px;
    color: var(--black);
}
#services .s-wrap h6{
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--black2);
    line-height: 1.6;
    font-family: "Poppins", sans-serif;
} */

.ser-cont {
    margin-top: 10px;
}
.ser-item-wrap{
    display: flex;
    align-items: center;
    gap: 20px;
}
.se-box{
    width: 335px;
    height: 417px !important;
    overflow: hidden;
    border-radius: 25px;
    transition: width 0.6s cubic-bezier(.77,0,.175,1);
}
.se-box:hover{
    width: 900px;
}
.se-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.se-img::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: .5s ease-in-out;
}
.se-box:hover .se-img::before,
.se-box.active .se-img::before {
    background: rgba(0, 0, 0, 0.5);
}

.se-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.se-box {
    position: relative;
}
.ser-sub {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
}
.ser-sub p{
    font-size: 15px;
    margin-top: 15px;
    color: var(--white) !important;
}
.se-box:hover .ser-sub {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
    margin-top: 10px;
    transition-delay: 0.4s;
}

.se2 {
    left: 0;
    position: absolute;
    top: 0;
    padding: 18px 25px;
}

h5.se-num.a-font {
    font-size: 40px;
    /* color: #fff; */
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-transition: 0.8s cubic-bezier(0.4, -0.5, 0.1, 1.48);
    transition: 0.8s cubic-bezier(0.4, -0.5, 0.1, 1.48);
    letter-spacing: 3px;
}

.se3 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 25px;
    transition: all 0.5s ease-in-out;
}

.se-head2 a {
    color: #fff;
    font-weight: 350;
    font-size: 30px;
    display: inline-block;
    text-shadow: 4px 2px 12px rgba(0, 0, 0, 0.9);
    line-height: 35px;
    letter-spacing: 0.5px;
}

.se-head2 a:hover{
    text-decoration: none;
    color: #fff;
}

.se-link {
    font-size: 14px;
    padding: 15px 37px;
    background-color: var(--cream3);
    color: #fff;
    /* font-family: "Cal Sans", sans-serif; */
    border-radius: 50px;
    /* margin-left: 20px; */
    display: inline-block;
    letter-spacing: 0.5px;
    margin-top: 40px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .4s ease-in-out;
}

.se-link i{
    margin-left: 12px;
    
}

.se-link:hover{
    background-color: var(--cream4);
    color: #fff;
    text-decoration: none;
}
.se-box.active {
    width: 900px;
}
.se-box:hover .ser-sub,
.se-box.active .ser-sub {
    opacity: 1;
    transform: translateY(0);
    max-height: 300px;
    margin-top: 10px;
    transition-delay: 0.4s;
}


/* services section end */

/* portfilio section start */

.filter-menu{
    margin-bottom: 20px;
}

.filter-menu li{
    display: inline-block;
    padding: 10px 18px;
    background: transparent;
    color: var(--black);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .4s ease-in-out;
}

.filter-menu li:hover,
.filter-menu li.current{
    background: #e3e3e3;
}


/* ================= FILTER ITEMS ================= */

.filter-item{
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-item::after{
    content: "";
    display: block;
    clear: both;
}

.filter-item li{
    width: 25%;     /* 4 items per row */
    float: left;
    padding: 8px;
    transition: 
        width 0.5s ease,
        padding 0.5s ease,
        opacity 0.4s ease;
}

.filter-item li a{
    display: block;
    position: relative;
}

.filter-item .fil-img{
    width: 100%;
    height: 300px;
    display: block;
    overflow: hidden;
}
.filter-item .fil-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.filter-item a:hover img{
    transform: scale(1.2);
}

/* SHOW */
.filter-item li.active{
    width: 25%;
    opacity: 1;
}
.filter-item li .port-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    opacity: 0;
    transition: .4s ease-in-out;
}
.filter-item li a:hover .port-text{
    opacity: 1;
}

/* HIDE */
.filter-item li.delete{
    width: 0%;
    padding: 0;
    opacity: 0;
}
.view-all{
    padding-top: 20px;
    /* text-align: center; */
    /* background-color: #232426; */
    /* background-color: #f5f3f2; */
}
.view-all a{
    padding: 14px 20px;
    text-decoration: none;
    background-color: var(--cream3);
    border: 1px solid var(--cream3);
    color: var(--white);
    text-transform: uppercase;
    /* letter-spacing: 0.5px; */
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    transition: .4s ease-in-out;
}
.view-all a:hover{
    background-color: var(--cream4);
    border-color: var(--cream4);
    color: var(--white);
}
.subs-menu{
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999999999;
    height: 100vh !important;
    width: 100%;
    background-color: var(--white);
    transition: 1s ease-in-out;
}
.sub-inner{
    width: 1000px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(./img/bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.sub-inner-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.close{
    position: absolute;
    top: 30px;
    right: 30px;
}
.close i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--black3);
    background: var(--white);
    color: var(--black2);
    text-decoration: none;
    font-weight: 500;
    transition: 0.4s ease-in-out;
    cursor: pointer;
}
.close i:hover{
    border-color: var(--black);
    color: var(--black);
}
.closed{
    height: 0 !important;
    opacity: 0 !important;
}
.opens{
    height: 100vh !important;
    opacity: 1 !important;
}
.sub-inner-item h1{
    font-size: 60px;
    font-weight: 400;
    width: 500px;
    line-height: 1;
    color: var(--black);
}
.sub-inner-item a{
    font-size: 30px;
    font-weight: 400;
    color: var(--black2);
    text-decoration: none;
    transition: .4s ease-in-out;
}
.sub-inner-item a:hover{
    text-decoration: underline;
    color: var(--black);
}
.sub-inner-bot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 170px;
}
.sub-inner-bot p{
    font-size: 12px;
    white-space: nowrap;
    font-weight: 500;
    margin-bottom: 5px;
}
.sub-inner-bot h4{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
.sub-inner-bot h5{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1;
}
#portfolio{
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    background-color: var(--cream);
    overflow-y: hidden;
}
#portfolio .nav-tabs{
    border-bottom: none;
    margin-bottom: 20px;
    justify-content: right !important;
}
#portfolio .nav-tabs .nav-item:first-of-type .nav-link{
    border-radius: 10px 0 0 10px;
}
#portfolio .nav-tabs .nav-item:last-of-type .nav-link{
    border-radius: 0 10px 10px 0;
}
#portfolio .nav-link.active{
    background-color: var(--cream3);
    color: var(--white);
}
#portfolio .nav-link{
    border: 1px solid var(--cream3);
    color: var(--black2);
    border-radius: 0;
    font-weight: 450;
    padding: 8px 30px;
}
#portfolio p{
    color: var(--black2);
}
#portfolio .proj-img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 15px;
    border: 1px solid #d3d3d3;
}
#portfolio a:hover img{
    transform: scale(1.05);
}
#portfolio .proj-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#portfolio .proj-bot{
    display: flex;
    padding: 10px;
    padding-left: 20px;
    border-radius: 25px;
    border: 1px solid #f2f2f2;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    background-color: var(--white);
}
#portfolio .proj-bot h1{
    font-size: 30px;
    font-weight: 400;
    transition: .4s ease-in-out;
}
#portfolio .proj-bot p{
    font-size: 18px;
    font-weight: 350;
    color: var(--black3);
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;

}
#portfolio .proj-btn a{
    width: 110px;
    height: 110px;
    padding: 20px;
    display: inline-block;
    color: var(--cream4);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f6f6;
    transition: .4s ease-in-out;
}
#portfolio .proj-btn a:hover{
    background-color: var(--cream4);
    color: var(--white);
}
#portfolio .proj-item{
    margin: 20px 10px;
}
#portfolio .proj-links{
    text-decoration: none;
    color: inherit;
    display: inline-block;
}
#portfolio .proj-links:hover h1{
    color: var(--cream4);
}

/* portfilio section end */


/* process section start */

#porcess .pros-item{
    padding-top: 110px;
    padding-left: 55px;
    position: relative;
}
#porcess .poss{
    position: sticky;
    top: 150px;
}
#porcess .pros-count{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 130px;
    font-weight: 300;
    /* color: rgba(0, 0, 0, 0.08); */
    color: rgba(170, 134, 98, 0.15);
    pointer-events: none;
    z-index: 2;
}
#porcess .pros-wrap h1{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--black);
}
#porcess .pros-wrap h5{
    font-size: 27px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: var(--black);
    position: relative;
    z-index: 3;
}
#porcess .pros-wrap p{
    font-size: 15px;
    color: var(--black2);
    font-weight: 350;
    margin-bottom: 0;
    line-height: 1.6;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}
#porcess .pros-item-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

/* process section end */

/* why section start */

#why{
    /* background-color: #732C14; */
    background-color: var(--cream5);
}
#why .w-wrap{
    padding: 50px;
    margin: 0;
    padding-top: 90px;
    position: relative;
    transition: .4s ease-in-out;
}
#why .w-wrap.pad2{
    padding-top: 110px;
    margin-top: 60px;
}
#why .w-wrap.pad3{
    padding-top: 120px;
    margin-top: 130px;
}
#why .w-wrap .w-num{
    position: absolute;
    top: 0;
    right: -20px;
    font-size: 120px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.7);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    text-orientation: mixed;
    /* font-family: "Poppins", sans-serif; */
}
#why .w-wrap i{
    font-size: 45px;
}
#why .w-icon{
    margin-bottom: 5px;
}
#why .w-wrap h4{
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--black);
    margin-bottom: 25px;
}
#why .w-wrap h4 br{
    display: none;
}
#why .w-wrap p{
    font-size: 14px;
    font-weight: 500;
    color: var(--black3);
    margin-bottom: 20px;
}
#why{
    position: relative;
}
#why .why-bg{
    position: absolute;
    right: 0;
    bottom: 0;
}
#why .why-bg img{
    height: 400px;
}
#why .heading{
    position: sticky;
    top: 180px;
}

:root {
	--cards: 4;
	--cardHeight: 450px;
	--cardTopPadding: 6em;
	--cardMargin: 0;
}

#cards {
	list-style: none;
	padding-left: 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(var(--cards), var(--cardHeight));
	gap: var(--cardMargin);
	padding-bottom: calc(var(--cards) * var(--cardTopPadding));
	margin-bottom: var(--cardMargin);
}

#card1 {
	--index: 1;
}
#card2 {
	--index: 2;
}
#card3 {
	--index: 3;
}
#card4 {
	--index: 4;
}

#card1 .sus-text{
    background-image: url(./img/bg3.webp);
    background-position: right;
    background-size: cover;
}
#card2 .sus-text{
    background-image: url(./img/bg4.webp);
    background-position: right;
    background-size: cover;
}
#card3 .sus-text{
    background-image: url(./img/bg5.webp);
    background-position: right;
    background-size: cover;
}
#card4 .sus-text{
    background-image: url(./img/bg6.webp);
    background-position: right;
    background-size: cover;
}
#card2 .sus-text{
    background-color: #b08a7c;
}
#card3 .sus-text{
    background-color: #e0ddd7;
}
#card3 span{
    color: var(--cream5);
}
#card3 h1{
    color: var(--black);
}
#card3 p{
    color: var(--black2);
}
#card4 .sus-text{
    background-color: var(--white);
}
#card4 span{
    color: var(--cream5);
}
#card4 h1{
    color: var(--black);
}
#card4 p{
    color: var(--black2);
}

.sus-item {
	position: sticky;
	top: 80px;
	padding-top: calc(var(--index) * var(--cardTopPadding));
}

.sus-text a{
    height: 500px;
    width: 100%;
}
.sus-text {
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
	height: var(--cardHeight);
    max-height: 1000px;
	display: flex;
    gap: 30px;
    flex-direction: column;
	justify-content: space-between;
	/* align-items: center; */
    padding: 40px;
	transition: all 0.5s ease-in-out;
}
.sus-text span{
    font-size: 21px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 1px;
}
.sus-text span{
    font-size: 22px;
    font-weight: 600;
    color: var(--white);
    letter-spacing: 2px;
}
.sus-text h1{
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--white);
}
.sus-text p{
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: 350;
    color: rgba(255, 255, 255, 0.6);
}

/* why section end */

#mark{
    background-color: #f7f7f7;
}

/* Test section start */

#test{
    /* background: url(./img/bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; */
    background-color: var(--cream);
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 40px;
    /* margin-bottom: 80px; */
}

#test .test-wrap{
    position: relative;
    padding: 12px 12px 18px;
    margin: 0 15px;
    /* padding-top: 50px; */
    cursor: grab;
    background-color: var(--white);
    border-radius: 12px;
}
/* #test .test-wrap .test-icon{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--black3);
    color: #fff;
    opacity: 1;
} */
#test .test-text{
    background-color: var(--cream0);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 15px;
}
#test .test-wrap .test-text h5{
     margin-top: 32px;
    font-size: 15px;
    color: var(--black2);
    font-weight: 350;
    line-height: 1.6;
    margin-bottom: 0;
}
#blog p{
    color: var(--black2)
}
#test .test-wrap h4{
    margin-left: 30px;
    font-size: 17px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 450;
    /* letter-spacing: 1px; */
    margin-bottom: 0;
}
#test .test-wrap h6{
    font-size: 14px;
    color: var(--black2);
    font-weight: 350;
    letter-spacing: 1px;
    margin-bottom: 0;
}
#test .test-user-wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}
#test .test-img-wrap{
    width: 60px;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
}
#test .test-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#test .test-star ul{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}
#test .test-star ul li{
    list-style: none;
}
#test .test-star ul li i{
    color: #ffb703;
    font-size: 18px;
}

/* Test section end */

#supermarquee1 span,
#supermarquee2 span {
    display: inline-block;
    padding: 8px 18px;
    font-size: 26px;
    font-weight: 400;
    color: var(--black);
    border-radius: 50px;
}
#supermarquee1 span.even,
#supermarquee2 span.even {
    color: var(--cream5);
    border: 1px solid var(--cream5);
}
#supermarquee2 {
    transform: scaleX(-1);
}

#supermarquee2 span {
    transform: scaleX(-1);
}

/* Count section start */

#count{
    background: url(./img/pat.webp);
    background-position: center left;
    background-repeat: repeat;
    background-size: 45%;
    height: 100%;
    width: 100%;
}
#count h1{
    font-size: 65px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--cream3);
    /* font-family: "Poppins", sans-serif; */
}
#count h6{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    /* font-family: "Poppins", sans-serif; */
}

/* Count section end */

/* Contact section end */

#contact{
    background-color: #f6f6f6;
}
#contact h1{
    font-size: 85px;
    font-weight: 350;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 0;
}
#contact p{
    font-size: 15px;
    font-weight: 400;
    color: var(--black2);
    margin-bottom: 0;
}
#contact .divider{
    padding: 0;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,0.6);
    font-weight: 600;
    color: var(--black2);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
#contact .con-item h6{
    font-weight: 450;
    font-size: 16px;
    margin-bottom: 20px;
}
#contact .con-item ul{
    margin-bottom: 0;
    padding-left: 0;
}
#contact .con-item ul li{
    list-style: none;
}
#contact .con-item ul li a{
    font-size: 15px;
    text-decoration: none;
    color: var(--black2);
    font-weight: 400;
    transition: .4s ease-in-out;
}
#contact .con-item ul li a:hover{
    color: var(--black);
}


/* Contact section end */


/* Footer section start */

#footer{
    background-color: var(--cream4);
}
#footer a{
    display: inline-block;
    text-decoration: none;
}
#footer .f-logo h2{
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
}
#footer p{
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 14px;
    margin-top: 20px;
}
#footer .f-menu ul{
    margin-top: 40px;
    margin-bottom: 0;
    padding-left: 0;
    gap: 40px;
}
#footer .f-menu ul li{
    list-style: none;
    margin: 10px 0;
}
#footer .f-menu ul li a{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 350;
    font-size: 16px;
    transition: .4s ease-in-out;
}
#footer .f-menu ul li a:hover{
    color: var(--white);
}
#footer h6{
    font-size: 16px;
    font-weight: 450;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
}
#footer h1{
    font-weight: 400;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 40px;
    font-size: 40px;
}
#footer h5{
    font-weight: 350;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    font-size: 17px;
    margin-bottom: 50px;
}
#footer span{
    color: rgba(255, 255, 255, 0.35);
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 15px;
}
#footer h4{
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
    cursor: pointer;
    transition: .4s ease-in-out;
}
#footer h4:hover{
    color: var(--white);
}

/* Footer section end */

.slider{
  position:relative;
  width: 100%;
  height:100vh;
    /* margin: 0 auto; */
    overflow: hidden;
}

/* =========================
   SLIDE BASE
========================= */

.slide{
  position:absolute;
  width:100%;
  height:100%;
  z-index:0;
}
.slider::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    z-index: 200;
}
.ban-text{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 300px;
    left: 200px;
    z-index: 500;
}
.ban-text h1{
    font-size: 100px;
    line-height: 1.1;
    font-weight: 400;
    text-align: left;
    color: var(--white);
    letter-spacing: -3px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

/* =========================
   3 SLICES (NO GAP VERSION)
========================= */

.slice{
  position:absolute;
  top:0;
  height:100%;
  width:calc(100% / 3 + 1px);
  background-size:300% 100%;
  background-repeat:no-repeat;

  transform:translateX(-40px) scale(1.05);
  opacity:0;

  will-change:transform, opacity;
  pointer-events:none;
}
/* Position slices */
.slice:nth-child(1){
  left:0%;
  background-position:0% 0;
  transform:translateX(-120%);
}

.slice:nth-child(2){
  left:33.3333%;
  background-position:50% 0;
  transform:translateX(-160%);
}

.slice:nth-child(3){
  left:66.6666%;
  background-position:100% 0;
  transform:translateX(-200%);
}

/* Active animation */
.slide.active .slice{
  animation:reveal 1s cubic-bezier(.25,.1,.25,1) forwards;
}

.slide.active .slice:nth-child(1){ animation-delay:0s; }
.slide.active .slice:nth-child(2){ animation-delay:0.08s; }
.slide.active .slice:nth-child(3){ animation-delay:0.16s; }

@keyframes reveal{
  to{
    transform:translateX(0) scale(1);
    opacity:1;
  }
}

/* =========================
   CONTENT
========================= */

.content{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(0.8);
  opacity:0;
  color:#fff;
  text-align:center;
  z-index:5;
}

.content.animate{
  animation:textZoom 3s ease forwards;
}

@keyframes textZoom{
  from{
    opacity:0;
    transform:translate(-50%,-50%) scale(1);
  }
  to{
    opacity:1;
    transform:translate(-50%,-50%) scale(1.2);
  }
}

.content h1{
  font-size:70px;
  font-weight: 600;
  width: 750px;
  letter-spacing:1px;
  text-transform: capitalize;
text-shadow: rgb(0, 0, 0) 2px 2px 25px;
}

/* =========================
   ARROWS
========================= */

.arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width: 50px;
  height: 50px;
  font-size:25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#fff;
  cursor:pointer;
  z-index:10;
  padding:10px 10px;
  background:rgba(0, 0, 0, 0.24);
  border: 1px solid #fff;
  user-select:none;
  transition:0.3s;
  pointer-events:auto;
  display: none;
}

.arrow:hover{
  background:var(--black3);
}

.left{ left:20px; }
.right{ right:20px; }


.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 999;   /* Lower than navMenu */
  transition: 0.4s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

#navMenu a.active{
    color:#fff;
}
#navMenu a.active::after{
    transform: translateX(-50%) scaleX(1);
}

.menu-item-with-submenu.active > a{
    color:var(--black);
}





#inner-banner{
    margin-top: 0;
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}
#inner-banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
    pointer-events: none;
}
#inner-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
#inner-banner .inner-ban-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
}
#inner-banner .inner-ban-text h1{
    font-size: 45px;
    color: var(--white);
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    font-weight: 400;
}
#inner-banner .bread{
    font-size: 16px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-weight: 400;
}
#inner-banner .bread a{
    color: var(--red);
    text-decoration: none;
}
#inner-banner .bread a:hover{
    text-decoration: underline;
}
#inner-banner .inner-ban-text span {
    opacity: 0.8;
}
#inner-banner .inner-ban-text i {
    font-size: 14px;
}

.con-form-wrap{
    padding: 35px;
    border: 1px solid #f2f2f2;
    box-shadow: -5px 10px 20px 0 rgba(0, 0, 0, 0.15);
}
.con-form-wrap .form-control{
    border-radius: 0;
    border: 1px solid #bfbfbf;
    padding: 8px;
}
.con-form-wrap .form-control:focus{
    box-shadow: none;
    border-color: var(--cream3);
}
.con-form-wrap .form-select{
    border-radius: 0;
    border: 1px solid #bfbfbf;
}
.con-form-wrap .form-select:focus{
    box-shadow: none;
    border-color: var(--blue);
}
.con-form-wrap h3{
    font-size: 30px;
    color: var(--blue);
    font-weight: 700;
}
.con-form-wrap p{
    font-size: 18px;
    color: #686868;
    margin-bottom: 25px;
}
.con-item-wrap{
    display: flex;
    gap: 20px;
    padding: 20px 0;
    /* border-bottom: 1px solid #d2d2d2; */
}
.con-icon{
    border-radius: 8px;
    display: flex;
    justify-content: center;
    color: var(--cream3);
    font-size: 23px;
}
.con-text h4{
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 0;
}
.con-text span{
    font-size: 14px;
    display: inline-block;
    color: #444444;
}
.con-item-wrapper .con-item-wrap:last-of-type{
    border-bottom: none;
    padding-bottom: 0;
}
#in-con h1{
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.in-con-top-des{
    font-size: 16px;
    color: #686868;
    margin-bottom: 20px;
}
.con-form-wrap h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
}

.con-form-wrap .form-control,
.con-form-wrap .form-select,
.con-form-wrap textarea {
    font-size: 14px;
}
.con-form-wrap .form-floating > label {
    font-size: 13px;
}


.con-form-wrap .frm-link {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    background-color: var(--cream3);
    color: #fff;
    /* font-family: "Cal Sans", sans-serif; */
    /* border-radius: 50px; */
    /* margin-left: 20px; */
    display: inline-block;
    letter-spacing: 1px;
    margin-top: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: .4s ease-in-out;
}
.con-form-wrap .frm-link:hover{
    background-color: var(--cream4);
}

#inner-test .test-wrap{
    background-color: var(--cream0);
    padding: 20px;
    border: 1px solid var(--cream3);
    margin: 20px 8px;
    transition: .4s ease-in-out;
}
#inner-test .test-wrap p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.6;
    color: var(--black2);
}
#inner-test .test-wrap h5 {
    font-size: 16px;
    color: var(--black);
    text-transform: uppercase;
    font-weight: 450;
    letter-spacing: 0;
    margin-bottom: 0;
}


#blog .blog-img{
    width: 100%;
    height: auto;
    aspect-ratio: 8 / 5;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
}
#blog .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#blog h6{
    font-size: 15px;
    font-weight: 400;
    color: var(--black2);
    margin-bottom: 15px;
}
#blog h6 span{
    margin: 0 5px;
}
#blog .blog-item h1{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 1);
    transition: .4s ease-in-out;
}
#blog .blog-item p{
    font-size: 17px;
    margin-bottom: 15px;
     display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
    font-weight: 350;
    color: var(--black2);
}
.blog-btn a{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    font-weight: 450;
    color: var(--black2);
    transition: .4s ease-in-out
}
.blog-btn a i{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 1px solid var(--black2);
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .4s ease-in-out
}
.blog-btn a:hover{
    color: var(--cream4);
}
.blog-btn a:hover i{
    margin-left: 5px;
    background-color: var(--cream4);
    color: var(--white);
    border-color: var(--cream4);
}
#blog a{
    text-decoration: none;
}
#blog a:hover h1{
    color: var(--cream5);
}
#blog a:hover img{
    transform: scale(1.05);
}




#award{
    background-color: #f6f6f6;
}
#award .award-wrap{
    background-color: var(--white);
    padding: 12px;
    border-radius: 8px;
    margin: 12px 0;
}
#award .award-item{
    display: flex;
    gap: 12px;
    align-items: center;
}
#award .award-item .award-icon{
    width: 68px;
    height: 68px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
#award .award-icon img{
    height: 48px;
    /* filter: brightness(0) saturate(100%) invert(58%) sepia(71%) saturate(272%) hue-rotate(358deg) brightness(97%) contrast(94%); */
    filter: brightness(0) saturate(100%) invert(58%) sepia(4%) saturate(3816%) hue-rotate(349deg) brightness(94%) contrast(85%);
}
#award .award-item h3{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    color: var(--black);
}
#award .award-item h4{
    font-size: 16px;
    font-weight: 500;
    color: var(--black2);
    margin-bottom: 5px;
}


#inner-port-banner{
    background-color: var(--cream3);
    padding: 80px 0 50px 0;
    text-align: center;
}
#inner-port-banner h1{
    color: var(--white);
    font-size: 45px;
    margin-bottom: 10px;
    font-weight: 400;
}
#inner-port-banner .bread{
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}
#inner-port-banner .bread a{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    text-decoration: none;
    transition: .4s ease-in-out;
}
#inner-port-banner .bread a:hover{
    color: rgba(255, 255, 255, 1);
}
#inner-port-banner .bread span{
     color: rgba(255, 255, 255, 0.5);
}
.port-img-wrap{
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 30px;
}
.port-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#port-main-img{
    padding: 50px 0;
}

.port-text-wrap h1{
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 25px;
}
.port-text-wrap p{
    font-size: 18px;
    text-align: justify;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 25px;
}
.port-text-wrap p:last-of-type{
    margin-bottom: 0;
}
.port-text-wrap h2{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 25px;
    padding-top: 20px;
}
.port-gal{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 75px;
}
.port-gal2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 50px;
}
.port-gal-img{
    width: 100%;
    border-radius: 20px;
    height: auto;
    aspect-ratio: 5 / 3;
    overflow: hidden;
    border: 1px solid #e2e2e2;
}
.port-gal2 .port-gal-img{
    aspect-ratio: 3 / 4;
}
.port-gal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.port-gal-img a:hover img{
    transform: scale(1.05);
}
.port-gal{
    padding-bottom: 50px;
}
.port-gal2{
    padding-bottom: 50px;
}
.clamp-text {
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.clamp-text.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.read-more-btn {
    border: none;
    background-color: transparent;
    color: var(--cream3);
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: none;
    transition: .3s ease-in-out;
}
.read-more-btn:hover {
    color: var(--cream5);
}

#in-about h1{
    font-size: 36px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 15px;
}
#in-about h4{
    font-size: 22px;
    font-weight: 450;
    color: var(--cream3);
    margin-bottom: 15px;
}
#in-about p{
    font-size: 16px;
    font-weight: 350;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: justify;
}
.in-about-img{
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    position: relative;
}
.in-about-over{
    position: absolute;
    bottom: -35px;
    left: 15px;
    font-size: 85px;
    color: var(--white);
     font-family: "Corinthia", cursive;
     text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
.in-about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#in-serv .serv-wrap{
    padding: 20px;
    border: 1px solid var(--cream3);
    margin: 20px 5px;
    background-color: #fffcf7;
    border-radius: 15px;
}
#in-serv .serv-img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/ 9;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    margin-bottom: 15px;
}
#in-serv .serv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#in-serv h2{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--cream4);
}
#in-serv p{
    font-size: 15.5px;
    font-weight: 350;
    margin-bottom: 0;
    color: var(--black2);
}

#inner-blog-ban{
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.in-blog-img{
    width: 100%;
    height: 100%;
}
.in-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
}

/********* Blog Details Section Start *********/


.blog-tag-head h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 15px !important;
}
.blog-tag{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    padding-bottom: 25px;
}
.blog-tag a{
    text-decoration: none;
    display: inline-block;
    padding: 7px 12px;
    background-color: var(--white);
    border: 1px solid var(--border2);
    font-size: 14px;
    color: var(--black);
    border-radius: 5px;
    font-weight: 450;
    box-shadow: 0 3px 6px #00000029;
    white-space: nowrap;
    transition: .4s ease-in-out;
}
.blog-tag a:hover{
    border-color: rgb(58, 81, 213);
    background-color: var(--cream2);
    color: var(--white);
}
html.dark-mode .blog-tag a:hover{
    background-color: var(--blue);
    color: #ffffff;
}
.blog-details-main-top-wrap h1{
    font-size: 50px;
    color: var(--black);
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.2;
    /*font-family: "Albert Sans", sans-serif;*/
}
.blog-details-main-top-wrap h4{
    font-size: 20px;
    color: var(--muted3);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
}
.blog-details-top-pro-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--blue);
}
.blog-details-top-pro-img img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.blog-details-top-pro-img a:hover img{
    transform: scale(1.1);
}
.blog-details-top-pro-det h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--black);
    transition: .4s ease-in-out;
}
.blog-details-top-pro-det a{
    text-decoration: none;
}
.blog-details-top-pro-det a:hover h6{
    color: var(--blue);
}
.blog-details-top-pro-det span{
    font-size: 15px;
    color: var(--muted3);
}
.blog-details-top-pro-btn a{
    display: inline-block;
    padding: 6px 25px;
    background-color: transparent;
    border: 1px solid var(--blue);
    border-radius: 50px;
    text-decoration: none;
    color: var(--blue);
    transition: .4s ease-in-out;
}
.blog-details-top-pro-btn a:hover{
    background-color: var(--blue);
    color: var(--white);
}
html.dark-mode .blog-details-top-pro-btn a:hover{
    color: #ffffff;
}
.blog-details-top-info{
    margin-bottom: 30px;
}
.blog-details-sub-top span{
    display: inline-block;
    font-size: 15px;
    color: var(--sub-text);
    font-weight: 350;
}
.blog-details-sub-top i{
    font-size: 5px;
    color: var(--blue);
}

.blog-details-sub-top span i{
    font-size: 15px;
    color: var(--black3);
}

/* heart base */
#likeBtn .span-icon {
    color: #6c757d;
    transition: color 0.2s ease;
}
#likeBtn.liked .span-icon {
    color: #e63946 !important;
}

/* animation trigger */
.heart-animate {
    animation: heartPop 0.6s ease forwards;
}

@keyframes heartPop {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    30% {
        transform: scale(1.6);
        opacity: 0.7;
    }
    60% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.blog-details-sub-top{
    margin-bottom: 30px;
}
.blog-details-thumb{
    margin-bottom: 30px;
}
.blog-details-thumb-img img{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border2);
}
.blog-details-thumb-img video{
    width: 100%;
    border-radius: 20px;
    border: 1px solid var(--border2);
}
.blog-details-thumb-img iframe{
    width: 100% !important;
    border-radius: 20px;
    border: 1px solid var(--border2);
    height: auto !important;
    aspect-ratio: 16 / 9;
}

#blog-details-main .blog-details-content h2{
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 450;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h2 strong{
    font-weight: 500;
}
#blog-details-main .blog-details-content h1{
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 450;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h1 strong{
    font-weight: 500;
}
#blog-details-main .blog-details-content h3{
    font-size: 22px;
    padding-top: 20px;
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h3 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h4 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h5{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h5 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content h6{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.55;
    color: var(--black);
}
#blog-details-main .blog-details-content h6 strong{
    font-weight: 700;
}
#blog-details-main .blog-details-content p{
    margin-bottom: 25px;
    line-height: 1.7;
    letter-spacing: 0.2px;
    font-weight: 350;
    font-size: 18px;
    color: #111111;
}
#blog-details-main .blog-details-content > p:first-of-type::first-letter {
  color: var(--cream4); 
  font-weight: 700;
  font-family: Georgia;
  initial-letter: 2;
  margin-right: 2px;
}
#blog-details-main .blog-details-content blockquote{
     border: 1px solid var(--border5);
    border-left: 5px solid var(--blue);
    background-color: var(--bg);
    padding: 15px 20px;
    margin-bottom: 30px;
}
#blog-details-main .blog-details-content blockquote p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    color: var(--muted2);
}
#blog-details-main .blog-details-content img{
    border: 1px solid var(--border4);
    width: 100% !important;
    height: auto !important;
}
#blog-details-main .blog-details-content ul{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#blog-details-main .blog-details-content ol{
    padding-left: 25px !important;
    margin-bottom: 30px;
    padding-left: 0;
}
#blog-details-main .blog-details-content ul li{
    list-style-type: square;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}
#blog-details-main .blog-details-content ul li::marker{
   color: var(--blue);
}
#blog-details-main .blog-details-content table{
    width: 100% !important;
    margin-bottom: 30px;
}
#blog-details-main .blog-details-content table tr{
    padding: 10px 15px;
    border: 1px solid var(--border3);
    font-weight: 500;
}
#blog-details-main .blog-details-content table td{
    padding: 10px 15px;
    border: 1px solid var(--border3);
    font-weight: 400;
}
#blog-details-main .blog-details-content table th{
    padding: 10px 15px;
    background-color: var(--blue);
    color: var(--white);
    font-weight: 600 !important;
}
#blog-details-main .blog-details-content table th strong{
    font-weight: 600 !important;
}
/*.load-more-wrap{*/
/*    margin-top: 30px;*/
/*    margin-bottom: 15px;*/
/*    text-align: center;*/
/*}*/
.loader {
  width: 40px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--blue);
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}


.load-more-wrap a{
    display: inline-block;
    padding: 8px 25px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    background-color: transparent;
    color: var(--blue);
    text-decoration: none;
    transition: .4s ease-in-out;
}
.load-more-wrap a:hover{
    background-color: var(--blue);
    color: var(--white);
}
.load-more-wrap-2{
    margin-top: 30px !important;
    margin-bottom: 15px;
    text-align: center;
}
.load-more-wrap-2 a{
    display: block;
    padding: 11px 25px;
    border: 1px solid var(--load-dark);
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--load-dark2);
    color: var(--load-dark-text);
    text-decoration: none;
    transition: .4s ease-in-out;
}
.load-more-wrap-2 a:hover{
    background-color: var(--load-dark);
}

.custom-buttons button {
  width: 30px;
  height: 30px;
  background-color: var(--card2);
  color: var(--card-icon);
  border: none;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s ease-in-out;
}
.custom-buttons button:hover {
  background: var(--black);
  color: var(--white);
}
.slick-dots{
    bottom: -40px !important;
}
.slick-dots li{
    margin: 0;
}
.slick-dots li button:before{
    font-size: 8px;
}
.blog-more-item{
    position: relative;
}
#blog-more a{
    text-decoration: none;
}
#blog-more h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 25px !important;
}
.blog-more-item .blog-more-img{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--border4);
    transition: .4s ease-in-out;
}
.blog-more-item .blog-more-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.blog-more-item .blog-more-content h3{
    color: var(--black);
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  transition: .4s ease-in-out;
}
.blog-more-item .blog-more-content p{
    color: var(--muted3);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.blog-more-content span{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid var(--blue);
    border-radius: 50px;
    margin-right: 12px;
    font-size: 11px;
    color: var(--blue);
    transition: .4s ease-in-out;
}
.blog-more-content .date{
    font-size: 13px;
}
#blog-more a:hover h3{
    color: var(--blue);
}
#blog-more a:hover img{
    transform: scale(1.06);
}
#blog-more a:hover span{
    background-color: var(--blue);
    color: var(--white);
}
#blog-more a:hover .blog-more-img{
    border-color: var(--blue);
}

#main-content .accordion-item {
    border: none;
    border-bottom: 1px solid var(--border5);
    border-radius: 0 !important;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#main-content .msg-box{
    padding: 20px;
}
#main-content .msg-box span{
    display: inline-block;
    margin-bottom: 20px;
    color: var(--book-a);
    font-size: 14px;
}
#main-content .msg-box .fil-btn a{
    display: block;
    padding: 12px 25px;
    background: var(--blue);
    border-radius: 50px;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: .4s ease-in-out;
}
#main-content .msg-box .fil-btn a:hover{
    background: var(--black);
}

#main-content .accordion-button {
    background: none !important;
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #242424;
    box-shadow: none !important;
    position: relative;
}

#main-content .accordion-button::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    transform: rotate(0deg);
    transition: 0.25s ease;
    font-size: 16px;
    color: var(--muted2);
}

#main-content .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#main-content .accordion-button:not(.collapsed) {
    color: var(--muted2);
    background: none !important;
    box-shadow: none !important;
}

#main-content .accordion-body {
    padding: 10px 0 5px 0;
    font-size: 15px;
    color: var(--acco);
}

.accordion,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button,
.accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 0 !important;
}

.accordion-button {
    box-shadow: none !important;
}
#myAccordion{
    border: none;
}
#main-content .scroll-box{
    height: 170px;
    max-height: 400px;
    overflow: auto;
    padding: 0 20px;
    padding-bottom: 10px;
}
#main-content .scroll-input{
    padding: 0 20px;
    padding-bottom: 10px;
}
#main-content .scroll-box::-webkit-scrollbar {
    width: 7px;
}
#main-content .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
    font-size: 15px;
    height: 50px;
    line-height: 30px;
    color: #777;
}
#main-content .form-control:focus{
    box-shadow: none;
    border-color: var(--blue);
}

#main-content .scroll-box::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}
#main-content .scroll-box::-webkit-scrollbar-thumb {
    background: var(--border3); 
    border-radius: 10px;
}

#main-content .scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}
#main-content ul li{
    margin: 14px 0;
    font-size: 15px;
    color: var(--main-li);
    list-style: none;
}
#main-content .form-check-input:checked {
    background-color: var(--blue);
    border-color: var(--blue);
    box-shadow: none;
}
#main-content .sidebar{
    background: #fff;
    border-radius: 1rem;
    border: 1px solid var(--border4);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 10px;
    overflow: hidden;
}
#main-content .sidebar h4 {
    font-size: 22px;
    margin-bottom: 0 !important;
    padding: 25px 20px;
    border-bottom: 1px solid var(--border6);
}

.container2{
    max-width: 1000px;
    margin: 0 auto;
}
.comment{
    background-color: var(--white);
    border-radius: 20px;
    border: 1px solid #d2d2d2;
}
.comment .form-control:focus{
    box-shadow: none;
    border-color: var(--cream3);
}
.comment button{
    padding: 8px 16px !important;
    border-color: var(--cream3);
    background-color: var(--cream3) !important;
}
.comment button:hover{
    border-color: var(--cream4);
    background-color: var(--cream4) !important;
}
.reply-form {
    background-color: var(--white);
    border-radius: 8px;
    padding: 10px;
}
.comment h4{
    color: rgb(130, 130, 130);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.1px;
    margin-bottom: 25px !important;
}



/********* Blog Details Section End *********/




/********* Award Inner Section Start *********/


#in-award .in-award-wrap {
    padding: 15px;
    border: 1px solid var(--cream3);
    margin: 20px 5px;
    background-color: #fffcf7;
    border-radius: 10px;
    transition: .4s ease-in-out;
}
#in-award .in-award-img{
    border: 1px solid #e2e2e2;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
#in-award .in-award-img img{
    transition: .4s ease-in-out;
}
#in-award h6{
    color: var(--black2);
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
}
#in-award h2 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--cream4);
}
#in-award p {
    font-size: 16px;
    font-weight: 350;
    margin-bottom: 0;
    color: var(--black2);
}
#in-award a{
    text-decoration: none;
}
#in-award a:hover img{
    transform: scale(1.05);
}
#in-award a:hover .in-award-wrap{
    background-color: #f3efe7;
}



/********* Award Inner Section End *********/