@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');



@font-face {

    font-family: "vidaloka-regular";

    src: url("../fonts/VIDALOKA-REGULAR.TTF") format("truetype");

}



* {

    --primary-color: #DE4A33;

    --primary-color-rgb: 222, 74, 51;

    --secondary-color: #828080;

    --secondary-color-rgb: 130, 128, 128;

    --bg-color: #EAE9E1;

    --body-font: "Roboto";

    --body-font-color: #404040;

    --body-font-size: 18px;

    --title-font-color: #222222;

    --title-font-weight: bold;

}



html,

body,

section {

    background: var(--bg-color);

    /* font-family: "Inter", sans-serif; */

    /* font-family: "Raleway", sans-serif; */

    letter-spacing: unset !important;

    word-spacing: unset !important;

}



/* removed empty ruleset for .de-marquee-list .d-item-txt */



a.btn-main,

a.btn-main:active,

a.btn-main:focus,

a.btn-main:visited,

.btn-main,

input[type=button].btn-main,

a.btn-line,

input.btn-line,

#mainmenu li ul.mega a.btn-main .header-light #mainmenu>li>a {

    font-weight: bold;

    /* font-family: "Inter", sans-serif; */

    font-family: "Raleway", sans-serif;

}



footer {

    padding: 80px 0;

}



.text-fit,

.d-menu-1 li a {

    font-weight: 500;

}



.subtitle {

    font-weight: 500;

    letter-spacing: 2px;

    font-size: 16px;

    background: rgba(255, 255, 255, .2);

    padding: 2px 10px;

    border-radius: 5px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

}



.d-skills-bar .d-bar .d-progress-line {

    background: #ddd;

}



a.btn-main,

a.btn-main:hover,

a.btn-line,

input.btn-line {

    color: #ffffff;

    border-radius: 0;

    -moz-border-radius: 0;

    -webkit-border-radius: 0;

}



.de-marquee-list .d-item-txt {

    font-size: 28px;

    line-height: 1.6em;

    margin: 0 10px;

    color: #ffffff;

    font-weight: 500;

}



.de-marquee-list .d-item-txt:nth-child(even) {

    -webkit-text-stroke: 0;

    -webkit-text-fill-color: 0;

}



.de-marquee-list .d-item-circle {

    /* transform: translateY(5px);
     */
    transform: translateY(-4px);

    background: var(--primary-color);

}



.owl-custom-nav .btn-prev:before,

.owl-custom-nav .btn-next:before {

    color: #000000;

}



.footer-section {

    display: flex;

    flex-direction: row;

    justify-content: center;

    align-items: center;

    padding-left: 0;

}



.footer-section ul {

    margin: 0;

}



.footer-section ul li a {

    color: #404040;

    text-transform: capitalize;

    font-weight: 400;

}



.footer-section ul li a:hover {

    color: #DE4A33;

}



.footer-section ul li a::after {

    background-color: #DE4A33;

}



.footer-section ul li:last-child {

    margin-right: 0;

}



@media(max-width: 767px) {

    .footer-section {

        flex-direction: column-reverse;

        padding: 0;

    }



    .footer-section ul {

        margin-bottom: 5px;

    }

}



.pricing-box-wrapper {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 30px;

}



.pricing-box-wrapper .pricing-box-inner {

    background-color: #fff;

    padding: 50px 25px;

    transition: 0.3s ease-in-out;

    border: 2px solid #fff;

}



.pricing-box-wrapper .pricing-box-inner:hover {

    box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);

    -webkit-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);

    -moz-box-shadow: 0px 5px 15px 5px rgba(0, 0, 0, 0.1);

    border-color: #DE4A33;

}



/* .pricing-box-wrapper .pricing-box-inner:nth-child(2) {

    height: 110%;

    margin-top: -5%;

    padding-top: calc(50px + 5%);

} */



.pricing-box-wrapper .pricing-box-inner h2 {

    text-align: center;

    text-transform: capitalize;

    font-weight: 500;

    font-family: "vidaloka-regular";
    
    font-size: 26px;

    color: #000000;
}



.pricing-box-wrapper .pricing-box-inner h3 {

    color: #DE4A33;

    text-align: center;

    font-size: 34px;

    text-transform: capitalize;

    font-family: "Roboto";

    font-weight: 500 !important;

}



.pricing-box-wrapper .pricing-box-inner .link-wrapper {

    margin-bottom: 25px;

}



.pricing-box-wrapper .pricing-box-inner .link-wrapper a {

    width: 100%;

}



