@font-face { font-family: 'Avenir Next Bold'; src: url("../fonts/avenir/AvenirNextLTPro-Bold.otf") format("truetype"); font-weight: bold; font-style: normal; }

@font-face { font-family: 'Avenir Next Light'; src: url("../fonts/avenir/AvenirNextLTPro-Light.otf") format("truetype"); font-weight: 300; font-style: normal; }

@font-face { font-family: 'Avenir Next Demi'; src: url("../fonts/avenir/AvenirNextLTPro-Demi.otf") format("truetype"); font-weight: 600; font-style: normal; }

@font-face { font-family: 'Avenir Next Medium'; src: url("../fonts/avenir/AvenirNextLTPro-Medium.otf"); font-weight: 500; font-style: normal; }
  
  
  @font-face {
    font-family: "Avenir Next";
    src: url('../fonts/AvenirNextLTPro-Regular.otf') format("truetype");
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "Avenir Test";
    src: url('../fonts/Avenir Next.ttc') format("truetype");
  }
   
* {
    font-family: 'Avenir Next', sans-serif!important;
    font-style: normal;
  }

/*background*/
.particles-bg  {
    text-align: center;
    overflow: hidden;
}
.particles-bg > svg { 
    height: auto;
    width: 100%;
} 

.theme-dark {
    background-color: #272A69!important;/*#3F49AD!important;  */ 
}

.btn-group.collections button {
    background: transparent;
    border: 1.5px solid #fff!important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 20px;
    letter-spacing: -0.03em;
    height: 50px!important;
    display: inline-block!important;
    min-width: 85px !important;
}


.header-banner .landing {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0.15) 97.93%);
}

.head {
    max-width: 600px;
    margin: 0 auto;
}

.head-title {
	font-family: 'Avenir Next Bold' !important;
    font-style: normal;
    font-weight: bolder;
    font-size: 60px!important;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.03em;    
    color: #FFFFFF;
}

.upcoming-collection-title {
    font-style: normal;
    font-weight: bold;
    font-size: 50px!important;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.03em;    
    color: #FFFFFF;
}
.head-subtext {
    width: 459px;
    margin: 25px auto;
    font-style: normal;
    font-weight: 600;
    font-size: 16px!important;
    line-height: 20px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.tc-light p {
    color: #FFFFFF;
}

.head-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 15px;
    padding-bottom:46px;
}

.head-buttons .btn.btn-outline-white {
    border: 1.5px solid #fff;
    text-transform: none;
    min-width: 231px;
    margin: 0 11px;
    padding: 14px 20px;
}

.head-buttons .btn.btn-outline-white:hover {
    border: 1.5px solid #2457EF;
    background-color: #2457EF;
}

.btn-outline-white .chrome, .btn-outline-white .firefox {
    display: inline-block;    
    width: 26px;
    height: 26px;
    margin-right: 10px; 
    font-weight: 600;
    font-size: 16px!important;
    line-height: 20px;
}

h4.title.title-md {
    margin-top: 28px;
    width: 559px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 20px!important;
    line-height: 20px;
    /* identical to box height, or 100% */

    text-align: center;
    letter-spacing: -0.03em;

    color: #FFFFFF;
}

.field-inline-round.bg-white {
    background: #FFFFFF;
    box-shadow: 40px 40px 100px rgba(25, 61, 131, 0.2);
    border-radius: 40px;
}
.sign-up-form {
    margin: 0 auto;
}

.sign-up-form, .field-inline-round.bg-white .field-wrap {
    width: 484px;
    height: 54px;
    padding: 5px;
}

.bg-blue {
    background-color: #2457EF;
}

.btn {
    text-transform: none;
}

.btn.bg-blue {
   width: 137px;
   margin: none;
   border: 2px solid #2457EF;
   margin-right: -2px;
}

.feature-section:nth-child(1){
    margin-top: 250px;
}
.feature-section:nth-child(3){
    margin-bottom: 250px;
}

.feature-section {    

    padding: 20px 0!important;
}
.feature.left {
    padding-right: 80px;
}

.feature.right {
    padding-left: 80px;
}


.feature .title {
	font-family:'Avenir Next Bold' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 60px!important;
    line-height: 60px;
    /* identical to box height, or 100% */

    letter-spacing: -0.03em;

    color: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 34px;
}

.feature .sub-text {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 24px;
    letter-spacing: -0.03em;    
    color: #FFFFFF;
}

