/* Reusable classes */
.section-container {
    width: 100%;
    margin-top: 13vh;
}
.section-sub-container{
    margin: 0vw 8vw;
    height: 100%;
}
.section-title-container > h2{
    text-align: center;
    font-size: 3rem;
}
.section-subtitle-container {
    margin-top: 0.5rem;
    text-align: center;
    font-weight: 600;
}
/* Common css */
.section-subtitle-container.products,
.section-subtitle-container.company {
    font-size: 1.78rem;
}
.section-sub-content-container-company{
    margin: 0vw 5vw;
    display: flex;
    height: auto;
}
.cutomer-company-icon > img {
    width: 80%;
    height: 40%;
    object-fit: contain;
}
.cutomer-company-icon:first-child >img{
    padding-right: 1rem;
}

.content-image-block > img , 
.product-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.products-title,
.customer-feedback-icons-container {
    display: flex;
}
.section-sub-content-container-company,
.content-sub-block-title > p,
.home-sub-header > p{
    margin: 0rem;
}
/* Header */
.home-sub-header {
    height: 50px;
    background-color: #615E5A;
    display: flex;
    place-items: center;
    justify-content: center;
    color: #EFEFEF;
    font-weight: 600;
    font-size: 1rem;
}
#home-page .home-link-container {
    color: #EFEFEF;
}
/* header End */
/* Company */
.section-container.company,
.section-sub-primary-container-company {
    height: auto;
}
/* .section-sub-content-container-company {
    margin: 0rem;
} */
.content-sub-block {
    margin: 0px 24px; 
}
.content-sub-block-solutions {
    height: 100%;
}
.content-sub-block-image-container {
    margin-top: 13vh;
}
.content-sub-block-title {
    margin-top: 2.25vh;
    font-weight: bold;
    text-align: center;
    font-size: 1.4rem; /* supports till 1330px width */
}

.content-sub-block-sub-title {
    margin-top: 0.8vh;
    font-size: 1.2rem;
    /* font-size: 1rem; */
    font-weight: 600;
    text-align: center;
    color: #8B857E;
}
.content-image-block {
    width: 128px;
    height: 128px;
    margin: 0% calc((100% - 128px) / 2);
}
/* Company End */

/* Products */
.mobile-navigation {
    display: none;
}
.section-container.products {
    height: auto;
    margin-top: 11.9vh;
}
.section-sub-primary-container-products {
    height: 134px;
}
.section-sub-secondary-container-products {
    height: auto;
    margin-top: 20px;
}
.products-navigation-block {
    /* margin-top: 3.7vh; */
    margin-left: 4.4vh;
    display: flex;
    justify-content: space-evenly;
}
.products-title.active-product {
    border-bottom: 2px solid #E54D25;
}
.product-image-container {
    width: 54px;
    height: 54px;
}
.product-name {
    height: auto;
    font-size: 3rem;
    line-height: 1;
    padding-bottom: 0.9vh;
}
.page .product-name > a {
    color: #232323;
    font-weight: 500;
}
.page .product-name > a:hover {
    text-decoration: none;
    color: #232323;
}
.products-title {
    border-bottom: 2px solid transparent;
}
.products-title:hover {
    border-bottom: 2px solid #E54D25;
}
.products-content-container {
    margin-top: 6.8vh;
    height: auto;
    display: flex;
}
.products-content-container.content {
    display: none;
}
.products-content-container.active-content {
    display: flex;
}
.main-offer.products-content-container .laptopC {
    margin-left: -14%;
    flex-basis: 74%;
}
.main-offer-item.products-content{
    flex-basis: 40% !important;
    animation-name: direction-straight;
    animation-duration: .2s;
}
.main-offer-item.products-content.reverse {
    animation-name: direction-reverse;
    animation-duration: .3s;
}
@keyframes direction-straight {
    0% {height: 0px;}
    50% {height: 50px}
    100% {height: auto;}
}
@keyframes direction-reverse {
    0% {height: 55vh; opacity: 0;}
    25% {height: 50vh; opacity: 0.2;}
    50% {height: 47vh; opacity: 0.3;}
    75% {height: 47vh; opacity: 0.4;}
    100% {height: auto; opacity: 1;}
}
.product-main-image {
    width: 1199px;
    height: 100%;
}
.product-main-content {
    width: 625px;
    height: 100%;
    margin-top: 12vh;
}
.product-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5vh;
}
.product-content {
    color: #8B857E;
    font-size: 1.2rem;
    font-weight: 600;
}
.product-sub-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #232323;
    margin-bottom: 0rem;
}
.product-link {
    margin-top: 0.5rem;
}
.product-link >a > span {
    color: #232323;
}
/* Products End */

