
html {
  scroll-behavior: smooth;
}
a{
	text-decoration:none;
}

.container{
 max-width: 1210px !important;
 width:100% !important;
}
body{
	background:#212121;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.mobile_scr {
    display: none;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 a.nav-link {
    font-family: Urbanist;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px !important;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    margin-right: 50px;
	
}
.top-nav {
    background: #212121;
    padding-top: 20px;
    padding-bottom: 8%;
}
.top-nav .d-flex a {
    background: no-repeat;
    color: #ffff;
     padding: 10px 30px;
    border: 2px solid #6F89E9;
	text-decoration:none;
	font-size: 16px;
    font-family: Urbanist;
}
.top-nav .d-flex a:hover {
    background: #6f89e9;
    transition: 0.5s ease;
}
a.navbar-brand.mobile-logo {
    display: none;
}
form.mobile-form {
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
    background: #212121;
    padding: 20px 0px;
}
.hero_slider button.slick-prev:before, .hero_slider button.slick-next:before {
    display: none;
}
.hero_slider i.fa-solid.fa-chevron-left, .hero_slider i.fa-solid.fa-chevron-right  {
    color: #fff;
}
.hero-section h1{
font-family: Urbanist;
font-size: 22px;
font-weight: 700;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color: #F7F7FA;
    text-transform: uppercase;

}
.hero_info a {
    text-decoration: none;
}
.hero-section h2{
	 font-family: Urbanist;
	font-size: 46px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: left;
	color: #6F89E9;
    /* text-transform: uppercase; */
	margin-bottom:25px;
}

.tm {
    font-family: Urbanist;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    
}
@media only screen and (max-width: 767px){
.team_work p{
    
    padding-left:1%;
    padding-right:1%;
    
      }}
.hero-section p {
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
	padding-right:23%;
}
a.join_btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 214px;
    height: 54px;
    background: #6F89E9 !important;
    color: #fff;
    border: 2px solid #6f89e9 !important;
    font-weight: 600;
    font-size: 17px;
    margin-top: 12%;
	font-family: Urbanist;
}
a.join_btn:hover {
    background: none !important;
    transition: 0.5s ease;
    border: 2px solid #6f89e9 !important;
}
.hero-section {
    padding-top: 9%;
}

    
    
}
.hero_info {
    padding-top: 35px;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);

/*****************************************
*  --------------------------------------*
*  Vars                                  *
*  --------------------------------------*
*****************************************/


/*****************************************
*  --------------------------------------*
*  General                               *
*  --------------------------------------*
*****************************************/




/*****************************************
*  --------------------------------------*
*  Slick                                 *
*  --------------------------------------*
*****************************************/

p.mob-scroll{
display:none;
}
/*
.hero_slider .slide.slick-slide img {
    filter: contrast(0.2);
}
.hero_slider .slide.slick-slide.slick-active.slick-center img{
  filter: none !important;
  height: auto !important;
  margin-top: 0px;
}





.slick-active { 
  padding: 20px 0; 
}
.slick-center { 
  transform: scale(1.08) 
}

.slick-slide:not(.slick-active) { 
  margin: 20px 0; 
}

.child { 
  width:100%; 
}

.slide:not(.slick-active) { 
  cursor: pointer; 
}

.pagination {
  text-align: center; 
  color: $white;
  font-family: $raleway;
  font-size: 1.2rem;
}
.salider button.slick-prev, .salider button.slick-next {
    background: none !important;
}
.hero_slider i.fa-solid.fa-chevron-left, .hero_slider i.fa-solid.fa-chevron-right {
    position: absolute;
    background: #6f89e9;
    height: 44px;
    width: 44px;
    border-radius: 41px;
    padding: 14px 17px;
    bottom: -70px;
    cursor: pointer;
}
.hero_slider i.fa-solid.fa-chevron-left {
    left: -73px;
    right: 0;
    margin: 0 auto;
}
.hero_slider i.fa-solid.fa-chevron-right {
    right: -45px;
    left: 0;
    margin: 0 auto;
}
.hero_slider .slide.slick-slide.slick-active.slick-center {
    position: relative;
    z-index: 99;
    left: -93px;
}
.hero_slider .slide.slick-slide img {
    height: 370px !important;
    margin-top: 15px;
}*/
form.tab-form{
	display:none;
}

/*footer css*/
.footer-section {
    background: #0D0B0B;
    padding: 40px 0;
}
.footer-info li a, ul.header-icons li a {
    background: #D1CFD7;
    border-radius: 50px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
	line-height:30px !important;
}
.footer-info li, ul.header-icons li {
    list-style: none;
    display: inline-block;
}
.footer-info ul {
    display: contents;
    margin: 0 !important;
    padding: 0px !important;
}
.footer-info li {
    margin-left: 13px;
}
.footer-info {
    text-align: right;
}
.footer-info span {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
    margin: 0 13px;
}
.copyright_section p {
    font-family: Urbanist;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    color: #D1CFD7;
    padding: 0;
    margin: 0;
}
.copyright_section {
    background: #212121;
    text-align: center;
    padding: 20px 0;
}


