/**
 * COMMON CSS CLASS
 * custom width..........This is for project specific width.
 * common color................custom color use for theme.
 * border css and box shadow css...............Project-specific, border and box shadow.
 * common space css...............Project-specific, margin and padding.
 * default text tag css...............we define html tag styling and font size and color.
 * custom Heading styling................ project main and section heading styling.
 * card common styling................ bootstrap card styling.
 **/

/* common class name */
.divAlign {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* custom width */
.w-40 {
    width: 40%;
}
.w-80 {
    width: 78%;
}
.w-35 {
    width: 25%;
}

.w-70 {
    width: 70%;
}
.w-90{
    width: 90%;
}

.w-60 {
    width: 66%;
}
.w-100{
    width:100%;
}
.w-280{
    width:280px;
    height: 58px;
}
.w-260{
    width:252px;
    height: 58px;
}
.h-100{
    height:100%
}
.width-auto{
    width: auto;
}

/* common color css */
.bg-black{
    background-color: #000;
}
.bg-purple {
    background-color: #432957;
}
.bg-dark-purple{
    background-color: #150D1C;
}
.bg-orange{
    background-color: #FF715D;
}
.bg-orange-25{
    background-color: #FF715D40;
}
.bg-light-purple{
    background-color: #F2ECF7;
}
.bg-713{
    background-color: #713c9a;
}
.bg-white{
    background-color: #fff;;
}
.bg-grey{
    background-color: #29262B;
}
.bg-green{
    background-color: #3E7960;
}
.orange-color{
    color:#FF6F4F;
}
.black{
    color:#000
}
.white{
   color:#ffff;
}
.light-purple{
    color:#CAACE2;
}
.green{
    color:#B7FFE1;
}
.beige{
    color:#DFCECC
}
.purple{
  color:#5B47AA;
}
.br-24{
    border-radius:24px
}
.br-20{
    border-radius: 20px;
}
.br-18{
    border-radius: 18px;
}
.br-10{
    border-radius: 10px;
}
.br-8{
    border-radius: 8px;
}
.br-4{
    border-radius: 4px; 
}
.br-12{
    border-radius: 12px;
}
.br-16{
    border-radius: 16px;
}
.purple-border{
    border:2px solid #713C9A;
}
.grey-border{
    border:2px solid #F4EFEB33;
}
.orange-border{
  border:2px solid #FF715D40;
}
.green-border{
    border:1px dotted #3E7960;
}
.position-relative{
    position: relative;
}
.w-40{
  width:40px;
}

.gradient-clr{
    background: linear-gradient(to right, #FFCFC0 , #FF8761 ,#CFA1FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bg-gradient{
    background-image: linear-gradient(to right, #FFCFC0 , #FF8761 ,#CFA1FF ) !important;
}
.bg-gradient-light{
    background-image: linear-gradient(to right, #FFCFC033 ,#FF876133 ,#CFA1FF33 );
}

h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    margin:0
}
h2{
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
    margin: 0;
    text-align: left;
}
h3{
    font-size: 36px;
    font-weight: 500;
    line-height: 50.4px;
    margin:0
}
h4{
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    margin:0
}
h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin:0
}
.description{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color:#D0BDDE;
}
.f-12{
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin:0;
}
.f-10 {
    font-size: 10px;
    line-height: 15px;
}
.f-14{
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin:0;
}

.block-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

p{
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin: 0;
}
.section-margin{
 margin:8px 16px;
}
.section-padding{
    padding:80px 0;
}
.p-0{
    padding:0;
}
.p-80{
    padding:80px;
}
.p-8{
    padding:8px;
}
.p-40{
    padding:40px;
}
.p-4{
    padding:4px !important;
}
.p-24{
    padding:24px;
}
.p-28{
    padding:28px;
}
.p-12{
    padding:12px;
}
.p-16{
    padding: 16px;
}
.p-48{
    padding:48px;
}
.p-40-60{
    padding:40px 60px;
}
.p-40-80{
    padding:40px 80px;
}
.ptb-60{
    padding:60px 0;
}
.ptb-48{
    padding:48px 0;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-40{
    padding-top: 40px;
}
.pb-40{
    padding-bottom:40px;
}
.pb-0{
padding-bottom: 0 !important;
}
.mb-40{
  margin-bottom: 40px;
}
.row-gap-20{
    row-gap:20px;
    display:flex;
    flex-direction: column;
}
.row-gap-10{
    row-gap:10px;
    display:flex;
    flex-direction: column;
}
.row-gap-24{
    row-gap:24px;
    display:flex;
    flex-direction: column;
}
.row-gap-16{
    row-gap:16px;
    display:flex;
    flex-direction: column;
}
.row-gap-10{
    row-gap:10px;
    display:flex;
    flex-direction: column;
}
.column-gap-20{
    column-gap:20px;
}
.column-gap-10{
    column-gap:10px;
}
.column-gap-16{
    column-gap:16px;
    display:flex;
    flex-direction: row;
}
.row-gap-16{
    column-gap:16px;
    display:flex;
    flex-direction: column;
}
.row-gap-40{
    row-gap:40px;
    display:flex;
    flex-direction: column;
}
.border-left{
  background-color: #5B47AA;
  border-radius:12px;
  width:4px;
  height:auto;
}
.cta{
    padding:14px 40px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20.3px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    font-family: 'Inter' , sans-serif;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

.transparent-cta{
    padding:5px 0;
    border:2px solid #FFFFFF33;
    border-radius: 12px;
    font-size: 14px;
    line-height: 39px;
    font-family: 'Inter' , sans-serif;
    background-color: transparent;
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.opacity-50{
  opacity: .5;
}

.sticky{
    position: sticky;
    top: 125px;
}


.strong{
    font-weight: 600;
}
.align-start{
    align-items: flex-start;
    justify-content: flex-start;
    display: flex;
}
p.slash-price {
    text-decoration: line-through;
}

.slick-prev, .slick-next {
    background: url("https://d2cxcourse-staging.dxpsites.com/wp-content/themes/D2CXTheme/images/Navigation_Button.svg")50% 50%/100% no-repeat;
    z-index: 1;
    height: 4rem;
    width: 4rem;
    display: flex;
    justify-content: center;
    font-size: 0;
    border:0;
    position: absolute;
    bottom:9%;
}
.slick-prev:hover {
    background: url("https://d2cxcourse-staging.dxpsites.com/wp-content/themes/D2CXTheme/images/Navigation_Button_hover.svg")50% 50%/100% no-repeat;
    transform: rotate(180deg);
}
.slick-next:hover {
    transform: rotate(0deg);
    background: url("https://d2cxcourse-staging.dxpsites.com/wp-content/themes/D2CXTheme/images/Navigation_Button_hover.svg")50% 50%/100% no-repeat;
}
.slick-prev{
    left:40.5%;
    right:auto;
}
.slick-next{
    left:auto;
    right:40.5%;
    transform: rotate(180deg);
}

.slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none;
	margin-top: 40px;
	background: #FFFFFF1A;
	width: 20%;
	padding: 35px;
	margin: 50px  auto 0;
	border-radius: 40px;
}	
.slick-dots li {
	margin: 0 0.25rem;
}
.slick-dots button {
	display: block;
	width: 4px;
	height: 4px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color:#B1B1B1;
	text-indent: -9999px;
}
	
.slick-dots li.slick-active button {
	background-color: #FF6F4F;
}
.accordion-button:focus {
    z-index: 3;
    border-color: 0;
    outline: 0;
    box-shadow: none;
}
.col-lg-6{
  padding-left:4px;
  padding-right:4px;
}
.pr-20{
  padding-right: 40px;
}
.pl-20{
    padding-left: 40px;
  }
  .divider{
    border-top:1px solid #FFFFFF80;
    padding-top:24px;
    margin-top:40px;
  }

  .divstart{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .divend{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }

  .divspacebtw{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
/* new css */
.container {
  max-width: 1480px !important;
}
.color-beige{
    color: #DFCECC;
}