@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


/*
========================
Header area start
========================
*/

body {	
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;    
	background: #0F0F0F;
	color: #ffffff;	
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolldown-btn {
    padding-top:85px;
}
.demo a {
    font-weight:700;
    font-size:16px;
    color:#FFFFFF;
    z-index:2;
    display:inline-block;
    color:#FFFFFF;
    text-decoration:none;
    transition:opacity .3s;
    position:relative;
    padding-left:36px;
}
.demo a:hover {
    opacity:0.75;
}
#scrolldown a span {
    width:25px;
    height:38px;
    display:inline-block;
    border:2px solid #FFFFFF;
    border-radius:50px;
    box-sizing:border-box;
    position:absolute;
    bottom:-8px;
    left:0;
}
#scrolldown a span::before {
    content:'';
    width:5px;
    height:5px;
    margin-left:-3px;
    background-color:#FFFFFF;
    border-radius:100%;
    -webkit-animation:sdb10 2s infinite;
    animation:sdb10 2s infinite;
    box-sizing:border-box;
    position:absolute;
    top:4px;
    left:50%;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}


/*header-area*/

.header-area {
    padding: 17px 0 16.16px;
    background: #181818;
    border-bottom: 1px solid #424242;
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(7px);
}

.fixed-header {
    background: rgba(0, 0, 0, 0.144);
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.3s all ease;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left .logo a {
    display: flex;
    align-items: center;
}

.header-left .logo a span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-left: 12px;
}

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-right ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    display: inline-block;
    margin-right: 52px;
    transition: 0.2s;
}

.header-right ul li:last-child a {
    margin: 0;
}

.header-right ul li a:hover,
.header-right ul li a.active {
    color: #ffffff;
}

.header-right-btn a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    padding: 13px 38px 12px 39px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
    border-radius: 5px;
    margin-left: 40px;
    transition: 0.2s;
}

.header-right-btn a:hover {
    opacity: 0.8;
}

/*hero-section*/

@media (min-width: 768px) {
    .hero-section {
        padding-left: calc(calc(100% - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .hero-section {
        padding-left: calc(calc(100% - 960px) / 2);
    }
}

@media (min-width: 1200px) {
    .hero-section {
        padding-left: calc(calc(100% - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    .hero-section {
        padding-left: calc(calc(100% - 1320px) / 2);
    }
}

@media (min-width: 1700px) {
    .hero-section {
        padding-left: calc(calc(100% - 1630px) / 2);
    }
}

.hero-inner {
    display: flex;
    align-items: center;
    padding: 68px 0 46px;
    padding-left: 15px;
}

.hero-left {
    width: 38%;
}

.hero-right {
    width: 62%;
    padding-top: 65px;
    display: flex;
    align-items: center;
}

.hero-left > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 16px 6px 17px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #9D91FF 88.41%), linear-gradient(90deg, rgba(97, 102, 220, 0.5) 0%, rgba(147, 151, 232, 0.5) 100%);
    border-radius: 5px;
    transition: 0.2s;
}

.hero-left > a:hover {
    opacity: 0.8;
}

.hero-left h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 59px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #FF3333 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #9D91FF 88.41%), #FFFFFF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: 18px 0 39px;
}

.hero-left h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.hero-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    max-width: 482px;
    margin-bottom: 39px;
}

@media (min-width: 768px) {
    .hero-left > img {
        display: none;
    }
}

.hero-left-box {
    background: linear-gradient(0deg, #181818, #181818), linear-gradient(0deg, #141414, #141414), #262629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.144);
    border-radius: 9px;
    padding: 19px 23px 18px 18px;
    max-width: 442px;
}

.hero-left-box h4 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #FF3333 88.41%), linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #9D91FF 88.41%), #8A8A8A;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 17px;
}

.hero-left-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero-left-box ul li {
    display: flex;
    align-items: center;
    padding: 19px 0 19px 21px;
    background: #262629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    width: 49%;
}

.hero-left-box ul li span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    margin-left: 15px;
}

.hero-left > ul {
    display: flex;
    align-items: center;
    margin: 46px 0 39px;
}

.hero-left > ul li a {    
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.2s;
}

.hero-left > ul li:first-child a {
    padding: 13px 51px 12px 50px;
    background: linear-gradient(0deg, #262629, #262629), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    margin-right: 12px;
}

.hero-left > ul li:last-child a {
    padding: 12px 38px 13px 39px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
    border-radius: 5px;
}

.hero-left > ul li a:hover {
    opacity: 0.8;
}

.hero-left-btm a {
    display: inline-flex;
    align-items: center;
}

.demo a:hover {
    opacity:0.75;
}

.hero-left-btm a span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    margin-left: 3px;
}

/*features-area*/

.features-area {
    padding-bottom: 93px;
}

.features-area > span {
    display: block;
    width: 100%;
    height: 20px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
}

.features-area .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 28px;
}

.features-area h2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    margin: 100px 0 8px;
}

.features-area .container > p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    text-align: center;
    margin-bottom: 46px;
}

.features-itm {
    background: #181818;
    border: 1px solid #424242;
    border-radius: 6px;
    min-height: 100%;
    padding: 23px 25px 33px;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .features-area .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .features-itm {
        padding: 23px 15px 33px;
    }
}

.features-itm-ctn {
    padding: 0 8px;
}

.features-itm-ctn h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin: 22px 0 20px;
}

.features-itm-ctn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #424242;
    margin-bottom: 16px;
}