/*about-section css*/
.about-section {
    background: #222222;
    position: relative;
    box-shadow: 0px -4px 30px rgb(0 0 0 / 18%);
	padding:7% 233px;
}
.about-info p {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #D1CFD7;
}
.about-info h3, .social_left h3, .our_project_text h3, .our_atrleft h3, .timeline-content h3, .team h3, .col-lg-12.asked_Question h3  {
    font-family: Urbanist;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
    color: #6F89E9;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
}
.col-lg-12.asked_Question h3{
	 margin-bottom: 70px;
}
.about-info {
    padding: 0 17%;
}
.about-info h3:before, .social_left h3:before, .our_project_text h3:before, .our_atrleft h3:before, .timeline-content h3:before, .team h3:before, .col-lg-12.asked_Question h3:before{
    position: absolute;
    content: "";
    border: 1px solid #D1CFD7;
    bottom: -23px;
    width: 43px;
    left: auto;
}
p.scroll {
    width: auto;
    height: 21px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    transform: rotate(90deg);
    right: 15%;
    position: absolute;
    top: -26px;
}
p.scroll:before {
    position: absolute;
    background: white;
    width: 82px;
    height: 1px;
    content: "";
    bottom: 8px;
    left: 131px;
}
.about-section:before {
    position: absolute;
    content: "";
    background: url(../images/Ellipse1.png);
    width: 133px;
    height: 311px;
    left:0px;
}

.about-section:after {
    position: absolute;
    content: "";
    background: url(../images/Ellipse2.png);
    height:311px;
    width: 207px;
    right: 2px;
    bottom: 0px;
}
.company_profile {
    background: #212121;
    padding: 5% 0px;
}
.company_info h3 {
    text-align: left;
    font-family: Urbanist;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    color: #6F89E9;
    text-transform: uppercase;
    position: relative;
}
.company_info h3:before{
  position: absolute;
    content: "";
    border: 1px solid #D1CFD7;
    bottom: -23px;
    width: 43px;
    left: auto;
}
.company_text p {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
    padding: 0 13%;
}
.company_text {
    position: relative;
    background: #0D0B0B;
    padding: 7% 10% 11%;
    margin-left: -74px;
    margin-top: 10%;
}
.company_pic img {
    width: 100%;
    margin-top: 14%;
    margin-left: 15%;
}
.company_profile .col-md-4 {
    z-index: 9999999;
}
.company_pic:before {
    position: absolute;
    width: 100%;
    height: 87%;
    top: 6px;
    left: 3px;
    content: "";
    border: 2px solid #6F89E9;
    z-index: -9;
}
.company_pic{
  position: relative;
}

/*social proof css*/
.social_proof {
    background: #0D0B0B;
    padding: 5% 0;
    position: relative;
}
.social_left a {
    text-decoration: none;
    color: #6F89E9;
}
.social_left p {
    font-family: Urbanist;
    font-size: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
	opa
}
.social_right h4 span {
    font-family: Urbanist;
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0em;
    color: #6F89E9;
    margin-right: 10px;
}
.social_right a {
    text-decoration: none;
}
.social_right i {
    color: #0D0B0B;
    font-size: 19px;
}
.social_right a {
    background: #6F89E9;
    padding: 4px 12px;
    border-radius: 50px;
    margin-right: 16px;
}
.Facebook_chat {
    display: flex;
    align-items: flex-start;
}

.Facebook_chat h6 {
    background: #212121;
    padding: 11px 18px;
    border-radius: 20px;
    color: #fff;
    margin-left: 3px;
    position: relative;
	font-size: 16px;
    font-family: 'Roboto';
    font-weight: 500;
	line-height:19px;
}
.Facebook_chat h6 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    font-family: Roboto;
	opacity:0.9;
}
.social_right h4 {
    margin-bottom: 40px;
}
.Facebook_chat h6:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 35px;
    background: url(../images/like.png);
    right: 3px;
    bottom: -15px;
}
.Facebook_chat p {
    margin-bottom: 0px;
}
.Facebook_chat {
    margin-bottom: 20px;
}
.pasty-grid {
    margin-top: 25px;
}
.hart_icon h6{
  position: relative;
}
.chat-box{
	margin-top:20px;
}
.hart_icon h6:before {
    position: absolute;
    content: "";
    width: 38px;
    height: 35px;
    background: url(../images/hart.png);
    right: 3px;
    bottom: -6px;
}
.social_proof:after {
    position: absolute;
    background: url(../images/likepic.png);
    right: 0;
    content: "";
    width: 75px;
    height: 134px;
    top: 10%;
    background-repeat: no-repeat;
}
.social_proof:before {
    position: absolute;
    content: "";
    width: 69px;
    height: 152px;
    background: url(../images/facebookpic.png);
    bottom: 25%;
    background-repeat: no-repeat;
}
.social_proof .col-lg-7 {
    position: relative;
}

.social_proof .col-lg-7:before {
    position: absolute;
    content: "";
    width: 520px;
    height: 520px;
    background: url(../images/ellipsesocial.png);
    margin: 0 auto;
    right: 0;
    left: -86px;
    bottom: -21%;
    background-repeat: no-repeat;
}

.three-icons h6:before {
    position: absolute;
    content: "";
    width: 84px;
    height: 45px;
    background: url(../images/like-img.png);
    right: -1px;
    bottom: -23px;
}
.social_left {
    padding-right: 30px;
}
.mob-left {
    width: 87% !important;
    float: left;
}

/*our project css*/
.our_project {
    background: #212121;
    padding: 5% 0px 8%;
      position: relative;

}
.our_project_text p {
    font-family: Urbanist;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    color: #D1CFD7;
}

.our_project_text span {
    font-family: Urbanist;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    color: #D1CFD7;
    display: block;
    margin: 0 auto;
    margin-top: 3%;
}
.our_project_text span p{
      font-weight: 400 !important;
      margin-top: 30px;
}

.our_project_text h3 {
    text-align: center;
    text-transform: uppercase;
}