.pricing-box-wrapper .pricing-box-inner ul {

    margin: 0;

    padding: 0;

}



.pricing-box-wrapper .pricing-box-inner ul li {

    list-style: none;

    display: flex;

    flex-direction: row;

    gap: 10px;

    margin-bottom: 10px;

}



.pricing-box-wrapper .pricing-box-inner ul li:last-child {

    margin-bottom: 0;

}



.pricing-box-wrapper .pricing-box-inner ul li span {

    color: #DE4A33;

    font-weight: 600;

    font-size: 22px;

    margin-top: 4px;

}



.presentation-outer {

    padding-top: 140px;

    padding-bottom: 0;

}



.presentation-outer .presentation-bg {

    background-color: #000000;

    padding: 120px 0;

}



.presentation-outer .presentation-bg .presentation-inner {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    text-align: center;

}



.presentation-outer .presentation-bg .presentation-inner .left-content h2 {

    color: #ffffff;

}



.presentation-outer .presentation-bg .presentation-inner .left-content h4 {

    color: #ffffff;

    text-transform: capitalize;

}



/* removed empty ruleset for .presentation-outer .presentation-bg .presentation-inner .right-link */



/* removed empty ruleset for .presentation-outer .presentation-bg .presentation-inner .right-link .link-wrapper */



.presentation-outer .presentation-bg .presentation-inner .right-link .link-wrapper a {

    padding: 15px 70px;

}



@media(max-width: 1199px) {

    .pricing-box-wrapper {

        grid-template-columns: repeat(2, 1fr);

    }



    .pricing-box-wrapper .pricing-box-inner:nth-child(2) {

        height: 100%;

        margin: 0;

        padding-top: 50px;

    }

}



@media(max-width: 991px) {

    .pricing-box-wrapper {

        grid-template-columns: repeat(1, 1fr);

    }



    .presentation-outer .presentation-bg .presentation-inner {

        flex-direction: column;

        justify-content: center;

        align-items: center;

        text-align: center;

    }

}



@media(max-width: 767px) {

    .presentation-outer .presentation-bg {

        padding: 80px 0;

    }



    .pricing-box-wrapper .pricing-box-inner {

        padding-left: 15px;

        padding-right: 15px;

    }

}



#section-intro h4 {

    text-transform: capitalize;

}



#who_i_am h4 {

    text-transform: capitalize;

}



#my_works h4 {

    text-transform: capitalize;

}



.our-works-wrapper {

    padding: 0 10%;

}



@media(max-width: 991px) {

    .our-works-wrapper {

        padding: 0 12px;

    }

}



@media(max-width: 767px) {

    .our-works-wrapper {

        padding: 0 30px;

    }

}



@media(max-width: 480px) {

    .our-works-wrapper {

        padding: 0 20px;

    }

}



.floating-wthatsapp {

    position: fixed;

    right: 20px;

    bottom: 22px;

    z-index: 9999;

}



.floating-wthatsapp img {

    width: 58px;

    transition: 0.5s;

    border-radius: 50%;

}



.floating-wthatsapp img:hover {

    scale: 1.1;

    box-shadow: 0 0 10px #000;

}




.floating-call{

    position: fixed;

    right: 20px;

    bottom: 90px;

    z-index: 9999;

    background-color: #DE4A33;

    height: 58px;

    border-radius: 58px;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 0 16px 0 8px;

    width: 58px;

    overflow: hidden;

    box-shadow: 0 0 10px rgba(0,0,0,.25);

    transition: width .35s ease;

}



.floating-call:hover{

    width: 240px;

}

.floating-call.expanded{

    width: 240px;

}



.floating-call .icon{

    width: 42px;

    height: 42px;

    flex: 0 0 42px;

    border-radius: 50%;

    background: #ffffff;

    color: #DE4A33;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 20px;

}



.floating-call .label{

    color: #ffffff;

    white-space: nowrap;

    opacity: 0;

    transform: translateX(10px);

    transition: opacity .25s ease .1s, transform .25s ease .1s;

    font-family: "vidaloka-regular";

}



.floating-call:hover .label{

    opacity: 1;

    transform: translateX(0);

}



@media(max-width: 575px){

    .floating-call{
        right: 20px;
        bottom: 84px;
        height: 48px;
        border-radius: 48px;
        width: 48px;
        padding: 0 12px 0 6px;
    }

    .floating-call .icon{
        width: 36px;
        height: 36px;
        flex: 0 0 36px;
        font-size: 18px;
    }

    .floating-call .label{
        opacity: 0;
        transform: translateX(10px);
        font-size: 14px;
    }

    .floating-call:hover{
        width: 58px;
    }

    .floating-call.expanded{
        width: 200px;
    }

    .floating-call.expanded .label{
        opacity: 1;
        transform: translateX(0);
    }

}



