/*----------------Attache Font Family-------------*/
@font-face {
    font-family: DMSans-Regular;
    src: url('../fonts/DMSans-Regular.ttf'); 
}
@font-face {
    font-family: DMSans-Medium;
    src: url('../fonts/DMSans-Medium.ttf'); 
}
@font-face {
    font-family: DMSans-Bold;
    src: url('../fonts/DMSans-Bold.ttf'); 
}
@font-face {
    font-family: Aileron-Bold;
    src: url('../fonts/Aileron-Bold.otf'); 
}

@font-face {
    font-family: 'aileronbold';
    src: url('../fonts/aileron-bold.woff2') format('woff2'),
         url('../fonts/aileron-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronblack';
    src: url('../fonts/aileron-black.woff2') format('woff2'),
         url('../fonts/aileron-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'aileronregular';
    src: url('../fonts/aileron-regular.woff2') format('woff2'),
         url('../fonts/aileron-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaneueregular';
    src: url('../fonts/helveticaneue.woff2') format('woff2'),
         url('../fonts/helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------Common CSS------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: DMSans-Regular;	
}
body::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    border-radius: 12px
}
body::-webkit-scrollbar {
    width: 10px
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff
}
h1, h2, h3, h4, h5, h5, p {
	margin: 0px;
	padding: 0px;	
}
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	border: none;
	outline: none;
}
input, input:focus, button, button:focus {
	outline: none;
}
* {
	box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1520px;
    padding: 0 20px;
}
.smallContainer {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
}
.textWhite {
	color: #fff !important;
}
.textBlack {
	color: #000;
}
.textOrange {
	color: #F1521E !important;
}
.bgOrange {
	background: #F1521E;
}
.padding {
	padding: 80px 0;
} 

/*--------------Banner Section CSS--------------*/

a.logo img {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.stickyHeader header a.logo img {
    width: 176px;
}
.bannerText h2 {
    font-size: 84px;
    line-height: 96px;
    font-family: 'aileronbold';
    text-shadow: 6px 12px 14px #cacaca;
}
h2.mobile {
    display: none;
}
.productImg img.mobile1 {
    position: absolute;
    left: 30px;
}
.productImg {
    text-align: right;
}
.productImg {
    justify-content: flex-end;
}
.mainHeading {
    font-size: 42px;
    line-height: 46px;
    color: #000;
    font-family: 'aileronbold';
    padding: 0 0 16px;
    position: relative;
}
.mainHeading:before {
    position: absolute;
    width: 90px;
    height: 5px;
    background: #5B2A90;
    content: '';
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    border-radius: 40px;
}
.contentMain {
    padding: 160px 0 0 0;
}
.bigCircle {
	display: flex;
    align-items: center;
    justify-content: center;
}
.bigCircle.rightBigCircle span.myCircle {
	width: 576px;
	height: 576px;
}
.imgSide {
    display: flex;
    justify-content: center;
}
.circle1 {
    width: 315px;
    height: 315px;
    background: #6E36AC;
    opacity: 0.3;
    border-radius: 50%;
     animation: circleDotone 4s infinite linear; 
    position: absolute;
    top: -280px;
    left: 40%;
}
.circle2 {
    width: 136px;
    height: 136px;
    background: #6E36AC;
    opacity: 0.08;
    border-radius: 50%;
     animation: circleDotone 4s infinite linear; 
    position: absolute;
    top: -24px;
    left: 32%;
}
.circle2.two {
    top: inherit;
    left: inherit;
    right: 32%;
    bottom: -45px;
    opacity: 0.2;
}
.circle3 {
    width: 90px;
    height: 90px;
    background: #F1521E;
    opacity: 0.4;
    border-radius: 50%;
     animation: circleDotthree 3s infinite linear; 
    position: absolute;
    top: -30px;
    left: inherit;
    right: 28%;
}
.circle3.green {
    background: #75E55B;
    opacity: 0.4;
    top: inherit;
    left: -2%;
    bottom: -70px;
}
.circle3.grey {
    background: #F1521E;
    opacity: 0.1;
    top: inherit;
    left: 40%;
    bottom: 30px;
}
.circle5 {
    width: 32px;
    height: 32px;
    background: #F1521E;
    opacity: 0.2;
   	border-radius: 50%; 
    animation: circleDotfive 2s infinite linear
}
.circle4 {
    width: 38px;
    height: 38px;
    background: #F1521E;
    opacity: 0.2;
   	border-radius: 50%; 
    animation: circleDotfive 2s infinite linear
}

.circle6 {
    width: 18px;
    height: 18px;
    background: #F1521E;
    opacity: 0.2;
   	border-radius: 50%; 
    animation: circleDotone 1s infinite linear
}


@keyframes circleDotone {
    0% {
        transform: scale(0.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.8)
    }
}
@-webkit-keyframes circleDotone {
    0% {
        transform: scale(0.8)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.8)
    }
}
@keyframes circleDotfive {
    0% {
        transform: scale(0.6)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.6)
    }
}

@-webkit-keyframes circleDotfive {
    0% {
        transform: scale(0.6)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.6)
    }
}
@keyframes circleDotthree {
    0% {
        transform: scale(0.6)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.6)
    }
}

@-webkit-keyframes circleDotthree {
    0% {
        transform: scale(0.6)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.6)
    }
}
@keyframes circleDotone {
    0% {
        transform: scale(0.5)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.5)
    }
}

@-webkit-keyframes circleDotone {
    0% {
        transform: scale(0.5)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(0.5)
    }
}

header {
    padding: 50px 0 0;
}
.bannerleftImg {
    position: absolute; 
    top: -15%;
    right: 0;
    width: 52%;
}
.bannerleftImg img {
    width: 100%;
}

section.bannerSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bannerContent {
    width: 750px;
    padding: 140px 0 60px;
}
section.productSection {
    background: #F5EDFF;
    border-radius: 50px;
    margin: 60px 0 206px;
    padding: 50px 20px 0px 36px;
}
.productImg {
    position: relative;
    top: 70px;
    display: flex;
    align-items: center;
    width: 755px;
}
.productSection .rightSide h3 {
    font-size: 48px;
    line-height: 52px;
    color: #5B2A90;
    font-family: 'aileronblack';
    padding: 16px 0 40px;
}
.productSection .rightSide p {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0 46px;
}
.productSection .textSide.rightSide {
    width: 100%;
    max-width: 76%;
    margin: 0 auto;
}

ul.socialIcon li {
    margin: 0 12px;
}
.footerContent h3 {
    font-size: 28px;
    line-height: 32px;
    color: #5B2A90;
    font-family: 'aileronbold';
    position: relative;
    top: -18px;
}
footer {
    padding: 0 0 32px;
    border-top: 1px solid #F6EFFF;
    position: relative;
}
footer:before {
    content: '';
    width: 270px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
}
footer .email p {
    font-size: 18px;
    line-height: 24px;
    color: #5B2A90;
    font-family: 'aileronregular';
}
.email {
    justify-content: center;
    text-align: center;
    padding: 8px 0 20px 0;    
}
.email img {
    object-fit: scale-down;
    margin: 4px 10px 0 0;
}
p.copyright {
    font-size: 14px;
    line-height: 20px;
}