File: /var/www/html/WPSassoon/wp-content/themes/sassoon/scss/home.scss
@import 'partials';
.top-slider {
position: relative;
height: 800px;
@media($sm-1481){
height: 700px;
}
.slick-list{
height: 100%;
// overflow: hidden;
}
.slide {
position: relative;
width: 100%;
}
.slick-track{
display: flex;
align-items: center;
}
.background-img {
height: 800px;
@media($sm-1481){
height: 700px;
}
@media($sm-767){
height: 650px;
}
@media($sm-479){
height: 780px;
}
}
.background-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.slider-content {
position: absolute;
left: calc((100% - 1400px) / 2);
color: white;
border-radius: 10px;
top: 86px;
bottom: 0;
max-width: 790px;
@media($sm-1481){
left: calc((100% - 1300px) / 2);
max-width: 649px;
}
@media(max-width:1300px){
left: calc((100% - 1200px) / 2);
}
@media($sm-1199){
left: 0;
}
@media($sm-767){
top: 90px;
max-width: 100%;
}
.main-title{
font-family:$secondary-font;
font-weight: 400;
font-size: 26px;
line-height: 36px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 24px;
line-height: 32px;
}
@media($sm-1481){
font-size: 22px;
line-height: 32px;
}
@media($sm-1199){
font-size: 20px;
line-height: 30px;
}
@media($sm-991){
font-size: 18px;
line-height: 28px;
}
@media($sm-767){
font-size: 16px;
line-height: 26px;
}
@media($sm-579){
font-size: 14px;
line-height: 24px;
}
}
.subtitle{
padding: 28px 0px;
font-weight: 700;
font-size: 63px;
line-height: 69px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 53px;
line-height: 63px;
padding: 18px 0px;
}
@media($sm-1481){
font-size: 43px;
line-height: 53px;
}
@media($sm-1281){
font-size: 38px;
line-height: 48px;
}
@media($sm-1199){
font-size: 36px;
line-height: 46px;
}
@media($sm-991){
font-size: 34px;
line-height: 44px;
}
@media($sm-767){
font-size: 30px;
line-height: 35px;
margin: 0;
}
@media($sm-579){
font-size: 28px;
line-height: 32px;
}
}
.para{
font-family: 'Timeless';
font-weight: 700;
font-size: 28px;
line-height: 33px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 26px;
line-height: 30px;
}
@media($sm-1481){
font-size: 24px;
line-height: 28px;
}
@media($sm-1199){
font-size: 22px;
line-height: 26px;
}
@media($sm-991){
font-size: 18px;
line-height: 26px;
}
// @media($sm-767){
// font-size: 16px;
// line-height: 20px;
// }
}
.desc{
font-weight: 400;
font-size: 18px;
line-height: 31px;
letter-spacing: 0%;
padding-bottom: 30px;
@media($sm-1679){
font-size: 16px;
line-height: 28px;
}
@media($sm-1481){
font-size: 14px;
line-height: 26px;
margin: 0px;
}
}
.btn-get-touch{
width: 164px;
height: 42px;
border-radius: 50px;
border: none;
box-shadow: none;
color: #2E2E78;
font-weight: 600;
font-size: 18px;
line-height: 21.09px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 16px;
}
@media($sm-1481){
font-size: 14px;
}
}
}
}
.bottom-content{
margin-top: -100px;
@media($sm-767){
margin-top: -155px;
}
@media($sm-479){
margin-top: -90px;
}
.thumb-slider {
display: flex;
justify-content: center;
cursor: pointer;
// padding: 20px;
.slick-list{
padding: 0px !important;
width: 100%;
}
.slick-track{
width: 100%;
margin: unset;
// width: 1400px !important;
// @media (min-width: 1600px){
// max-width: 1400px !important;
// }
// @media ($sm-1441){
// max-width: 1300px !important;
// }
// @media(max-width:1300px){
// max-width: 1200px;
// }
@media ($sm-767){
// max-width: unset;
// width: unset;
}
}
.thumb {
padding: 10px;
display: flex;
align-items: center;
background: #FFFBFBC4;
border-radius: 10px;
color: $primaryColor;
font-weight: 400;
font-size: 16px;
line-height: 26px;
margin: 0px 3px;
// width: 210px !important;
@media($sm-1679){
font-size: 14px;
}
@media($sm-1481){
font-size: 12px;
line-height: 15px;
}
@media($sm-767){
font-size: 11px;
line-height: 20px;
min-height: 60px;
// width: unset !important;
}
// width: calc((100%/6) - 10px) !important;
.icon{
background-color: #fff;
width: 57px;
height: 57px;
border-radius: 50px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
flex-shrink: 0;
img{
object-fit: contain;
@media($sm-1679){
width: 20px;
height: 20px;
}
@media($sm-1481){
width: 15px;
height: 15px;
}
}
@media($sm-1679){
width: 50px;
height: 50px;
}
@media($sm-1481){
width: 40px;
height: 40px;
}
@media($sm-1199){
width: 30px;
height: 30px;
}
}
&.slick-current{
background-color: #fff;
position: relative;
&::after{
content: "";
position: absolute;
width: 90%;
height: 3px;
background-color: #4D4DC8;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
bottom: 0;
}
.icon{
background: #DFDAFF;
}
}
}
.slick-slide {
// margin: 0 2px;
}
.slick-next:before, .slick-prev:before {
display: none;
}
.slick-prev,.slick-next{
width: 30px;
height: 30px;
bottom: 0;
top: unset;
cursor: pointer;
}
.slick-prev{
left: unset;
right: 59px;
bottom: 64px;
}
.slick-next{
bottom: 77px;
right: 20px;
}
.slick-next{
transform: rotate(180deg);
}
}
}
.two-sec{
background-color: #F4F4F7;
padding: 100px 0px;
@media($sm-1679){
padding: 80px 0px;
}
@media($sm-1481){
padding: 60px 0px;
}
@media($sm-1199){
padding: 40px 0px;
}
.inner-sec{
display: flex;
justify-content: space-between;
@media($sm-579){
flex-wrap: wrap;
}
.title{
font-family: $secondary-font;
font-weight: 400;
font-size: 46px;
line-height: 55px;
color: #2F2F7D;
@media($sm-1679){
font-size: 40px;
line-height: 46px;
}
@media($sm-1481){
font-size: 36px;
line-height: 44px;
}
@media($sm-1199){
font-size: 34px;
line-height: 42px;
}
@media($sm-991){
font-size: 28px;
line-height: 40px;
}
@media($sm-767){
font-size: 26px;
line-height: 38px;
}
@media($sm-579){
font-size: 24px;
line-height: 34px;
}
}
.description{
font-weight: 400;
font-size: 18px;
line-height: 41px;
letter-spacing: 0%;
padding: 36px 0px;
@media($sm-1679){
font-size: 16px;
line-height: 28px;
}
@media($sm-1481){
font-size: 14px;
line-height: 26px;
}
@media($sm-991){
padding: 15px 0px;
}
}
.border_top{
border-top:1px solid #EAEAEF;
}
.left-sec{
padding-right: 120px;
@media($sm-991){
padding-right: 40px;
}
@media($sm-579){
padding-right: 0px;
}
}
}
}
.counter-section {
padding: 56px 0 30px 0px;
background: #f8f9fa;
text-align: center;
@media($sm-1481){
padding: 67px 0 30px 0px;
}
@media($sm-1199){
padding: 80px 0px 30px 0px;
}
@media($sm-991){
padding: 80px 0px 20px 0px;
}
@media($sm-579){
padding: 60px 0px 10px 0px;
}
@media($sm-479){
padding:60px 0px 40px 0px;
}
.counter-box-inner{
justify-content: center;
}
.counter-box{
display: flex;
align-items: center;
@media($sm-991){
width: calc((100%/2) - 20px);
flex-direction: column;
padding-bottom: 20px;
justify-content: center;
}
@media($sm-479){
width: 100%;
padding-bottom: 15px;
&:last-child{
padding-bottom: 0px;
}
}
}
.counter {
font-weight: 700;
font-size: 36px;
line-height: 33px;
letter-spacing: 0%;
margin: 0;
color: #2E2E78;
@media($sm-1679){
font-size: 32px;
}
@media($sm-1481){
font-size: 28px;
}
@media($sm-1199){
font-size: 26px;
}
@media($sm-1023){
font-size: 22px;
}
@media($sm-991){
font-size: 20px;
}
@media($sm-767){
font-size: 18px;
}
}
.counter-text {
color: #080836;
margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
text-align: left;
margin-left: 23px;
@media($sm-1679){
font-size: 14px;
}
@media($sm-1199){
font-size: 13px;
}
@media($sm-767){
text-align: center;
margin-left: 0px;
}
}
}
.timeline-section{
@media(max-width:680px){
padding: 40px 0px 0px 0px;
}
.timeline-inner{
align-items: center;
@media(max-width:680px){
flex-wrap: wrap;
}
}
.timeline-left{
width: 45%;
@media(max-width:680px){
width: 100%;
text-align: center;
}
.para-sec{
color: #080836;
font-weight: 600;
font-size: 16px;
line-height: 33px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 14px;
line-height: 24px;
}
@media($sm-767){
margin-bottom: 0px;
}
}
.time-line-main-title{
font-family: $secondary-font;
font-weight: 400;
font-size: 46px;
line-height: 59px;
letter-spacing: 0%;
color: #2F2F7D; @media($sm-1679){
font-size: 40px;
line-height: 46px;
}
@media($sm-1679){
font-size: 38px;
line-height: 46px;
}
@media($sm-1481){
font-size: 36px;
line-height: 44px;
}
@media($sm-1199){
font-size: 34px;
line-height: 42px;
}
@media($sm-991){
font-size: 28px;
line-height: 40px;
br{
display: none;
}
}
@media($sm-767){
font-size: 26px;
line-height: 38px;
}
@media($sm-579){
font-size: 24px;
line-height: 34px;
}
}
}
.timeline-right{
width: 55%;
@media(max-width:680px){
width: 100%;
}
.timeline{
position: relative;
padding-left: 48px;
&::before {
content: '';
position: absolute;
left: 40px;
top: 0;
bottom: 0;
width: 7px;
background: #A1A1C14A;
}
}
}
.timeline-item {
position: relative;
padding: 20px 0;
display: flex;
align-items: flex-start;
margin-left: -7px;
@media($sm-1679){
padding: 0px;
}
&:hover{
background-color: #2D2D78;
color: #fff;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
.time-line-title,.desc{
color: #fff;
}
.timeline-number{
background-color: #2D2D78;
color: #fff;
}
}
}
.timeline-number {
position: absolute;
left: -35px;
color:#2F2F7D;
width: 70px;
height: 70px;
background-color: #E4E4ED;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
font-size: 30px;
line-height: 33px;
letter-spacing: 0%;
transform: rotate(45deg);
top: 76px;
@media($sm-1679){
width: 60px;
height: 60px;
font-size: 28px;
left: -29px;
}
@media($sm-1481){
width: 50px;
height: 50px;
font-size: 24px;
left: -24px;
}
span{
transform: rotate(320deg);
}
}
.timeline-content {
padding: 30px 23px 30px 83px;
border-radius: 5px;
width: 100%;
@media($sm-1679){
padding: 25px 20px 25px 60px;
}
@media($sm-579){
padding: 20px 20px 20px 40px;
}
.time-line-title{
font-family: $secondary-font;
font-weight: 400;
font-size: 30px;
line-height: 36px;
letter-spacing: 0%;
color: #2F2F7D;
@media($sm-1679){
font-size: 28px;
}
@media($sm-1481){
font-size: 26px;
line-height: 36px;
}
@media($sm-1199){
font-size: 24px;
line-height: 34px;
}
@media($sm-991){
font-size: 22px;
line-height: 32px;
}
@media($sm-767){
font-size: 20px;
line-height: 28px;
}
@media($sm-579){
font-size: 18px;
line-height: 26px;
}
}
.desc{
color: #080836;
font-weight: 400;
font-size: 18px;
line-height: 36px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 16px;
line-height: 32px;
}
@media($sm-1481){
font-size: 14px;
line-height: 30px;
margin: 0px;
}
@media($sm-1199){
font-size: 13px;
line-height: 26px;
margin: 0px;
}
}
}
}
.testimonial-section{
background-color: #F4F4F7;
padding: 100px 0px;
@media($sm-1679){
padding: 80px 0px;
}
@media($sm-1481){
padding: 60px 0px;
}
@media($sm-1199){
padding: 40px 0px 80px 0px;
}
.title-sec{
padding-bottom: 50px;
@media($sm-1679){
padding-bottom: 40px;
}
@media($sm-1481){
padding-bottom: 30px;
}
@media($sm-1199){
padding-bottom: 20px;
}
.subtitle{
color: #080836;
font-weight: 600;
font-size: 16px;
line-height: 33px;
letter-spacing: 0%;
text-align: center;
@media($sm-1679){
font-size: 14px;
line-height: 28px;
}
}
.title-testimonial{
font-family:$secondary-font;
font-weight: 400;
font-size: 46px;
line-height: 59px;
letter-spacing: 0%;
text-align: center;
color: #2F2F7D;
@media($sm-1679){
font-size: 38px;
line-height: 46px;
}
@media($sm-1481){
font-size: 36px;
line-height: 44px;
}
@media($sm-1199){
font-size: 34px;
line-height: 42px;
}
@media($sm-991){
font-size: 28px;
line-height: 40px;
br{
display: none;
}
}
@media($sm-767){
font-size: 26px;
line-height: 38px;
}
@media($sm-579){
font-size: 24px;
line-height: 34px;
}
}
}
.testimonial{
border: 1px solid #E1E1F5;
border-radius: 16px;
margin: 0px 10px;
padding: 35px;
@media($sm-991){
padding: 20px;
}
.heading{
font-family:$secondary-font;
color: #2F2F7D;
font-weight: 400;
font-size: 28px;
line-height: 36px;
letter-spacing: 0%;
@media($sm-1679){
font-size: 26px;
line-height: 34px;
}
@media($sm-1481){
font-size: 24px;
line-height: 32px;
}
@media($sm-1199){
font-size: 22px;
line-height: 30px;
}
@media($sm-991){
font-size: 18px;
line-height: 28px;
}
@media($sm-767){
font-size: 16px;
line-height: 26px;
}
}
.testi-content{
color: #080836;
font-weight: 400;
font-size: 18px;
line-height: 36px;
letter-spacing: 0%;
min-height: 180px;
@media($sm-1679){
font-size: 16px;
line-height: 26px;
min-height: 120px;
}
@media($sm-1481){
font-size: 14px;
line-height: 24px;
}
}
.author-info{
display: flex;
align-items: center;
padding-top: 45px;
@media($sm-1679){
padding-top: 10px;
}
.author-img{
margin-right: 23px;
width: 65px;
height: 65px;
border-radius: 50px;
flex-shrink: 0;
@media($sm-1679){
width: 55px;
height: 55px;
}
@media($sm-1481){
width: 50px;
height: 50px;
}
img{
width: 100%;
height: 100%;
object-fit: cover;
}
}
.author-details{
font-family: 'Timeless';
font-weight: 700;
font-size: 20px;
letter-spacing: 0%;
color: #2E2E78;
@media($sm-1679){
font-size: 18px;
}
@media($sm-1481){
font-size: 16px;
}
@media($sm-1199){
font-size: 14px;
}
}
}
}
.slick-next:before, .slick-prev:before {
display: none;
}
.slick-prev,.slick-next{
width: 30px;
height: 30px;
bottom: 0;
top: unset;
cursor: pointer;
}
.slick-prev{
left: unset;
right: 59px;
bottom: -60px;
}
.slick-next{
bottom: -47px;
right: 20px;
}
.slick-next{
transform: rotate(180deg);
}
}
.for-founders-section {
padding: 70px 0 0px 0;
position: relative;
@media($sm-1199){
padding: 50px;
}
@media($sm-991){
padding: 40px;
}
.for-founders {
padding: 20px;
border-radius: 15px;
color: #fff;
padding: 25px;
display: flex;
align-items: center;
background: url(../img/funders_bg.svg) #2E2E78;;
background-repeat: no-repeat;
background-position: 20% 70%;
background-size: 53%;
@media($sm-579){
flex-direction: column;
}
.desc {
margin-top: 0;
margin-bottom: 1rem;
font-size: 18px;
line-height: 36px;
@media($sm-1679){
font-size: 16px;
line-height: 32px;
}
@media($sm-1481){
font-size:14px;
line-height: 28px;
}
}
&.for-equity {
background: url(../img/equity_bg.svg) #2E2E78;
background-repeat: no-repeat;
background-position: 87% bottom;
background-size: 53%;
margin-top: 25px;
.img-sec{
padding-top: 0px;
padding-bottom: 20px;
}
}
.text-space {
padding: 0 90px;
@media($sm-1199){
padding: 0px 40px;
}
@media($sm-767){
padding: 20px;
}
@media($sm-579){
padding: 0px;
}
}
@media screen and (max-width:1680px) {
padding: 20px;
p {
font-size: 13px;
line-height: 24px;
}
}
}
@media screen and (max-width:1680px) {
padding: 40px 0 25px 0;
}
h4.title {
font-family: 'Timeless';
font-weight: bold;
font-size: 44px;
@media($sm-1679){
font-size: 40px;
}
@media($sm-1481){
font-size: 36px;
}
@media($sm-1199){
font-size: 34px;
}
@media($sm-991){
font-size: 32px;
}
@media($sm-767){
font-size: 28px;
}
@media($sm-579){
font-size: 26px;
}
}
.img-sec{
padding-top: 30px;
max-width: 552px;
height: 464px;
@media($sm-1679){
height: 420px;
}
@media($sm-1481){
height: 400px;
}
@media($sm-1199){
height: 320px;
}
@media($sm-579){
max-width: 100%;
width: 100%;
height: 280px;
}
img{
width: 100%;
height: 100%;
border-radius: 10px;
object-fit: cover;
}
}
.round-btn{
@media($sm-579){
margin: 0px;
}
}
}
.industry-expertise {
padding: 100px 0;
text-align: center;
h4 {
margin: 0 0 125px 0;
}
.desc {
font-weight: 400;
font-size: 18px;
line-height: 36px;
letter-spacing: 0%;
text-align: center;
@media($sm-1679){
font-size: 16px;
line-height: 32px;
}
@media($sm-1481){
font-size: 14px;
line-height: 26px;
}
@media($sm-579){
br{
display: none;
}
}
}
@media ($sm-1679) {
padding: 20px 0 50px 0;
h3.title-text {
margin: 0 0 25px 0;
}
}
}
.title-text {
font-size: 46px;
color: #262677;
font-family: $secondary-font;
@media($sm-1679){
font-size: 40px;
}
@media($sm-1481){
font-size: 36px;
}
@media($sm-1199){
font-size: 34px;
}
@media($sm-991){
font-size: 32px;
}
@media($sm-767){
font-size: 28px;
}
@media($sm-579){
font-size: 26px;
}
}
.ico-box-inner{
justify-content: space-between;
.col-md-4{
@media($sm-767){
width: calc((100%/2) - 5px);
}
@media($sm-579){
width: 100%;
}
}
}
.icon-box {
background: #F4F4F7;
border-radius: 15px;
min-height: 320px;
margin: 15px 0;
display: flex;
align-items: center;
flex-direction: column;
transition: all .2s ease-out;
@media($sm-1679){
min-height: 300px;
}
@media($sm-1481){
min-height: 280px;
}
@media($sm-1199){
min-height: 240px;
}
&:hover {
background: #262677;
transition: all .2s ease-out;
label {
color: #fff;
}
}
.ico {
background: #fff;
border-radius: 100%;
width: 95px;
height: 95px;
margin: 0 0 10px 0;
display: flex;
align-items: center;
justify-content: center;
@media($sm-1679){
width: 85px;
height: 85px;
}
@media($sm-1481){
width: 75px;
height: 75px;
}
@media($sm-1199){
width: 65px;
height: 65px;
}
img{
@media($sm-1679){
width: 30px;
}
// @media($sm-1481){
// width: 75px;
// height: 75px;
// }
// @media($sm-1199){
// width: 65px;
// height: 65px;
// }
}
}
.label-txt {
font-size: 26px;
color: #262677;
font-family: $secondary-font;
text-align: center;
@media($sm-1679){
font-size: 24px;
}
@media($sm-1481){
font-size: 22px;
}
@media($sm-1199){
font-size: 20px;
}
@media($sm-991){
font-size: 18px;
}
@media($sm-767){
font-size: 16px;
}
}
// @media screen and (max-width:1680px) {
// min-height: 250px;
// span {
// min-width: 65px;
// height: 65px;
// img {
// max-width: 30px;
// }
// }
// label {
// font-size: 20px;
// }
// }
}