/* Feedback */
.section-sub-container.customer-feedback {
    margin: 0vw 5vw;
    padding-top: 11.1vh;
}
.section-subtitle-container.customer-feedback {
    display: flex;
    margin: 0px 25px;
}
.customer-feedback-icons-container {
    padding: 5vh 5vh 0vh; 
    justify-content: space-evenly;
}
.section-container.customer-feedback {
    background-color: #615E5A;
    color: #EFEFEF;
    margin-top: 11.2vh;
    height: auto;
}
.section-sub-secondary-container-feedback {
    margin-top: 8.3vh;
}
.customer-feedback-quotes-container-top,
.customer-feedback-quotes-container-bottom {
    width: 35px;
    height: 100%;
}
.customer-feedback-quotes-content {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding:1rem 0rem 0rem 0.9vh;
}
.customer-feedback-quotes-content > p {
    margin-bottom: 0;
}
.customer-feedback-post-container {
    display: flex;
    justify-content: space-between;
    height: 450px;
}
.feedback-post {
    height: 440px;
    width: calc(1762px / 3);
    background-size: 100% 100%;
    margin: 0px 25px;
    background-repeat: no-repeat;
}
.section-sub-content-block-company {
    width: calc(1762px / 3);
}
.feedback-post-inner-container {
    margin: 34px;
    height: 372px;
}
.feedback-post-title {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    height: 60%;
}
.feedback-post-sub-title {
    text-align: right;
    padding-left: 3.43vh;
    font-size: 1rem;
}
.feedback-post-title > p,
.feedback-post-sub-title > p {
    margin-bottom: 0.5rem;
}
.feedback-post-image.cda-image {
    height: 90px;
    width: 176px;
}
.feedback-post-image {
    height: 100px;
    width: 100px;
    float: right;
}
/* Feedback End */

/* Records */
.section-sub-content-block-solutions {
    height: 100%;
    width: 439px;
    margin: 0px 5px;
    flex-basis: 30%;
}
/* Records End */

