
@import "https://assets.graphisoft.com/typography/proximanova.min.css?2023-03-20";


head   {font-size: 24px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
title  {font-size: 20px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
body   {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
ul     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
ol     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
p      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
strong {font-size: 14px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #000000;}
a      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
b      {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 300 !important; color: #000000;}
h1     {font-size: 18px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #313d6b;}
h2     {font-size: 18px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #313d6b;}
h3     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h4     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h5     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}
h6     {font-size: 15px !important; font-family: 'proxima nova', Helvetica, Arial !important; font-weight: 500 !important; color: #ff6104;}


body {
    margin: 0;
    font-family: 'proxima nova', Helvetica, Arial;
}

ul.text {
    list-style-type: circle !important;
}
.video-overlay {
    background: url("https://learn.graphisoft.com/files/79743/LandingPage_Video_Overlay.png") no-repeat;
    background-size: cover;
    background-position: center center;
}
#landing-top .text-container {
    max-width: 900px;
    margin: 27px 25px;
}
#landing-top .learn-bim-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 700 !important;
    font-size: 42px !important;
    line-height: 42px !important;
    color: #fff;
    margin-bottom: 33px;
}
#landing-top .learn-bim-text {
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    color: #fff;
    margin-bottom: 47px;
}
.btn-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 27px !important;
    border-radius: 24px;
    width: 100%;
    min-height: 40px;
    background-color: #FF6104;
    border: none;
    color: #fff;
}
.btn-cta:hover {
    background-color: rgba(255,97,4,0.875);
    color: #fff;
}
.btn-long {
    width: 100% !important;
}
.all-buttons {
    display: grid;
    max-width: auto;
    align-items: auto;
    place-items: center;
    margin-inline: auto;
    margin-left: 20PX;
    grid-template-columns: 1fr 4fr;

}   
                .grid-bundle {
                    display: grid;
                    grid-column-gap:  10px;
                    margin-top: 48px;
                    
                }
                .skl_btn, .fltr_btn, .bck_btn {
                    font-size: 14px;
                    font-weight: 600;
                    font-family: 'proxima nova';
                    margin-bottom: 5px;
                    padding: 1px 25px;
                    border-radius: 10px;
                    background-color: #fff;
                    color: #313d6b;
                    cursor: pointer;
                    border-color: #313d6b;
                    border-style: solid;
                }
                .skl_btn:hover, .fltr_btn:hover, .bck_btn:hover {
                    background-color: #a4b2cd;
                    color: #000000;
                
                }
                .slctd {
                    background-color: #313d6b;
                    color: #fff;
                }
                .BIMAuth-title, .BIMCord-title, .BIMMngr-title {
                    display: none;
                }


.grid-2 {
    display:grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow:row;
    padding: 0 22px;
}
.small-container {
    max-width:1191px;
    margin:auto;
    background-color: #fff;
}
.move-top {
    margin-top: 60px;
    position: relative;
    z-index: 10;
}
.middle-outer-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.middle-outer-2 {
    position: relative;
}
.middle-outer-1 img {
    width: 100%; height: auto;
}
.middle {
    vertical-align: middle;
    text-align:center;
    max-width: 375px;
    max-height: 375px;
    width: 75%;
    height: 100%;
    z-index: 1000;
    position:absolute;
    display: table-cell;
    border-radius: 50%;
}
.testemonial .quote-sign {
    font-weight: 800;
    font-size: 96px;
    line-height: 96px;
    color: #fff;
}
.testemonial {
    padding-bottom: 60px;
    padding-top: 100px;
    position: relative;
}
.testemonial-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
.testemonial-person-container {
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #fff;
    margin: 20px 0;
}
.testemonial-person-container p {
   font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff;
    margin: 0 !important;
}
.quote-text {
    font-weight: 400 !important;
        font-size: 20px !important;
        line-height: 22px !important;
        color: #fff;
}
.quote-text-bold {
    font-weight: 800 !important;
        font-size: 20px !important;
        line-height: 22px !important;
        color: #fff;
}
#bundle {
    max-width:1280px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
b {
    font-weight: 800 !important;
}
.grid-testemonials {
    display:grid;
    grid-template-columns: 1fr ;
    grid-column-gap: 20px;
    padding: 0 20px;
}
.text-testemonials, .text-testemonials-right {
    padding: 32px 12px;
}
.text-uppercase {
    text-transform: uppercase;
}
.table-text {
    line-height: 22px;
}
.table-header {
    border-bottom: 1px solid #5F6062;
    line-height: 28px !important;
    font-size: 16px !important;
}
#get-certified .title, #grow-together .title, #new-content .title, #your-way .title{
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #5F6062;
    margin-top: 40px;
    margin-bottom: 40px;
}
#get-certified .text, #grow-together .text, #new-content .text, #your-way .text {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #5F6062;
    margin-top: 18px;
    margin-bottom: 18px;
}
#bundle .title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 48px !important;
    line-height: 48px !important;
    color: #5F6062;
    margin-top: 40px;
    margin-bottom: 40px;
}
#bundle .text {
    font-size: 18px !important;
    line-height: 27px !important;
    color: #5F6062;
    margin-top: 18px;
    margin-bottom: 18px;
}
#bundle .item-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    color: #5F6062;
    margin-bottom: 0;
    margin-top: 0;
}
#bundle .item-sub-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    color: #5F6062;
    margin-bottom: 0;
    margin-top: 0;
}
.bundle-content1 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(164,178,205,1);
}
.bundle-content1:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content1 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content2 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,0.8);
}
.bundle-content2:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content2 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content3 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,0.9);
}
.bundle-content3:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content3 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content4 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(25,31,54,1);
}
.bundle-content4:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content4 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.bundle-content5 {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(200,200,200,1);
}
.bundle-content5:hover {
    display:flex;
    justify-content: space-between;
    flex-direction: column;
	background-color: rgba(255,97,4,1);
}
.bundle-content5 p {
    margin-top: 18px;
    margin-bottom: 18px;
}
.grid-left-image {
    position: relative;
    margin-bottom: 28px;
}
.grid-left-image img {
    max-width:500px;

    z-index:1000;
    position: relative;
}
.bundle-img {
    max-width: 100%;
    height: auto;
}
video {
    display: none;
}
.grid-footer {
    display:grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow:row;
    row-gap: 5px;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #231f20;
    padding: 14px 24px 24px 14px;
}
.policy-link {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 18px !important;    
    color: #231f20;
    text-decoration: none;
}
.policy-link:hover {
    color: #231f20;
}
.footer-container {
    max-width: 1280px;
    margin: auto;
}
.footer-menu-title {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 400 !important;
    color: #313d6b !important;
    font-size: 18px !important;
    text-transform: uppercase;
}
.grid-5 {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    margin-bottom: 48px;
    padding: 0 24px;
}
.sub-menu {
    list-style-type: none;
    padding-left: 0;
}
.nav-link {
    font-family: 'proxima nova', Helvetica, Arial !important;
    font-weight: 400 !important;
    color: #5F6062 !important;
    font-size: 14px !important;
}
.sub-menu .nav-link {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.6rem;
    color: #5F6062;
    text-decoration: none;
}
.sub-menu .nav-link:hover {
    color: #5F6062;
    text-decoration: none;
}
.footer-wrap {
    background-color: #f1f1f2;
    width: 100%;
}
footer {
    padding: 0 !important;
}
.timg-1 {
    width: 305px;
    height: 262px;
}
.timg-2 {
    width: 300px;
    height: 314px;
}
.timg-3 {
    width: 280px;
    height: 244px;
}
@media (min-width: 768px) {
    #landing-top .text-container {
        margin: 167px 125px;
    }
    .md-upshift {
        margin-top: -61px;
        z-index: 1000;
        position: relative;
    }
    .grid-bundle {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
    }
	.grid-bundle2 {
        grid-auto-columns: minmax(0, 0);
        grid-auto-flow: column;
    }
    .btn-cta {
        max-width: 355px;
    }
    #landing-top .learn-bim-title {
        font-weight: 700 !important;
        font-size: 64px !important;
        line-height: 64px !important;
    }
    #landing-top .learn-bim-text {
        font-weight: 700 !important;
        font-size: 24px !important;
        line-height: 27px !important;
    }
    #get-certified .title, #grow-together .title, #new-content .title, #your-way .title{
        font-weight: 800 !important;
        font-size: 48px !important;
        line-height: 48px !important;
    }
    .move-top {
        margin-top: -60px;
        padding-top: 30px;
    }
    .grt-left {
        margin-right: 80px;
    }
    .grt-right {
        margin-left: 80px;
    }
    .timg-1 {
        width: 436px;
        height: 374px;
    }
    .timg-2 {
        width: 429px;
        height: 449px;
    }
    .timg-3 {
        width: 399px;
        height: 349px;
    }
}