.our_project_text h3:before {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our_project_text {
    position: relative;
}

.our_project_text:after {
    position: absolute;
    content: "";
    height: 311px;
    background: url(../images/our_project.png);
    background-repeat: no-repeat;
    width: 311px;
    top: 45%;
    right: 0px;
    background-size: contain;
}

.our_project:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 359px;
    background: url(../images/our_project1.png);
    left: 0;
    background-repeat: no-repeat;
}
/*.project_slider .slide.slick-slide.slick-active.slick-center img {
    border: 3px solid #6f89e9;
}
.project_slider i.fa-solid.fa-chevron-left, .project_slider i.fa-solid.fa-chevron-right {
    position: absolute;
    background: #6f89e9;
    height: 44px;
    width: 44px;
    border-radius: 41px;
    padding: 14px 17px;
    bottom: -70px;
    cursor: pointer;
}
.project_slider i.fa-solid.fa-chevron-left {
    left: -67px;
    right: 0;
    margin: 0 auto;
}
.project_slider i.fa-solid.fa-chevron-right {
    right: -40px;
    left: 0;
    margin: 0 auto;
}
.project_slider .slide.slick-slide.slick-active.slick-center {
    position: relative;
    z-index: 99;
    left: 0px;
}
.project_slider .slick-slide img {
    display: block;
    width: 100%;
}
.our_project_text {
    padding-bottom: 65px;
}
*/
/*.our_art*/
.our_art {
    background: #0D0B0B;
    padding: 5% 0;
    position: relative;
}
.our_atrleft p {
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 400;
    line-height: 37px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
	opacity:0.9;
}
.our_artright p {
    font-family: Urbanist;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #D1CFD7;
    width: 352px; 

}


.our_artright h4 {
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    color: #6F89E9;
    padding-bottom: 10%;
}

.our_artright {
    padding-left: 20%;
}

.our_artright h6 {
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;

}
.our_artright h6 {
    position: relative;
    z-index: 1;
        padding-bottom: 4%;
}

.our_artright h6:before {
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    background: #657DD3;
    border-radius: 50px;
    z-index: -9;
    left: -16px;
    top: -12px;
}
.content_right {
    padding-left: 19%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.airdrop-grid {
    padding-left: 40%;
}
.our_art:before {
    position: absolute;
    width: 300px;
    height: 390px;
    background: url(../images/our_art.png);
    content: "";
    top: 41%;
    left: 0;
    background-repeat: no-repeat;
}
.content_right p {
    width: 417px;
}

/*roadmap_section css strat */
.roadmap_section{
  background: #212121;
  padding: 6% 0 5% 0px;
  position: relative;
  box-shadow: 0px -4px 30px rgb(0 0 0 / 18%);
}


 .roadmap_section h1 {
    font-family: Urbanist;
    font-size: 45px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: center;
    color: #6F89E9;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.roadmap_section h1:before {
    position: absolute;
    content: "";
    border: 2px solid #D1CFD7;
    bottom: -23px;
    width: 43px;
    margin: 0 auto;
    right: 0;
    left: 0;
}
 .roadmap_section h1 span {
   font-weight: 600;
}

 .roadmap_section .container {
   width: 80%;
   padding: 50px 0;
   margin: 50px auto;
   position: relative;
   overflow: hidden;
}

.roadmap_section .container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 3px;
    height: 99%;
    background: #666A74;
    z-index: 1;
}
 .roadmap_section .timeline-block {
   width: -webkit-calc(50% + 8px);
   width: -moz-calc(50% + 8px);
   width: calc(50% + 8px);
   display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: flex;
   -webkit-box-pack: justify;
   -webkit-justify-content: space-between;
   -moz-box-pack: justify;
   justify-content: space-between;
   clear: both;
}

 .roadmap_section .timeline-block-right {
   float: right;
   padding-left:20px;
}

 .roadmap_section .timeline-block-left {
   float: left;
   padding-right:80px;
}

 .roadmap_section .marker {
   width: 16px;
   height: 16px;
   border-radius: 50%;
   border: 2px solid #F5F7FA;
   background: #4FC1E9;
   margin-top: 10px;
   z-index: 9999
}

 .roadmap_section .timeline-content {
   width: 95%;
   padding: 0 15px;
   color: #666
}


.roadmap_section .timeline-content span {
    color: #FFFFFF;
    font-family: Urbanist;
    font-size: 22px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 20px !important;
    display: block;
}

 .roadmap_section .timeline-content p {
   font-size: 14px;
   line-height: 1.5em;
   word-spacing: 1px;
   color: #888;
}
p.roadmap_info {
    width: 800px;
    margin: 0 auto;
    color: #D1CFD7;
    font-family: Urbanist;
font-size: 18px;
font-weight: 500;
line-height: 27px;
letter-spacing: 0em;
margin-top: 40px;

}
.roadmap_section .timeline-content p {
    font-family: Urbanist;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0em;
    font-weight: 400;
    text-align: left;
    color: #D1CFD7;
}

.roadmap_section .timeline-content a {
    text-decoration: none;
    color: #6F89E9;
}
.timeline-block.timeline-block-right .marker {
    border: 2px solid #666A74;
    padding: 20px;
    color: #fff;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -33px;
    position: relative;
    z-index: 1;
    background: #212121 !important;
    font-family: Gotham Pro;
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	margin-top:0px;

}
.timeline-block.timeline-block-left .marker {
    border: 2px solid #666A74;
    padding: 20px;
    color: #fff;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 48%;
    position: absolute;
    z-index: 1;
    font-family: Gotham Pro;
	font-size: 26px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
    background: #212121 !important;
}


.roadmap_section:after {
    position: absolute;
    content: "";
 width: 200px;
    height: 359px;
    background: url(../images/our_project1.png);
    left: 0;
    bottom: 13%;
}

.roadmap_section:before {
    position: absolute;
    width: 200px;
    height: 359px;
    background: url(../images/our_project1.png);
    right: 0;
    left: 0;
    content: "";
    top: 0;
}


.timeline_grid {
    position: relative;
}