.btn-mains {

    background-color: #DE4A33;

    text-align: center;

    color: #ffffff;

    width: 100%;

    display: block;

    padding: 10px 15px;

    font-family: "vidaloka-regular";

}



.btn-mains:hover {

    color: rgba(255, 255, 255, .8);

    -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

}



.load-more-wrapper {

    text-align: center;

    padding-top: 70px;

}



.load-more-wrapper a {

    color: #ffffff;

    padding: 10px 30px;

    background-color: transparent;

    border: 1px solid #ffffff;

    display: block;

    width: fit-content;

    margin-left: auto;

    margin-right: auto;

    transition: 0.3s ease-in-out;

}



#hire_me h4 {

    text-transform: capitalize;

}



.load-more-wrapper a:hover {

    background-color: #000000;

    border-color: #000000;

    -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

}



.gallery-main-thumbnail-wrapper .inner-gallery {

    position: absolute;

    left: 0;

    top: 0;

    z-index: -1111;

    visibility: hidden;

    opacity: 0;

}



.from-group-wrapper {

    margin-bottom: 20px;

}



.from-group-wrapper .form-check {

    position: relative;

}



.from-group-wrapper .form-check label {

    color: #222222;

    font-weight: 700;

    cursor: pointer;

}



.from-group-wrapper .form-check input[type=radio] {

    visibility: hidden;

    position: absolute;

}



.from-group-wrapper .form-check .check {

    cursor: pointer;

    display: block;

    position: absolute;

    border: 1px solid rgba(0, 0, 0, 0.25);

    border-radius: 100%;

    height: 18px;

    width: 18px;

    top: 5px;

    left: 0;

    z-index: 5;

    transition: border 0.25s linear;

    -webkit-transition: border 0.25s linear;

    background-color: #ffffff;

}



input[type=radio]:checked~.check {

    background-color: #DE4A33;

    border-color: #DE4A33;

}



header div#logo h1 {

    color: #222222 !important;

    font-weight: 500;

    font-size: 32px;

    line-height: 1em;

    font-family: "vidaloka-regular" !important;

}



header div#logo h1 span {

    font-weight: 400;

    color: #800000 !important;

    font-size: 31px;

}



footer p br {

    display: none;

}



header.transparent {

    padding: 8px 0;

}



@media(max-width: 767px) {

    footer p {

        font-size: 14px;

        text-align: center;

    }



    footer p br {

        display: block;

    }

}



@media(max-width: 575px) {

    footer p {

        font-size: 13px;

    }

}



.main-btn {

    background-color: #DE4A33;

    color: #ffffff;

    padding: 10px 30px;

    text-align: center;

    transition: 0.3s ease-in-out;

    display: block;

    width: fit-content;

    font-family: "vidaloka-regular";

}



.main-btn:hover {

    color: rgba(255, 255, 255, .8);

    -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

    box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);

}



#submit {

    text-align: right;

    height: 100%;

    display: flex;

    justify-content: flex-end;

    align-items: center;

}



#submit input {

    height: fit-content;

    font-family: "vidaloka-regular";

}



select {

    box-shadow: none;

    outline: none;

    background-color: #f2f2f2 !important;

}



select:focus {

    box-shadow: none !important;

    outline: none !important;

}



#section-intro {

    position: relative;

    z-index: 1;

    padding: 240px 0;

}



.sliding-patch {

    position: relative;

    z-index: 2;

}



#section-intro .main-hero-section {

    background-size: contain;

    background-repeat: no-repeat;

}



#section-intro .banner-img {

    position: absolute;

    right: 3.7%;

    bottom: -7%;

    z-index: -1;

}



#what_i_do {

    position: relative;

}



.top-image-wrapper {

    background-color: #EAE9E1;

}



.top-image-wrapper .top-inner-image img {

    width: 100%;

    /* margin-bottom: -6.3%; */

}



.bottom-image-wrapper {

    position: relative;

    background-color: #000000;

}



.bottom-image-wrapper .bottom-image-inner img {

    width: 100%;

}

.bottom-image-wrapper .bottom-image-inner{

    position: relative;

    z-index: 1;

}

.bottom-image-wrapper .bottom-image-inner::before{

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 64%;

    content: "";

    z-index: -1;

    background-color: #DE4A33;

}