/* Solutions */
.section-container.solutions {
    height: auto;
    background-color: #232323;
    color: #EFEFEF;
    margin-top: 0%;
}
.section-sub-container.solutions {
    padding-top: 11.1vh;
}
.solutions-link {
    text-align: center;
    font-size: 14px;
}
.solutions-link > a {
    font-weight: normal;
}
.solutions-link > a > span {
    color: #EFEFEF;
}
.section-content-container-solutions {
    margin-top: 9.5vh;
}
.solution-records-container {
    position: relative;
    min-height: 350px;
}
.solution-record-numbers {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    width: 336px;
    height: 130px;
    font-size: 8rem;
    line-height: 0.8;
}
.solution-record-numbers > p {
    font-weight: bold;
    color: #3C292A;
}
.solution-records-content {
    z-index: 9;
    height: 160px;
    width: 70%;
    margin: 5rem 0rem 0rem 5rem;
}
.solution-content-header > h4{
    text-align: initial;
    font-weight: bold;
    color: #BF6B69;
    overflow: hidden;
    margin-bottom: 0.8vh;
    font-family: NeusaNextProWeb;
}
.solution-content-body {
    text-align: initial;
    font-size: 1rem;
    color: #EFEFEF;
    font-weight: bold;
    height: 72px;
    line-height: 1.7;
}
.solution-content-body p {
    margin-bottom: 0%;
}
.solutions-intro {
    text-align: center;
    margin-bottom: 6.7vh;
    padding-top: 11.1vh;
}
.solutions-intro > h2 {
    font-weight: bold;
}
.solutions-intro > h2,
.solutions-intro > h3 {
    font-size: 3rem;
}
.solutions-card-container {
    height: auto;
    width: 100%;
}
.section-sub-content-container-solutions,
.solutions-card {
    height: 350px;
    display: flex;
    justify-content: space-between;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center; */
}
.solutions-card {
    height: 350px;
}
.card-content {
    width: calc(1762px / 5);
    height: 350px;
    margin-right:0.5rem;
    border: 1px solid white;
    overflow: hidden;
}
.card-layout {
    height: 300px;
    position: relative;
}
.solutions-image-layout,
.solutions-content-layout {
    height: 150px;
    padding: 1rem 5rem;
    text-align: center;
    font-weight: bold;
    transition: .5s;
}
.solutions-image-layout {
    margin-top: 0.5rem;
}
.solutions-image-layout > img {
    height: 75%;
    width: 75%;
}
.solutions-content-layout > p{
    font-size: 1.3rem;
}
.card-link-container {
    padding: 1rem;
}
.card-overlay-text {
    width: 100%;
    color: #EFEFEF;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.c-use-case-sub-content {
    font-size: 0.9rem;
    margin: 0vh 2vh;
}
.card-outer-layout {
    display: block;
    width: 100%;
    height: 300px;
    transition: .2s;
}
.card-overlay-layout {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #232323;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s ease;
}
.card-content:hover .card-overlay-layout {
    height: 215px;
}
.card-content:hover ,
.card-content:hover .card-overlay-layout {
    background-color: #2e2d2d;
}
.card-content:hover .card-outer-layout {
    transform: translate(0, -150px);
}
.section-container.solutions {
    padding-bottom: 2rem;
}
.solutions-link > a:after,
#home-page .home-sub-header p> a:after {
    content: "\e903";
	font-family: 'constellateWeb';
	font-size: 0.5rem;
	padding-left: 0.5em;
	color: #E54D25;
}
.solutions-link > a:after {
    font-size: 0.4rem;
}
/* Solutions End */

/* Featured content */
.featured-content-secodary-container {
    display: flex;
    width: calc(100% - 7vh);
}
.featured-content-secodary-container > article {
    width: 50%;
}
.featured-content-container {
    display: flex;
}
.featured-content-article:hover {
    background: none;
}
.featured-content-img {
    height: 250px;
    width: 23.4vw;
}
.featured-content-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-content-body {
    height: 250px;
    width: 23.4vw;
    background-color: #615E5A;
    color: #FFFFFF;
    padding: 1.5rem;
    font-weight: bold;
}
.featured-content-body > .category-post-title {
    padding-top: 1.5rem;
    font-size: calc(100% / 1.5);
}
.featured-content-body > .link-container > a > span {
    font-size: 0.7rem;
}
.page.block .featured-content-article {
    margin: 10px;
}
.category-label {
    font-size: 24px !important;
}
.category-post-title {
    font-size: 1rem !important;
}
/* Featured content End */
/* Request a demo */
.request-a-demo-container {
    height: 280px;
    width: 100%;
    background-color: #615E5A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.request-a-demo-container > h2 {
    color: #EFEFEF;
    text-align: center;
    padding-top: 3rem;
    font-family: NeusaNextProWeb;
    font-weight: 300;
}
.request-a-demo-container > .request-a-demo{
    border: 1px solid rgb(239 239 239);
    color: #EFEFEF;
    padding: 0.5rem 2rem;
    width: fit-content;
    margin: auto;
    font-weight: bold;
}
.request-a-demo-container > .request-a-demo:hover {
    background-color: #E54D25;
    color: #EFEFEF;
    text-decoration: none;
    border: none;
}