.timeline_grid:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 346px;
    background: url(../images/roadmap2.png);
    right: 0;
    top: 45%;
}
#c2e-section {
    padding-top: 7% !important;}
/*our team css*/
.our_team{
        background-color:#0D0B0B;
 padding: 7% 0px;
 margin-top: 7%;
         }
.team{
    padding-left:5%;
     }

.team_color{
         padding-top:25px ;
       position: relative;
       display:flex;
          }
.team_work {
    background-color: #212121;
    z-index: 1;
    padding: 70px 30% 70px 7%;
    position: relative;
}
.asked_Question .accordion-item:first-child {
    border-top: solid 1px #d1cfd74f !important;
}
.team_work h2{
            color:#6F89E9;
            font-family:Urbanist;
            font-weight:700;
            font-size:34px;
          font-style:normal;
        line-height:51px;
             }
.team_work p{
           padding-top:1%;
           color:#D1CFD7;
       font-family:Urbanist;
           font-weight:400;
           font-size:18px;
         font-style:normal;
       line-height:27px;
       text-align:left !important;
             }
.team_work h3{
           color:#D1CFD7;
             font-family:Urbanist;
           font-weight:700;
           font-size:15px;
         font-style:normal;
       line-height:21px;
             }
.team_img img {
              border: 2px solid #6F89E9;
              border-radius: 222px;
             }
.team_img_left {
                border: 2px solid #6F89E9;
                padding: 28px;
                height: 485px;
                width: 485px;
                position: absolute;
                border-radius: 50%;
                right: 0px;
                top: -35px;
               }
.team_img img {
               border: 2px solid #6F89E9;
               border-radius: 222px;
               position: absolute;
               top: -2px;
               right: 34px;
               z-index: 1;
            }

    /* FREQUENTLY ASKED QUESTIONS */
.asked_Question_bg  
{
    background: #212121;
     padding: 5% 0px;
}
.asked_Question 
{
    background: #212121;
   
}

.one1 
{
    color: #6C84E2;
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    margin-right: 57px;
    font-family: 'Urbanist', sans-serif;
}
.plus_bg {
    background-color: #6C84E2;
    color: white !important;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
}
.asked_Question .accordion-item {
    background: #212121;
    border-bottom: solid 1px #d1cfd74f !important;
    overflow: hidden;
}
.asked_Question .accordion-flush .accordion-item:last-child {
    border-bottom: solid 1px #D1CFD7;
}
.asked_Question .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 0;
    text-align: left;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    color: #D1CFD7;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    background: #212121;
    font-style: normal;
    font-family: 'Urbanist', sans-serif;
    border: none;
}
.asked_Question .accordion-button::after {
    display: none;
}
.asked_Question .accordion-button i {
    /* flex-shrink: 0; */
    color: #D1CFD7;
    margin-left: auto;
    transition: transform .2s ease-in-out;
}
.asked_Question .accordion-body {
    color: #D1CFD7;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    padding: 50px 95px;
    background: #212121;
    font-family: 'Urbanist', sans-serif;
}

.asked_Question .accordion-button:not(.collapsed) {
    color: #D1CFD7;
    background: #212121;
    box-shadow: none;
    /* box-shadow: inset 0 -1px 0 rgba(0,0,0,.125); */
}
.asked_Question .accordion-button:focus {
    z-index: 3;
    border-color: #212121;
    outline: 0;
    box-shadow: none;
    /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
}
.asked_Question .accordion-button.collapsed .fa-solid.fa-xmark
{
    display: none;
}
.asked_Question .accordion-button.collapsed .fa-solid.fa-plus
{
    display: block !important;
}
.asked_Question .accordion-button .fa-solid.fa-plus
{
display: none;
}
.asked_Question .accordion-flush .accordion-item .accordion-button {
    border-radius: none;
}
.asked_Question div#accordionFlushExample h4 {
    font-size: 32px;
}
/* FREQUENTLY ASKED QUESTIONS */


.our_social{
        
         background-color:#6C84E2;
      padding: 5% 0px;
 
          }

.social h3{
         color:#fff;
         font-family:Urbanist;
         font-weight:700;
         font-size:45px;
         font-style:normal;
		 position:relative;
        }
.social h3:after {
    position: absolute;
    height: 2px;
    display: block;
    width: 46px;
    background: #D1CFD7;
    border-right: 1px white;
    content: '';
    bottom: -20px;
}
.social_network ul{
                 display:flex;
           
           list-style:none;
                  }


.social_work p{
            color:#ffff;
            font-family:Urbanist;
            font-weight:600;
            font-size:18px;
          font-style:normal;
        line-height:27px;
             }
p#social_join {
               margin-top: 45px;
			   padding-bottom:70px;
              }

.social_work ul{
         color:#fff;
        list-style:none;
        padding:0px; 
          }
.social_work li{
             display:inline-block;
			 width:20%;
               }        
.social_work li span {
    padding: 10px;
    font-family: Urbanist;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    color: #fff !important;
}
/*  .social_work li a i{
     color: #6c84e2;
     border: 1px solid #fff;
     font-size: 17px;
     display: block;
     background-color: #fff;
     width: 37px;
     height: 37px;
     text-align: center;
     line-height: 37px;
     border-radius: 50px;
	 display:inline-block;
   }*/
 .social_work a {
    text-decoration: none;
}

.social_work i {
    color: #6c84e2;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 22px;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}


a.website {
    background: none !important;
    text-decoration: none;
    color: #000;
}


.our_social .col-lg-4 {
    position: relative;
    z-index: 99;
}

 .our_social .col-lg-4:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 86%;
    border: 2px solid #fff;
    z-index: -9;
    top: 10%;
    left: 40px;
}
.social_work li img {
    vertical-align: bottom;
}
.social_work {
    padding-right: 18%;
}
.social_img img {
    width: 100%;
} 

