body { font-family: 'Quicksand', sans-serif; } #nav-bg{ background-color: rgba(0,0,0,0.6); } #info-bg{ background-image: url(../images/info-bg1.jpg); position: relative; min-width: 100%; min-height: 800px; background-position: center; background-repeat: no-repeat; background-size: cover; } .layer { background-color:rgba(0, 0, 0, 0.863); position: absolute; width: 100%; height: 800px; } .centered { position: absolute; top: 55%; left: 50%; transform: translate(-50%, -50%); } #pack_table .table > tbody > tr:first-child { background-color: dodgerblue; color: white; } #info-hr{ width: 700px; background-color: white; } .dropdown:hover>.dropdown-menu { display: block; } .dropdown-menu a:hover { background-color:#248D2A; color: white; } .carousel-inner img { width: 100% !important; height: 550px !important; } label { position: relative; display: block; } label > input { position: relative; background-color: transparent; border: none; border-bottom: 1px solid #9e9e9e; border-radius: 0; outline: none; /* height: 45px; */ width: 100%; font-size: 16px; /* margin: 0 0 30px 0; */ padding: 0; box-shadow: none; box-sizing: content-box; transition: all .3s; } label > input:valid + span { transform: translateY(-25px) scale(0.8); transform-origin: 0; } /* label > input:valid { border-bottom: 1px solid #3F51B5; box-shadow: 0 1px 0 0 #3F51B5; } */ label > span { color: #9e9e9e; position: absolute; top: 0; left: 0; font-size: 16px; cursor: text; transition: .2s ease-out; } label > input:focus + span { transform: translateY(-25px) scale(0.8); transform-origin: 0; color: #3F51B5; } label > input:focus { border-bottom: 1px solid #3F51B5; box-shadow: 0 1px 0 0 #3F51B5; } option{ color: black; } .table .th-color th { color: #fff; background-color: #248D2A; border-color: #454d55; } /*datepicker on bar*/ .datepicker { border-radius: 0; padding: 0; } .datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot { padding: 10px; display: list-item; } .datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead { background: #C88C4C; color: #ffffff; border-radius: 0; } .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th { border-radius: 3px; } .datepicker-days table thead tr:nth-child(3n+0) { text-transform: uppercase; font-weight: 300 !important; font-size: 12px; color: rgba(255, 255, 255, 0.7); } .table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th { padding: 11px 13px; } .datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th { border-radius: 0; } .datepicker td, .datepicker th { border-radius: 50%; padding: 0 12px; } .datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead { background: #C88C4C; color: #ffffff; border-radius: 0; } .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover { background-image: none; } .datepicker .prev, .datepicker .next { color: rgba(255, 255, 255, 0.5); transition: 0.3s; width: 37px; height: 37px; } .datepicker .prev:hover, .datepicker .next:hover { background: transparent; color: rgba(255, 255, 255, 0.99); font-size: 21px; } .datepicker .datepicker-switch { font-size: 24px; font-weight: 400; transition: 0.3s; } .datepicker .datepicker-switch:hover { color: rgba(255, 255, 255, 0.7); background: transparent; } .datepicker table tr td span { border-radius: 2px; margin: 3%; width: 27%; } .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { background-color: #C88C4C; background-image: none; } .dropdown-menu { border: 1px solid rgba(0,0,0,.1); box-shadow: 0 6px 12px rgba(0,0,0,.175); } .datepicker-dropdown.datepicker-orient-top:before { border-top: 7px solid rgba(0,0,0,.1); } /* bar */ @media (max-width: 600px) { .carousel-item img { width: 100% !important; height: 150px !important; } .search_your_country { width: 100% !important; } .search_your_country .search_form .search_form_iner{ display:block !important; } #responsive{ margin-top: 100px !important; } #res{ display: none; } .box{ position: relative; width: 100%; height:200px !important; top: 100px; background-color: #248D2A; margin-right: 500px; left:0 !important; } .cimage{ position: relative ; bottom:150px; width: 100%; margin-right: 200px; left:0 !important; } form.example input[type=email] { padding: 10px; font-size: 17px; border: 1px solid grey; float: left; width: 60% !important; background: #f1f1f1; } form.example button { float: left; width: 40% !important; padding: 10px; background: #248D2A; color: white; font-size: 3px; border: 1px solid grey; border-left: none; cursor: pointer; } form.example button:hover { background: rgb(105, 97, 97); } form.example::after { content: ""; clear: both; display: table; } #info-bg{ display: none; } .centered { position: relative; width: 100%; } } #search{ padding:30px 30px; background-color: transparent; } .search_your_country .search_form .search_btn { background-color: #248D2A; display: inline-block; padding: 19px 60px; text-transform: capitalize; color: #fff; line-height: 22px; width: 100% !important; text-align: center; text-decoration: none; border-radius: 10px; transition: all 2s ease; } .search_your_country .search_form .search_form_iner { display: flex; } .search_your_country .search_form .search_form_iner .custom_select { width: 100%; border: 0px solid transparent; border-radius: 0; color: #c3c3c3; height: 20px; border-radius: 0; text-transform: capitalize; } /* bar */ /* text-bg */ .bktext { position: relative; font-size: 13rem; color: #bbb; top: 18rem; opacity: .08; text-align: center; /* letter-spacing: 20px; */ z-index: 0; } .pag{ background-color: #F3F3F3; width: 100%; height: auto; margin-top: -12rem; } .box{ /* position: relative; width: 300px; */ height: 240px; left: 41%; top: 20px; background-color: #248D2A; } .cimage{ position: relative !important; left: 35%; bottom: 200px; } /* text-bg */ #scroll{ background-color: white; width: 100%; height: auto; } .scroller { width: 100%; height: 470px; overflow-y: scroll; overflow-x: hidden; scrollbar-width: thin !important; } .scroller::-webkit-scrollbar{ width: 3px; background-color: #248D2A; } .img_center { display: block; margin-left: auto; margin-right: auto; width: 50%; } #gallary{ background-color: #F3F3F3; width: 100%; height: auto; } #vehicle{ background-color: #F3F3F3; width: 100%; height: auto; } #bg{ background-color: #F3F3F3; width: 100%; height: auto; } #section-bg{ background-color: #248D2A; width: 100%; height: auto; } /* form */ * { box-sizing: border-box; } form.example input[type=email] { padding: 10px; font-size: 17px; border: 1px solid grey; float: left; width: 70%; background: #f1f1f1; } form.example button { float: left; width: 30%; padding: 10px; background: #248D2A; color: white; font-size: 17px; border: 1px solid grey; border-left: none; cursor: pointer; } form.example button:hover { background: rgb(105, 97, 97); } form.example::after { content: ""; clear: both; display: table; } /* footer */ #footer{ background-color: #242424; color: #989898; } #footer1{ border-top:1px solid #989898; background-color: #242424; color: white; } #fa { color: #989898; text-decoration: none; } #shadow{ box-shadow: 5px 10px #888888; } .package-card{ box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 40%; border-radius: 5px; } .package-card:hover { box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2); background-color: #12181288; color: white; } button.search_btn:hover{ width: 200% !important; }
[ back ]
[ save ]
[ ok ]