.nk-block-img {
    display: block;
    margin-left: -15px;
    margin-right: -15px!important;
    height: 370px;
    background: #3953A3;
    border-radius: 50px;
	overflow: hidden !important; /*11-2-2021 iPloy*/
}

.social-bg {
    width: 100%;
    background: #2457EF;
    box-shadow: 4px 4px 15px rgba(36, 87, 239, 0.2);
    border-radius: 50px;     
    padding: 64px 0px 64px 0px;
 }

.section-follow-us {
    margin: 140px 0 90px;
    padding-top: 80px;
    min-height: 430px!important;
    overflow: hidden;
}


.section-follow-us .title {
	font-family: 'Avenir Next Bold' !important;
    margin: 0 auto;
    width: 293px;
    font-style: normal;
    font-weight: bold;
    font-size: 60px!important;
    line-height: 60px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF; 
}

.section-follow-us p {
    margin: 0 auto;
    width: 273px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 25px 0;
}


.footer-buttons, .follow-us-buttons {
    text-align: center;
}

.footer-buttons {    
    padding: 30px 0 50px;
}
.follow-us-buttons a {    
    background: #fff;
}

.footer-buttons a {    
    background: #141E44;
}

.footer-buttons a, .follow-us-buttons a {
    display: inline-block;
    min-width: 70px;
    max-width: 70px;
    height: 70px;
    padding: 20px;
    border: none;
    border-radius: 20px;
    margin: 0 14px;
}

.footer-buttons img, .follow-us-buttons img {
    height: 36px;
    width: 36px;
    padding: 0;
}

.section-footer {
    background: rgba(30, 37, 81, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-sizing: border-box;
}

.section-footer {
    padding-top: 72px;
}

.section-footer img.logo {
    width: 50px;
    height: 50px;
}

.section-footer ul li a {
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 18px;
    letter-spacing: -0.03em;    
    color: #FFFFFF;
}

.menu-s2 > .menu-item > a {
    text-transform: none;
    font-style: normal;
    font-weight: normal;
    font-size: 18px!important;
    line-height: 18px!important;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}


/*feature list*/

section.collections {
    padding: 120px 0 20px;    
}

.btn-group.collections{
    margin-top: 18px;
}


.features-list .upcoming-list li {
    background: #141E44;
    border-radius: 24px;
    padding: 24px;
    margin-bottom: 25px;
    position: relative;
    min-height: 248px;
	max-height: 248px;
}

.features-list .upcoming-list li > .media.media-4 div div,
.features-list .upcoming-list li > .media.media-2 div,
.features-list .upcoming-list li > .media.media-1 div {      
    background: #3953A3;   
    border-radius: 10px;
}


.features-list .upcoming-list li > .media {
    width: 216px!important;
    height: 200px!important;
    margin-right: 20px;
    float: left;
}

.features-list .upcoming-list li > .media.media-4 div div {
    float: left;
    width: 96px;
    height: 96px;
}
.features-list .upcoming-list li > .media.media-4 div:nth-child(1), .features-list .upcoming-list li > .media.media-4 div:nth-child(2) {
    margin-bottom: 8px;
    margin-right: 8px;
}
.features-list .upcoming-list li > .media.media-2 div {
    float: left;
    width: 100px;  
    height: 212px;  
    margin-right: 10px;
	display: flex;
}

.features-list .upcoming-list li > .media.media-1 div {
    width: 200px;
    height: 200px;
}

section.features {
    padding-top: 0;
}

section.features .caption {
    padding-right: 25px;
    display: flex;
    justify-content: space-between;
    align-content: middle;
}

.link-icon-container { 
    order: 1;
    float: right;
    display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}
.link-icon-container > img {
    width: 24px;
    height: 24px;
    margin-top: 25px;
    margin-left: 15px;
}

section.features .caption .title {
    font-style: normal;
    font-weight: 600;
    font-size: 30px!important;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 10px 0 10px;
}

section.features .caption p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}


section.features .caption-details {
    width: 80%;
    padding-top: 20px;
	margin-top: -30px;
	padding-bottom: 30px;
}

section.features .caption-details h4 {  
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 24px!important;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #4775FF;
}

section.features .other-details {
    display: flex;
    justify-content: space-between;
}


.pagination li a, .pagination li a.action {
    border: none;
    background: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px!important;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    padding: 5px;
    height: 30px;
    min-width: 30px;
}


.pagination.pull-right {
    position: absolute;
    right: 0;
}
.pagination.pull-right li {
    margin-left: 10px;
}
.btn-group .active, .pagination li a.action {
    background: rgba(255, 255, 255, 0.2)!important;
    border-radius: 5px;
}