.main-banner-btn {

    color: #000000;

    font-weight: 500;

    display: flex;

    flex-direction: row;

    justify-content: space-between;

    align-items: center;

    gap: 30px;

    width: fit-content;

    background-color: #ffffff;

    padding: 15px 30px;

    border-radius: 50px;

    transition: 0.3s ease-in-out;

    font-family: "vidaloka-regular";

}



.main-banner-btn span {

    background-color: #DE4A33;

    color: #ffffff;

    padding: 5px;

    border-radius: 50%;

    font-weight: 600;

    transition: 0.3s ease-in-out;

}



.main-banner-btn:hover {

    background-color: #DE4A33;

    color: #ffffff;

}



#what_i_do .bg-color {

    padding: 50px 15px;

    text-align: center;

    display: flex;

    justify-content: center;

    align-items: center;

}



#what_i_do .bg-color h4 {

    margin-bottom: 0;

    font-size: 25px;

}

h1,h2{

    font-family: "vidaloka-regular";

    font-weight: 500 !important;

}



#mainmenu a{

    font-family: "vidaloka-regular";

    font-size: 17px !important;

}



.many-more{

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-top: 40px;

}

.many-more h3{

    margin: 0;

    font-size: 22px;

}

#section-intro h1 span{

font-size: 51px;

color: #800000;

}

#contact_form .submit_btn{

    background-color: #DE4A33;

    color: #fff;

    border: none;

    padding: 12px 45px;

}

#contact_form label{

    display: unset;

}

.thankyou-wrapper{

    text-align: center;

}

.thankyou-wrapper a{

    display: block;

    width: fit-content;

    margin: 0 auto;

}



@media(max-width: 1750px) {

    #section-intro .banner-img {

        width: 65%;

        right: 1.7%;

        bottom: 0;

    }

}



@media(max-width: 1650px) {

    #section-intro .banner-img {

        width: 66%;

        right: 3.7%;

        bottom: 0;

    }

}



@media(max-width: 1550px) {

    #section-intro .banner-img {

        bottom: 6%;

    }

}



@media(max-width: 1399px) {

    #section-intro .banner-img {

        bottom: 11%;

    }

}



@media(max-width: 991px) {

    #section-intro .banner-img {

        position: unset;

        width: 100%;

        bottom: unset;

        right: unset;

    }

}



@media(max-width: 767px) {

    #section-intro h1 span{

        font-size: 33px;

    }

    .g-recaptcha div div{

        margin-bottom: -10px;

    }

    .many-more{

        padding-top: 10px;

    }

    #contact_form .submit_btn{

        padding: 10px 40px;

        margin-top: 35px;

    }

    .main-banner-btn {

        padding: 10px 30px;

    }



    #section-intro {

        padding: 70px 0 20px 0;

    }



    #submit {

        text-align: left;

        justify-content: flex-start;

        /* margin-top: 20px; */

        align-items: unset;

    }



    .de-marquee-list .d-item-txt {

        font-size: 22px;

    }



    .de-marquee-list .d-item-circle {

        width: 22px;

        height: 22px;

        transform: translateY(4px);

    }



    .menu_side_area .main-btn {

        display: unset;

        padding: 10px 15px;

    }



    header div#logo h1 {

        font-size: 24px;

    }

    header div#logo h1 span{

        font-size: 23px;

    }



    #section-intro h1 {

        padding-top: 30px;

        font-size: 32px;

    }



    .main-btn {

        font-size: 16px;

    }



    .pricing-box-wrapper .pricing-box-inner .link-wrapper a {

        font-size: 16px;

    }



    .pricing-box-wrapper .pricing-box-inner h2 {

        font-size: 30px;

    }



    .pricing-box-wrapper .pricing-box-inner ul li {

        font-size: 16px;

    }



    #section-intro h4 br {

        display: none;

    }



    #who_i_am h2 br {

        display: none;

    }



    .presentation-outer .presentation-bg .presentation-inner .left-content h2 br {

        display: none;

    }



    .presentation-outer {

        padding-top: 40px;

    }



    .presentation-outer .presentation-bg .presentation-inner .right-link .link-wrapper a {

        padding: 10px 15px;

        width: 100%;

        display: block;

    }



    #section-intro .banner-img {

        min-height: 320px;

        object-fit: cover;

        object-position: center;

    }



    .top-image-wrapper .top-inner-image img {

        min-height: 150px;

        object-fit: cover;

        /* margin-bottom: -5.3%; */

    }



    .bottom-image-wrapper .bottom-image-inner img {

        min-height: 180px;

        object-fit: cover;

        object-position: center;

    }

}