@import url('https://fonts.googleapis.com/css2?family=Gloock&family=Playfair+Display:ital,wght@0,400;0,500;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair:ital,wght@0,300;0,400;1,300;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Varela+Round&display=swap');

body,*{
    font-family: 'Poppins', sans-serif;
}
a{
    color:rgba(139,185,174,1);
}
a:focus, 
a:hover {
    color:rgba(139,185,174,0.5);    	
    text-decoration: none;
}

.social_follow ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-inline-start: 0px;
}

.social_follow li  {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    background: #f7f6f1;
    margin-right: 5px;
    width: 50px;
    padding: 10px 10px;

    text-align: center;
    z-index: 1;
    border: 1px solid #e1e1e1;
    border-radius: 100%;
    box-shadow: 1px 1px 0 0 #ffffff inset, 1px 1px 0 0 #ffffff;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;

}	

.banner-static {
    position: relative;
    background: white;
    padding: 30px 0;
}


.banner-static .box-text .text .shop_now a {
    border: 2px solid #2c2c2c;
    color: #2c2c2c;
    font-size: 14px;
    border-radius: 30px;
    padding: 0 25px;
    height: 40px;
    line-height: 36px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}


.banner-static .box-text .text .shop_now a:hover {
    color: white;
    background: rgba(166,217,214, 1);
    border-color: rgba(166,217,214, 1);
}


a {
    text-decoration: none;
}


.img-responsive{
    width: 100%;
}
.banner-static .box-text{
    padding: 0% 4%;
}

.banner-static .box-text .text h2 {
    font-size: 19px;
}
.banner-static .box-text .text h2 {
    color: #444444;
    font-weight: 300;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}
.banner-static .box-text .text h3 {
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 20px;
}
.banner-static .box-text .text h3 {
    color: #2c2c2c;
    font-weight: 500;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
    margin-bottom: 30px;
}

.banner-static .box-text .text p {
    font-size: 18px;
}
.banner-static .box-text .text p {
    font-size: 18px;
    color: #696969;
    display: block;
    margin-top: 18px;
    line-height: 24px;
    margin-bottom: 40px;
}


.banner-static .box-text {
    /*position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
}


.banner-static .box-text .text h2 span {
    color: #444444;
    font-weight: 500;
}