.social {
    margin-bottom: 50px;
}
.project_slider i.fa-solid.fa-chevron-left, .project_slider i.fa-solid.fa-chevron-right {
    color: #fff;
}
.project_slider .slide.slick-slide {
    filter: contrast(0.2);
}
.project_slider .slide.slick-slide.slick-center {
    filter: none;
}
.footer-logo img.mobile-logo {
    display: none;
}
.company_info {
    padding-left: 13%;
}
.our_artright h4 br{
display:none;
}
.dixie-mob{
	display:none;
}
.mob-left {
    width: auto;
}

.toggle_menu{
	display:none;
}
.footer-info li i, ul.header-icons li i {
    color: #0d0b0b;
    font-size: 17px;
    line-height: 30px;
}
.center-toggle {
    display: flex;
    align-items: center;
    vertical-align: middle;
    height: 100vh;
    width: 100%;
}
.inner-cen-toggle {
    width: 100%;
}
img.mobile_view {
    display: none;
}
.our_social .col-lg-4:before{
	display:none;
}


/*----- media css start ------*/
@media screen and (max-width: 768px) {
   .container:before {
      left: 8px;
      width: 2px;
   }
	.close_btn i.fa-regular.fa-xmark {
    font-weight: 600;
}
   .navbar-toggler:focus {
    box-shadow: none;
}
    .roadmap_section .timeline-block {
      width: 100%;
      margin-bottom: 30px;
   }
   .roadmap_section  .timeline-block-right {
      float: none;
   }
span.close_btn {
    color: #fff;
    font-size: 24px;
    top: 8px;
    position: absolute;
    right: 22px;
}
   .roadmap_section .timeline-block-left {
      float: none;
      direction: ltr;
   }
   
}


/*----mobile-view---*/

