:root {
    --submit-btn-bg: #F66B0E;
    --submit-btn-color: #fff;
}

html,
body {
    width: 100%;
    height: 100%;
}


/* body {
    position: relative;
} */

*:focus {
    outline: none !important;
    box-shadow: none !important;
}

.ocean {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.wave {
    position: absolute;
    top: 0;
    left: 0;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg");
    background-repeat: repeat-x;
}

.wave:nth-child(1) {
    height: 198px;
    width: 6400px;
    transform: rotate(180deg);
    animation: first 7s linear infinite;
}

.wave:nth-child(2) {
    height: 178px;
    width: 6400px;
    transform: rotate(180deg);
    animation: first 7.2s linear infinite;
    opacity: 1;
}

@keyframes first {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes second {
    0% {
        margin-left: -1600px;
    }

    100% {
        margin-left: -3200px;
    }
}

.search::placeholder {
    color: black;
}

.br {
    border: 1px solid red;
}

.modak {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

.shivam {
    margin-bottom: -10px;
    font-size: 50px;
    font-family: 'Modak', sans-serif;
    color: orangered;
    /* animation: animate 3s ease-out infinite; */
}

.nav-link {
    color: #323232;

    /* background: #F66B0E !important; */

}

.navbar-nav .navbar-item .navbar-link {
    text-decoration: none;
}


.nav_hover:hover {
    background: #F66B0E !important;
}

.nav_hover:hover .nav-link {
    color: #fff !important;
}

.search {
    background: inherit;
    border: .1px solid #ccc;
    backdrop-filter: blur(5px);
}

.carousel-caption {
    background: rgba(0, 0, 0, .6) !important;
    backdrop-filter: blur(2px);
    text-shadow: 0 0 5px black;
}

.main_slider img {
    height: 700px !important;
}

.fa-brands:hover {
    background: white !important;
    color: black !important;
    cursor: pointer !important;
    transition: .5s;
}

.card:hover {
    transform: scale(1.1);
    transition: 1s;
    cursor: pointer;
}

.mydiv {
    border-bottom: 1px solid black;
    position: relative;
}

.footer_row div a {
    text-decoration: none;
    cursor: pointer;
}

.footer_row div a:hover {
    color: cyan;
}

.content_1 {
    width: 25%;
}

.content_1:hover {
    transform: scale(1.1);
    transition: all 0.5s ease 0s;
    box-shadow: grey 0px 0px 30px;
    background: linear-gradient(rgb(221, 214, 243), rgb(250, 172, 168));
}

.raleway {
    font-family: 'Raleway', sans-serif;
}

.eczar {
    font-family: 'Eczar', sans-serif;
}


/* .main_slider .active{
   background: #F66B0E !important;
   
} */

/* .active>.nav-link {
    /* color: blue !important; */
/* background: #F66B0E !important; */
/* padding-left:5px;
    padding-right:5px;
    border-radius: 4px; */

/* } */

/* .active{
    background:#F66B0E;
} */

h2 {
    color: #F66B0E !important;
}

.carousel-btn {
    padding: 10px 20px !important;
    background: #F66B0E !important;
    border-radius: 50px !important;
    letter-spacing: 2px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background: #F66B0E !important;
}

/* new css added */

.submit-btn {
    background-color: var(--submit-btn-bg) !important;
    color: var(--submit-btn-color) !important;
}

/* bredcrumb */

.breadcrump {
    width: 100%;
    height: 400px;
    /* background:url('../images/breadcrumb.jpg'); */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/breadcrumb.jpg');
    background-size: cover;
    background-position: center center;
}

footer {
    width: 100%;
    height: fit-content;
    background-color: #1f2937 !important;
}

footer a {
    color: #fff !important;
}