123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- /* 1. Theme default css */
- @import url("https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i|Poppins:200,200i,300,300i,400,400i,500,600,700,800,900&display=swap");
- /* Normal desktop :1200px. */
- /* Normal desktop :992px. */
- /* Tablet desktop :768px. */
- /* small mobile :320px. */
- /* Large Mobile :480px. */
- /* line 6, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- body {
- font-family: "Poppins", sans-serif;
- font-weight: normal;
- font-style: normal;
- }
- /* line 13, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .img {
- max-width: 100%;
- -webkit-transition: 0.3s;
- -moz-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- }
- /* line 17, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- a,
- .button {
- -webkit-transition: 0.3s;
- -moz-transition: 0.3s;
- -o-transition: 0.3s;
- transition: 0.3s;
- }
- /* line 21, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- a:focus,
- .button:focus, button:focus {
- text-decoration: none;
- outline: none;
- }
- /* line 26, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- a:focus {
- text-decoration: none;
- }
- /* line 29, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- a:focus,
- a:hover,
- .portfolio-cat a:hover,
- .niz -menu li a:hover {
- text-decoration: none;
- }
- /* line 35, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- a,
- button {
- color: #1F1F1F;
- outline: medium none;
- }
- /* line 40, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- h1, h2, h3, h4, h5 {
- font-family: "Philosopher", sans-serif;
- color: #001D38;
- }
- /* line 44, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- h1 a,
- h2 a,
- h3 a,
- h4 a,
- h5 a,
- h6 a {
- color: inherit;
- }
- /* line 53, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- ul {
- margin: 0px;
- padding: 0px;
- }
- /* line 57, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- li {
- list-style: none;
- }
- /* line 60, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- p {
- font-size: 16px;
- font-weight: 400;
- line-height: 28px;
- color: #596672;
- margin-bottom: 0px;
- font-family: "Poppins", sans-serif;
- }
- /* line 69, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- label {
- color: #7e7e7e;
- cursor: pointer;
- font-size: 14px;
- font-weight: 400;
- }
- /* line 75, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- *::-moz-selection {
- background: #444;
- color: #fff;
- text-shadow: none;
- }
- /* line 80, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- ::-moz-selection {
- background: #444;
- color: #fff;
- text-shadow: none;
- }
- /* line 85, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- ::selection {
- background: #444;
- color: #fff;
- text-shadow: none;
- }
- /* line 90, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- *::-webkit-input-placeholder {
- color: #cccccc;
- font-size: 14px;
- opacity: 1;
- }
- /* line 95, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- *:-ms-input-placeholder {
- color: #cccccc;
- font-size: 14px;
- opacity: 1;
- }
- /* line 100, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- *::-ms-input-placeholder {
- color: #cccccc;
- font-size: 14px;
- opacity: 1;
- }
- /* line 105, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- *::placeholder {
- color: #cccccc;
- font-size: 14px;
- opacity: 1;
- }
- /* line 111, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- h3 {
- font-size: 24px;
- }
- /* line 115, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-65 {
- margin-bottom: 67px;
- }
- /* line 119, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .black-bg {
- background: #020c26 !important;
- }
- /* line 123, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .white-bg {
- background: #ffffff;
- }
- /* line 126, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .gray-bg {
- background: #f5f5f5;
- }
- /* line 131, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay {
- position: relative;
- z-index: 0;
- }
- /* line 135, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay::before {
- position: absolute;
- content: "";
- /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#001d38+0,1a0d01+100&0.7+0,0.6+100 */
- background: -moz-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
- /* FF3.6-15 */
- background: -webkit-linear-gradient(left, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
- /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to right, rgba(0, 29, 56, 0.7) 0%, rgba(26, 13, 1, 0.6) 100%);
- /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3001d38', endColorstr='#991a0d01',GradientType=1 );
- /* IE6-9 */
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- }
- /* line 151, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay2 {
- position: relative;
- z-index: 0;
- }
- /* line 155, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay2::before {
- position: absolute;
- content: "";
- background-color: #001D38;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- opacity: 0.6;
- }
- /* line 167, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay_03 {
- position: relative;
- z-index: 0;
- }
- /* line 171, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .overlay_03::before {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- background: #001D38;
- opacity: .6;
- content: '';
- z-index: -1;
- }
- /* line 184, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .bradcam_overlay {
- position: relative;
- z-index: 0;
- }
- /* line 188, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .bradcam_overlay::before {
- position: absolute;
- content: "";
- /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
- background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
- /* FF3.6-15 */
- background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
- /* Chrome10-25,Safari5.1-6 */
- background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
- /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
- /* IE6-9 */
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: -1;
- opacity: 1;
- }
- /* line 204, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .section-padding {
- padding-top: 120px;
- padding-bottom: 120px;
- }
- /* line 208, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .pt-120 {
- padding-top: 120px;
- }
- /* button style */
- /* line 214, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel .owl-nav div {
- background: transparent;
- height: 50px;
- left: 0px;
- position: absolute;
- text-align: center;
- top: 50%;
- -webkit-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- transform: translateY(-50%);
- -webkit-transition: all 0.3s ease 0s;
- -o-transition: all 0.3s ease 0s;
- transition: all 0.3s ease 0s;
- width: 50px;
- color: #707070;
- background-color: transparent;
- -webkit-border-radius: 50%;
- -moz-border-radius: 50%;
- border-radius: 50%;
- left: 50px;
- font-size: 15px;
- line-height: 50px;
- border: 1px solid #4D6174;
- left: 150px;
- color: #fff;
- }
- /* line 242, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel .owl-nav div.owl-next {
- left: auto;
- right: 150px;
- }
- /* line 247, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel .owl-nav div.owl-next i {
- position: relative;
- right: 0;
- }
- /* line 254, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel .owl-nav div.owl-prev i {
- position: relative;
- top: 0px;
- }
- /* line 264, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel:hover .owl-nav div {
- opacity: 1;
- visibility: visible;
- }
- /* line 267, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .owl-carousel:hover .owl-nav div:hover {
- color: #fff;
- background: #001D38;
- border: 1px solid transparent;
- }
- /* line 277, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-20px {
- margin-bottom: 20px;
- }
- /* line 281, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-55 {
- margin-bottom: 55px;
- }
- /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-75 {
- margin-bottom: 75px;
- }
- @media (max-width: 767px) {
- /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-75 {
- margin-bottom: 30px;
- }
- }
- @media (min-width: 768px) and (max-width: 991px) {
- /* line 284, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-75 {
- margin-bottom: 30px;
- }
- }
- /* line 293, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-40 {
- margin-bottom: 40px;
- }
- /* line 296, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-20 {
- margin-bottom: 20px;
- }
- /* line 301, ../../Arafath/CL/Cl November/225. Restaurant-02/HTML/scss/theme-default.scss */
- .mb-60 {
- margin-bottom: 50px !important;
- }
- /*# sourceMappingURL=theme-default.css.map */
|