@media only screen and (max-width: 767px)
{
/*------23july -----*/
.team_img_left{
		display:none;
	}
.team_img img.desktop_view {
    display: none;
}
.team_img img.mobile_view {
    border: none !important;
    border-radius: inherit;
}
img.mobile_view {
    display: block;
}
/*------22july -----*/
.team {
   padding-left: 0%;
}

.top-nav form.d-flex {
    display: none !important;
}
.container {
    width: 100% !important;
}
	.close_btn i.fa-regular.fa-xmark {
    font-weight: 600;
}
.navbar-toggler:focus {
    box-shadow: none;
}
a.navbar-brand.mobile-logo {
    display: block;
    width: 50%;
}
ul.header-icons {
    padding: 20px;
    text-align: center;
}
.toggle_menu {
    background: black;
    width: 100%;
    height: 100vh;
    top: 0px;
    position: fixed;
    content: "";
    z-index: 99;
    padding: 0px 20px 20px 20px;
    left: 0;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.desktop_scr {
    display: none;
}
li.nav-item a {
    text-align: center !important;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 a.nav-link {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px !important;
    color: #D1CFD7;
	text-transform: capitalize;
}
.top-nav.toggle_menus {
    position: relative;
}

.toggle_menu a {
    margin-right: 0px !important;
	line-height:50px !Important;
}
button.navbar-toggler {
    padding: 5px;
}
a.navbar-brand.main-logo {
    display: none;
}
a.navbar-brand.mobile-logo img {
    width: 90%;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('/images/mob-toggle.png');
}
.our_project_text p br {
    display: none;
} 
ul.header-icons li {
    margin: 6px;
}
form.mobile-form a {
    border: 2px solid #6f89e9;
    padding: 7px 20px;
    background: transparent;
    color: #fff;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
form.mobile-form {
    display: block;
}
.hero_info {
    padding: 35px 15px 50px 15px;
}
.hero-section h1 {
    font-size: 16px;
    line-height: 19px;
	opacity: 0.8;
}
.hero-section h2 {
    font-size: 38px;
    line-height: 42px;
}
.hero-section p {
    font-size: 18px;
    line-height: 23px;
	padding-right:13px;
}
a.join_btn {
    width: 100%;
}
.top-nav {
    background: #212121;
    padding-top: 50px;
    padding-bottom: 30%;
}
.company_info {
    padding-left: 0px;
}

p.scroll{
	display:none;
}
.roadmap_section h1 {
    font-size: 34px;
    line-height: 41px;
}
p.mob-scroll {
    position: relative;
	display:block;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
	line-height:25px;
	color: #FFFFFF;
}
p.mob-scroll {
    text-align: center;
    margin-top: 95px;
}
p.mob-scroll:before {
    position: absolute;
    background: url('/images/go-arrow.png');
    width: 35px;
    height: 35px;
    content: "";
    bottom: 38px;
    left: 44%;
    z-index: 1;
}
.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: -18px;
}
.our_artright h4 br{
display:block;
}
.roadmap_section .timeline-block-right {
    padding-left: 0px;
}
.roadmap_section .container {
    margin: 0px auto;
	padding-bottom:0px;
}
.roadmap_section .timeline-block-left {
    padding-right: 0px;
}
.team h3 {
    text-align: center;
	margin-bottom: 29px;
}
.team h3:before {
    display:none;
}

.col-lg-12.asked_Question h3 {
    margin-bottom: 70px;
}
/*---about-section---*/

.about-section {
    padding: 15% 10px;
}
.about-info {
    padding: 15px;
}
.company_pic:before {
    width: 81%;
    height: 84%;
    top: 21px;
    left: 13px;
}
.social_right {
    text-align: center;
}
.company_pic img {
    width: 82%;
    margin-top: 15%;
    margin-left: 13%;
}
.company_info h3 {
    font-size: 34px;
    line-height: 41px;
}
.company_text {
    padding: 15px;
    margin-left: 0;
    margin-top: 15%;
}
.company_text p {
    padding: 0px;
}
.company_text {
    padding: 30px 20px 10px;
    margin-left: 0;
    margin-top: 15%;
}
.company_profile {
    padding: 20% 10px;
}
.company_info {
    margin-top: 40px;
}
.social_proof {
    padding: 22% 15px;
}
.social h3 {
    font-size: 40px;
    line-height: 48px;
}
.about-info h3, .social_left h3, .our_project_text h3, .our_atrleft h3, .timeline-content h3, .team h3, .col-lg-12.asked_Question h3 {
    font-size: 32px;
    line-height: 41px;
}

/*--our-project--*/

.our_project_text span {
    width: 100%;
}
.our_project {
    padding: 20% 15px 30%;
}

.our_art {
    padding: 20% 15px;
}
.our_artright {
    padding-left: 0px;
}
.content_right {
    padding-left: 0px;
}
.content_right p {
    width: auto !important;
}
p.roadmap_info {
    width: auto;
}
.roadmap_section .container:before {
    left: 30px;
	top:22px;
	height: 96%;
}
.roadmap_section {
    padding: 17% 15px;
}
.timeline-block.timeline-block-right .marker, .timeline-block.timeline-block-left .marker {
    left: 8px;
}
.our_team {
    padding: 22% 15px;
}
.team_work {
    padding: 13.93% 1%;
    margin-top: 60%;
    text-align: center;
}
.team_img_left {
    width: 80%;
    right: 0;
    top: -21px;
    height: 67%;
    left: 0;
    margin: auto;
}
.team_img img {
    top: 9px;
    right: 0;
    border-radius: 100%;
    width: 73%;
    left: 0;
    margin: auto;
}

/*--FAQ-aec----*/

.asked_Question_bg {
    padding: 22% 15px;
}
.one1 {
    font-size: 26px;
    line-height: 31px;
	margin-right: 20px;
}
.accordion-item h4 {
    width: 70%;
}
.asked_Question .accordion-button {
    font-size: 22px;
    line-height: 26px;
}
.asked_Question .accordion-body {
    padding: 0px 38px 15px;
}
.our_social {
    padding: 15% 15px;
}
p#social_join {
    padding-bottom: 40px;
}
.social_work li {
    margin-bottom: 26px;
	display:block;
	width:100%;
}
.dixie-all{
  display:none;	
}
.our_social .col-lg-4{
	display:none;
}
.social_work {
    padding-right: 0px;
}
.footer-section {
    padding: 50px 15px;
}
.footer-logo img.mobile-logo {
    display: block;
    margin: 0 auto;
    margin-bottom: 13px;
}
.footer-logo img.main-logo{
	display:none;
}
.footer-info span {
    display: block;
    text-align: center;
    padding: 13px;
}
.footer-info {
    text-align: center;
}
.footer-info ul {
    display: block;
    padding: 10px 0px 0px !important;
}
button.navbar-toggler.collapsed:focus {
    box-shadow: none !important;
    border: none;
}
.top-nav .d-flex a{
	display:none;
}
.timeline_grid:before {
    right: -14px !important;
}
.timeline-block.timeline-block-left .marker{
	position:relative;
}
.social_proof:before {
    top: 24% !important;
    right: 0px!important;
}
.our_project_text:after{
	right:0px;
}
.social_proof .col-lg-7:before {
    width: auto;
}
.our_art:before {
    top: 17%;
}
.dixie-mob{
	display:block;
}
/*.hero_slider .slide.slick-slide img {
    height: 350px !important;
    margin-top: 3px;
}
.hero_slider .slide.slick-slide.slick-active.slick-center img {
    height: 355px !important;
}*/

.pasty-grid {
    margin-top: 0px;
}
.our_artright p {
    width: auto;
}
.asked_Question div#accordionFlushExample h4 {
    font-size: 22px;
    line-height: 26px;
}
.social_left {
    padding-right: 0px;
}
.slide.slick-slide img {
    width: 280px !important;
}
.slide.slick-slide.slick-active.slick-center img {
    width: 278px !important;
}
.project_slider .slide.slick-slide.slick-active.slick-center {
    left: -6px;
}
.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: 0px;
}
.social_right {
    padding: 40px 0px 0px;
}

}



@media only screen and (min-device-width: 280px) and (max-device-width: 320px){
form.mobile-form a {
    font-size: 14px;
}

.accordion-item h4 {
    width: 51%;
}
.about-info h3, .social_left h3, .our_project_text h3, .our_atrleft h3, .timeline-content h3, .team h3, .col-lg-12.asked_Question h3 {
    font-size: 27px;
}

}

@media only screen and (min-device-width: 394px) and (max-device-width: 420px){
.team_img img {
    top: 9px;
    right: 0;
    width: 73%;
    left: 0;
    margin: auto;
}
.team_img_left {
    height: 50%;
    width: 82%;
    right: 0;
    top: -21px;
    left: 0;
    margin: auto;
}
/*.slide.slick-slide.slick-active.slick-center img {
    width: 308px !important;
}
.slide.slick-slide img {
    width: 308px !important;
}
.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: 0px;
}
.project_slider .slide.slick-slide.slick-active.slick-center {
    left: -3px;
}*/
}




@media only screen and (min-device-width: 361px) and (max-device-width: 375px){
/*---- 25july ------*/

.team_img_left {
    height: 293px;
    width: 293px;

}
/*.hero_slider i.fa-solid.fa-chevron-left {
    left: 35%;
}
.hero_slider i.fa-solid.fa-chevron-right {
    right: 35%;
}
.slide.slick-slide.slick-active.slick-center img {
    width: 271px !important;
}
.slide.slick-slide img {
    width: 272px !important;
}
.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: 0px;
}
.project_slider .slide.slick-slide.slick-active.slick-center {
    left: -5px;
}*/
/*-----25july ---------*/

}
@media only screen and (min-device-width: 376px) and (max-device-width: 390px){
.team_img_left {
    height: 294px;
    width: 296px;
}

}
/*---i-pad air---*/

