@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    box-sizing: border-box;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rubik', sans-serif;
    transition: 0.3s;
}

ul {
    list-style: none;
    margin: 0;
}

.header {
    background-image: url(https://scriptsun.com/img/demo/contactbg.png);
    background-size: 50%;
    transition: 0.8s;
    height: 69rem;
}

.header:hover {
    background-size: 55%;
}

@media (hover: none) {
    .header:hover {
        background-size: auto;
    }
}

.nav-bar__OpenMenu-closeMenu {
    display: none;
}

.nav-bar__OpenMenu-closeMenu>i {
    font-size: 20px;
}

.nav-bar__OpenMenu-closeMenu>.fa-times {
    display: none;
}

.nav-bar__mobileMENU {
    width: 0rem;
    position: fixed;
    top: 87px;
    left: 0;
    background-color: #f5f5f5;
    height: 100vh;
    padding-top: 40px;
}

.nav-bar__mobileMENU>ul>li {
    display: none;
    padding-bottom: 3rem;
    font-size: 15px;
}

.nav-bar__mobileMENU>ul>li>a {
    text-decoration: none;
    color: black;
}

.nav_bar {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12rem;
    padding-right: 12rem;
    height: 87px;
}

.nav_bar>.nav-bar__list>ul {
    display: flex;
    justify-content: space-between;
    width: 28rem;
}

.nav_bar>.nav-bar__list>ul>li>a {
    text-decoration: none;
    color: black;
}

.header>.container {
    width: 1626px;
    padding-top: 57px;
}

.nav-bar__logo {
    text-align: center;
}

.nav-bar__logo>img {
    max-width: 11rem;
}

.header-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 12rem;
    padding-left: 22rem;
    padding-right: 11rem;
}

.header-content>div>h3 {
    font-size: 60px;
    font-weight: 500;
    color: #797979;
}

.header-content>div>h5 {
    display: flex;
    justify-content: left;
    align-items: baseline;
    font-size: 20px;
    font-weight: 300;
}

.header-content>div>h5>span {
    color: #008eff;
    font-weight: 400;
    font-size: 56px;
    padding-right: 8px;
}

.header-content>div>h5>p {
    font-size: 25px;
    color: #00beff;
    margin-right: 4px;
}

.header-bigImg>img {
    max-width: 65rem;
    margin-top: -76px;
    transition: 0.5s;
}

.header-bigImg>img:hover {
    transform: rotate(16deg) scale(1.1);
}

.header-content>div>a>button {
    background-color: #00beff;
    width: 11rem;
    height: 32px;
    border-radius: 16px;
    border: none;
    color: white;
    font-size: 11px;
    margin-top: 13px;
}

.portfolio>.container {
    width: 1550px;
}

.portfolio>.container>.row {
    text-align: center;
}

.section-title {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
}

.section-title h1 {
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0 0 6px;
    padding-bottom: 13px;
}

.section-title>div>.line,
.features-title>div>.line {
    background-color: #00beff;
    height: 2px;
    width: 10rem;
    margin: auto;
}

.text-center {
    display: flex;
    justify-content: center;
}

.portfolio {
    background-color: white;
    padding: 100px 7px;
}

.portfolio .section-title h1:before {
    left: 30%;
}

.portfolio .filter-buttons {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.portfolio .filter-buttons ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.portfolio .filter-buttons ul li {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0px 8px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
}

.portfolio .filter-buttons ul li.active {
    color: #00beff;
    border-bottom: 2px solid #00beff
}

#commingsoon {
    color: #c7c7c7;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    margin: 0px 8px;
    text-transform: uppercase;
    cursor: pointer;
    padding-bottom: 0px;
}

.portfolio .portfolio-gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.portfolio .portfolio-gallery .item {
    width: 51rem;
    height: 27rem;
    padding: 8px;
    margin-bottom: 3rem;
    cursor: pointer;
}

.tabcontent {
    display: none;
    position: fixed;
    background-color: #010101b3;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
    animation: tabcontent 0.5s;
}

.normalDiv {
    padding: 60px;
}

.normalDiv>img {
    width: 100%;
    border-radius: 20px;
}

.close-normalDiv {
    top: 31px!important;
    right: -13px!important;
}

@keyframes tabcontent {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.tabcontent>div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.close-slidebar {
    float: right;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 3px solid #cbcbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: -2rem;
    top: -2px;
    right: 72px;
    color: white;
    cursor: pointer;
}

.slider-container {
    width: 100%;
    height: 100%;
    padding: 65px 120px;
}

.slider {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    margin-right: 0px;
    box-sizing: border-box;
    transform-origin: center center;
    transform: scale(1);
    scroll-snap-align: start;
    padding: 45px 110px;
}

.slide>img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.slide__text {
    font-size: 40px;
    font-weight: bold;
}

.slide a {
    position: absolute;
    top: 53%;
    width: 20px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 13px;
    box-sizing: border-box;
}

a.slide__prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 4%;
}

a.slide__next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 4%;
}

.slide a {
    background: none;
    border: none;
}

