the bola v2 website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.css 7.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. @import url("https://db.onlinewebfonts.com/c/2206d6cc490084998d531e8c1b2cbb4a?family=Druk+Wide+Bold");
  2. @import url("https://fonts.googleapis.com/css?family=Poppins");
  3. :root {
  4. --primary-clr: #67eb47;
  5. --disable-clr: #243e1d;
  6. --dark-clr: #000;
  7. --light-clr: #fff;
  8. }
  9. ::-webkit-calendar-picker-indicator {
  10. filter: invert(1);
  11. }
  12. /* DEFAULT */
  13. * {
  14. padding: 0;
  15. margin: 0;
  16. }
  17. body {
  18. font-family: "Poppins";
  19. }
  20. p {
  21. font-size: clamp(1rem, 0.938vw, 1.125rem);
  22. }
  23. .text-db {
  24. color: var(--primary-clr);
  25. }
  26. .text-highlight {
  27. font-family: "Druk Wide Bold" !important;
  28. }
  29. .db-btn {
  30. background-color: var(--primary-clr);
  31. color: var(--dark-clr) !important;
  32. border-radius: 50px;
  33. max-width: fit-content;
  34. border: none;
  35. font-size: clamp(18px,1vw,23px);
  36. font-weight: 500;
  37. padding: 0.5rem 3rem;
  38. }
  39. .db-btn[disabled]{
  40. background-color: var(--disable-clr) !important;
  41. }
  42. .db-h3 {
  43. font-size: clamp(2.2rem, 2.083vw, 2.5rem);
  44. line-height: clamp(2.925rem, 2.604vw, 3.125rem);
  45. font-weight: 500;
  46. }
  47. .db-h5 {
  48. font-size: clamp(1.175rem, 1.146vw, 1.375rem);
  49. line-height: clamp(1.7rem,2.083vw,2.5rem);
  50. }
  51. .db-h6 {
  52. font-size: clamp(1.25rem, 1vw, 1.75rem);
  53. font-weight: 500;
  54. }
  55. .about-paragraph {
  56. width: 100%;
  57. }
  58. .feature-paragraph {
  59. width: 100%;
  60. }
  61. .page-highlight{
  62. padding: 4rem 3rem;
  63. background-size: cover;
  64. background-repeat: no-repeat;
  65. background-position: center top;
  66. }
  67. .section-2 {
  68. padding: 4rem 3rem;
  69. background-size: cover;
  70. background-repeat: no-repeat;
  71. background-position: center top;
  72. }
  73. .section3-img {
  74. background-size: cover;
  75. background-position: left;
  76. width: 100%;
  77. min-height: 70vh;
  78. border: 1px solid gray;
  79. }
  80. .section-8{
  81. background-size: cover;
  82. background-repeat: no-repeat;
  83. background-position: right top;
  84. padding: 7.5rem 3rem;
  85. }
  86. .db-input {
  87. background-color: black;
  88. padding: 1.125rem 0;
  89. border: none;
  90. color: var(--light-clr);
  91. border-bottom: 2px solid var(--primary-clr);
  92. width: 100%;
  93. font-size: 18px;
  94. }
  95. .db-input::placeholder {
  96. color: var(--light-clr);
  97. opacity: 0.5; /* Firefox */
  98. }
  99. .db-input:focus-visible {
  100. outline: none;
  101. }
  102. .db-button{
  103. }
  104. /* HERO - SECTION 1*/
  105. .hero-text-highlight {
  106. font-size: 2.3rem;
  107. line-height: 2.8rem;
  108. font-weight: bold;
  109. }
  110. .hero-text-description {
  111. font-size: clamp(1.563rem, 1vw, 1.563rem);
  112. line-height: 2.5rem;
  113. }
  114. /* NAVBAR */
  115. #main-nav {
  116. padding: 2rem 3rem;
  117. }
  118. .nav-logo-desktop {
  119. width: 70%
  120. }
  121. .nav-logo-text {
  122. font-size: clamp(1.313rem, 1.146vw, 1.375rem);
  123. padding-left: 1rem;
  124. vertical-align: middle;
  125. }
  126. #main-nav .nav-item {
  127. padding: 0;
  128. }
  129. #main-nav .nav-item a {
  130. color: var(--light-clr);
  131. transition: all 0.5s ease-in-out;
  132. font-size: 1.25rem;
  133. font-weight: 500;
  134. }
  135. #main-nav .nav-item a:hover {
  136. color: var(--primary-clr);
  137. }
  138. #main-nav .nav-item a.active {
  139. color: var(--primary-clr);
  140. }
  141. /* FOOTER */
  142. .footer-container{
  143. width: 100%;
  144. }
  145. .footer-logo{
  146. width: 337px;
  147. margin-bottom: 5rem;
  148. }
  149. .footer-details-heading{
  150. font-size: 1.563rem;
  151. }
  152. .footer-details-desc{
  153. line-height: 30px;
  154. font-size: 1.25rem;
  155. font-weight: normal;
  156. }
  157. .db-link{
  158. color: var(--light-clr);
  159. text-decoration: none;
  160. transition: all 200ms ease-in-out;
  161. }
  162. .db-link:hover{
  163. color: var(--primary-clr);
  164. }
  165. .db-link-icon{
  166. text-decoration: none;
  167. color: var(--primary-clr);
  168. transition: all 200ms ease-in-out;
  169. }
  170. .db-link-icon:hover{
  171. color: var(--light-clr);
  172. }
  173. .section-5 {
  174. padding-left: 0;
  175. padding-right: 0;
  176. }
  177. .article-container{
  178. margin-bottom: 5.25rem;
  179. }
  180. .article-item{
  181. padding-top: 80%;
  182. background-size: cover;
  183. background-repeat: no-repeat;
  184. background-position: center center;
  185. }
  186. .article-carousel-item{
  187. background-size: cover;
  188. background-repeat: no-repeat;
  189. background-position: center center;
  190. padding-top:30%;
  191. cursor: pointer;
  192. }
  193. .article-carousel-ind-container{
  194. position: absolute;
  195. top:0;
  196. }
  197. .article-details{
  198. height: 100%;
  199. width: 100%;
  200. top:0;
  201. left:0
  202. }
  203. .article-details-datetime{
  204. width: 100%;
  205. height: fit-content;
  206. }
  207. .article-details-link{
  208. width: 100%;
  209. height: fit-content;
  210. }
  211. .article-details-line{
  212. width: 60px;
  213. height: 5px;
  214. opacity: 1;
  215. }
  216. .article-details-href{
  217. text-decoration: none;
  218. vertical-align: middle;
  219. }
  220. .booking-container{
  221. margin-bottom: 5.25rem;
  222. overflow: hidden;
  223. }
  224. .field-item{
  225. padding-top: 80%;
  226. background-size: cover;
  227. background-repeat: no-repeat;
  228. background-position: center center;
  229. cursor: pointer;
  230. }
  231. .field-details{
  232. height: 100%;
  233. width: 100%;
  234. top:0;
  235. left:0
  236. }
  237. .field-overlay{
  238. background-color: rgba(0, 0, 0, 0.5);
  239. width: 100%;
  240. padding: 1.688rem 3.625rem;
  241. transition: all 300ms ease-in-out;
  242. height: fit-content;
  243. }
  244. .field-c.active .field-overlay{
  245. background-color: rgba(103, 235, 71, 0.5);
  246. }
  247. .field-item:hover .field-overlay{
  248. background-color: rgba(103, 235, 71, 0.5);
  249. }
  250. .location-item{
  251. padding-top: 80%;
  252. background-size: cover;
  253. background-repeat: no-repeat;
  254. background-position: center center;
  255. }
  256. .location-overlay{
  257. background-color: rgba(0, 0, 0, 0.5);
  258. width: 100%;
  259. padding: 1.688rem 3.625rem;
  260. transition: all 300ms ease-in-out;
  261. height: 100%;
  262. }
  263. #field-location-container:has(> :last-child:nth-child(2)){
  264. display: none !important;
  265. }
  266. #field-container:has(> :last-child:nth-child(2)){
  267. display: none !important;
  268. }
  269. .location-item{
  270. padding-top: 80%;
  271. background-size: cover;
  272. background-repeat: no-repeat;
  273. background-position: center center;
  274. }
  275. .select-field.active .location-overlay{
  276. background-color: rgba(103, 235, 71, 0.5);
  277. }
  278. .location-item:hover .location-overlay{
  279. background-color: rgba(103, 235, 71, 0.5);
  280. }
  281. .container-contactus{
  282. padding-left: 6.5rem;
  283. padding-right: 6.5rem;
  284. }
  285. @media (min-width: 768px) {
  286. #main-nav {
  287. padding: 2rem 4.5rem;
  288. }
  289. .hero-text-highlight {
  290. font-size: clamp(4rem, 3.646vw, 4.375rem);
  291. line-height: clamp(4.2rem, 3.75vw, 4.5rem);
  292. }
  293. .hero-text-description {
  294. font-size: clamp(1.563rem, 1.302vw, 1.563rem);
  295. line-height: 2.5rem;
  296. }
  297. .section2 {
  298. padding: 3.75rem 3rem;
  299. }
  300. .section-8{
  301. background-size: cover;
  302. background-repeat: no-repeat;
  303. background-position: center top;
  304. padding: 7.5rem 3rem;
  305. }
  306. #main-nav {
  307. padding: 2rem 4.5rem;
  308. }
  309. .about-paragraph {
  310. width: 70%;
  311. }
  312. .feature-paragraph {
  313. width: 80%;
  314. }
  315. .section3-img {
  316. background-position: center;
  317. }
  318. .container-contactus{
  319. padding-left: 9.738rem;
  320. padding-right: 8.438rem;
  321. }
  322. .footer-logo{
  323. width: 237px;
  324. }
  325. }
  326. @media (min-width: 992px) {
  327. #main-nav .nav-item {
  328. padding: 0 1.875rem;
  329. }
  330. .article-container {
  331. padding-left: 8.438rem;
  332. padding-right: 8.438rem;
  333. }
  334. .article-carousel-ind-container{
  335. position: relative;
  336. }
  337. .booking-container {
  338. padding-left: 8.438rem;
  339. padding-right: 8.438rem;
  340. }
  341. }
  342. /* UTILS */
  343. .p-7 {
  344. padding: 3.75rem;
  345. }
  346. .px-7 {
  347. padding: 0 3.75rem;
  348. }
  349. .py-6 {
  350. padding-top: 4.5rem;
  351. padding-bottom: 4.5rem;
  352. }
  353. .py-7 {
  354. padding-top: 5rem;
  355. padding-bottom: 5rem;
  356. }
  357. .my-7 {
  358. margin-top: 5rem;
  359. margin-bottom: 5rem;
  360. }