* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*==============================================================
																		General CSS
											==============================================================*/

* {
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    float: left;
}

.container {
    width: 1180px;
    max-width: 98%;
    margin: 0 auto;
}
/*==============================================================
																		Header/Banner Css
											==============================================================*/

/* top section */

.banner {
    background: url(../images/banner.png) no-repeat center center / 100% 100%;
    background-size: cover;
    position: relative;
}

.header-area {
    width: 100%;
    float: left;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 11;
}

.social-area {
    width: 100%;
    float: left;
    border-bottom: 1px solid #3d4147;
}

.social-left {
    width: 50%;
    float: left;
}

.social-right {
    width: 50%;
    float: right;
    text-align: right;
}

.social-left-ul,
.social-right-ul {
    width: 100%;
    float: left;
    font-family: 'open_sansregular';
}

.social-left-ul li {
    display: inline-block;
    margin: 0 20px;
    padding-left: 30px;
}

.social-left-ul li a {
    display: block;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.li-tel {
    background: url(../images/ico-phone.png) no-repeat left;
}

.li-msg {
    background: url(../images/ico-msg.png) no-repeat left;
}

.li-time {
    background: url(../images/ico-time.png) no-repeat left;
}

.social-right-ul {
    text-align: right;
}

.social-right-ul li {
    display: inline-block;
    padding: 0 15px;
}

.social-right-ul li i {
    cursor: pointer;
}

.fa-facebook,
.fa-twitter,
.fa-instagram,
.fa-youtube,
.fa-whatsapp,
.fa-search {
    color: #fff;
}

.social-right-ul li:last-child {
    border-left: 1px solid #3d4147;
    padding-right: 30px;
    cursor: pointer;
}


.logo {
    width: 20%;
    float: left;
}

.logo img {
    max-width: 100%;
}

.menu {
    width: 75%;
    float: right;
}

.menu-ul {
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 30px;
}

.menu-ul li {
    display: inline-block;
    margin: 0 25px;
}

.menu-ul li a:hover {
    background-color: rgba(240, 240, 240, 0.5)
}

.menu-ul li:last-child {
    margin-right: 0px;
}

.menu-ul li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
    font-family: 'open_sansregular';
    padding: 10px;
}

.sub-menu {
    display: none;
}

.open {
    background: url(../images/menuIcon.png) no-repeat left;
    width: 50px;
    height: 30px;
}

/* middle section */

.txt-area {
    width: 100%;
    float: left;
    margin-top: 20%;
    height: 430px;
    display: table;
}

