/**********************************/
/********** General CSS ***********/
/**********************************/
@font-face {
  font-family: 'Rubik';
  src: url('fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: 'Rubik', sans-serif;
  font-weight: 700; /* now matches the loaded bold font */
  color: #555555;
  background: #ffffff;
}
html {
  scroll-behavior: smooth;
}

a {
    color: #FFD662;
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #333333;
    outline: none;
    text-decoration: none;
}

p {
    color: #555555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Rubik ', sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ffffff;
    color: #333333;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #333333;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #333333;
}

.container{
    max-width: 1240px;
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/

#nav {
    border-bottom: 2px solid;
    padding:0px;
    position: sticky;
    top: 0;
    z-index: +99;
    background: #fff;
}

#nav.nav-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}


#nav .navbar {
    margin: 0 auto;
    padding: 0 15px;
    background: transparent !important;
}

#nav .navbar .navbar-brand {
    font-family: 'Rubik ', sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.navbar-brand img {
    width: 275px;
    height: 80px;
    object-fit: cover;
}
.services-row{
    justify-content: center;
}

#nav .navbar-light .nav-link {
    position: relative;
    color: #18171C;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    font-family: 'Rubik ', sans-serif;
    line-height: 35px;
    border-radius: 30px;
}
li.nav-item {
    margin: 10px 20px;
}

#nav .navbar-light .nav-link:focus, #nav .navbar-light .nav-link:hover, #nav .navbar-light .nav-link.active {
    color: #000000;
    background: #f7af24;
    border-radius: 30px;
}
button.header-btn {
    width: fit-content;
    padding: 10px 25px;
    border: 2px solid;
    font-size: 16px;
    background: #f7af24;
}
button.header-btn:hover {
    background: #000000;
}
button.header-btn:hover a{
    color: #fff !important;
}
button.header-btn a{
    color: #000;
}

.navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

@media(min-width: 992px) {
    #nav .navbar {
        max-width: 1240px;
    }
}

@media(max-width: 767.98px) {
    .navbar-nav {
        align-items: flex-start;
    }
    #nav {
        top: 0;
    }
    #nav .navbar {
        background: #ffffff !important;
    }
    
    #nav .navbar-light .nav-link:hover::after,
    #nav .navbar-light .nav-link.active::after {
        opacity: 0;
    }
    #nav .navbar .navbar-brand {
        font-size: 18px;
    }
    button.header-btn {
        padding: 6px 10px;
        font-size: 15px;
    }
    .navbar-toggler {
        padding: .25rem .45rem;
    }
    #nav .navbar-light .nav-link {
        padding: 0 1px;
        font-size: 16px;
        font-weight: 500 !important;
        letter-spacing: 1px;
        line-height: 20px;
    }
    .header-btn-box {
        display: none;
    }
}



/*********** Banner CSS **********/
.banner-text-sec {
    position: relative;
}
.banner-row {
    display: flex;
    align-items: center;
}
img.banner-img {
    width: 100%;
    height: auto;
}

.banner-img1 {
    position: absolute;
    left: -90px;
    top: -10px;
}

.banner-button {
    border: 1px solid #5c64cf;
    padding: 5px;
    color: #5c64cf;
    font-weight: 600;
    background: transparent;
    rotate: -15deg;
    margin-bottom: 30px;
    width: 100px;
    text-align: center;
    margin-left: -10px;
}

.home-intro{
    font-size: 50px;
    color: #18171C;
    line-height: 1.1;
    margin: 0 0 25px;
    font-weight: 600;
    max-width:100%;
}
.banner-text-sec p {
    font-size: 20px;
    font-weight: 500;
    max-width: 90%;
}
.btn-bar {
    padding-top: 20px;
}
.btn-theme {
    background: #5b63cc;
    border-color: #5c64cf;
    color: #fff;
    padding: 17px 30px;
}

.btn-theme:hover {
    background: #000000;
    color: #fff;
}


.banner-img-sec{
    position: relative;
}
img.banner-img-small {
    right: -80px;
    bottom: 145px;
    float: right;
    margin-right: -40px;
    margin-top: -120px;
    z-index: 9;
    position: relative;
}

@media(max-width: 1280px) {
    img.banner-img-small {
        right: 32px;
    }
}

