@import url('https://fonts.googleapis.com/css2?family=Gidole&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Gidole", sans-serif;
}
@font-face {
    font-family: "Mister";
    src: url("/imgs/mister.otf");
    font-weight: bold;
  }
:root { 
    --color-black: black; 
    --color-blue: #1C57A7;
    --color-white: white; 
    --color-red: #EB1E24;
}
 
.color_font_blue{
    color: var(--color-blue); 
}
a,
li {
    list-style: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0px;
}

a {
    color: #3a3a3a;
}

.container,
.container-xl {
    max-width: 1350px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    margin: 0px;
    padding: 0px;
}

.flex_props {
    display: flex;
    align-items: center;
}

.b-r-3 {
    border-radius: 3px;
}

.container,
.container-fluid {
    /* margin: 0px; */
    padding: 0px;
}

.color-grey {
    color: rgb(80, 80, 80);
}

img {
    width: 100%;
    /* height: 100%; */
}

.row,
ul {
    margin: 0px;
    padding: 0px;
}

.flex_prop {
    display: flex;
    align-items: center;
}

.relative {
    position: relative;
}

.bg_props {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.white {
    color: var(--color-white);
}

.margin_top {
    margin-top: 65px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}
.font_13{
    font-size: 12px
}
.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 13px;
}

.font_15 {
    font-size: 15px;
}

.mt_5{
    margin-top: 80px;
}
.h_100{
    height: 100vh;
}
p{
    margin-bottom: 0px;
}
 
/*Footer*/
.footer_logo{ 
    display: inline-flex; 
}
.footer_logo img{
    height: 80px;
    width: auto;
    filter: brightness(1) invert(1);
}
.form_in{
    border: 1px solid rgba(62, 62, 62, 0.1);
    padding: 7px 14px;
    padding-left: 25px;
    border-radius: 50px;
    background-color: white;
}
.form_in input{
    border-radius: 0px;
    box-shadow: none !important;
    border: none;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
}
.form_in button{
    border: none;
    background-color: var(--color-red);
    color: var(--color-white);
    border-radius: 50px;
    padding: 13px 30px;
    font-weight: 600;
    font-size: 15px;
}
.hr_h{
    margin: 30px 0px;
    opacity: 0.7;
}
.footer_title{
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
}
.footer_ul li{
    margin: 5px 0px;
}
.footer_ul a{
    font-size: 14px;
    font-weight: 500;
    color: black;
}
.footer_bg{
    background-color: var(--color-red);
    padding: 16px 0px;
    padding-bottom: 8px;
}
.tit_ff{
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: uppercase;
    font-style: italic;
}
.tit_ff img{
    height: 25px;
    width: auto;
}
.soc_l a{
    color: var(--color-white);
    font-size: 21px;
}
.des_grdd{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.destination_containerr{
    display: flex;
    align-items: center;
    gap: 15px;
}
.img_aa{
    width: 210px;
}
.book_ap{
    background-color: var(--color-red);
    color: white;
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 17px;
    margin-top: 20px;
}
.view_product_btn{
background: var(--color-red);
    color: white;
    display: inline-flex;
    border-radius: 3px;
    padding: 7px 17px;
    font-weight: 600;
    margin-top: 5px;
    font-size: 13px;
}
.form_selectt{
    margin-top: 6px;
    box-shadow: none !important;
    border-radius: 0px;
    padding: 15px;
}
.call_btn_b{
    background-color: var(--color-red);
    color: white;
    display: inline-flex;
    align-items:center;
    gap: 3px;
    padding: 7px 10px; 
    border-radius: 3px;
    font-size: 17px;
    font-weight: 600;
}
.call_btn_b img{
    height: 20px;
    width: auto;
}