diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index ee45e22..978ca25 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -46,7 +46,7 @@ h4{ /* new nav*/ .header { - padding: 1rem 6rem; + padding: 0 6rem; display: flex; justify-content: space-between; align-items: center; @@ -64,15 +64,18 @@ h4{ position: sticky; box-shadow: 0 2px 4px rgba(99, 99, 99, 0.25); } -.header-scroll .logo{ +.header .logo{ height: 5rem; } +.header-scroll .logo{ + height: 3.8rem; +} .navbar-list { display: flex; justify-content: center; align-items: center; text-align: center; - gap: 2rem; + gap: 0.6rem; text-decoration: none; padding: 0 0.8rem !important; list-style: none; @@ -84,6 +87,13 @@ h4{ line-height: 20px; color: #FFFFFF !important; } +.nav-socials{ + display: flex; + gap: 10px; +} +.nav-socials a{ + text-decoration: none; +} .nav-link:hover, .nav-link:active { @@ -208,7 +218,73 @@ Responsive Codes } /* new nav */ - +/* banner section */ +.banner-section{ + position: relative; +} +.banner-section .banner-description{ + position: absolute; + top: 40%; + left: 10%; + visibility: hidden; + animation: 4s anim-lineUp ease-out; +} +.banner-section .banner-description-two{ + position: absolute; + top: 40%; + left: 10%; + visibility: hidden; + animation: 3s anim-lineUp ease-out; + animation-delay: 6s; +} +.banner-section .banner-description-three{ + position: absolute; + top: 40%; + left: 10%; + visibility: hidden; + animation: 4s anim-lineUp ease-out; + animation-delay: 8s; +} +.banner-description h2, .banner-description-two h2, .banner-description-three h2{ + font-weight: 800; + font-size: 46px; + line-height: 69px; + color: #FFFFFF; +} +@keyframes anim-lineUp { + 0% { + opacity: 0; + transform: translateX(-50%); + visibility: visible; + } + 20% { + opacity: 0; + visibility: visible; + } + 50% { + opacity: 1; + visibility: visible; + transform: translateX(0%); + } + 100% { + opacity: 0; + visibility: visible; + transform: translateX(0%); + } +} +.banner-description h3, .banner-description-two h3, .banner-description-three h3{ + font-weight: 700; + font-size: 42px; + line-height: 63px; + letter-spacing: 0.01em; + color: #F54C5F; +} +.banner-description p, .banner-description-two p, .banner-description-three p{ + font-weight: 400; + font-size: 18px; + line-height: 1.6rem; + color: #FFFFFF; + } /* achievement section css */ .achievement-section{ padding: 3rem 6rem; @@ -477,13 +553,19 @@ Responsive Codes } /* news and update section css */ .quick-enquiry-setion{ - background-image: url('../images/quick-enquiry.png'); + background: url('../images/quick-enquiry.png') repeat fixed 100%; padding: 6rem; background-repeat: no-repeat; height: auto; - box-shadow: inset 0 1700px rgb(0 0 0 / 30%); + width: 100%; + box-shadow: inset 0 1700px rgb(0 0 0 / 60%); background-size: cover!important; - position: relative; +} +.quick-enquiry-setion .row{ + display: flex; + align-items: center; + position: sticky; + top: 20px; } .contact-phone{ display: flex; @@ -577,9 +659,21 @@ Responsive Codes .enquiry-contacts p{ font-weight: 400; font-size: 22px; + margin-bottom: 40px; line-height: 2rem; color: #FFFFFF; } +.btn-submit{ + background: #F54C5F; + border: 2px solid #F54C5F; + border-radius: 4px;; + border-radius: 4px; + padding: 10px 40px; + font-weight: 700; + font-size: 16px; + text-align: center; + color: #FFFFFF; +} /* footer css */ .footer{ padding: 3rem 6rem 0 6rem; @@ -643,4 +737,4 @@ Responsive Codes .developed-by a{ text-decoration: none; color: #53676E; -} \ No newline at end of file +} diff --git a/public/frontend/icons/facebook.svg b/public/frontend/icons/facebook.svg new file mode 100644 index 0000000..a44c66b --- /dev/null +++ b/public/frontend/icons/facebook.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/public/frontend/icons/instagram.svg b/public/frontend/icons/instagram.svg new file mode 100644 index 0000000..de82953 --- /dev/null +++ b/public/frontend/icons/instagram.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/frontend/icons/linkedIn.svg b/public/frontend/icons/linkedIn.svg new file mode 100644 index 0000000..9af7df8 --- /dev/null +++ b/public/frontend/icons/linkedIn.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/frontend/video/aplus-video.mp4 b/public/frontend/video/aplus-video.mp4 new file mode 100644 index 0000000..0a2c998 Binary files /dev/null and b/public/frontend/video/aplus-video.mp4 differ diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index a5c1dec..a1dd8f5 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -34,7 +34,7 @@ -