@media(max-width: 767.98px) {
    .banner-button {
        margin-left: 0px;
    }
    .home-intro {
        font-size: 23px;
    }

    .banner-text-sec p {
        font-size: 16px;
        max-width: 100%;
    }
    img.banner-img-small {
        display: none;
    }
    .banner-img1 {
        display: none;
    }
    .banner-text-sec {
        position: relative;
        text-align: center;
    }
    .mob {
        rotate: 0deg;
        display: none;
    }
    .banner-img-sec {
        margin-top: 45px;
    }
}


/*********** services CSS **********/
.services{
    background-color: #fef6e9;
}
.row.services-row {
    row-gap: 30px;
}
.services-title {
    font-size: 55px;
    position: relative;
    max-width: fit-content;
    width: 100%;
    color: #18171C;
    line-height: 1.1;
    margin: 0 0 25px;
    font-weight: 600;
}
.services-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 84px;
    height: 17px;
    background: url('../img/title.png') no-repeat center;
    background-size: contain;
}
.services-card {
    padding: 40px;
    background: #fff;
    border: 2px solid #18171C;
    box-shadow: 0 0 0 0 #18171C;
    transition: ease all 0.35s;
}
.services-card:hover {
    box-shadow: 5px 5px 0 0 #18171C;
}

.number {
    font-size: 55px;
    line-height: 1;
    color: #18171C;
    font-weight: 600;
    margin-bottom: 20px;
}

.services-card h5 {
    font-size: 22px;
    color: #18171C;
    margin-bottom: 10px;
}
.services-card p {
    font-size: 1rem;
    font-weight: 500;
}

.services-card i {
    margin-top: 20px;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7af24;
    color: #18171C;
    font-size: 32px;
}


@media(max-width: 767.98px) {
    .services-title {
        font-size: 23px;
    }
    .number {
        font-size: 35px;
    }
    .services-card i {
        width: 52px;
        height: 52px;
        font-size: 25px;
    }
}

/*********** Experience CSS **********/

.Experience-title {
    font-size: 55px;
    position: relative;
    max-width: 290px;
    width: 100%;
    color: #18171C;
    line-height: 1.1;
    margin: 0 0 25px;
    font-weight: 600;
}
.Experience-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 84px;
    height: 17px;
    background: url('../img/title.png') no-repeat center;
    background-size: contain;
}

.Experience p {
    font-size: 18px;
    font-weight: 500;
    max-width: 457px;
}
.Experience-skill-box h3 {
    margin: 0 0 20px;
    color: #18171C;
    font-size: 32px;
    font-weight: 600;
}
.Experience-box-02 {
    padding: 10px;
    border: 2px solid #18171C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 0 0 #18171C;
    transition: ease all 0.35s;
}
.Experience-box-02:hover {
    box-shadow: 3px 3px 0 0 #18171C;
}
.Experience-box-02 .icon {
    width: 45px;
    height: 45px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5c64cf;
    color: #fff;
    font-size: 30px;
    display: flex;
    border-radius: 50%;
}
.Experience-box-02 h6 {
    color: #18171C;
    margin: 0;
    padding-left: 15px;
}
.Experience-skill-row {
    row-gap: 15px;
}

.experience-box h3 {
    margin: 0 0 30px;
    color: #18171C;
    font-size: 32px;
    font-weight: 600;
}
.experience-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.experience-box li {
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-top: 2px solid #18171C;
}
.experience-box li h6 {
    margin: 0;
    font-size: 15px;
    color: #18171C;
    max-width: 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}
.experience-box li .eb-right {
    max-width: calc(100% - 200px);
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
}
.experience-box li .eb-right h5 {
    font-size: 18px;
    color: #18171C;
    margin: 0;
}
.experience-box li .eb-right span {
    font-size: 14px;
}

.experience-user {
    position: relative;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 25px;
}
.experience-user .eu-1 {
    position: absolute;
    left: 0;
    top: 25%;
}
.experience-user .eu-2 {
    position: absolute;
    right: 0;
    top: 0;
}
.experience-user .avatar {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    background-color: rgba(247, 175, 36, 0.1);
}
.px-btn.px-btn-theme2 {
    background: #f7af24;
    border-color: #18171C;
    color: #18171C;
    border: 2px solid;
    padding: 10px;
    width: 110px;
}


