123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271 |
- /*========================================
- HOME-CLASSIC PAGE STYLE
- =========================================*/
- .navbar-part {
- position: absolute;
- top: 128px;
- left: 0px;
- width: 100%;
- z-index: 2;
- background: var(--white);
- transition: all linear .3s;
- -webkit-transition: all linear .3s;
- -moz-transition: all linear .3s;
- -ms-transition: all linear .3s;
- -o-transition: all linear .3s;
- }
- .header-navbar-fixed.active .navbar-part {
- top: 69px;
- background: rgba(0, 0, 0, 0.8);
- }
- .header-navbar-fixed.active .dropdown-megamenu:hover .megamenu {
- top: 62px;
- }
- .navbar-content {
- border-top: 1px solid #575960;
- }
- .navbar-link {
- color: var(--black);
- }
- .dropdown-arrow::before {
- color: var(--black);
- }
- .navbar-info p {
- color: #30457d;
- }
- .dropdown-megamenu:hover .megamenu {
- top: 70px;
- }
- .megamenu {
- top: 100px;
- }
- .home-classic-slider {
- margin-bottom: 100px;
- }
- .home-classic-slider .dandik {
- right: 30px;
- }
- .home-classic-slider .bamdik {
- left: 30px;
- }
- .banner-part {
- height:605px;
- margin-top:70px;
- padding: 210px 0px 150px;
- position: relative;
- z-index: 1;
- background-size: cover !important;
- }
- .banner-part::before {
- position: absolute;
- content: "";
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: -1;
- background: rgba(0, 0, 0, 0.4);
- }
- .banner-content {line-height:1.1;}
- .banner-content h1 {
- font-size:56px; font-weight:300;
- text-transform: capitalize;
- margin-bottom: 22px;
- color: var(--white);
- word-break:keep-all;
- line-height:1.3;
- }
- .banner-content p {
- font-size: 16px; font-weight:500;
- line-height: 28px;
- margin-bottom: 50px;
- color:#5564bf;
- line-height:1.3
- }
- .banner-btn .btn {
- margin-right: 15px;
- }
- .banner-btn .btn:last-child {
- margin-right: 0px;
- }
- @media (max-width: 768px) {
- .banner-part {
- display:flex!important; align-items:center;
- margin-top:0;
- padding: 50px 0px 60px;
- }
- }
- @media (max-width: 767px) {
- .home-classic-slider {
- margin-bottom: 30px;
- }
- .banner-content {padding-top:100px; text-align:center;}
- .banner-content h1 {
- margin-bottom:10px;
- font-size: 40px;
- line-height: 48px;
- font-weight:500;
- }
- .banner-btn .btn {
- margin: 8px;
- }
- }
- @media (min-width: 768px) and (max-width: 991px) {
- .banner-part {
- padding: 70px 0px 80px;
- }
- .banner-content h1 {
- font-size: 42px;
- line-height: 50px;
- }
- }
- .suggest-slider li {
- margin: 0px 10px;
- }
- @media (max-width: 575px) {
- .suggest-slider li {
- margin: 0px 5px;
- }
- }
- .promo-img {
- width: 100%;
- overflow: hidden;
- border-radius: 8px;
- }
- .promo-img a {
- width: 100%;
- }
- .promo-img a img {
- width: 100%;
- border-radius: 8px;
- transition: all linear .3s;
- -webkit-transition: all linear .3s;
- -moz-transition: all linear .3s;
- -ms-transition: all linear .3s;
- -o-transition: all linear .3s;
- }
- .promo-img a img:hover {
- -webkit-transform: scale(1.05);
- transform: scale(1.05);
- }
- @media (max-width: 767px) {
- .promo-img {
- margin: 12px 0px;
- }
- }
- .new-slider li {
- margin: 0px 12px;
- }
- @media (max-width: 575px) {
- .new-slider .product-card {
- width: 220px;
- }
- }
- .new-slider li {
- margin: 0px 12px;
- }
- @media (max-width: 480px) {
- .new-slider li {margin:0;}
- }
- @media (max-width: 575px) {
- .new-slider .product-card {
- width: 220px;
- }
- }
- .newitem-part .dandik,
- .newitem-part .bamdik,
- .weekly-part .dandik,
- .weekly-part .bamdik,
- .brand-slider .dandik,
- .brand-slider .bamdik {
- top: 35%;
- }
- .testimonial-slider .slick-slide {
- opacity: 0.3;
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- transition: all linear .3s;
- -webkit-transition: all linear .3s;
- -moz-transition: all linear .3s;
- -ms-transition: all linear .3s;
- -o-transition: all linear .3s;
- }
- .testimonial-slider .slick-center {
- opacity: 1;
- -webkit-transform: scale(1);
- transform: scale(1);
- transition: all linear .3s;
- -webkit-transition: all linear .3s;
- -moz-transition: all linear .3s;
- -ms-transition: all linear .3s;
- -o-transition: all linear .3s;
- }
- .testimonial-slider .dandik,
- .testimonial-slider .bamdik {
- opacity: 1;
- visibility: visible;
- }
- .testimonial-slider .dandik {
- right: 50px;
- }
- .testimonial-slider .bamdik {
- left: 50px;
- }
- .blog-slider .blog-card {
- margin: 0px 15px 25px;
- }
- .blog-slider .dandik,
- .blog-slider .bamdik {
- top: 30%;
- }
- @media (max-width: 767px) {
- .blog-slider .blog-card {
- margin: 0px 10px ;
- }
- }
- @media (max-width:480px) {
- .banner-part.visual2 { background-position: top 0 left -820px!important;}
- }
|