/* Theme Name: Oxavia - Responsive One Page HTML5 Template
   Author: MyraStudio
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/****************************
*   1  :  Helper            *
*   2  :  Navbar-custom     *
*   3  :  Title             *
*   4  :  Home              *
*   5  :  Features          *
*   6  :  SERVICES          *
*   7  :  Pricing           *
*   8  :  Contact           *
*   9   :  Footer           *
*   10 :  Responsive        *
*****************************/

@font-face {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: normal;
    src: local('Gordita Regular'), url('../fonts/Gordita-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 500;
    src: local('Gordita Medium'), url('../fonts/Gordita-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gordita';
    font-style: normal;
    font-weight: 700;
    src: local('Gordita Bold'), url('../fonts/Gordita-Bold.woff') format('woff');
}

body {
    font-family: 'Gordita';
    font-size: 14px;
    color: #525456;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gordita';
    font-weight: 500;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

p {
    line-height: 1.8;
}


/*===============================
         1. Helper
================================*/

.bg-overlay {
    background-color: rgba(29, 29, 30, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-rounded {
    border-radius: 5px;
}

.btn-custom-white {
    font-size: 15px;
    transition: all 0.4s;
    background: #fff;
    color: red !important;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.btn-custom-white:active,
.btn-custom-white:focus,
.btn-custom-white:hover,
.open>.dropdown-toggle.btn-custom-white {
    background: #f1f0f0;
    box-shadow: none !important;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
    background: linear-gradient(#ad573c, red);
}

.btn {
    padding: 14px 28px;
    font-size: 12px;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-sm {
    padding: 10px 22px;
}

.text-custom {
    color: red;
}

.bg-custom {
    background-color: red;
}

/*===============================
       2. Navbar Custom
=================================*/

.navbar-custom {
    padding: 15px 0px;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    /* background-color: #fff */
}

.navbar-custom .navbar-nav li a {
    color: #fff;
    font-size: 11px;
    transition: all 0.5s;
    letter-spacing: 0.03rem;
    background-color: #fff !important;
    padding: 6px 0;
    margin: 0 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.logo {
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: red !important;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}


/*---NAVBAR STICKY---*/

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 15px 0px;
    background-color: #FFF;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    color: #000 !important;
}

.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #2f3545;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: red !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.nav-sticky .logo {
    color: #000 !important;
}

/*==============================
       3. Title
================================*/

.title-heading {
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.title h1 {
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    top: -45px;
}

/*==============================
        4. Home
================================*/

.bg-home {
    background-image: url('../images/home/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-small-title {
    font-size: 15px;
    letter-spacing: 8px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.clients-img {
    position: absolute;
    top: 108px;
}

.clients-img img {
    max-height: 100px;
    width: auto !important;
    transition: all 0.5s;
}

.clients-img img:hover {
    opacity: 0.6;
}
.bg-home-half {
    background-image: url('../images/home/home-bg-2.jpg');
    background-size: cover;
    background-position: center center;
    padding: 250px 0px 200px;
    position: relative;
}

/************************
    5. Welcome box
*************************/

.features h5 svg {
    height: 48px;
    width: 48px;
    fill: rgba(255, 99, 72, 0.2);
}

.features h4 {
    font-size: 18px;
}

/************************
   6. SERVICES
*************************/

.service h3 {
    font-size: 14px;
    letter-spacing: 3px;
}

.service p {
    font-size: 30px;
}

.services-blog svg {
    max-width: 45px;
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
    fill: rgba(255, 99, 72, 0.2);
    color: red;
}

.service-head {
    overflow: hidden;
}

.services-blog {
    padding: 40px;
    background-color: #ffffff;
}

.services-blog h4 {
    font-size: 16px;
}

/************************
       11. PRICE
**************************/

.price {
    box-shadow: 0px 40px 40px rgba(255, 10, 10, 0.05);
    border-radius: 12px;
}

.price .type h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.price .value {
    position: relative;
}

.price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 46px;
    position: relative;
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
}

.price .value .per {
    font-size: 13px;
}

.price .feature {
    padding: 15px 0;
}

.price .feature li {
    margin: 15px;
}

.price.active {
    background-color: rgba(255, 99, 72, 0.2);
}

/************************
       12. CONTACT
**************************/
#price h4:not(.mainTitle) {
    color: red;
}
.services-blog a {
    color: inherit; /* Use the color inherited from the parent element */
    text-decoration: none; /* Remove underline */
}
.social-link:hover {
    color: red; /* Hover link color */
}




/* Contact Info Styling */
.contact-info,
.contact-info-right {
    display: flex;
    flex-direction: column;
}

.contact-info>div,
.contact-info-right>div {
    margin-bottom: 20px;
    display: flex;
    /* Ensure both icon and text are displayed in a row */
    align-items: center;
    /* Align icon and text vertically */
}

.contact-info .mt-3,
.contact-info-right .mt-3 {
    margin-top: 0;
}

.contact-info i,
.contact-info-right i {
    margin-right: 10px;
}


/************************
       13. FOOTER
*************************/

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #818d9c;
}

.footer .container {
    text-align: center;
}

/************************
    14. RESPONSIVE
**************************/

@media (max-width: 768px) {
    .vertical-content {
        display: inherit;
    }

    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        background-color: #fff !important;
        box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
        color: #000 !important;
    }

    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        color: #000;
    }

    .bg-home {
        height: auto;
    }

    .nav-sticky.navbar-custom .navbar-nav li a {
        color: #000 !important;
    }

    .nav-sticky .logo {
        color: #000 !important;
    }

    .navbar-custom>.container {
        width: 90%;
    }

    .clients-img {
        display: none;
    }

}

@media (min-width:768px) and (max-width: 1024px) {
    .clients-img {
        top: 76px;
    }
}

@media (max-height: 767px) {
    .clients-img {
        top: 7px;
    }
}