.txt-lft-area {
    width: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.txt-right-area {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.txt-lft-area h1 {
    font-family: 'bignoodletitlingregular';
    font-size: 62px;
    text-align: center;
    width: 100%;
    color: #fff;
}

.txt-lft-area p {
    text-align: center;
    font-size: 30px;
    font-family: 'open_sansregular';
    color: #fff;
    padding: 30px 0;
    line-height: 35px;
}

.search-box-section {
    width: 100%;
    max-width: 85%;
    float: right;
    background-color: #fff;
    padding: 50px 0;
    z-index: 1;
    position: relative;
    margin-bottom: -68px;
}

.search-top-sec {
    width: 100%;
    float: left;
}

.search-top-sec h1 {
    font-size: 70px;
    font-family: 'bignoodletitlingregular';
    text-align: center;
    color: #5f5f5f;
}

.search-top-sec p {
    font-family: 'open_sansregular';
    font-size: 20px;
    text-align: center;
    color: #5f5f5f;
    padding: 15px 0;
}

.search-form-sec {
    width: 80%;
    margin: 0 auto;
}

.search-form-sec form>div,
input {
    width: 100%;
}

input[type=text] {
    padding: 10px;
    margin: 10px 0;
    border: none;
    background-color: #f2f2f2;
    border-radius: 5px;
}

input[type=submit] {
    padding: 10px;
    margin: 10px 0;
    border: none;
    background-color: #006fe6;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-family: 'open_sansregular';
    cursor: pointer;
    text-transform: uppercase;
}

.search-tour {
    background: url(../images/search-ico.png) no-repeat center right 10px;
}

.destination {
    background: url(../images/dest-ico.png) no-repeat center right 10px;
}

.tour-type {
    background: url(../images/plane-ico.png) no-repeat center right 10px;
}

.month {
    background: url(../images/calender-ico.png) no-repeat center right 10px;
}

/*Bottom Section*/

.txt-bottom {
    background-color: rgba(69, 145, 230, 0.85);
    padding: 72px 0;
    position: relative;
    z-index: 0;
}

.bottom-txt {
    width: 50%;
    float: left;
    text-align: left;
}

.bottom-txt p {
    font-family: 'open_sansregular';
    font-size: 20px;
    color: #fff;
    line-height: 25px;
}

/*==============================================================
																		tour type Css
											==============================================================*/

.tour-type-bg {
    background: url(../images/tour-type-bg.png) no-repeat center center;
    background-size: cover;
    padding: 110px 0;
}

.top-sec {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.top-sec h1 {
    font-size: 50px;
    font-family: 'bignoodletitlingregular';
    color: #5f5f5f;
    padding-bottom: 30px;
}

.top-sec p {
    font-size: 20px;
    font-family: 'open_sansregular';
    color: #5f5f5f;
    line-height: 28px;
}

.tour-img-sec {
    width: 100%;
}

.tour-ul {
    width: 100%;
    margin: 40px 0;
}

.tour-ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 10px;
    width: 23%;
}

.tour-ul li:first-child {
    margin-left: 0;
}

.tour-ul li:last-child {
    margin-right: 0;
}

.tour-ul li img {
    max-width: 100%;
}

.tour-ul li:nth-last-child {
    margin-right: 0px;
}

.tour-ul li span {
    position: absolute;
    vertical-align: middle;
    width: auto;
    color: #fff;
    font-size: 34px;
    font-family: 'bignoodletitlingregular';
    right: 0;
    left: 0;
    top: 45%;
}

/*==============================================================
																		Deals and Discount Css
											==============================================================*/

.detail-bg {
    background: url(../images/Deals-bg.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.detail-bg h1 {
    font-size: 50px;
    font-family: 'bignoodletitlingregular';
    width: 100%;
    text-align: center;
    color: #fff;
}

.detail-price-sec {
    width: 100%;
    float: left;
}

.detail-ul {
    width: 100%;
    margin-top: 75px;
}

.detail-ul li {
    width: 31.5%;
    display: inline-block;
    background-color: #fff;
    margin: 0 10px;
}

.detail-ul li:last-child {
    margin-right: 0;
}

.detail-ul li:first-child {
    margin-left: 0;
}

.detail-ul li .img-sec {
    width: 100%;
    position: relative;
}

.detail-ul li .img-sec img {
    max-width: 100%;
}

.detail-ul li .img-sec label {
    background-color: #47a0ff;
    padding: 10px 20px;
    color: #fff;
    font-size: 37px;
    font-family: 'bignoodletitlingregular';
    position: absolute;
    left: 29.5%;
    bottom: -30px;
    width: auto;
}

.detail-ul li .img-sec label span {
    font-size: 29px;
    text-decoration: line-through;
}

.txt-sec {
    width: 100%;
    padding: 20px;
    text-align: center;
}

.txt-sec h1 {
    font-size: 50px;
    font-family: 'bignoodletitlingregular';
    color: #5f5f5f;
    margin-top: 20px;
}

.txt-sec p {
    font-size: 15px;
    color: #5f5f5f;
    font-family: 'open_sansregular';
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
}

.detail-btn {
    width: 100%;
    margin: 15% 0 10% 0;
}

.detail-btn a {
    background-color: #006fe6;
    border-radius: 5px;
    padding: 15px 30px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: 'open_sansregular';
    text-transform: uppercase;
}

/*==============================================================
																		gallery head Css
											==============================================================*/

.g-head {
    background-color: #ebebeb;
    padding: 115px 0;
    text-align: center;
}

.g-head h1 {
    font-size: 50px;
    font-family: 'bignoodletitlingregular';
    color: #5f5f5f;
}

/*==============================================================
																		gallery Css
											==============================================================*/

.gallery-wrap {
    width: 100%;
    color: #fff;
    background-color: #ebebeb;
}

.gallery_container {
    width: 1600px;
    max-width: 100%;
    margin: 0 auto;
}

.g-ul {
    width: 100%;
}

.g-ul li {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 33%;
}

.g-ul li img {
    max-width: 100%;
}

.g-ul li .gl-img-txt {
    position: absolute;
    top: 30%;
    font-family: 'open_sansbold';
    width: 100%;
}

.gl-img-txt h1 {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 50px;
}

.gl-img-txt p {
    font-size: 15px;
    line-height: 50px;
    padding-bottom: 20px;
}

.g-ul li .gl-img-txt a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: #006fe6;
    padding: 10px 20px;
    border-radius: 5px;
    visibility: hidden;
}

.g-ul li:hover .gl-img-txt a {
    visibility: visible;
}

/*==============================================================
																		news Css
											==============================================================*/

.news-section {
    background-color: #ebebeb;
    text-align: center;
    padding: 60px 0;
}

.news-top-sec {
    width: 80%;
    margin: 0 auto;
}

.news-top-sec h1 {
    text-transform: uppercase;
    font-size: 50px;
    color: #353535;
    font-family: 'bignoodletitlingregular';
    padding-bottom: 50px;
}

.news-top-sec p {
    font-size: 20px;
    color: #353535;
    font-family: 'open_sansregular';
    line-height: 28px;
}

.news-upd-sec {
    width: 100%;
}

.news-upd-sec-cont {
    width: 100%;
}

.news-upd-sec-cont>div {
    display: inline-block;
    width: 31%;
    padding: 10px;
    background-color: #fff;
    margin: 60px 10px;
}

.news-upd-sec-cont>div:first-child {
    margin-left: 0;
}

.news-upd-sec-cont>div:last-child {
    margin-right: 0;
}

.news-img {
    width: 100%;
}

.news-img img {
    max-width: 100%;
}

.news-det {
    width: 100%;
    text-align: left;
    padding: 10px;
}

.news-det h1 {
    font-size: 18px;
    color: #47a0ff;
    font-family: 'open_sansbold';
    padding: 20px 0;
}

.news-det ul {
    width: 100%;
    padding: 20px 0;
}

.news-det ul li {
    display: inline-block;
    width: 49%;
    color: #5f5f5f;
    font-family: 'open_sansregular';
    font-size: 15px;
}

.news-det ul li i {
    padding-right: 5px;
}

.news-det p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 20px;
    font-family: 'open_sansregular';
    padding: 20px 0;
}
.form-container {
    box-sizing: border-box;
    /* width: 300px;
    padding: 20px; */
    background:#ebebeb;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    align-items: center;
} 
.form-container label {
    font-weight: bold;
    display: block;
    margin: 10px 0 5px;
}
.form-container input[type="text"],
.form-container input[type="password"] {
    width: 90%;
    align-items: center;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-container input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #007BFF;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
}
.form-container input[type="submit"]:hover {
    background-color: #0056b3;
}
             /* ================================================================
                                              footer
             ================================================================*/
footer{
    height: 80vh;
    background-color:#ebebeb;
    gap: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: -50px;
}
.footer-icon{
    color: #000;
    padding: 80px;
    display: flex;
    justify-content: space-around;
    flex-direction: column !important;
    flex-wrap: wrap;
    vertical-align: center;
    margin-left: 40px;
    margin-top: 100px;
}
#email,
#password,
#location,#linkedin,#github
{
    color: #000;
    text-transform: lowercase;
    border:2px dotted #0056b3;
    overflow: hidden;
    border-radius: 50px;
    padding: 10px;
    align-items: center;
    text-align: center;
}

#linkedin a,
#github a {
    text-decoration: none;
    color: #000;
    text-transform: none; 
    font-size: 16px;
    word-break: break-word; 
}

#linkedin,
#github {
    text-align: right;
    text-transform: none; 
    border: 2px dotted #0056b3;
    border-radius: 50px;
    padding: 10px;
    width: fit-content;
    /* background-color: #ebebeb; */
}
.social-icon{
    /* color:#000; */
    width: 165%;
    display: flex;
    flex-direction: column;
    align-items: end;
    float: right;
    margin-top:-300px;
    gap: 60px;
    margin-right: 30px;
}
#linkedin,#github{
    float: right;
    color: #000;
}

.copyright{
    font-size: 24px;
    color: #000;
    align-items: center;
    text-align: right;
    margin-right: -180px;
    margin-top: 30px;
}
.background{
    background-image: url(../images/background\ copy.jpg);
}