@media(max-width: 767.98px) {
    .Experience-title {
        font-size: 23px;
        max-width: 310px;
    }
    .Experience-skill-box h3 {
        font-size: 23px;
    }
    .Experience-box-02 .icon {
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .Experience-box-02 {
        padding: 10px;
    }
    .experience-box h3 {
        margin: 25px 0 15px;
        font-size: 23px;
    }
    .experience-user .eu-2 {
        top: 40px;
    }
    .experience-user {
        padding-top: 40px;
    }
}


/*********** Portfolio CSS **********/

.portfolio-banner {
    background: #fef6e9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}
.portfolio-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.portfolio-intro {
    color: #000;
    font-size: 4rem;
    font-weight: 600;
    z-index: +9;
}

.section-ajeet-title {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin: 0 0 35px;
}
.gallery-sec {
    padding: 90px 0 40px;
}

.gf-column {
    display: none;
}
.show {
    display: block;
}

.filter {
    padding: 20px 2px 10px;
    margin: auto;
    object-fit: cover;
}

.gf-btn {
    padding: 10px 20px;
    margin: 5px 20px 4px 0;
    display: inline-block;
    color: #000;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid #000000;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    min-width: 150px;
}
.gf-btn:hover, .gf-btn-active {
    background: #f7af24;
    color: #fff;
    box-shadow: 3px 3px 0 0 #18171C;
    -ms-transform: translateY(3px);
}

.gallery {
    margin: 25px auto;
}
.gallery-row {
    justify-content: center;
    row-gap: 30px;
}
.gallery img {
    width: 100%;
    height: 360px;
    border: 2px solid #000;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    object-position: top;
    overflow: hidden;
}
.gallery img:hover::after {
    content: "E";
}

.gallery img:hover, video:hover {
    box-shadow: 3px 3px 0 0 #18171C;
}

.butonsSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    gap: 15px;
}
.closeBtn {
    letter-spacing: 2px;
    color: #fff;
    transition: all 0.4s linear;
    height: 55px;
    width: 55px;
    font-size: 25px;
    border-radius: 10px;
    background: transparent;
    border: 0;
    outline-offset: -5px;
    outline: 2px solid #fff;
    margin: 20px 0px;
    position: fixed;
    right: 20px;
    top: 20px;
}
.closeBtn:hover {
    cursor: auto;
    background: white;
    color: black;
    outline-offset: 4px;
    outline: 2px solid #fff;
}

.openDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: auto;
    scrollbar-width: none;
    padding: 40px 20px;
}

.imgPreview {
    max-width: 80%;
    border-radius: 20px;
    height: auto;
    margin: auto;
}
.butonsSection {
    display: none; /* You can show if you add next/prev later */
}
.sets .hide,
.sets .pophide {
    width: 0%;
    opacity: 0;
}

.closeBtn .fas.fa-times {
    padding-top: 10px;
}

