/*
Theme Name: Canada Startups Association Child
Theme URI: https://them.es/starter
Template: canadastartups-co
Author: CSA
Author URI: http://canadastartups.co/
Description: Theme for CSA
Tags: custom-background,custom-colors,featured-images,flexible-header,microformats,post-formats,rtl-language-support,theme-options,translation-ready,accessibility-ready
Version: 3.6.1.1759471290
Updated: 2025-10-03 06:01:30

*/

@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Open+Sans:wght@300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Instrument+Serif:ital@0;1&family=Open+Sans:wght@300..800&display=swap');
:root {
    --primary-red-color: #c60102;
    --secondary-red-color: #ffffff;
    --dark-green: #212020;
    --font-secondary: "Instrument Serif", serif;
    --font-primary: "Hanken Grotesk", sans-serif;
}
.font-sec {
    font-family: "Instrument Serif", serif;
}
body {
    font-family: var(--font-primary) !important;
    font-weight: normal;
}
body a {
    color: #c60102;
}
.bg-secondary-red {
    background-color: var(--secondary-red-color);
}
.bg-overlay {
    position: relative;
}
.bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(198, 1, 2, 1) 100%);
    z-index: 1;
}
.font-27,
.font-45 {
    font-family: var(--font-secondary);
    font-size: 45px;
}
.font-27 {
    font-size: 27px;
}
.font-45 {
    font-size: 45px;
}
* {
    transition: all 0.3s ease-in-out;
}
#main {
    margin-top: 0 !important;
}
.site-cta {
    padding: 20px 30px;
    border-radius: 30px;
    border: 2px solid;
    font-size: 1rem;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
}
.nav-cta {
    padding: 20px 20px;
    border-radius: 30px;
    border: 2px solid;
    font-size: 1rem;
    line-height: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    display: inline-block;
    color: var(--primary-red-color);
}
.title-secondary{
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    font-family: "Instrument Serif", serif;
}
.navbar-nav .nav-link {
    font-weight: 700;
    color:#000;
}
.navbar-nav .nav-link.active {
    color: var(--primary-red-color) !important;
}
#navbar li a:focus,
#navbar li a:hover {
    color: var(--primary-red-color);
}
#navbar .dropdown-item.active, .dropdown-item:active {
    background-color: var(--primary-red-color);
}
#navbar .dropdown-item.active:hover, .dropdown-item:active:hover {
    color: #ffffff;
}
#navbar .menu-item-has-children > a::after {
    content: "›";
    margin-left: 7px;
    font-size: 14px;
}
#navbar .menu-item-has-children.nav-item > a::after {
    content: "";
    margin-left: 0;
}
#navbar .dropdown-menu li.menu-item-has-children:hover > .dropdown-menu.active {
    display: block;
    top: 0;
    left: 100%;
    margin-left: 0;
}
/*home page*/

