sub.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. .header--wrap.scrolled, .header--wrap:hover {
  2. background-color: #fff;
  3. }
  4. .header--wrap.scrolled .header--inner .header--mob--lang--btn, .header--wrap:hover .header--inner .header--mob--lang--btn {
  5. background-image: url(../img/ico--global--black.svg);
  6. }
  7. .header--wrap.scrolled .header--inner .header--mob--btn, .header--wrap:hover .header--inner .header--mob--btn {
  8. background-image: url(../img/ico--header--black.svg);
  9. }
  10. .header--wrap.scrolled .header--inner .header--logo, .header--wrap:hover .header--inner .header--logo {
  11. background-image: url(../img/logo--white.svg);
  12. }
  13. .header--wrap.scrolled .header--inner:has(.header--mob--btn.active) .header--logo, .header--wrap:hover .header--inner:has(.header--mob--btn.active) .header--logo {
  14. background-image: url(../img/logo--default.svg);
  15. }
  16. .header--wrap.scrolled .header--inner .header--nav > ul > li > a, .header--wrap:hover .header--inner .header--nav > ul > li > a {
  17. color: #000;
  18. }
  19. .header--wrap.scrolled .header--inner .header--lang--btn, .header--wrap:hover .header--inner .header--lang--btn {
  20. background-color: #EC3237;
  21. }
  22. .footer--wrap.sub--type {
  23. position: static;
  24. }
  25. main .ico {
  26. display: inline-block;
  27. background-repeat: no-repeat;
  28. background-size: 100%;
  29. background-position: center;
  30. }
  31. main .sub--visual--wrap {
  32. position: relative;
  33. }
  34. main .sub--visual--wrap .visual--wrap {
  35. width: 100%;
  36. }
  37. main .sub--visual--wrap .visual--wrap img {
  38. width: 100%;
  39. }
  40. main .sub--visual--wrap .visual--txt--wrap {
  41. position: absolute;
  42. max-width: 1600px;
  43. width: 100%;
  44. bottom: -14px;
  45. line-height: 1;
  46. text-transform: uppercase;
  47. left: 50%;
  48. transform: translateX(-50%);
  49. }
  50. main .sub--visual--wrap .visual--txt--wrap h2 {
  51. font-weight: 800;
  52. font-size: 120px;
  53. color: #fff;
  54. }
  55. main .sub--visual--wrap .visual--txt--wrap h2 .mo {
  56. display: none;
  57. }
  58. main .sub--visual--wrap .visual--txt--wrap h2 strong {
  59. color: #ec3237;
  60. }
  61. main .org--sec--wrap {
  62. background-size: cover;
  63. background-attachment: fixed;
  64. background-color: #1A1B20;
  65. background-position: bottom;
  66. background-repeat: no-repeat;
  67. background-image: url(../img/img--org.png);
  68. }
  69. main .sub--menu--wrap {
  70. max-width: 1600px;
  71. justify-content: center;
  72. align-items: center;
  73. display: flex;
  74. margin: 0 auto;
  75. gap: 18px;
  76. padding: 150px 0;
  77. width: 100%;
  78. }
  79. main .sub--menu--wrap select {
  80. background-color: #fff;
  81. width: 100%;
  82. border: 1px solid #dedede;
  83. border-radius: 15px;
  84. cursor: pointer;
  85. color: #191919;
  86. font-size: 16px;
  87. font-weight: 500;
  88. padding: 25px 20px;
  89. -webkit-appearance: none;
  90. background-image: url(../img/ico--select--black.svg);
  91. background-repeat: no-repeat;
  92. background-position: center right 20px;
  93. -moz-appearance: none;
  94. appearance: none;
  95. }
  96. main .sub--menu--wrap.mo {
  97. display: none;
  98. }
  99. main .sub--menu--wrap .ico {
  100. width: 20px;
  101. height: 20px;
  102. background-image: url(../img/ico--home.svg);
  103. }
  104. main .sub--menu--wrap .dot {
  105. display: inline-block;
  106. width: 6px;
  107. height: 6px;
  108. border-radius: 50%;
  109. background-color: #d9d9d9;
  110. }
  111. main .sub--menu--wrap p {
  112. text-transform: uppercase;
  113. font-size: 18px;
  114. font-weight: 400;
  115. color: #000;
  116. }
  117. main .sub--menu--wrap p:last-child {
  118. font-weight: 600;
  119. color: #ec3237;
  120. }
  121. main .sub--container {
  122. max-width: 1600px;
  123. margin: 0 auto;
  124. }
  125. main .sub--container .sub--title--wrap {
  126. display: flex;
  127. justify-content: center;
  128. margin-bottom: 60px;
  129. }
  130. main .sub--container .sub--title--wrap .sub--title {
  131. color: #191919;
  132. font-size: 50px;
  133. font-weight: 800;
  134. display: inline;
  135. text-align: center;
  136. text-transform: capitalize;
  137. position: relative;
  138. }
  139. main .sub--container .sub--title--wrap .sub--title.mo {
  140. display: none;
  141. }
  142. main .sub--container .sub--title--wrap .sub--title::after {
  143. position: absolute;
  144. content: "";
  145. display: inline-block;
  146. background: rgba(236, 50, 55, 0.4);
  147. width: calc(100% + 10px);
  148. bottom: 5px;
  149. left: -5px;
  150. z-index: -1;
  151. height: 40%;
  152. }
  153. main .sub--container .sub--cont--wrap {
  154. margin-bottom: 120px;
  155. }
  156. main .sub--container .sub--cont--wrap .sub--desc {
  157. max-width: 1200px;
  158. margin: 0 auto;
  159. line-height: 1.7;
  160. color: #000;
  161. font-size: 18px;
  162. font-weight: 300;
  163. text-align: center;
  164. }
  165. main .sub--container .sub--cont--wrap .sub--point {
  166. display: flex;
  167. justify-content: space-between;
  168. flex-wrap: wrap;
  169. margin-top: 120px;
  170. }
  171. main .sub--container .sub--cont--wrap .sub--point .point--box {
  172. width: calc((100% - 120px) / 4);
  173. padding: 45px;
  174. border: 1px solid rgba(228, 228, 228, 0.93);
  175. background-color: #fff;
  176. border-radius: 30px;
  177. }
  178. main .sub--container .sub--cont--wrap .sub--point .point--box .ico {
  179. width: 60px;
  180. height: 60px;
  181. margin-bottom: 35px;
  182. background-image: url(../img/ico--air1.svg);
  183. }
  184. main .sub--container .sub--cont--wrap .sub--point .point--box:nth-child(2) .ico {
  185. background-image: url(../img/ico--air2.svg);
  186. }
  187. main .sub--container .sub--cont--wrap .sub--point .point--box:nth-child(3) .ico {
  188. background-image: url(../img/ico--air3.svg);
  189. }
  190. main .sub--container .sub--cont--wrap .sub--point .point--box:nth-child(4) .ico {
  191. background-image: url(../img/ico--air4.svg);
  192. }
  193. main .sub--container .sub--cont--wrap .sub--point .point--box > h5 {
  194. margin-bottom: 20px;
  195. text-transform: uppercase;
  196. color: #191919;
  197. font-size: 20px;
  198. font-weight: 800;
  199. }
  200. main .sub--container .sub--cont--wrap .sub--point .point--box > p {
  201. color: #191919;
  202. line-height: 1.7;
  203. font-size: 16px;
  204. font-weight: 300;
  205. }
  206. main .sub--container .sub--cont--wrap .map--wrap {
  207. height: 700px;
  208. }
  209. main .sub--container .sub--cont--wrap .map--desc {
  210. margin-top: 110px;
  211. }
  212. main .sub--container .sub--cont--wrap .map--desc h4 {
  213. color: #191919;
  214. font-size: 30px;
  215. font-weight: 700;
  216. margin-bottom: 50px;
  217. text-transform: uppercase;
  218. }
  219. main .sub--container .sub--cont--wrap .map--desc ul {
  220. list-style: none;
  221. display: flex;
  222. flex-wrap: wrap;
  223. gap: 25px;
  224. }
  225. main .sub--container .sub--cont--wrap .map--desc ul li {
  226. display: flex;
  227. align-items: center;
  228. font-size: 18px;
  229. font-weight: 300;
  230. text-transform: uppercase;
  231. }
  232. main .sub--container .sub--cont--wrap .map--desc ul li span {
  233. margin-right: 5px;
  234. }
  235. main .sub--container .sub--cont--wrap .map--desc ul li strong {
  236. font-weight: 600;
  237. }
  238. main .sub--container .sub--cont--wrap .map--desc ul li .ico {
  239. min-width: 40px;
  240. margin-right: 20px;
  241. width: 40px;
  242. height: 40px;
  243. background-size: 18px 18px;
  244. border-radius: 50%;
  245. background-color: #1a1b20;
  246. }
  247. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(1) {
  248. width: 100%;
  249. }
  250. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(1) .ico {
  251. background-image: url(../img/ico--map1.svg);
  252. }
  253. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(2) {
  254. width: 300px;
  255. }
  256. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(2) .ico {
  257. background-image: url(../img/ico--map2.svg);
  258. }
  259. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(3) {
  260. width: calc(100% - 325px);
  261. }
  262. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(3) .ico {
  263. background-image: url(../img/ico--map3.svg);
  264. }
  265. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(4) {
  266. width: 300px;
  267. }
  268. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(4) .ico {
  269. background-image: url(../img/ico--map4.svg);
  270. }
  271. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(5) {
  272. width: calc(100% - 325px);
  273. }
  274. main .sub--container .sub--cont--wrap .map--desc ul li:nth-child(5) .ico {
  275. background-image: url(../img/ico--map5.svg);
  276. }
  277. main .sub--container .grt--wrap {
  278. margin-bottom: 150px;
  279. display: flex;
  280. flex-direction: column;
  281. }
  282. main .sub--container .grt--wrap .grt--part {
  283. display: flex;
  284. flex-direction: column;
  285. align-items: center;
  286. justify-content: center;
  287. }
  288. main .sub--container .grt--wrap .grt--part .grt--title {
  289. padding-bottom: 70px;
  290. }
  291. main .sub--container .grt--wrap .grt--part .grt--title .grt--year {
  292. width: -moz-fit-content;
  293. width: fit-content;
  294. color: #fff;
  295. font-size: 30px;
  296. line-height: 1;
  297. font-weight: 800;
  298. background-color: #ccc;
  299. padding: 23px 30px;
  300. position: relative;
  301. transition: all 0.3s;
  302. border-radius: 0 50px 50px 50px;
  303. }
  304. main .sub--container .grt--wrap .grt--part .grt--title .grt--year.active {
  305. background-color: #ec3237;
  306. }
  307. main .sub--container .grt--wrap .grt--part .grt--title .grt--year.active .title--line .line, main .sub--container .grt--wrap .grt--part .grt--title .grt--year.active .title--line .dot {
  308. background-color: #ec3237;
  309. }
  310. main .sub--container .grt--wrap .grt--part .grt--title .grt--year.active .grt--txt {
  311. color: #EC3237;
  312. }
  313. main .sub--container .grt--wrap .grt--part .grt--title .grt--year .grt--txt {
  314. color: #666;
  315. font-size: 20px;
  316. display: inline-block;
  317. font-weight: 800;
  318. text-align: right;
  319. position: absolute;
  320. top: 50%;
  321. transform: translateY(-50%);
  322. right: calc(100% + 50px);
  323. white-space: nowrap;
  324. }
  325. main .sub--container .grt--wrap .grt--part .grt--title .grt--year .title--line {
  326. position: absolute;
  327. z-index: 10;
  328. left: calc(50% - 3px);
  329. top: 100%;
  330. }
  331. main .sub--container .grt--wrap .grt--part .grt--title .grt--year .title--line .line {
  332. display: inline-block;
  333. margin-left: 4.5px;
  334. width: 3px;
  335. height: 85px;
  336. background-color: #e4e4e4;
  337. }
  338. main .sub--container .grt--wrap .grt--part .grt--title .grt--year .title--line .dot {
  339. position: absolute;
  340. bottom: 0;
  341. left: 0;
  342. width: 12px;
  343. height: 12px;
  344. border-radius: 50%;
  345. background-color: #ccc;
  346. display: inline-block;
  347. }
  348. main .sub--container .grt--wrap .grt--part .grt--desc {
  349. width: calc(50% + 3px);
  350. display: flex;
  351. flex-direction: column;
  352. margin-left: auto;
  353. }
  354. main .sub--container .grt--wrap .grt--part .grt--desc .desc {
  355. display: flex;
  356. }
  357. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line {
  358. position: relative;
  359. }
  360. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line.active .line::after {
  361. background-color: #ec3237;
  362. height: 100%;
  363. }
  364. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line.active .dot {
  365. background-color: #ec3237;
  366. }
  367. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line .line {
  368. position: relative;
  369. transition: all 0.3s;
  370. display: inline-block;
  371. width: 3px;
  372. margin-left: 4.5px;
  373. margin-top: 18px;
  374. height: 100%;
  375. background-color: #e4e4e4;
  376. }
  377. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line .line::after {
  378. transition: all 0.3s;
  379. content: "";
  380. position: absolute;
  381. width: 100%;
  382. height: 0;
  383. display: inline-block;
  384. }
  385. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line .dot {
  386. transition: all 0.3s;
  387. position: absolute;
  388. bottom: -20px;
  389. left: 0;
  390. width: 12px;
  391. height: 12px;
  392. border-radius: 50%;
  393. z-index: 10;
  394. background-color: #ccc;
  395. display: inline-block;
  396. }
  397. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--line .dot.active {
  398. background-color: #ec3237;
  399. }
  400. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt {
  401. display: flex;
  402. flex-direction: column;
  403. gap: 40px;
  404. padding-left: 55px;
  405. padding-bottom: 70px;
  406. }
  407. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt .desc--year {
  408. color: #191919;
  409. font-size: 25px;
  410. font-weight: 800;
  411. }
  412. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt ul {
  413. display: flex;
  414. gap: 40px;
  415. flex-direction: column;
  416. }
  417. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt ul li {
  418. display: flex;
  419. }
  420. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt ul li > span {
  421. width: 70px;
  422. font-size: 18px;
  423. color: #333;
  424. font-weight: 700;
  425. min-width: 70px;
  426. }
  427. main .sub--container .grt--wrap .grt--part .grt--desc .desc .desc--txt ul li > p {
  428. color: #000;
  429. font-size: 16px;
  430. font-weight: 300;
  431. line-height: 1.7;
  432. }
  433. main .sub--container .org--wrap {
  434. padding-top: 100px;
  435. }
  436. main .sub--container .org--wrap > h3 {
  437. color: #fff;
  438. font-size: 50px;
  439. font-weight: 800;
  440. margin-bottom: 90px;
  441. }
  442. main .sub--container .org--wrap .org--cont .org--top {
  443. display: flex;
  444. align-items: center;
  445. margin-bottom: 100px;
  446. position: relative;
  447. }
  448. main .sub--container .org--wrap .org--cont .org--top .ceo--circle {
  449. width: 170px;
  450. min-width: 170px;
  451. height: 170px;
  452. border-radius: 50%;
  453. display: flex;
  454. justify-content: center;
  455. align-items: center;
  456. color: #131417;
  457. font-size: 19px;
  458. font-weight: 800;
  459. background: rgba(255, 255, 255, 0.8);
  460. -webkit-backdrop-filter: blur(1.5px);
  461. backdrop-filter: blur(1.5px);
  462. }
  463. main .sub--container .org--wrap .org--cont .org--top .ceo--circle.type--2 {
  464. background: rgba(255, 255, 255, 0.3);
  465. color: #fff;
  466. }
  467. main .sub--container .org--wrap .org--cont .org--top .ceo--circle.type--3 {
  468. color: #fff;
  469. background: rgba(19, 20, 23, 0.3);
  470. margin-left: -20px;
  471. }
  472. main .sub--container .org--wrap .org--cont .org--top .ceo--line {
  473. display: inline-block;
  474. width: 308px;
  475. height: 1px;
  476. background: rgba(255, 255, 255, 0.5);
  477. }
  478. main .sub--container .org--wrap .org--cont .org--top .ceo--line.bottom--type {
  479. width: 1px;
  480. height: 100px;
  481. position: absolute;
  482. top: 100%;
  483. left: 85px;
  484. }
  485. main .sub--container .org--wrap .org--cont .org--group--box .org--box {
  486. width: 390px;
  487. height: 80px;
  488. color: #fff;
  489. font-weight: 600;
  490. font-size: 17px;
  491. border-radius: 18px;
  492. padding: 30px 25px;
  493. border: 1px solid rgba(255, 255, 255, 0.2);
  494. background: rgba(255, 255, 255, 0.1);
  495. -webkit-backdrop-filter: blur(1.5px);
  496. backdrop-filter: blur(1.5px);
  497. }
  498. main .sub--container .org--wrap .org--cont .org--mid {
  499. position: relative;
  500. flex-wrap: wrap;
  501. display: flex;
  502. }
  503. main .sub--container .org--wrap .org--cont .org--mid .org--line {
  504. width: 100px;
  505. height: 1px;
  506. margin-top: 40px;
  507. background-color: #fff;
  508. position: relative;
  509. }
  510. main .sub--container .org--wrap .org--cont .org--mid .org--line::after {
  511. content: "";
  512. width: 12px;
  513. height: 12px;
  514. right: 0;
  515. top: -6px;
  516. position: absolute;
  517. border-radius: 50%;
  518. background-color: #fff;
  519. display: inline-block;
  520. }
  521. main .sub--container .org--wrap .org--cont .org--mid .org--line.bottom--type {
  522. position: absolute;
  523. height: calc(100% - 80px);
  524. width: 1px;
  525. left: 25px;
  526. top: 80px;
  527. margin-top: 0;
  528. background: rgba(255, 255, 255, 0.5);
  529. display: inline-block;
  530. }
  531. main .sub--container .org--wrap .org--cont .org--mid .org--line.bottom--type::after {
  532. display: none;
  533. }
  534. main .sub--container .org--wrap .org--cont .org--mid .org--group {
  535. padding-right: 50px;
  536. padding-bottom: 80px;
  537. position: relative;
  538. }
  539. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line {
  540. position: absolute;
  541. width: 100%;
  542. top: 0;
  543. background-color: rgba(255, 255, 255, 0.5);
  544. }
  545. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line.none--circle::after {
  546. display: none;
  547. }
  548. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line.none--circle::before {
  549. display: none;
  550. }
  551. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line.none--circle.mt--120 {
  552. margin-top: 120px;
  553. }
  554. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line.none--circle.mt--120::after {
  555. display: inline-block;
  556. left: -12px;
  557. }
  558. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--line:before {
  559. content: "";
  560. position: absolute;
  561. top: 0;
  562. display: inline-block;
  563. background-color: #fff;
  564. width: 50px;
  565. right: 0;
  566. height: 1px;
  567. }
  568. main .sub--container .org--wrap .org--cont .org--mid .org--group p {
  569. color: #fff;
  570. font-size: 18px;
  571. font-weight: 700;
  572. text-transform: capitalize;
  573. margin-bottom: 45px;
  574. }
  575. main .sub--container .org--wrap .org--cont .org--mid .org--group p.mb--60 {
  576. margin-bottom: 60px;
  577. }
  578. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--list {
  579. list-style: none;
  580. display: flex;
  581. flex-direction: column;
  582. gap: 10px;
  583. }
  584. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--list.w--240 li {
  585. width: 240px;
  586. }
  587. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--list li {
  588. background-color: #131417;
  589. border-radius: 12px;
  590. padding: 20px;
  591. color: #fff;
  592. font-size: 14px;
  593. width: 220px;
  594. text-transform: capitalize;
  595. font-weight: 400;
  596. }
  597. main .sub--container .org--wrap .org--cont .org--mid .org--group .org--list.nation li {
  598. text-transform: uppercase;
  599. }
  600. main .quick--menu--wrap {
  601. position: fixed;
  602. width: 70px;
  603. display: flex;
  604. flex-direction: column;
  605. gap: 15px;
  606. right: 125px;
  607. top: calc(50% - 120px);
  608. opacity: 0;
  609. visibility: hidden;
  610. transition: all 0.3s;
  611. }
  612. main .quick--menu--wrap.active {
  613. opacity: 1;
  614. visibility: visible;
  615. }
  616. main .quick--menu--wrap > div {
  617. background-size: 30px 30px;
  618. background-repeat: no-repeat;
  619. border-radius: 50%;
  620. background-color: #fff;
  621. background-position: center;
  622. width: 70px;
  623. height: 70px;
  624. position: relative;
  625. cursor: pointer;
  626. transition: background-color 0.3s;
  627. border: 1px solid rgba(54, 55, 63, 0.5);
  628. background-image: url(../img/ico--quick1.svg);
  629. }
  630. main .quick--menu--wrap > div.quick--contact:hover .contact--bubble {
  631. opacity: 1;
  632. }
  633. main .quick--menu--wrap > div.quick--contact .contact--bubble {
  634. opacity: 0;
  635. pointer-events: none;
  636. transition: opacity 0.3s;
  637. position: absolute;
  638. top: 15px;
  639. right: calc(100% + 20px);
  640. padding: 15px 25px;
  641. background-color: #EC3237;
  642. border-radius: 50px;
  643. font-size: 17px;
  644. color: #fff;
  645. font-weight: 600;
  646. line-height: 1;
  647. text-transform: uppercase;
  648. white-space: nowrap;
  649. }
  650. main .quick--menu--wrap > div.quick--contact .contact--bubble::after {
  651. content: "";
  652. background-image: url(../img/ico--bubble.svg);
  653. position: absolute;
  654. right: -12px;
  655. top: 7px;
  656. background-size: 100%;
  657. background-repeat: no-repeat;
  658. width: 28px;
  659. height: 28px;
  660. display: inline-block;
  661. }
  662. main .quick--menu--wrap > div.quick--global {
  663. background-image: url(../img/ico--quick2.svg);
  664. }
  665. main .quick--menu--wrap > div.quick--global:hover .global--bubble {
  666. opacity: 1;
  667. pointer-events: all;
  668. }
  669. main .quick--menu--wrap > div.quick--global .global--bubble {
  670. opacity: 0;
  671. transition: opacity 0.3s;
  672. pointer-events: none;
  673. position: absolute;
  674. top: 0;
  675. right: calc(100% + 20px);
  676. width: 350px;
  677. padding: 25px 20px;
  678. border-radius: 20px;
  679. background-color: #EC3237;
  680. }
  681. main .quick--menu--wrap > div.quick--global .global--bubble .global--title {
  682. display: flex;
  683. align-items: center;
  684. gap: 15px;
  685. margin-bottom: 20px;
  686. }
  687. main .quick--menu--wrap > div.quick--global .global--bubble .global--title .ico {
  688. display: inline-block;
  689. width: 24px;
  690. height: 24px;
  691. background-image: url(../img/ico--global.svg);
  692. background-size: 100%;
  693. background-repeat: no-repeat;
  694. }
  695. main .quick--menu--wrap > div.quick--global .global--bubble .global--title h4 {
  696. color: #fff;
  697. font-size: 20px;
  698. font-weight: 700;
  699. line-height: 1;
  700. }
  701. main .quick--menu--wrap > div.quick--global .global--bubble .global--list {
  702. height: 300px;
  703. padding: 0 25px;
  704. overflow-y: scroll;
  705. }
  706. main .quick--menu--wrap > div.quick--global .global--bubble .global--list::-webkit-scrollbar {
  707. width: 8px;
  708. }
  709. main .quick--menu--wrap > div.quick--global .global--bubble .global--list::-webkit-scrollbar-track {
  710. background: rgba(255, 255, 255, 0.1);
  711. border-radius: 4px;
  712. }
  713. main .quick--menu--wrap > div.quick--global .global--bubble .global--list::-webkit-scrollbar-thumb {
  714. background: rgba(255, 255, 255, 0.5);
  715. border-radius: 4px;
  716. }
  717. main .quick--menu--wrap > div.quick--global .global--bubble .global--list::-webkit-scrollbar-thumb:hover {
  718. background: rgba(255, 255, 255, 0.7);
  719. }
  720. main .quick--menu--wrap > div.quick--global .global--bubble .global--list a {
  721. list-style: circle;
  722. position: relative;
  723. text-transform: capitalize;
  724. pointer-events: none;
  725. text-decoration: none;
  726. display: inline-block;
  727. width: 100%;
  728. margin-bottom: 15px;
  729. font-size: 17px;
  730. font-weight: 600;
  731. color: #fff;
  732. }
  733. main .quick--menu--wrap > div.quick--global .global--bubble .global--list a::before {
  734. content: "";
  735. display: inline-block;
  736. width: 8px;
  737. height: 8px;
  738. border-radius: 50%;
  739. background-color: #fff;
  740. top: 8px;
  741. left: -20px;
  742. position: absolute;
  743. }
  744. main .quick--menu--wrap > div.quick--global .global--bubble .global--list a:last-child {
  745. margin-bottom: 0;
  746. }
  747. main .quick--menu--wrap > div.quick--global .global--bubble::after {
  748. content: "";
  749. background-image: url(../img/ico--bubble.svg);
  750. position: absolute;
  751. right: -35px;
  752. top: 0px;
  753. background-repeat: no-repeat;
  754. background-position: center;
  755. background-size: 28px 28px;
  756. width: 70px;
  757. height: 70px;
  758. display: inline-block;
  759. }
  760. main .quick--menu--wrap > div:hover {
  761. border: none;
  762. background-color: #EC3237;
  763. box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  764. background-image: url(../img/ico--quick1--white.svg);
  765. }
  766. main .quick--menu--wrap > div:hover.quick--global {
  767. background-image: url(../img/ico--quick2--white.svg);
  768. }
  769. main .quick--menu--wrap > button {
  770. background-size: 24px 24px;
  771. background-repeat: no-repeat;
  772. background-color: #36373f;
  773. background-position: center;
  774. margin-top: 15px;
  775. border-radius: 0 50% 50% 50%;
  776. width: 70px;
  777. height: 70px;
  778. transform: rotate(45deg);
  779. cursor: pointer;
  780. transition: all 0.3s;
  781. border: 1px solid rgba(54, 55, 63, 0.5);
  782. position: relative;
  783. background-image: url(../img/ico--quick3.svg);
  784. }/*# sourceMappingURL=sub.css.map */