.features-itm-ctn p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #8A8A8A;
}

.features-itm-ctn1 h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.features-itm-ctn2 h3 {
    margin-top: 36px;
    margin-bottom: 42px;
    text-align: center;
}

.features-itm-ctn3 h3 {
    margin-top: 30px;
    margin-bottom: 19px;
}

.features-itm-ctn1 span {
    margin-top: 34px;
}

.features-btm h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    text-align: center;
    margin: 100px 0 55px;
}

.features-btm-inner {
    display:flex;
    align-items: center;
    justify-content: center;
}

.features-btm-itm {
    max-width: 461px;
    /* padding: 26px 34px 36px 30px; */
    padding: 50px 100px 50px 50px;
}

.features-btm-itm h4 {
    display: flex;
    align-items: center;
}

.features-btm-itm1 {
    /* background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), #262629; */
    background: linear-gradient(221.48deg, #1f1f1f 12.55%, #1f1f1f 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), #262629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-right: 35px;
}

/* .features-btm-inner :hover {
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), #262629;
} */

.prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.features-btm-itm2 {
    background: linear-gradient(221.48deg, #1f1f1f 12.55%, #1f1f1f 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), #262629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-right: 35px;
}

.features-btm-itm3 {
    background: linear-gradient(221.48deg, #1f1f1f 12.55%, #1f1f1f 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), #262629;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-right: 35px;
}

.features-btm-itm h4 span:first-of-type {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    margin-right: 28px;
}

.features-btm-itm h4 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
}

.features-btm-itm p {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 28px;
}

.features-btm h5 {
    text-align: center;
    margin-top: 74px;
}

/*faq-area*/

.faq-section {
    padding: 73px 0 90px;
    background: #181818;
    border-top: 1px solid #424242;
    border-bottom: 1px solid #424242;
}

.faq-section .container > h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 78px;
    color: rgb(249,51,51);
    margin-bottom: 17px;
}

.faq-section .container > h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.faq-section .container > p {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    color: #8A8A8A;
    max-width: 658px;
    margin: 0 auto;
    margin-bottom: 66px;
}

.faq-accordion {
    max-width: 633px;
    margin: 0 auto;
}

.faq-accordion .accordion-item {
    background: unset;
    border: unset;
    border-bottom: 2px solid #2B2B2B;
}

.faq-accordion .accordion-item:last-of-type {
    border: unset;
}

.faq-accordion .accordion-button {
    background: unset;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    padding: 26px 0;
}

.faq-accordion .accordion-button:focus {
    border: unset;
    box-shadow: unset;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: unset;
}

.faq-accordion .accordion-button::after {
    content: "";
    background-image: unset;
    background: url(images/stroke1.png);
    background-repeat: no-repeat;
    background-position: center;

}

.faq-accordion .accordion-button:not(.collapsed)::after { 
    background-image: unset;
    background: url(images/stroke1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.faq-accordion .accordion-body p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    text-align: left;
} 

/*follow-us*/
.follow-us {
    padding: 99px 0 138px;
}

.follow-us h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 25px;
}

.follow-us p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #8A8A8A;
    margin: 0 auto;
    max-width: 563px;
    margin-bottom: 66px;
}

.follow-box {
    margin: 0 auto;
    max-width: 1117px;
    padding: 40px 54px 30px 32px;
    background: #181818;
    border: 1px solid #424242;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.follow-box-left {
    background: url(images/bg11.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 551px;
    max-width: 551px;
    text-align: center;
}

.follow-box-left span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 10px;
}

.follow-box-left h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 39px;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.follow-box-right {
    padding-left: 57px;
}

.follow-box-right h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.follow-box-right p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    text-align: left;
    margin-bottom: 43px;
}

.follow-box-right span {
    display: block;
    height: 2px;
    background: #2B2B2B;
    border-radius: 2px;
    margin-bottom: 33px;
}

.follow-box-right ul {
    display: flex;
    align-items: center;
}

.follow-box-right ul li a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    display: inline-block;
    width: 158px;
    text-align: center;
    padding: 12px 0 13px;
}

.follow-box-right ul li:first-child a {
    background: linear-gradient(0deg, #262629, #262629), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 5px;
    margin-right: 11px;
}

.follow-box-right ul li:last-child a {
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #DD0000 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #543FFF 88.41%), linear-gradient(115.31deg, #A78CF2 0%, #7D5FD2 100%);
    border-radius: 5px;
}

.footer-area {
    padding: 91px 0 27px;
    background: #181818;
    border-top: 1px solid #424242;
}

.footer-logo a span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 33.1915px;
    line-height: 40px;
    color: #FFFFFF;
    margin-left: 26px;
}

.footer-left > span {
    display: block;
    height: 3px;
    width: 325px;
    background: #222222;
    margin: 38px 0 20px;
}

.footer-left > h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #FF3333 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #9D91FF 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #6E4CFF 46.53%, #543FFF 88.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    width: 370px;
}

.footer-right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.footer-right ul:last-of-type {
    padding-left: 100px;
}

.footer-right ul li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 20px;
}

.footer-right ul li:first-child a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
}

.footer-right ul:last-child li:last-child a {
    background: linear-gradient(221.48deg, #FF5B5B 12.55%, #FF3333 88.41%), linear-gradient(221.48deg, #8357FF 12.55%, #9D91FF 88.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.footer-right ul:last-child li:last-child a i {
    margin-left: 8px;
}

.footer-area p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #8A8A8A;
    text-align: center;
    margin-top: 34px;
}






