the bola v2 website
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

main.css 7.6KB

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