banner header
This commit is contained in:
@@ -2941,6 +2941,9 @@ justify-content: space-between;
|
|||||||
gap: 0.5rem;
|
gap: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.service-items .service-item.country:nth-child(1){
|
||||||
|
background-color: rgba(110, 127, 153, 0.15);
|
||||||
|
}
|
||||||
.service-item {
|
.service-item {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-radius: 0.75rem;
|
border-radius: 0.75rem;
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
<div class="service-items">
|
<div class="service-items">
|
||||||
@foreach ($countries as $country)
|
@foreach ($countries as $country)
|
||||||
<a href="{{ route('country.single', $country->slug) }}"
|
<a href="{{ route('country.single', $country->slug) }}"
|
||||||
class="service-item">
|
class="service-item country">
|
||||||
<div class="service-icon blue-bg">
|
<div class="service-icon blue-bg">
|
||||||
<img src="{{ asset($country->image) }}"
|
<img src="{{ asset($country->image) }}"
|
||||||
alt="">
|
alt="">
|
||||||
|
@@ -73,7 +73,7 @@
|
|||||||
<div>
|
<div>
|
||||||
|
|
||||||
<h3 class=" text-ter text-22 font-light m-0"><span
|
<h3 class=" text-ter text-22 font-light m-0"><span
|
||||||
class="counter" data-target="4">0</span> k</h3>
|
class="counter" data-target="100">0</span> +</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h3
|
<h3
|
||||||
@@ -90,12 +90,12 @@
|
|||||||
class="iconbox flex flex-grow-1 relative flex-col iconbox-default border-right border-white">
|
class="iconbox flex flex-grow-1 relative flex-col iconbox-default border-right border-white">
|
||||||
<div>
|
<div>
|
||||||
<h3 class=" text-ter text-22 font-light m-0"><span
|
<h3 class=" text-ter text-22 font-light m-0"><span
|
||||||
class="counter" data-target="3">0</span> k</h3>
|
class="counter" data-target="500">0</span> +</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h3
|
<h3
|
||||||
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
||||||
mentors
|
Courses
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -107,12 +107,12 @@
|
|||||||
class="iconbox flex flex-grow-1 relative flex-col iconbox-default border-right border-white">
|
class="iconbox flex flex-grow-1 relative flex-col iconbox-default border-right border-white">
|
||||||
<div>
|
<div>
|
||||||
<h3 class=" text-ter text-22 font-light m-0"><span
|
<h3 class=" text-ter text-22 font-light m-0"><span
|
||||||
class="counter" data-target="40">0</span> </h3>
|
class="counter" data-target="600">0</span> +</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h3
|
<h3
|
||||||
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
||||||
countries
|
Accomodation
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@@ -124,12 +124,12 @@
|
|||||||
class=" iconbox flex flex-grow-1 relative flex-col iconbox-default ">
|
class=" iconbox flex flex-grow-1 relative flex-col iconbox-default ">
|
||||||
<div>
|
<div>
|
||||||
<h3 class=" text-ter text-22 font-light m-0"><span
|
<h3 class=" text-ter text-22 font-light m-0"><span
|
||||||
class="counter" data-target="90">0</span> k</h3>
|
class="counter" data-target="3000">0</span> +</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="contents">
|
<div class="contents">
|
||||||
<h3
|
<h3
|
||||||
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
class="font-title text-11 font-light leading-20 m-0 text-gray-700 lqd-iconbox-heading text-ter">
|
||||||
success stories
|
Success stories
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user