.pagination li a.active, .pagination li a:hover {
    background: rgba(255, 255, 255, 0.2)!important;
    border-radius: 5px;
}

.btn-primary {
   background: #2457EF;
   border: none;
   font-size: 16px!important;
   margin-top: 20px;
   padding: 15px 25px;
}

.btn.bg-blue:hover, .btn-primary:hover {   
    background: #1142D5!important;
 }
 

@media (max-width: 767px)  {
    /*background*/
    .particles-bg  {
        text-align: center;
        overflow: hidden;
    }
    .particles-bg > svg { 
        height: 100%!important;
        width: auto;
    } 
    .header-wrap {
        display: flex;
        justify-content: flex-start;
    }

    .header-logo {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .header-nav-toggle {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .head-title {
        font-style: normal;
        font-weight: bold;
        font-size: 30px!important;
        line-height: 30px;
        text-align: center;
        letter-spacing: -0.03em;
        color: #FFFFFF;
        max-width: 308px;
        margin: 0 auto;
    }

    .head-subtext {
        max-width: 100%;
    }

    .head-buttons {
       display: block!important;
       padding-bottom: 0;
    }

    
    .head-buttons > a {
        margin-bottom: 15px!important;
     }

     h4.title.title-md {
        width: 100%!important;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
     }

     .feature-section .nk-block {
         display: flex;
         flex-direction: row;
         justify-content: flex-start;
     }

     .feature-section .nk-block {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        text-align: center;
    }

    .feature-section .nk-block div:nth-child(1){
        order: 2;
    }
    .feature-section .feature {
        padding: 0!important;
    }
    .feature-section .feature .title {
        font-style: normal;
        font-weight: bold;
        font-size: 24px!important;
        line-height: 26px;
        /* identical to box height, or 108% */

        text-align: center;
        letter-spacing: -0.03em;
        color: #FFFFFF;
    }

    .feature-section .col-md-6.order-md-last {       
        text-align: center;
    }

    .feature-section .nk-block-img {    
        display: block;  
        margin: 0px!important
    }
    
    .sign-up-form {
        margin: 0 auto;
    }
    
    .sign-up-form, .field-inline-round.bg-white .field-wrap {
        width: 100%;
    }

    .section-follow-us {
       margin-top: 20px;
       margin-bottom: 70px;
       padding: 20px;
    }

    footer ul.social li {
        display: block;
        margin: 15px auto;
    }

    .header-menu {
        padding-top: 60px;
    }


    
    /*feature list*/

    section.collections {
        padding: 90px 0 20px;    
    }

    .btn-group.collections {
        align-self: center;     
    }
    .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
        border-radius: 10px;;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group > .btn:first-child {
        border-radius: 10px;;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .features-list {
        height: auto!important;
        overflow: auto;
        padding-bottom: 50px;
    }
    .features-list .upcoming-list li > .media {        
        width: 120px!important;
        height: 120px!important;
        margin-right: 10px;
        float: left;
    }

    .features-list .upcoming-list li > .media.media-4 div div {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 4px !important;
        margin-bottom: 4px !important;
    }

    .features-list .upcoming-list li > .media.media-2 div {
        float: left;
        width: 54px;  
        height: 120px!important;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .features-list .upcoming-list li > .media.media-1 div {
        width: 113px;
        height: 113px;  
    }

    .features-list .upcoming-list li > .caption {   
        height: 120px;
        float: left;
        width: calc(100% - 130px);
        display: block;
    }
    .link-icon-container {
        width: 100%;
        display: block;        
        float: left;
        
    }

    .link-icon-container img {
        margin-left: 0; margin-right: 15px; margin-top: 0;
    }


    .features-list .upcoming-list li > .caption-details {  
        display: block;         
        width: 100%!important;
    }

    .features-list .upcoming-list li > .caption-details .other-details div {
        display: inline-block;
        margin-right: 10px;
    }

    .features-list .upcoming-list li > .other-details h4 {
        font-style: normal;
        font-weight: bold;
        font-size: 18px!important;
        line-height: 18px;
        letter-spacing: -0.03em;        
        color: #4775FF;
    }
    nav.w-100.d-flex{
        position: relative;
    }

    .pagination {
        width: 100%;
        padding-bottom: 50px;
    }

    .pagination.pull-right {
        position: absolute;
        top: 50px;
        padding: 50px auto;
        width: 100%;
    }

}


@media (min-width: 1400px) {
    .container {
        width: 1242px;
        max-width: 1242px;
    }
}

