diff --git a/about.php b/about.php index 071142d..ec16618 100644 --- a/about.php +++ b/about.php @@ -1,6 +1,6 @@ -
+

About

@@ -72,8 +72,8 @@ As a managing director of the companies I am a true leader who inspire my team t
- -
+ + + +
+
+
+
Certifications & Achievements
+

Certified expertise you can trust.

+
+ +
- -
diff --git a/article-detail.php b/article-detail.php index 72abbb4..33f471a 100644 --- a/article-detail.php +++ b/article-detail.php @@ -1,6 +1,6 @@ -
+

Including animation in your
design system

By Eva Green - October 13, 2020
diff --git a/article-list.php b/article-list.php index 871fab8..fca7b9e 100644 --- a/article-list.php +++ b/article-list.php @@ -1,7 +1,7 @@ -
+

Article List

Explore my educational articles
@@ -15,13 +15,13 @@
@@ -39,9 +39,9 @@
-

Including animation in your design system

+

Including animation in your design system

Lorem ipsum dolor sit amet consectur adip sed eiusmod tempor.
- +
@@ -96,7 +96,7 @@
-
+

Feel
Free To
Message Me

diff --git a/assets/css/responsive.css b/assets/css/responsive.css index 1508435..fb66067 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -153,6 +153,7 @@ visibility:hidden; opacity:0; } + } @media only screen and (max-width: 767px){ @@ -173,7 +174,7 @@ width: 100%; } .sec-title h2 { - font-size: 40px; + font-size: 26px; line-height: 50px; } .footer-bottom .content { @@ -299,6 +300,51 @@ } @media only screen and (max-width: 350px) { + + +} + + +@media (min-width: 768px) and (max-width: 1024px) { +.banner-section-two .content-box .image img { + height: 500px; + position: relative; + margin-top: 230px; + object-fit: cover; +} +.banner-section-two .video-box,.banner-section-two .contact-number { + display: none; +} +.banner-section-two .content-box .image-wrapper { + display: block; +} + .about-us-section { + margin-bottom: 80px; + } + .mySwiper-video .swiper-slide { + width: 232.667px !important; + } + +} +@media (max-width: 576px) { + .venture-card { + height: 220px; + } + .mySwiper-video .swiper-slide { + width: 100% !important; + } +} + +@media (min-width: 768px) { + .venture-card { + height: 260px; + } +} + +@media (min-width: 992px) { + .venture-card { + height: 300px; + } } diff --git a/assets/css/style.css b/assets/css/style.css index 99dc160..706e049 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -2716,7 +2716,7 @@ a{ .testimonials-section { position: relative; - padding: 0px 0 120px; + /* padding: 0px 0 120px; */ /* background-color: #e9f7f2; */ } .testimonials-section.about{ @@ -4803,6 +4803,10 @@ gap: 8px; background-color: #e5f8f1; border-radius: 10px; } +.contact-form-section.popupp{ + padding: 0px !important; + +} .contact-form-section .contact-form { position: relative; @@ -5624,15 +5628,37 @@ gap: 8px; .mobile-menu .nav-logo img { max-width: 175px; } +.modal-header .btn-close { + padding: 0px !important; +} +.modal-header { + background-color: whitesmoke; +} +.modal-dialog-scrollable .modal-body { + background-color: #e5f8f1; + padding: 0px !important; +} +.modal-header .btn-close { + color:white; +} +.modal-header { + justify-content: flex-end; +} /* raffle video */ .mySwiper-video { width: 100%; height: 100%; } - +.modal-header{ + padding: 10px 10px !important; +} +.modal-header button i{ + font-size: 21px; +} .mySwiper-video .swiper-slide { + width: 376.667px !important; text-align: center; font-size: 18px; /* background: #fff; */ @@ -5660,11 +5686,12 @@ gap: 8px; .video-container { position: relative; width: 100%; - height: 500%; + height: 400px; overflow: hidden; border-radius: 10px; cursor: pointer; - border-radius: 30px; + aspect-ratio: 16 / 9; /* same as most videos */ + } .contact-btn1{ position: absolute !important; @@ -5711,10 +5738,11 @@ gap: 8px; .video-container video { width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; border-radius: 30px; border: 2px solid var(--primary-color1); -} + object-position: center; + } .video-section.rafflee{ /* padding: 40px !important; */ @@ -5748,3 +5776,72 @@ gap: 8px; border-radius: 30px; } +/* venture */ +/* Section */ +.ventures-section { + padding: 80px 0; + background: #e9f7f2; +} + +.ventures-container { + max-width: 1200px; + margin: auto; + padding: 0 15px; +} + +/* Header */ +.ventures-header { + margin-bottom: 50px; +} + +.ventures-subtitle { + display: block; + font-size: 14px; + text-transform: uppercase; + letter-spacing: 2px; + color: #ff6600; + margin-bottom: 10px; +} + +.ventures-title { + font-size: 36px; + font-weight: 700; + color: #222; +} + +/* Card */ +.venture-card { + width: 100%; + height: 280px; + background: #fff; + border-radius: 12px; + padding: 30px; + text-align: center; + box-shadow: 0 10px 25px rgba(0,0,0,0.08); + transition: transform 0.3s ease, box-shadow 0.3s ease; +} + +.venture-card img { + width: 100%; + height: 100%; + object-fit: contain; /* Keeps aspect ratio, no compression */ + object-position: center; + display: block; +} + + + +.venture-card:hover { + transform: translateY(-10px); + box-shadow: 0 20px 35px rgba(0,0,0,0.12); +} + +/* Swiper Controls */ +.swiper-button-next, +.swiper-button-prev { + color: #ff6600; +} + +.swiper-pagination-bullet { + background: #ff6600; +} diff --git a/assets/images/background/image.png b/assets/images/background/image.png new file mode 100644 index 0000000..db99d0d Binary files /dev/null and b/assets/images/background/image.png differ diff --git a/assets/js/venture.js b/assets/js/venture.js new file mode 100644 index 0000000..52af04d --- /dev/null +++ b/assets/js/venture.js @@ -0,0 +1,32 @@ + +new Swiper(".ventures-swiper", { + slidesPerView: 4, + spaceBetween: 30, + loop: true, + autoplay: { + delay: 2500, + disableOnInteraction: false, + }, + pagination: { + el: ".swiper-pagination", + clickable: true, + }, + navigation: { + nextEl: ".swiper-button-next", + prevEl: ".swiper-button-prev", + }, + breakpoints: { + 0: { + slidesPerView: 1, + }, + 576: { + slidesPerView: 2, + }, + 992: { + slidesPerView: 3, + }, + 1200: { + slidesPerView: 4, + } + } +}); diff --git a/blog-detail.php b/blog-detail.php index 299ecb1..6f408b5 100644 --- a/blog-detail.php +++ b/blog-detail.php @@ -1,6 +1,6 @@ -
+

Including animation in your
design system

By Eva Green - October 13, 2020
@@ -59,19 +59,19 @@
April 18, 2020
-

Consequntur eos magni dolore.

+

Consequntur eos magni dolore.

-
+
April 18, 2020
-

Magni dolore qui ratione seque.

+

Magni dolore qui ratione seque.

-
+
April 18, 2020
-

Raton magni sed dolore eos.

+

Raton magni sed dolore eos.

diff --git a/blog-list.php b/blog-list.php index 5cc4fba..93406a0 100644 --- a/blog-list.php +++ b/blog-list.php @@ -1,7 +1,6 @@ - -
+

Blog List

Explore my favourate blogs
diff --git a/contact.php b/contact.php index 4a3895f..11f6fb8 100644 --- a/contact.php +++ b/contact.php @@ -1,6 +1,6 @@ -
+

Contact Us

Treating Customers Like Family Since 2008
diff --git a/footer.php b/footer.php index 98952bc..9a6b30e 100644 --- a/footer.php +++ b/footer.php @@ -6,7 +6,7 @@

About Me.

-
I am an Overseas Education Advisor with experience supporting students in planning and applying for overseas education.
+
An experienced Overseas Education Advisor, specializing in supporting students with planning and applying for overseas education.
@@ -15,10 +15,10 @@

Usefull Link

@@ -74,7 +74,9 @@