@font-face {
    font-family: 'cursiveFont';
    src: url('../fonts/WillowEdenDemoVersion-1Gew4.ttf');
}

@font-face {
    font-family: 'TitilliumWeb';
    src: url('../fonts/TitilliumWeb-Regular.ttf');
}

* {
    padding: 0px;
    margin: 0px;
}

body {
    width: 100%;
    overflow-x: hidden;
    background-color: #ffeeea;
    font-family: TitilliumWeb;
}

p, a{
     font-family: TitilliumWeb !important;
}
h1,h2,h3,h4,h5,h6{
     font-family: cursiveFont !important;
}
header {
    background-color: #000;
    padding: 10px 0px;
}

.logoDiv {
    width: 100%;
    display: block;
}

.logoDiv img {
    width: 65%;
    display: block;
}

.navDiv {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 20px 0px;
}
.navDivv{
    display: none;
}

.navDiv ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
}

.navDiv ul li {
    padding: 0px 15px;
}

.navDiv ul li:nth-last-child(1) {
    padding-right: 0px;
}

.navDiv ul li a {
    color: #fff;
    text-decoration: none;
}




.helloBtn {
    padding: 5px 8px;
    border-radius: 8px;
    background: rgb(252, 0, 123);
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
}

.homeBanner {
    width: 100%;
    display: block;
    position: relative;
    height: 850px;
    overflow: hidden;
}

.bannrImgDiv {
    width: 100%;
    display: block;
    position: relative;
}

.bannrImgDiv::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bannrImgDiv img {
    width: 100%;
    display: block;
}

.bannrTxtDiv {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

.bannrTxtDiv span {
    font-family: cursive;
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.hmImg {
    width: 100%;
    display: block;
    position: relative;
    margin-right: -5%;
    z-index: 2;
    margin-top: 5%;
}

.hmImg img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.hmTxt {
    width: 100%;
    display: block;
    text-align: center;
    padding: 70px 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin-left: -5%;
    z-index: 1;
    position: relative;
}

.hmTxt span {
    font-family: cursive;
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.headingDiv {
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px 0px;
}

.headingDiv span {
    display: block;
    font-family: cursive;
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.hmVideo {
    border: 4px solid #fff;
    border-radius: 10px;
}

.hmAbtImg {
    display: block;
    width: 100%;
}

.hmAbtImg img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.abtHmtxt {
    display: block;
    width: 100%;
    padding: 80px 10px;
    text-align: center;
}

.abtHmtxt h2 {
    display: block;
    font-family: cursive;
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.servicesIcn {
    width: 100%;
    display: block;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 95%;
}

a {
    text-decoration: none;
    color: #000;
}

.servicesIcn h3 {
    margin-top: 12px;
    color: #539ad0;
}

.contactForm {
    width: 100%;
    display: block;
}

.contactForm form input {
    margin-top: 10px;
    height: 60px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid #d60068 !important;
}

.contactForm form textarea {
    margin-top: 10px;
    height: 120px;
    width: 100%;
    /* Adding width for visibility */
    border-radius: 10px;
    background: transparent;
    border: 1px solid #d60068 !important;
}

footer {
    background-color: #000;
    padding: 20px 0px;
    color: #fff;
}

.footerDiv {
    width: 100%;
    display: block;
}

.footerDiv h3 {
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.footerDiv ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.footerDiv ul li {
    margin: 10px 0px;
}

.footerDiv a {
    text-decoration: none;
    color: #fff;
}

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

.socialIcn p {
    display: flex;
    align-items: center;
    padding: 5px;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    margin: 0px 5px;
}
.socialIcn a{
    color: #fff !important;
    text-decoration: none;
}
.internalPageBanner {
    padding: 30px 0px;
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    color: #fff;
    border-bottom: 10px solid #ccc;
}

.innerBnrText {
    padding: 0px !important;
    margin: 0px !important;
}

.innerBnrText p {
    margin: 0px !important;
    padding: 0px !important;
}

.innerBnrText p:nth-child(2) {
    font-size: 50px;
    margin-bottom: 0px;
    padding: 0px;
}

.innerBnrText a {
    color: #fff;
    text-decoration: none;
}

.abtMainContainer {
    display: block;
    position: relative;
    width: 100%;
    height: 750px;
    overflow: hidden;
    margin-top: 0px;

}

.abtMainContainer::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);

}

.abtImg {
    display: block;
    position: relative;
    width: 100%;
}

.abtImg img {
    display: block;
    width: 100%;
}

.abtMainTxt {
    display: block;
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 1;
}

.abtMainTxt span {
    background: linear-gradient(15deg, rgba(252, 0, 123, 1) 0%, rgba(194, 0, 209, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 700;
}

.abtMainTxt h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.abtMainTxt p {
    color: #fff;
}

.abtCollage {
    display: block;
    width: 100%;
    margin: 12px 0px;
}

.abtCollage img {
    display: block;
    width: 100%;
}

.ht iframe {
    height: 350px;
}

.december_oneClients {
    width: 100%;
    display: block;
    margin: 5px;
}

.december_oneClients img {
    width: 100%;
    display: block;
    margin: 10px 0px;
    border: 1px solid #ddd;
    filter: grayscale(100%);
    transition: 0.5s ease-in-out;
    cursor:pointer;
}
.december_oneClients img:hover {
   
    filter: grayscale(0%);
}


.burgerIcon {
    width: 100%;
    text-align: right;
    color: #fff;
    display: none;
}

.burgerIcon i {
    margin: 10px;
    color: #fff;
    cursor: pointer;
}