/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. Who Use Cloud ways
 * 3. How cloud ways is used
 * 4. Use Case Design 2020
 */

/* @section 1. Banner */

#case-main {
    height: 560px;
    background: url("../../img/use_cases/use-case-bnr.jpg") no-repeat center top;
    padding-top: 140px;
    text-align: center;
}

.case-title {
    text-align: center;
}

.case-title > h2
{
    color: #fcfcfc !important;
    font-size: 48px;
    margin-bottom: 33px;
}

.case-title > p
{    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

/* @section 2. Who Use Cloud ways */
.case_who {
    background: #edecec;
    padding: 60px 0 35px 0;
    text-align: center;
}
.case_who-inr {
    font-size: 25px;
    line-height: 35px;
    color: #7e7e7e;
}
.case_who-inr h2 {
    font-weight: bold;
    font-size: 37px;
    color: #3a3a3a;
    margin-bottom: 50px;
}
.case_who-inr p {
    margin-bottom: 45px;
}

/* @section 3. How cloud ways is used */

.case-feat-sec
{
    padding:60px 0 0 0;
}

.case-feat-box
{
    margin-bottom: 60px;
}

.case-feat-disc > h3
{
    color: #636364;
    font-size: 36px;
    margin-bottom: 20px;
}

.case-feat-disc > p
{
    color: #727272;
    font-size: 16px;
}

.case-feat-disc > .cw-glb-btn
{
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    width: 186px;
    font-size: 18px;
    margin-top: 20px;
}

.case-feat-img
{
    background: url("../../img/use_cases/use-case-1.png") no-repeat center center;
    width: 100%;
    height: 300px;
}

.case-feat-img2
{
    background: url("../../img/use_cases/use-case-2.png") no-repeat center  center;
}

.case-feat-img3
{
    background: url("../../img/use_cases/use-case-3.png") no-repeat center center;
}

.case-feat-img4
{
    background: url("../../img/use_cases/use-case-4.png") no-repeat center center;
}

/* @section 4. Use Case Design 2020 */

/* Banner */
.useCase_bnr_sec
{
    background: #1c2bf7;
    background: -moz-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#1c2bf7),color-stop(100%,#061c59));
    background: -webkit-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -o-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: -ms-linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    background: linear-gradient(45deg,#1c2bf7 0,#061c59 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2bf7',endColorstr='#061c59',GradientType=1);
    padding: 240px 0 140px;
    position: relative;
    overflow: hidden;
}

.useCase_bnr_ttlBox
{
    text-align: center;
}

.useCase_bnr_ttlBox h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    margin: 0 0 20px;
}

.useCase_bnr_ttlBox p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

/* Use Case Partners */
.useCase_prtnr_sec
{
    padding: 15px 0;
    background: rgb(4, 4, 133);
}

.useCase_prtnr_logo {
    float: left;
    width: 170px;
    height: 80px;
    background-image: url("../../img/widget/sprite-trusted-by2.png");
    background-repeat: no-repeat;
    background-position: left 23px;
    margin-right: 32px;
}

.useCase_prtnr_logo:last-child
{
    margin-right: 0;
}

.useCase_prtnr_logo1
{
    width: 160px;
}

.useCase_prtnr_logo2
{
    background-position: left -68px;
}

.useCase_prtnr_logo3
{
    background-position: left -138px;
    width: 180px;
}

.useCase_prtnr_logo4
{
    background-position: left -215px;
    width: 140px;
}

.useCase_prtnr_logo5
{
    background-position: left -307px;
    width: 150px;
}

.useCase_prtnr_logo6
{
    background-position: left -375px;
    width: 130px;
}

/* Core Values */
.useCase-vlu-wrap {
    padding: 60px 0 80px;
}

.useCase-vlu-ttl-wrap {
    text-align: center;
    margin-bottom: 80px;
}

.useCase-vlu-ttl-wrap h2 {
    color: #0E134F;
    font-size: 36px;
    font-weight: 500;
}

.useCase-vlu-ttl-wrap p {
    color: #42526E;
    font-size: 20px;
}

.useCase-vlu-tab-list .nav-tabs {
    border: 0;
    display: flex;
}

.useCase-vlu-tab-list .nav-tabs>li {
    display: inline-block;
    flex: 1;
    text-align: center;
    /*max-width: 160px;*/
    margin: 0 auto;
    position: relative;
}

.useCase-vlu-tab-list .nav-tabs>li::before {
    position: absolute;
    content: '\f0d7';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    right: 0;
    bottom: 20px;
    opacity: 0;
    width: 10px;
    height: 10px;
    font-size: 16px;
    border-bottom: 0;
    border-left: 0;
    color: #09ebaf;
    text-align: center;
    margin: 0 auto;
    transition: all .3s ease-in-out;
}

.useCase-vlu-tab-list .nav-tabs>li.active::before {
    bottom: 0;
    opacity: 1;
}

.useCase-vlu-tab-list .nav-tabs>li span {
    /*background: url(../../img/about_us/sprite-core-values.png) no-repeat center -63px transparent;*/
    border: 2px solid rgba(66, 82, 110, 0.3);
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    width: 65px;
    height: 65px;
    line-height: 85px;
    display: block;
    margin: 0 auto 10px;
}

.useCase-vlu-tab-list .nav-tabs>li.active span svg path
{
    fill: #fff;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(1).active span {
    background-color: #B764D8;
    border-color: #B764D8;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(2).active span {
    background-color: #FEB155;
    border-color: #FEB155;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(3).active span {
    background-color: #2F39BF;
    border-color: #2F39BF;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(4).active span {
    background-color: #39DCB1;
    border-color: #39DCB1;
}

.useCase-vlu-tab-list .nav-tabs li a {
    border: 0 !important;
    background-color: transparent !important;
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
    color: rgba(66, 82, 110, 0.49);
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(1).active a,
.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(1).active::before{
    color: #B764D8;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(2).active a,
.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(2).active::before{
    color: #FEB155;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(3).active a,
.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(3).active::before{
    color: #2F39BF;
}

.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(4).active a,
.useCase-vlu-tab-list .nav-tabs>li:nth-of-type(4).active::before{
    color: #39DCB1;
}

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(2) span {*/
    /*background-position: center -227px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(3) span {*/
    /*background-position: center -394px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(4) span {*/
    /*background-position: center -559px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(1).active span {*/
    /*background-position: center 17px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(2).active span {*/
    /*background-position: center -145px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(3).active span {*/
    /*background-position: center -309px;*/
/*}*/

/*.useCase-vlu-tab-list .nav-tabs>li:nth-child(4).active span {*/
    /*background-position: center -478px;*/
/*}*/

/* Tabs Content */
.useCase-vlu-tab-contnt {
    text-align: center;
    margin-top: 70px;
}

.useCase-vlu-tab-contnt .tab-pane.active {
    animation: text-active .5s;
}

@keyframes text-active {
    0% {
        opacity: 0.4;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.useCase-vlu-tab-contnt h3 {
    color: #42526E;
    font-size: 22px;
    font-weight: 500;
    display: none;
}

.useCase-vlu-tab-contnt p {
    color: #42526E;
    font-size: 20px;
}

.useCase-vlu-ctaBox
{
    margin-top: 30px;
}

/* Video Testimonial Fold */
.newTstml_video_btnBox {
    top: auto !important;
    bottom: 25px;
}

.newTstml_video_btnBox svg {
    width: 18px !important;
}
/* Trusted Brands */

.useCase-brands-wrap {
    background: #F8F9FB;
    padding: 60px 0;
}

.useCase-brands-txt h2 {
    font-size: 36px;
    color: #0A1E43;
    font-weight: 700;
    margin: 0;
}

.useCase-brands-txt {
    margin-bottom: 60px;
}

.brands-slider-wrap {
    width: 6010px;
}

.useCase-brands-slider-wrap {
    width: 3000px;
    height: 560px;
    position: relative;
    text-align: center;
    display: inline-block;
    animation: move_slider 60s infinite linear;
}

.useCase-brands-slider2 {
    animation: move_slider2 60s infinite linear;
}

@keyframes move_slider2 {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3005px);
    }
}

@keyframes move_slider {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-3000px);
        opacity: 1;
    }
}

.useCase-brands-box {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 60px 45px;
    border-radius: 8px;
    text-align: center;
    animation: vibrating_boxes 10s infinite linear;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    background: url('../../img/testimonial/tstml_brands_sprite1.png') no-repeat center top transparent;
}

.useCase_brand_img-13, .useCase_brand_img-14, .useCase_brand_img-15, .useCase_brand_img-16, .useCase_brand_img-17, .useCase_brand_img-18, .useCase_brand_img-19, .useCase_brand_img-20, .useCase_brand_img-21, .useCase_brand_img-22, .useCase_brand_img-23 {
    background-image: url('../../img/testimonial/tstml_brands_sprite2.png');
}

@keyframes vibrating_boxes {
    0% {
        transform: translate(10px);
    }
    50% {
        transform: translate(-10px);
    }
    100% {
        transform: translate(10px);
    }
}

.box-size_M {
    transform: scale(0.8) translate(-50%, -50%);
    animation: vibrating_boxes_M 10s infinite linear;
    transform-origin: left bottom;
}

@keyframes vibrating_boxes_M {
    0% {
        transform: scale(0.8) translateY(-45%);
    }
    50% {
        transform: scale(0.8) translateY(-55%);
    }
    100% {
        transform: scale(0.8) translateY(-45%);
    }
}

.box-size_S {
    transform: scale(0.6) translate(50%, 50%);
    animation: vibrating_boxes_S 10s infinite linear;
}

@keyframes vibrating_boxes_S {
    0% {
        transform: scale(0.8) translateY(45%);
    }
    50% {
        transform: scale(0.8) translateY(55%);
    }
    100% {
        transform: scale(0.8) translateY(45%);
    }
}

.useCase-brands-box p {
    font-size: 16px;
    font-weight: 500;
    color: #0A1E43;
    padding: 4px 12px;
    background-color: #fff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    border-radius: 50px;
    position: relative;
    transition: all .3s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
    display: none;
}

.useCase-brands-box:hover p {
    transform: translateY(-130%);
    opacity: 1;
}

.useCase-brands-box p::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background-color: #fff;
    right: 20%;
    bottom: -4px;
}

@media (max-width: 992px)
{
    /* Use Case Design 2020 */
    .useCase_bnr_sec {
        padding: 150px 0 70px;
    }

    .useCase_bnr_ttlBox h1 {
        font-size: 36px;
    }

    .useCase_bnr_ttlBox p {
        font-size: 18px;
    }

    .useCase-vlu-wrap {
        padding: 30px 0 50px;
    }

    .useCase-vlu-ttl-wrap {
        margin-bottom: 50px;
    }

    .useCase-vlu-ttl-wrap h2,
    .useCase-brands-txt h2{
        font-size: 28px;
    }

    .useCase-vlu-tab-list .nav-tabs li a
    {
        font-size: 16px;
    }

}


/* @reset styling for small screen size */

@media (max-width: 1200px) {

    .useCase_prtnr_logo
    {
        margin-right: 15px;
    }

    .useCase_prtnr_sec .container{
        width: 1170px;
    }

}

@media (max-width: 767px) {
    #case-main {
        height: auto;
        padding: 80px 0 60px 0;
        background-size: cover;
    }

    .case-title > h2
    {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .case-title > p
    {
        font-size: 18px;
        line-height: 26px;
    }

    .case-feat-sec
    {
        padding: 20px 0 0 0;
    }

    .case-feat-disc > h3
    {
        font-size: 30px;
        line-height: 38px;
    }

    .case-feat-img
    {
        min-height: 270px;
    }

    .case-feat-disc > p
    {
        font-size: 14px;
        line-height: 22px;
    }

    .case-feat-box
    {
        text-align: center;
    }

    .useCase_prtnr_sec {
        padding: 5px 0;
    }

    .useCase_prtnr_logo {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .useCase-vlu-tab-wrap {
        position: relative;
    }
    .useCase-vlu-tab-list .nav-tabs li a {
        font-size: 0;
    }
    .useCase-vlu-tab-contnt {
        padding: 20px;
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        margin-top: 20px;
    }
    .useCase-vlu-tab-contnt h3
    {
        display: block;
        margin-top: 0;
    }
    .useCase-vlu-tab-contnt p {
        font-size: 16px;
    }
    .useCase-vlu-tab-contnt .tab-pane.active {
        animation: none;
    }
}

@media (max-width: 400px)
{
    .case-title > h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .case-title > p {
        font-size: 16px;
        line-height: 24px;
        margin: 0;
    }

    .case-feat-disc > h3 {
        font-size: 25px;
        line-height: 34px;
    }

    .case-feat-box:last-child
    {
        margin-bottom: 20px;
    }


}