@media (max-width: 767px) {
    .gallery img {
        margin: 8px 8px;
        width: 175px;
    }

    .closeBtn {
        padding: 8px 25px;
    }

    .imgPreview {
        width: 80%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .gallery img {
        margin: 8px 0px;
        width: 100%;
        height: 175px;
    }

    .gf-btn {
        font-size: 15px;
        padding: 7px 15px;
        margin: 4px 4px 4px 4px;
    }

    .closeBtn {
        font-size: 16px;
        padding: 8px 15px;
        border-radius: 15px;
    }
    .closeBtn:hover {
        padding: 8px 20px;
    }

    .imgPreview {
        width: 80%;
        height: auto;
        border-radius: 10px;
    }
    .gf-column {
        overflow: hidden;
        width: 50%;
    }
    .portfolio-banner {
        height: 55vh;
    }
    .portfolio-intro {
        font-size: 3rem;
    }
}

/*********** Testimonials CSS **********/

.feature-box-03 {
    border: 2px solid #18171C;
    box-shadow: 0 0 0 0 #18171C;
    transition: ease all 0.35s;
    padding: 35px 30px;
    margin-bottom: 35px;
    text-align: center;
    min-height: 450px;
}
.feature-box-03 .feature-content h6 {
    font-weight: 600;
    font-size: 18px;
    color: #18171C;
    margin: 0;
}

.feature-content p {
    font-size: 18px;
    font-weight: 500;
}

.feature-box-03 .feature-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.feature-content {
    position: relative;
}
.feature-content {
    position: relative;
    padding-top: 25px;
}
.feature-box-03 .feature-content .icons {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    background: #f7af24;
    color: #18171C;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 13px;
}
.feature-box-03:hover {
    box-shadow: 3px 3px 0 0 #18171C;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px !important;
    border: 1px solid #000 !important;
    height: 14px !important;
    margin: 7px 7px;
    background: #ffffff;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

@media(max-width: 767.98px) {
    .feature-box-03 {
        min-height: 470px !important;
    }
}
.feature-box-03 {
    border: 2px solid #18171C;
    box-shadow: 0 0 0 0 #18171C;
    transition: ease all 0.35s;
    padding: 35px 30px;
    margin-bottom: 35px;
    text-align: center;
    min-height: 450px;
}

/*********** Contact CSS **********/

.contact-form {
    border: 2px solid #18171C;
    padding: 40px 35px;
    background: #fff;
}
.contact-form .lead {
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 30px;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 0px !important;
}
.conact-btn {
    background: #f9b024;
    border-color: #18171C;
    color: #18171C;
    padding: 10px 25px;
    font-size: 16px;
}

.contact-infos {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-infos li {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.contact-infos .icon {
    width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    background: #5c64d0;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    font-size: 25px;
}
.contact-infos h5 {
    font-size: 17px;
    margin: 0 0 5px;
}
.contact-infos li + li {
    padding-top: 20px;
    margin-top: 20px;
}
.contact-infos p {
    margin: 0;
    font-size: 22px;
    color: #18171C;
    font-weight: 600;
}
.contact-infos li + li:after {
    content: "";
    position: absolute;
    left: 75px;
    right: 0;
    top: 0;
    background: #18171C;
    height: 2px;
}
img.form-img {
    width: 100%;
    max-width: 370px;
    margin-top: 30px;
}
.Services-boxes .form-check {
    width: 50%;
    font-weight: 500;
}

@media(max-width: 767.98px) {
    .contact-infos p {
        font-size: 16px;
    }
    .contact-infos .icon {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .form-check {
        width: 100% !important;
    }
}


/*********** Footer CSS **********/
.footer-icon-box {
    gap: 20px;
}
.footer-icon-box i {
    border: 2px solid #f7af24;
    height: 35px;
    width: 35px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: ease all 0.35s;
}
.footer-icon-box i:hover{
    scale: 1.2;
    transition: ease all 0.35s;
}
.Copyright {
    text-align: right;
}


@media(max-width: 767.98px) {
    .Copyright {
        text-align: center;
        font-size: 14px;
    }
    .footer-icon-box {
        justify-content: center;
    }
}


/*New Css*/


/*Why Choose us css*/

.Why-Choose-title{
    font-size: 55px;
    position: relative;
    max-width: fit-content;
    width: 100%;
    color: #18171C;
    line-height: 1.1;
    margin: 0 0 25px;
    font-weight: 600;
}
.Why-Choose-title::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 84px;
    height: 17px;
    background: url('../img/title.png') no-repeat center;
    background-size: contain;
}
.Why-Choose-txt {
    font-size: 18px;
    font-weight: 500;
    max-width: 857px;
}
.Why-Choose-button {
    border: 1px solid #5c64cf;
    padding: 5px;
    color: #5c64cf;
    font-weight: 600;
    background: transparent;
    rotate: -15deg;
    margin-bottom: 30px;
    width: 146px;
    text-align: center;
    margin-left: -10px;
}
.Experience-box-03 {
    padding: 20px;
    min-height: 178px;
    border: 2px solid #18171C;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: flex-start;
    box-shadow: 0 0 0 0 #18171C;
    transition: ease all 0.35s;
    gap: 20px;
    justify-content: space-between;
}
.Experience-box-03:hover {
    box-shadow: 3px 3px 0 0 #18171C;
}
.Experience-box-03 .icon {
    width: 45px;
    height: 45px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #5c64cf;
    color: #fff;
    font-size: 30px;
    display: flex;
    border-radius: 50%;
}
.Why-Choose-row {
    row-gap: 30px;
}
.defination {
    width: 80%;
}

@media(max-width: 767.98px) {
    .Why-Choose-title {
        font-size: 23px;
    }
}
/*FAQs Start*/

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.faq-question {
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-size: 21px;
    color: #000;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 10px;
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}




.lb-close {
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
}

/* Make the close icon bigger */
.lb-close img {
    filter: invert(1);
    width: 15px !important;
    height: 15px !important;
}