* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: #6e6e6e;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px white; */
    border-radius: 4px;
    background: #cfcfcf;
}


html,
body {
    height: 100%;
    font-size: 13px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    color: #4A4A4A;
    background: #F8F9FA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #4A4A4A;
    margin-bottom: 0;
}

.wrapper {
    min-height: 100%;
    width: 100%;
    position: relative;
    padding:20px;
   
}

.case-main {
    width: 100%;
    position: relative;
    z-index:999;
    
    
}
.case-tab-sec .nav-tabs {
    border-bottom: 1px solid #cecece;
}
.case-tab-sec .nav-tabs .nav-link {
    color: #333;
    padding: .5rem .8rem;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
}
.case-tab-sec .nav-tabs .nav-link.active, .case-tab-sec .nav-tabs .nav-link:hover {
    border-color: transparent transparent #e7515c transparent;
    color: #e7505b;
    background: transparent;
    font-weight: 600;
}

.case-cards
{box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 7%);margin: 15px 0 0 0;}

.case-tabcontent {
    height: calc(100% - 40px);
    overflow-y: auto;
}
.case-height{ min-height: 450px; }
.case-height2{ min-height:575px; }
.case-height3{ min-height:510px; }
.case-cards h4{
  font-size: 16px; font-weight:normal;
  margin: 5px 0 10px 0;
  color: #434343;
}
.case-cards img {
    margin: 0 auto 5px auto;
    max-width: 400px;
    display: block;
    width: 100%;
}
.case-cards p{ margin: 0 0 10px 0; }
.case-cards label{ font-size: 12px; font-weight: 600; text-align: center; display: block; }
.case-cards img.project-img {
    max-height: 150px;
    width: auto;
    margin: 10px auto;
    display: block;
    max-width: 100%;
}

.case-cards ul li {
    list-style: circle;
    margin: 0 0 5px 20px;
}

 .gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}


.sphere-1 {
    width: 40vw;
    height: 40vw;
    background: linear-gradient(40deg, #ffffff00, rgb(255 139 52 / 34%));
    top: -20%;
    left: -10%;
   
}
.sphere-2 {
    width: 45vw;
    height: 45vw;
    background: linear-gradient(240deg, #dadadaa6, rgb(255 139 52 / 29%));
    bottom: -20%;
    right: -10%;
    
}
.sphere-3 {
    width: 30vw;
    height: 30vw;
    background: linear-gradient(120deg, #ffffff80, rgb(255 139 52, 0.3));
    top: 60%;
    left: 20%;
    
}




@media only screen and (max-width: 767px) {

.case-height,.case-height2,.case-height3{ min-height:auto; }

}