.home-hero {
    height: 640px;
}
.home-hero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(198, 1, 2, 1) 100%);
    z-index: 1;
}
.hero-txt-wrap {
    z-index: 2;
    width: 50%;
}
.hero-txt-wrap .hero-tagline {
    line-height: 80px;
    letter-spacing: 2px;
    font-size: 90px;
    font-family: "Instrument Serif", serif;
    font-weight: 400;
}
.hero-txt-wrap .hero-tagline span {
    font-style: italic;
    color: var(--primary-red-color);
}
.hero-txt-wrap .hero-desc {
    line-height: 29px;
    font-size: 24px;
    font-weight: 500;
}
.hero-cta {
    background: var(--secondary-red-color);
    color: #000;
}
.hero-cta:hover {
    background: var(--primary-red-color);
    color: #fff;
}
.highlight-sec {
    background: var(--primary-red-color);
}
.highlight-desc {
    max-width: 37rem;
}
.stats .stat-number {
    font-size: 109px;
    font-weight: 400;
    font-family: "Instrument Serif", serif;
    font-style: italic;
}
.stat-item .stat-desc {
    font-size: 32px;
    font-family: "Instrument Serif", serif;
    letter-spacing: 1px;
}
.partners-sec {
    background-color: var(--primary-red-color);
}
.startups-swiper,
.partner-swiper {
    background-color: #ffffff;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide {
    padding: 1rem;
    text-align: center;
    line-height: 7.5;
}
.swiper-slide img {
    max-width: 100%;
}
.abt-sec {
    background: var(--secondary-red-color);
}
.info-box {
    border-radius: 20px;
    padding: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.info-box:hover {
    background-color: #fff;
}
.title-with-sides,
.info-title {
	font-family: var(--font-secondary);
}
.info-box-img {
    height: 170px;
    max-width: 100%;
    border-radius: 10px;
	object-fit: cover;
}
.title-with-sides-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.quote-title,
.vid-sec {
    background-color: var(--dark-green);
}
.vid-sec .quote-wrap {
    z-index: 2;
    max-width: 45rem;
}
.quote-title {
    font-size: 59px;
    font-family: "Instrument Serif", serif;
}
.vid-sec .quote-row:before {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
}
.vid-sec .quote-row:nth-child(1):before {
    right: 0;
}
.vid-sec .quote-row:nth-child(2) {
    flex-direction: row-reverse;
}
.f-vid-box {
    box-shadow: 0 1rem 3rem rgb(255 255 255 / 17%);
}
.cta-sec{
/*     background: #111E04; */
/*     background: -webkit-linear-gradient(180deg,rgba(17, 30, 4, 1) 50%, rgba(255, 246, 232, 1) 50%);
    background: -moz-linear-gradient(180deg,rgba(17, 30, 4, 1) 50%, rgba(255, 246, 232, 1) 50%);
    background: linear-gradient(180deg,rgba(17, 30, 4, 1) 50%, rgba(255, 246, 232, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(
    startColorstr="#111E04",
    endColorstr="#FFF6E8",
    GradientType=0 */
/*     ); */
}
.cta-sec {
	padding-top: 3rem;
	background-color: var(--dark-green);
}
.cta-row {
    background: var(--secondary-red-color);
    align-items: center;
    border-radius: 25px;
    padding: 3rem 1rem;
}
.cta-row .title-secondary {
	color: var(--primary-red-color);
}
.posts-sec {
    background-color: var(--secondary-red-color);
}
.cta-row .cta-col {
    justify-content: center;
}
.posts-cta-col {
    align-items: center;
    justify-content: end;
}
.view-all {
    text-transform: uppercase;
    color: #212529;
    font-weight: bold;
}
.post-card img {
    height: 265px;
    object-fit: cover;
    border-radius: 15px;
}
.post-card .post-title a {
    font-weight: 400;
    font-family: "Instrument Serif", serif;
    color: #212529;
}
.footer {
    background: #0A0A0A !important;
} 
.ft-col li a {
    color: #ffffff;
}
.footer .cr-txt {
    margin-top: 3rem;
}
/*404*/
.pnf-sec {
    height: 99vh;
    background: #242121;
}
.circle {
    height: 70px;
    width: 70px;
    border: 1px solid #fff;
    padding: 1rem;
    border-radius: 100%;
}
/*inner pages title*/
.inner-p-title-sec {
    background-size: cover;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 2rem 0;
    min-height: 33rem;
	align-items: center;
}

.title-wrap .entry-title {
    font-size: 80px;
    line-height: 80px;
    font-weight: normal;
}
.partner-p-content {
    padding: 5rem 0;
}
.partner-p-content .txt-wrap {
    padding-bottom: 4rem;
}
/*events page*/
.events-p-hero.inner-p-title-sec {
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: cover !important;
}
.events-p-content {
    background-color: #f4f4f4;
}
.event-item {
    padding: 1.3rem;
}
.event-thumb img {
    height: 200px;
    width: 200px;
}
.event-title a {
    font-size: 30px;
    color: #212529;
}
.events-meta {
    list-style: none;
    padding-left: 0;
}
.events-p-content .nav-tabs .nav-link {
    background-color: #0A0A0A;
    color: #fff;
    margin-right: 0.5rem;
}
.events-p-content .nav-tabs .nav-link.active {
    background-color: var(--primary-red-color);
    color: #fff;
}
.events-p-content .nav-tabs .nav-item,
.events-p-content .nav-tabs .nav-link {
    border-radius: 25px;
}
/*about page*/
.abt-p-hero  {
    padding: 3rem 0;
    background-color: var(--secondary-red-color);
}
.abt-p-hero .entry-title {
    font-family: var(--font-secondary);
    font-size: 35px;
    font-weight: normal;
}
/* .abt-p-desc {
    padding: 5rem 0;
} */
.abt-p-desc2 {
    padding: 5rem 0;
    background-color: var(--dark-green);
}
/*Partnership Page*/
.partnerships-logos {
    padding: 3rem 0;
}
.partner-box {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    border-radius: 15px;
    text-align: center;
    padding: 1rem;
}
.partner-box img {
    height: 90px;
    max-width: 100%;
    object-fit: contain;
}
/*membership page*/
.membership-content {
    padding: 3rem 0;
    background-color: var(--secondary-red-color);
}
.membership-content .txt {
    padding-right: 5rem;
}
.membership-content .img-wrap img {
    border-radius: 25px;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 500px;
}
.membership-plan {
	background: #212020;
    padding: 1rem;
    border: 1px solid #111E04;
    border-radius: 25px;
    margin-bottom: 2rem;
}
.membership-plan .title {
    margin-bottom: 1rem;
    font-size:27px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
}
.membership-plan .price-wrap {
	color: #ffffff;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 2rem;
}
.membership-plan .price {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
.membership-plan .subheading {
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}
.membership-features  {
	color: #ffffff;
    padding-top: 1rem;
}
.membership-features li:not(:last-child) {
    margin-bottom: 0.3rem;
}
.membership-plan .cta {
    margin-top: 1.5rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.membership-plan .cta a {
    color: #ffffff;
	background: var(--primary-red-color);
    display: block;
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
    letter-spacing: normal;
}

/*gitex global*/
.gitex-partner-sec {
    padding: 3rem 0;
}
.top-banner img {
    max-width: 100%;
}
.list-wrap {
    background: rgb(255 255 255 / 15%);
    border-radius: 15px;
    padding: 1rem;
    margin: 1rem;
}
.why-gitex-list li,
.list-wrap ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.list-wrap ul li b {
    color: var(--secondary-red-color);
}
.ggp-abt-gitex .title-secondary {
    color: var(--primary-red-color);
}
.slider-wrap img {
    max-width: 100%;
    height: auto;
    border: 3px solid #ffd9dc;
    border-radius: 25px;
}
.why-gitex .img-wrap img {
    max-width: 100%;
    max-height: 450px;
}
.why-gitex-list p {
    margin-bottom: 0.5rem;
    font-size: 14px;
}
.stay-tuned-sec {
    padding: 3rem 0;
    background-color: var(--dark-green);
}
.gitex-atnd-sec .info-box-img  {
	object-fit: contain;
}
.stay-tuned-sec .info-box-r {
    padding: 1rem 0;
    border: 1px solid #fff;
    border-radius: 25px;
	background: var(--primary-red-color);
}
.stay-tuned-sec .info-box {
    margin-left: 1rem;
    margin-right: 1rem;
}
.stay-tuned-sec .info-box:hover {
    background-color: #080808;
}
.why-join {
    background: #f6f6f6;
}

/*singapore fintech page*/
.sp-hero-sec .heading {
    font-family: var(--font-secondary);
}
.sp-hero-sec .sub-heading {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
}
.sp-p-content-sec {
    background-color: #f6f6f6;
    padding: 5rem 0;
}
.sp-p-content-sec .heading {
    font-family: var(--font-secondary);
}
.sp-fintech-offers-r {
    border-radius: 25px;
    background-color: #efefef;
    padding: 2rem 0;
}
.info-box2 p span {
    color: var(--primary-red-color);
}
.sp-p-content-sec .desc-col .desc {
    padding-left: 10rem;
    padding-right: 10rem;
    margin: 3rem 0;
}
/*vis page*/
.vis-features {
	height: 100%;
    background-color: var(--primary-red-color);
    border-radius: 25px;
    padding: 1.5rem;
}
.vis-features p {
    font-size: 16px;
}
/*roadshows*/
.sub-heading {
    font-family: var(--font-secondary);
}
.rs-p-content {
    background-color: var(--secondary-red-color);
}
.rs-p-go {
    background-color: #efefef;
}
/*blog page*/
.bp-sec .page-numbers {
    justify-content: center;
    display: flex;
    list-style: none;
    padding-left: 0;
}
.bp-sec .page-numbers li {
    margin: 0 0.3rem;
}
.post-content a {
    border-color: var(--primary-red-color);
    color: var(--primary-red-color);
}
.post-content a:hover {
    background-color: var(--primary-red-color);
    color: #fff;
    border-color: var(--primary-red-color);
}
.single-title {
    padding: 3rem 0;
    font-family: var(--font-secondary);
    background-color: var(--secondary-red-color);
    margin-bottom: 3rem;
}
.wp-block-group ul li {
    margin-bottom: 0.5rem;
}
.agz-ofr-r {
	border-radius: 25px;
	background: var(--primary-red-color);
	color: #ffffff;
	padding: 1rem;
	width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
}
.agz-ofr-r p {
	margin-bottom: 0;
}
.agz-ofr-r p a {
	color: #fff;
}
/*contact page*/
.form-wrap .form-control {
	background: #F9F9F9;
    border-radius: 0;
    box-shadow: none;
}
.contact-list {
	padding-top: 2rem;
}
.contact-list ul li a,
.contact-list ul li {
	color: #212529;
}
.contact-list ul li span {
	font-weight: bold;
}


/*media queries*/
@media(max-width: 1366px){
    .membership-plan .cta a {
        font-size: 14px;
    }
    .stats .stat-number {
        font-size: 99px;
    }
    .title-secondary {
        font-size: 40px;
        line-height: 45px;
    }
    .stat-item .stat-desc {
        font-size: 22px;
    }
}
@media(max-width: 1200px){
    .quote-title {
        font-size: 50px;
    }
    .info-title {
        font-size: 20px;
    }
    .info-box {
        padding: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }
}
@media (max-width: 1100px) {
    .info-title {
        font-size: 18px;
    }
    .stats .stat-number {
        font-size: 75px;
    }
    .home-hero {
        height: 550px;
    }
    .hero-txt-wrap .hero-desc {
        line-height: 24px;
        font-size: 21px;
        font-weight: 400;
    }
    .hero-txt-wrap .hero-tagline {
        font-size: 80px;
        line-height: 70px;
    }
    .nav-cta,
    .navbar-nav .nav-link {
        font-size: 14px;
    }
}
@media(max-width: 1080px){
    .membership-content .txt {
        padding-right: 0;
    }
}
@media(max-width: 992px){
    .quote-title {
        font-size: 45px;
    }
}
@media(max-width: 980px){
    .hero-txt-wrap {
        width: 100%;
    }
    .partner-p-content .txt-wrap {
        padding-bottom: 2rem;
    }
    .partner-content-r .img-wrap {
        margin-bottom: 2rem;
    }
    .partner-content-r {
        flex-direction: column-reverse;
    }
    .partner-p-content {
        padding: 3rem 0;
    }
    .inner-p-title-sec {
        min-height: 23rem;
    }
    .title-with-sides {
        text-align: center;
    }
    .site-cta {
        padding: 15px 20px;
        font-size: 14px;
        letter-spacing: normal;
    }
    .nav-container {
        flex-direction: column;
    }
}
@media(max-width: 860px){
    .partner-p-content .txt-wrap {
        max-width: 100%;
    }
    .cta-row {
        padding: 2rem 1rem;
    }
    .quote-title {
        font-size: 35px;
    }
}
@media(max-width: 767px){
    .single-title {
        margin-bottom: 1rem;
        padding: 1rem 0;
    }
    .event-item {
        flex-direction: column;
    }
    .event-item .event-thumb {
        text-align: center;
        margin-bottom: 1rem;
        margin-right: 0 !important;
    }
    .event-thumb img {
        max-height: 200px;
        max-width: 100%;
        width: 100%;
    }
    .event-title a {
        font-size: 22px;
    }
    .membership-plan .price {
        font-size: 18px;
    }
    .membership-plan .title {
        font-size: 22px;
    }
    .membership-plan .cta a {
        font-size: 11px;
        padding: 15px 10px;
        letter-spacing: normal;
    }
    .vis-features p {
        font-size: 18px;
    }
    .font-45 {
        font-size: 37px;
    }
    .sp-p-content-sec {
        padding: 3rem 0;
    }
    .sp-p-content-sec .desc-col .desc {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .info-box2 .desc {
        font-size: 16px;
        line-height: normal;
    }
    .font-27 {
        font-size: 23px;
    }
    .partner-content-r .img-wrap img {
        width: auto;
        max-height: 300px;
    }
    .dropdown-item {
        font-size: 14px;
    }
    .dropdown-menu.show {
        box-shadow: none;
        border: 0;
    }
    .post-card img {
        height: 250px;
    }
    .post-card .post-title a {
        font-size: 22px;
    }
    .title-secondary {
        font-size: 33px;
    }
    .nav-container {
        flex-direction: row;
    }
}
@media(max-width: 613px){
    #navbar .dropdown-menu li.menu-item-has-children .dropdown-menu {
        position: initial;
        display: none;
        box-shadow: none;
    }
}
@media(max-width: 570px){
	.stay-tuned-sec .info-box-r {
		margin: 0;
	}
	.vid-r,
	.vid-wrap {
		display: none !important;
	}
	.info-box {
		padding: 0;	
		margin-bottom: 2rem;
	}
	.abt-txt-wrap .desc {
		text-align: center;
	}
	.vid-r iframe,
	.f-vid-box iframe {
		height: 200px;
	}
    .events-meta li {
        font-size: 14px;
    }
    .events-p-hero.inner-p-title-sec {
        min-height: 300px;
    }
    .font-45 {
        font-size: 30px;
    }
    .membership-plan .price-wrap {
        min-height: auto;
    }
    .hero-txt-wrap .hero-desc {
        font-size: 18px;
    }
    .hero-txt-wrap .hero-tagline {
        font-size: 70px;
        line-height: 60px;
    }
    .home-hero {
        height: 500px;
    }
}
@media(max-width: 480px){
    .partner-content-r .img-wrap img {
        max-width: 90%;
    }
    .ft-col .social-icons {
        display: block !important;
        margin-bottom: 2rem;
    }
    .social-icons,
    .ft-col {
        text-align: center;
    }
    .hero-txt-wrap .hero-tagline {
        font-size: 60px;
        line-height: 50px;
    }
}
@media(max-width: 375px){
    .hero-txt-wrap .hero-desc {
        font-size: 16px;
    }
    .hero-txt-wrap .hero-tagline {
        font-size: 50px;
        line-height: 45px;
    }
}