/* Request a demo End */
@media (max-width: 1610px) {
    .section-sub-container, .section-sub-container.products {
        width: auto;
        margin: 0% 5%;
    }
    .section-sub-container.products {
        height: auto;
    }
}
@media (max-width: 1422px) {
    .section-sub-content-container-company, 
    .products-navigation-block {
        margin: 0%;
    }
}
@media only screen and (max-width: 1740px) {
    .featured-content-body {
        padding: 0.9rem;
    }
    .featured-content-body > .category-post-title, 
    .featured-content-body > .link-container > a > span {
        font-size: calc(100% / 1.5);
    }
}

/* Handling media query for medium screens 1024 - 1750 */
@media (min-width:1280px) and (max-width:1750px) {
    .section-sub-container.solutions,
    .section-sub-container.customer-feedback {
        margin: 0vw 4vw;
    }
    .feedback-post-inner-container {
        margin: 3vh;
    }
    .feedback-post {
        height: 350px;
        margin: 0vh 2vh;
    }
    .feedback-post-title {
        font-size: 1.2rem;
        height: 45%;
    }
    .feedback-post-sub-title {
        font-size: 0.8rem;
    }
    .feedback-image-container > img {
        height: 70px;
        width: 70px;
    }
    .feedback-post-image.cda-image {
        height: 60px;
        width: 123px;
    }
    .customer-feedback-quotes-content {
        font-size: 1.2rem;
        padding:1rem 0rem 0rem 0.9vh;
    }
    .product-name,
    .product-title {
        font-size: 2.5rem;
    }
    .product-image-container > img {
        width: 80%;
        height: 80%;
        padding: 0rem;
    }
    .card-content { 
        width: calc(95% / 5);
    }
    .solutions-image-layout {
        padding: 1rem 2rem;
    }
    .solutions-content-layout {
        padding: 1rem 3.5rem;
    }
    .solution-record-numbers > img {
        height: 80%;
        width: 80%;
        object-fit: contain;
    }
    .solution-records-content {
        margin: 80px 0px 0px 80px;
    }
    .customer-feedback-post-container {
        height: 350px;
    }
    .solutions-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* handling media 1024 - 1280 */
@media (max-width:1280px) {
    .product-title,
    .product-name {
        font-size: 2rem;
    }
    .product-image-container {
        width: 40px;
        height: 40px;
    }
    .content-sub-block-title,
    .content-sub-block-sub-title,
    .product-content {
        font-size: 1rem;
    }
    .product-link,
    .solution-content-body {
        font-size: 0.8rem;
    }
    .product-link > a:after {
        font-size: 0.5rem !important;
    }
    .section-subtitle-container.company, 
    .section-subtitle-container.products,
    .customer-feedback-quotes-content,
    .solution-content-header > h4 {
        font-size: 1.2rem;
        font-weight: 600;
    }
    .feedback-post {
        height: calc(1762px / 5);
        margin: 1rem 0.5rem;
    }
    .feedback-post-title {
        font-size: 1.5vw;
        height: 30%;
    }
    .feedback-post-inner-container,
    .customer-feedback-post-container,
    .solutions-card {
        height: auto;
    }
    .feedback-post-image.cda-image {
        height: 40px;
        width: 80px;
    }
    .feedback-post-image {
        width: 40px;
        height: 40px;
    }
    .feedback-post-sub-title {
        font-size: 1.3vw;
    }
    .customer-feedback-icons-container {
        padding: 3vh 1vh;
    }
    .solution-record-numbers > img {
        height: 5rem;
    }
    .solution-records-container {
        min-height: 210px;
    }
    .solution-records-content {
        margin: 5rem 0rem 0rem 3rem;
    }
    .card-content {
        margin : 1rem;
	    flex-basis: 25%;
    }
    .solutions-content-layout {
        padding: 1rem 3rem;
    }
    .solutions-card {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
