_reservation.scss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. .Reservation_area{
  2. padding-top: 140px;
  3. padding-bottom: 130px;
  4. position: relative;
  5. .rev_icon_3{
  6. position: absolute;
  7. left: 2%;
  8. bottom: 4%;
  9. }
  10. .rev_icon_1{
  11. position: absolute;
  12. top: 2%;
  13. right: 4%;
  14. }
  15. .rev_icon_2{
  16. position: absolute;
  17. bottom: -12%;
  18. right: 4%;
  19. }
  20. @media #{$mobile_device} {
  21. padding: 50px 15px;
  22. }
  23. @media #{$tablet_device} {
  24. padding: 50px 0;
  25. }
  26. @media #{$mid_device} {
  27. padding: 80px 0;
  28. }
  29. .book_Form{
  30. margin-bottom: 30px;
  31. background: #DB9A64;
  32. padding: 34px 40px;
  33. @media #{$mobile_device} {
  34. padding: 20px;
  35. }
  36. h3{
  37. font-size: 35px;;
  38. font-family: $font2;
  39. font-weight: 700;
  40. color: #fff;
  41. margin-bottom: 40px;
  42. }
  43. .input_field{
  44. input{
  45. width: 100%;
  46. height: 45px;
  47. border: 1px solid rgba(255,255,255,.30);
  48. background: transparent ;
  49. font-size: 14px;
  50. color: #fff;
  51. padding-left: 15px;
  52. &:focus{
  53. outline: none;
  54. }
  55. &::placeholder{
  56. color: #fff;
  57. font-size: 14px;
  58. }
  59. }
  60. }
  61. .sumbit_btn{
  62. width: 100%;
  63. background: #BB8151;
  64. display: block;
  65. padding: 11px;
  66. color: #fff;
  67. font-size: 14px;
  68. font-weight: 500;
  69. border: none;
  70. cursor: pointer;
  71. &:hover{
  72. background: #B08151;
  73. }
  74. }
  75. .single_add{
  76. margin-top: 30px;
  77. .icon{
  78. margin-right: 14px;
  79. }
  80. .ifno{
  81. h4{
  82. font-weight: 300;
  83. font-family: $font1;
  84. color: #fff;
  85. margin-bottom: 0;
  86. }
  87. p{
  88. margin-bottom: 0;
  89. color: #fff;
  90. font-size: 14px;
  91. font-weight: 400;
  92. font-family: $font1;
  93. }
  94. }
  95. }
  96. }
  97. .map_area{
  98. margin-bottom: 30px;
  99. }
  100. .gj-datepicker.gj-datepicker-md.gj-unselectable span {
  101. color: #fff;
  102. top: 14px;
  103. font-size: 14px;
  104. }
  105. .nice-select {
  106. width: auto;
  107. height: 45px;
  108. border-radius: 0;
  109. border: 1px solid rgba(255,255,255,.30);
  110. background: transparent;
  111. color: #fff;
  112. line-height: 45px;
  113. width: 100%;
  114. margin-bottom: 15px;
  115. }
  116. .nice-select .option {
  117. cursor: pointer;
  118. font-weight: 400;
  119. line-height: 40px;
  120. list-style: none;
  121. min-height: 40px;
  122. outline: none;
  123. padding-left: 18px;
  124. padding-right: 29px;
  125. text-align: left;
  126. -webkit-transition: all 0.2s;
  127. transition: all 0.2s;
  128. color: #000;
  129. font-size: 14px;
  130. }
  131. }
  132. .mb_15{
  133. margin-bottom: 15px;
  134. }
  135. .gj-picker.gj-picker-md.datepicker.gj-unselectable .fa-chevron-left{
  136. position: absolute;
  137. left: 30px;
  138. top: 16px;
  139. }