@media only screen and (min-device-width: 768px) and (max-device-width: 819px)
{
/*.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: -91px;
}*/
.team_img_left {
    height: 351px;
    width: 347px;
    right: 17px;
    top: -46px;
}
.team_img img {
    top: -26px;
    right: 37px;
    width: 307px;
}
.our_social .so-grid:before {
    width: 82%;
    height: 64%;
    top: 8%;
}
/*----25july ---*/

}
@media only screen and (min-device-width: 820px) and (max-device-width: 991px){
/*.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: -86px;
}*/
.team_img_left {
    height: 364px;
    width: 364px;
    right: 18px;
    top: -51px;
}
.team_img img {
    width: 332px;
    top: -36px;
}
.our_social .so-grid:before {
    width: 82%;
    height: 69%;
    top: 7%;
}

}
/*----i-pad-----*/

@media only screen and (min-device-width: 768px) and (max-device-width: 992px)
{
.container {
    width: 100% !important;
    max-width: 1024px;
}
.desktop_scr {
    display: none;
}
.mobile_scr {
    display: none;
}
span.close_btn i.fa-regular.fa-xmark {
    font-weight: 600;
}

.toggle_menu {
    background: black;
    width: 100%;
    height: 100vh;
    top: 0px;
    position: fixed;
    content: "";
    z-index: 99;
    padding: 0px 20px 20px 20px;
    left: 0;
	text-align:center;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0.toggle_menus {
    padding-bottom: 20px;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 a.nav-link {
    font-size: 28px;
    font-weight: 700;
    line-height: 48px !important;
    color: #D1CFD7;
	text-transform: capitalize;
}
.toggle_menu a.join_btn {
    display: initial;
    margin-top: 7%;
    padding: 12px 44px;
    font-size: 20px;
}
.footer-info li a, ul.header-icons li a {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
}
ul.header-icons {
    padding: 30px;
}
ul.header-icons li {
    margin: 6px;
}
li.nav-item a {
    text-align: center !important;
}

.top-nav.toggle_menus {
    position: relative;
}

.toggle_menu a {
    margin-right: 0px !important;
}
span.close_btn {
    color: #fff;
    font-size: 24px;
    top: 31px;
    position: absolute;
    right: 22px;
}	
.navbar-light .navbar-toggler-icon {
    background-image: url('/images/mob-toggle.png');
}
a.navbar-brand.mobile-logo {
    display: block;
    width: 67%;
}
a.navbar-brand.main-logo {
    display: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('/images/mob-toggle.png');
}
a.navbar-brand.mobile-logo img {
    width: 35%;
}
.timeline-block.timeline-block-left .marker {
    left: 47%;
}
form.mobile-form, .top-nav .d-flex{
    display: none !important;
}
form.tab-form{
	 display: block;
}
form.tab-form a {
    border: 2px solid #6f89e9;
    padding: 7px 20px;
    background: transparent;
    color: #fff;
    font-family: 'Urbanist';
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
.content_right p {
    width: auto !important;
}
.top-nav {
    padding-bottom: 18%;
}
.hero-section h1 {
    font-size: 16px;
    line-height: 19px;
}
.hero_info {
    padding-right: 10px;
}
.hero-section h2 {
    font-size: 40px;
    line-height: 40px;
}
.hero-section p{
	font-size: 18px;
    line-height: 23px;
	padding-right:4%;
}
/*
.hero_slider .slide.slick-slide img {
    height: 274px !important;
}
.hero_slider .slide.slick-slide.slick-active.slick-center img {
    height: 271px !important;
}*/
.about-section {
    padding: 12% 9%;
}
.about-info {
    padding: 0 15px;
}
p.scroll {
    right: -4%;
	top:-76px;
}
.company_info {
    padding-left: 4%;
}
.our_project_text p br {
    display: none;
}
.company_profile{
    padding: 15% 15px;
}
.social_proof{
    padding: 15% 15px;
}
.company_pic:before {
    width: 97%;
    height: 85%;
    top: 10px;
    left: 0;
}
.company_pic img {
    width: 100%;
    margin-top: 15%;
    margin-left: 11%;
}
.company_text {
    padding: 20px 19px 10px 58px;
    margin-left: -41px;
}
.company_text p{
	padding:0px;
}
p.roadmap_info {
    width: auto;
	padding:0px 15px;
}
.roadmap_section .timeline-block {
    width: 51%;
    margin-bottom: 30px;
}
.roadmap_section .timeline-block-right {
    float: right;
	padding-left:0px;
}
.roadmap_section .timeline-block-left {
    padding-right: 50px;
}
.timeline-block.timeline-block-right .marker {
    left: -14px;
}
.team_work {
    padding: 20px 24.4% 20px 7%;
	/* height:280px; */
}

.team_work h2 {
    font-size: 30px;
    line-height: 45px;
}
.about-info h3, .social_left h3, .our_project_text h3, .our_atrleft h3, .timeline-content h3, .team h3, .col-lg-12.asked_Question h3 {
    font-size: 40px;
    line-height: 48px;
}
.team_work p {
    padding-top: 0%;
    font-size: 16px;
    line-height: 24px;
}
.team_color {
    padding-top: 0px;
}
.our_team {
    padding: 10% 0px 12%;
}
.asked_Question_bg, .our_social, .our_art{
    padding: 15% 10%;
}
.roadmap_section {
    padding: 10% 0;
}
.airdrop-grid {
    padding-left: 49% !important;
}
.social h3 {
    font-size: 40px;
    line-height: 48px;
}
.so-grid {
    position: relative;
	z-index:999;
}
.roadmap_section .container {
    padding: 50px 0 0px;
	margin-bottom:0px;
}

p#social_join {
    margin-top: 25px;
    padding-bottom: 15px;
}
.social_work ul {
    position: absolute;
    border: 0px;
    width: 80%;
    margin-top: 20px;
}
.social_work li {
    display: inline-block;
    width: 23%;
}
.social {
    margin-bottom: 40px;
}
.social_work {
    padding-right: 4%;
}
.asked_Question .accordion-body {
    padding: 20px 95px;
}
.footer-info ul {
    display: block;
	 margin-top: 30px !important;
}

.footer-info span {
    margin: 0px !important;
    padding: 0 0 0 41px;
}
 .col-lg-12.asked_Question h3 {
    margin-bottom: 95px;
}
.our_artright {
    padding-left:0px;
}

.content_right {
    padding-left: 32%;

}
	
.our_project {
    padding: 10% 0px 18%;
}
.social_left {
    padding: 0px 7%;
}
.social_right {
    text-align: center;
    padding: 20px 0px;
}
.our_project_text:after {
    right: 0px;
}

.our_project_text {
    padding: 0px 33px 65px;
}
.our_project_text p br:first-child {
    display: block;
}
}
@media only screen and (min-device-width: 1025px) and (max-device-width: 1440px)
{
.team_work {
    padding: 5% 30% 35px 5%;
}
.container {
    width: 100% !important;
	max-width:1210px !important;
}
.content_right p {
    width: auto !important;
}	

p.scroll {
    right: 0.5%;
}
.about-section {
    padding: 7% 30px;
}
.social_work li {
    width: 23%;
}
.roadmap_section {
    padding:7% 0 5% 0px;
}
/*--- 22july ---*/
.content_right p{
	width:auto !important;
}
.team_img_left {
    right: 36px;
    height: 402px;
    width: 402px;
    top: -16px;
}
.team_img img {
    right: 57px;
    top: 2px;
    width: 365px;
}
/*
.asked_Question_bg {
    padding: 8% 0px;
}
}*/
.our_team {
    padding: 7% 0px 10%;
}
}


@media only screen and (min-device-width: 993px) and (max-device-width: 1024px)

{
.content_right p{
	width:auto !important;
}
.container {
    width: 100% !important;
	max-width:1210px !important;
}
form.tab-form {
    display: none;
}
.our_social .col-lg-4:before {
    width: 83%;
    height: 63%;
    top: 9%;
    left: 47px;
}
.social_work {
    padding-right: 5%;
}
.team_work {
    padding: 30px 30% 30px 7%;
}
.content_right p {
    width: auto !important;
}
.airdrop-grid {
    padding-left: 33%;
}
.about-section {
    padding: 7% 25px;
}
p.scroll {
    top: 26px;
}
/*.hero_slider .slide.slick-slide.slick-active.slick-center {
    left: -109px;
}
.hero_slider i.fa-solid.fa-chevron-left {
    left: 40%;
}
.hero_slider i.fa-solid.fa-chevron-right {
    right: 38%;
}*/

.asked_Question .accordion-body {
    padding: 25px 95px;
}
.roadmap_section .container{
	margin-bottom:0px;
}
p.scroll {
    right: -3%;
}
.social_work li {
    width: 24%;
}
.team_img img {
    top: 10px;
    right: 43px;
    width: 354px;
}
.team_img_left {
    top: -9px;
    right: 24px;
    height: 390px;
    width: 390px;
}

.roadmap_section {
    padding: 11% 0 5%;
}
.our_team {
    padding: 11% 0px;
}


}
/*---banner-slider---*/
.banner-slider, .project-slider {
     position: relative;
}


.main-reviewimage img {
     opacity: 0.3;
}
#slide-testimonal .active.center .main-reviewimage img, #slide-project .active.center .main-reviewimage img  {
     opacity: 1;
}
.test_img {
     position: relative;
     opacity: 1;
     -webkit-transition: .4s ease all;
     transition: .4s ease all;
     margin: 0 -48px;
     margin-top: 40px;
}
.inner-testimonials {
     width: 100%;
     max-width: 680px;
     margin: 0 auto;
}
#slide-testimonal .center .test_img:before, #slide-project .center .test_img:before{
     content: none;
     transition: 0.7s ease-in-out;
}
.test_img img {
     overflow: hidden;
     margin: 0 auto;
     height: 100%;
     object-fit: cover;
}
body {
     font-family: tahoma;
}
.custome_slide.owl-carousel .owl-item.active.center {
     transform: scale(1.3);
     margin-top: 0 !important;
     position: relative;
     z-index: 999;
     -webkit-transform: scale(1);
     transform: scale(1);
	 top: -8px
}
.custome_slide.owl-carousel .owl-item {
     transform: scale(0.7);
     padding: 10px 0px;
     transition: all 0.5s;
}
 .project-slider .owl-item.active.center img {
    border: 3px solid #6f89e9;
}
.owl-prev, .owl-next {
    background: #6f89e9;
    height: 44px;
    width: 44px;
    border-radius: 41px;
    padding: 14px 17px;
    cursor: pointer;
    line-height: 16px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
} 
.owl-prev i.fa-solid.fa-chevron-left, .owl-next i.fa-solid.fa-chevron-right{
	color:#fff;
}
.owl-nav {
    padding-top: 20px;
}
.owl-next {
    right: -60px;
}
.owl-prev {
    left: -60px;
}

@media only screen and (max-width:767px){
  .main-reviewimage {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  
}