@media (min-width: 992px) {
    #landing-top .text-container {
        margin: 167px 150px;
    }
    .grid-2 {
        grid-auto-flow: column;
    }
    .grid-left-image {
        display: block;
    }
    .testemonial {
        padding-bottom: 100px;
    }
    #bundle {
        padding-bottom: 100px;
    }
    .grid-footer {
        grid-auto-flow: column;
    }
    .grid-5 {
        grid-template-columns: repeat(5, 1fr);
    }
    .grid-testemonials {
        grid-template-columns: 6fr 3fr;
    }
    .testemonial-person-container {
        padding-left: 32px;
    }.text-testemonials, .text-testemonials-right {
        padding: 32px;
    }
}

@media(min-width: 1195px) {

	.footerNav {
		margin-top: 20px;
	    padding-left: 20px;
        }
    
    video {
        display: block;
    }
    .video-overlay {
        display: block;
        position:absolute;
        top:0%;
        left:0%;
        z-index:10;
        background-image: none;
        background-color: rgba(0,0,0,0.1);
        width: 100vw;
        height: 55.6vw;
    }
}

@media (min-width: 1400px) {
    .text-testemonials-right {
        max-width: 60%;
        padding-right:0;
        padding-left: 0;
    }
    .grid-testemonials {
        grid-template-columns: 6fr 3fr 1fr;
    }
    .testemonial-person-container {
        padding-left: 0;
    }
    .left-sided {
        margin-right: 169px;
    }
    .right-sided {
        margin-left: 169px;
    }
    .quote-text {
        font-size: 24px;
        line-height: 24px;
        color: #fff;
    }
}