/*=======================================================================
// Fonts
=========================================================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Normalization */
html,
body {
    color: #666666;
    font-family: "Roboto", serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
}

a {
    color: #222222;
    transition: all ease 500ms;
    -moz-transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
    -ms-transition: all ease 500ms;
    -o-transition: all ease 500ms;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    border: none;
}

p.lead {
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    line-height: .8;
    margin: 0;
    font-weight: normal;
}

/*=======================================================================
//  Travel Button
=========================================================================*/
.travelBtn {
    height: 50px;
    display: inline-block;
    background: #288dff;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: .8;
    padding: 17px 35px;
}

.travelBtn span {
    font-weight: 900;
}

.travelBtn:hover {
    background: #FF1744;
    color: #fff;
}

/*=======================================================================
//  Section Setup
=========================================================================*/
.commonSection {
    padding: 135px 0 100px;
    position: relative;
}

.gray {
    background: #fafafa;
}

.commonTitle {
    margin-bottom: 128px;
}

.commonTitle h2 {
    font-size: 70px;
    line-height: .8;
    color: #FF1744;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -5px;
    margin-bottom: 20px;
}

.headdingOne {
    text-transform: capitalize;
}

.commonTitle p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #000;

}

.commonTitle p span {
    text-transform: lowercase;
    font-style: italic;
    font-family: "Roboto", serif;
}

/*=======================================================================
//  Margin and padding setup
=========================================================================*/
.noPadding {
    padding: 0px;
}

.noPaddingBottom {
    padding-bottom: 0px !important;
}

.noPaddingLeft {
    padding-left: 0px !important;
}

.noPaddingRight {
    padding-right: 0px !important;
}

.noMarginBottom {
    margin-bottom: 0px !important;
}

.noMarginRight {
    margin-right: 0px !important;
}

.noPaddingTop {
    padding-top: 0px !important;
}

.paddingRight {
    padding-right: 100px;
}

/* Localized */