h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    max-width: 100%;
}

body {
    padding: 0;
    margin: 0;
    /* cursor: url(../images/cursor.png), none !important; */
    background-color: #202020;
}

a {
    /* cursor: url(../images/cursor.png), none !important; */
    z-index: 99999;
}

.home .b-img {
    background-image: url(../images/website\ banner.jpg);
    height: 100vh;
    background-size: cover;
    background-position: top;
}

.home .section2 {
    /* height: 450px; */
    /* background: url(../images/pexels-luciann-photography-3971351-3840x2160-25fps.mp4); */
    position: relative;
    padding: 50px;
    padding-bottom: 100px;
    background: #00000085;
}

#background-video-section2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.home .section2 .process-div {
    padding: 50px 30px;
    border: 2px solid #c083cb;
    box-shadow: 2px 2px 10px 2px #c083cb;
    height: 320px;
    width: 95%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home .section2 .head h1 {
    margin-bottom: 100px;
    font-size: 83px;
}

.home .section2 .process-div .heading h2 {
    position: relative;
    padding-bottom: 30px;
    font-size: 33px;
}

.home .section2 .process-div .heading h2::after {
    content: "";
    width: 50px;
    height: 3px;
    background: white;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.section4 {
    margin: 50px 0;
}

.home .section2 .process-div .text-div p {
    margin-top: 30px;
    font-size: 14px;
}

.home .section2 .process-div .text-div p br {
    display: block !important;
}

.section5 .grid-layout {
    height: 660px;
}

.section5 .head h1 {
    font-size: 155px;
    margin-bottom: 20px;
}

.section5 .head h1 span {
    font-size: 52px;
}


.section5 .grid-layout .pic {
    width: 100%;
    height: calc(100% - 30px);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s;
}

.section5 .grid-layout .pic:hover {
    background-size: 120% 120%;
}

.section5 .grid-layout .pic-1 {
    background-image: url(../images/portfolio-01.png);
}

.section5 .grid-layout .pic-2 {
    background-image: url(../images/portfolio-02.png);
}

.section5 .grid-layout .pic-3 {
    background-image: url(../images/porfolio-03.png);
}

.section5 .grid-layout .pic-4 {
    background-image: url(../images/portfolio-04.png);
}

.section5 .grid-layout .pic-5 {
    background-image: url(../images/porfolio-05.png);
}

.section6 {
    padding: 50px 0;
    padding-bottom: 150px;
    position: relative;
    background-color: #202020;
}

.section6::after {
    content: "";
    background-image: url(../images/contact-us.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    width: 970px;
    bottom: 0;
    height: 770px;
    left: -100px;
    z-index: 1;
}

.section6 .head h1 {
    font-size: 47px;
    color: #9b5fc2;
}

.section6 .head h2 {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
}

.section6 .text-div p {
    width: 72%;
    margin: auto;
    margin-top: 10px;
}

.section6 .form-div {
    margin-top: 50px;
}

.section6 .form-div .input-div {
    margin-bottom: 30px;
}

.section6 .form-div .input-div input {
    border: 2px solid #9172d1;
    width: 100%;
    width: 72%;
    height: 80px;
    padding: 20px;
    background: transparent;
    font-size: 20px;
    color: white;
}

.section6 .form-div .input-div textarea {
    border: 2px solid #9172d1;
    width: 100%;
    width: 72%;
    padding: 20px;
    background: transparent;
    font-size: 20px;
    color: white;
}

.section6 .btn-div button {
    height: 65px;
    width: 170px;
    background-color: #9b5fc2;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    font-weight: 600;
    transition: all 0.4s ease-In-out;
}

.section6 .btn-div button:hover {
    color: #000;
    background-color: #fff;
}

header {
    background-color: #2020207c;
}

.services .b-img {
    background-image: url(../images/bg-services.jpg);
    height: 80vh;
    background-size: cover;
    background-position: top;
}


.services .b-img .section1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .b-img .section1 h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}

.services .mnservsec1 .icon-div img {
    width: 100px;
}

.serviceSingle .innerBanner {
    background-image: url('../images/bg-services-single.jpg');
}

.serviceSingle .bg-img {
    background-image: url(../images/bg-services.jpg);
    height: 80vh;
    background-size: cover;
    background-position: top;
}

.serviceSingle .bg-img .section1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceSingle .bg-img .section1 h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}

.about-us .b-img {
    background-image: url(../images/bg-services.jpg);
    height: 80vh;
    background-size: cover;
    background-position: top;
}

.about-us .b-img .section1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us .b-img .section1 h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}

.about-us .b-img .section1 h6 {
    font-size: 20px;
    font-weight: 500;
    color: #9b5fc2;
    line-height: normal;
    padding-bottom: 20px;
}

.section1 .container {
    padding-top: 100px;
}

.portfolio .b-img {
    background-image: url(../images/portfolo-bg.jpg);
    height: 80vh;
    background-size: cover;
    background-position: top;
}

.portfolio .b-img .section1 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio .b-img .section1 h2 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}

.portfolio .b-img .section1 h6 {
    font-size: 20px;
    font-weight: 500;
    color: #9b5fc2;
    line-height: normal;
    padding-bottom: 20px;
}

@media (min-width:767px) {

    .calendly-badge-widget {
        position: absolute !important;
        top: 0;
        right: 0 !important;
        height: 55px;
    }

    .calendly-badge-content {
        height: 55px !important;
        width: 270px !important;
        border-radius: 0 !important;
        opacity: 0;
    }
}

@media (max-width:767px) {
    .calendly-badge-widget {
        display: none;
    }
}
.whatsappIcon{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 9999;
}