a.slide__prev,
.slider::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 4%;
}

a.slide__next,
.slider::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 4%;
}

.slider::before,
.slider::after,
.slide__prev,
.slide__next {
    position: absolute;
    top: 53%;
    width: 20px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    padding: 13px;
    box-sizing: border-box;
}

.slider::before,
.slider::after {
    content: '';
    z-index: 1;
    background: none;
    pointer-events: none;
}

.slider__nav {
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}

.slider__navlink {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: white;
    margin: 0 10px 0 10px;
}

.portfolio .portfolio-gallery .item .inner {
    height: 26rem;
    border-radius: 20px;
    box-shadow: 7px 10px 40px rgb(4 52 86 / 25%);
}

.inner>img {
    width: 496px;
    height: 260px;
    margin-top: 0px;
    border-radius: 10px;
    /* object-fit: cover; */
}

.portfolio .portfolio-gallery .item .inner:hover {
    background-size: 110%;
}

.comSOON>p {
    font-size: 25px;
    padding-top: 4rem;
    margin-left: -11px;
    font-weight: 300;
}

.features-div {
    padding-bottom: 9rem;
}

.first__features-div,
.second__features-div,
.third__features-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.first__features-div>div,
.second__features-div>div,
.third__features-div>div {
    background-color: #e6e6e633;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 13rem;
    width: 21rem;
    margin-bottom: 32px;
    border-radius: 5px;
    box-shadow: 7px 10px 40px rgb(2 43 72 / 10%);
    transition: 0.5s;
}

.first__features-div>div:hover,
.second__features-div>div:hover,
.third__features-div>div:hover {
    transform: scale(1.1);
    box-shadow: 7px 10px 40px rgb(2 43 72 / 16%);
}

@media (hover: none) {
    .first__features-div>div:hover,
    .second__features-div>div:hover,
    .third__features-div>div:hover {
        transform: scale(0.9);
    }
}

.info {
    text-align: center;
}

.info>i {
    font-size: 35px;
    margin-bottom: 14px;
    color: #00beff;
}

.info>p {
    width: 12rem;
    font-size: 11px;
    font-weight: 300;
}

.features-title {
    text-align: center;
    padding-bottom: 6rem;
}

.features-title h1 {
    display: inline-block;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    margin: 0 0 6px;
    padding-bottom: 13px;
}

.footer {
    background-color: #00beff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    font-size: 18px;
    color: white;
}

@media only screen and (max-width:1024px) {
    .header {
        background-size: auto;
    }
    .nav-bar__OpenMenu-closeMenu {
        display: block;
    }
    .nav_bar {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .nav_bar>.nav-bar__list>ul {
        display: none;
    }
    .header>.container {
        width: 100%;
        padding-top: 57px;
    }
    .header-content {
        width: 100%;
        text-align: center;
        padding: 0;
        padding-top: 8rem;
        justify-content: center;
    }
    .header-content>h5 {
        justify-content: center;
    }
    .header-content>div>h5 {
        justify-content: center;
    }
    .header-bigImg {
        display: none;
    }
    .portfolio>.container {
        width: 100%;
    }
    .portfolio .filter-buttons ul #list {
        margin-bottom: 9px;
    }
    .portfolio .portfolio-gallery .item .inner {
        background-size: 125%;
    }
    .inner>img {
        width: 100%;
    }
    .portfolio .portfolio-gallery {
        flex: initial;
        justify-content: center;
    }
    .close-normalDiv {
        position: absolute!important;
        top: 10rem!important;
        right: 4rem!important;
    }
    .close-slidebar {
        position: absolute;
        top: 3rem!important;
        right: 6rem!important;
    }
    .slide {
        padding: 45px 58px;
    }
    .slide>img {
        height: auto;
    }
    a.slide__prev,
    .slider::before {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        left: 2%;
    }
    a.slide__next,
    .slider::after {
        right: 2%;
    }
    .slider::before,
    .slider::after,
    .slide__prev,
    .slide__next {
        top: 50%;
        border-width: 0 4px 4px 0;
        padding: 8px;
    }
}

@media only screen and (max-width:800px) {
    .portfolio .portfolio-gallery {
        display: block;
    }
    .portfolio .portfolio-gallery .item {
        flex: none;
        width: 100%;
        height: auto;
        padding: 8px;
        margin-bottom: 14px;
    }
    .portfolio .portfolio-gallery .item .inner {
        height: auto;
    }
    .inner>img {
        height: auto;
    }
    .first__features-div,
    .second__features-div,
    .third__features-div {
        display: block;
    }
    .first__features-div>div,
    .second__features-div>div,
    .third__features-div>div {
        width: 100%;
    }
    .slider-container {
        width: 100%;
        height: 100%;
        padding: 65px 20px;
        display: flex;
        align-items: center;
    }
    .normalDiv {
        padding: 0;
        width: 100%;
    }
}

@media only screen and (max-width:540px) {
    .portfolio .portfolio-gallery .item {
        flex: initial;
        max-width: 100%;
    }
}