/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Russo+One&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: ;
    color: #212121;

}

h1 {
    font-size: 45px;
    font-weight: 600;
    font-family: "Russo One", sans-serif;
}

h2 {
    font-size: 35px;
    font-weight: 600;
}

h3 {
    font-size: 17px;
    font-weight: 600;
}

h4 {
    font-size: 25px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

p {
    font-size: 14px;
    /* font-family: "Open Sans", sans-serif; */
    color: #383a3e;
    line-height: 1.6;
}

p strong {
    /* font-family: "Open Sans", sans-serif; */
    font-size: 16px;
    font-weight: 400;
}

a {
    /* font-family: "Open Sans", serif; */
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

select {
    /* font-family: "Open Sans", serif; */
}

.ai-btn span {
    /* font-family: "Open Sans", serif; */
}

ul {
    padding-left: 0px;
}

ul li {
    list-style: none;
    font-family: "Open Sans", serif;
    font-size: 15px;
    color: #383a3e;
    padding-left: 0px;
}

/* BUtton css*/
.view-btn a {
        font-size: 14px;
    color: #ffffff;
    background: transparent;
    padding: 9px 25px;
    border-radius: 22px;
    border: 1px solid #212121;
    background-color: #212121;
}

.custom-btn {
    display: inline-block;
    /* padding: 10px 20px; */
    font-size: 14px;
    font-weight: 600;
    color: #279EF3;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.custom-btn i {
    color: #0ca59d;
    margin-left: 2px;
    position: relative;
    transition: 0.5s;
    top: -0.6px;
}

.custom-btn i::before {
    font-size: 15px;
    padding-left: 3px;
    color: #0070cd;
}

.custom-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300%;
    height: 300%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.6s ease-in-out;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
}

/* .custom-btn:hover::before {
    transform: translate(-50%, -50%) scale(1);
}

.custom-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}  */

/* Page Banner  */
#page-banner {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
    position: relative;
    background-position: center;
}

.page-title {
    position: absolute;
    top: 50%;
}

.page-title h2 {
    font-size: 45px;
    color: #ffffff;
    font-family: "Russo One", sans-serif;
    letter-spacing: 5px;
    font-weight: 600;
}

/* Page banner end */
/* background-color */
#most-use {
    /* background: linear-gradient(to bottom, #f7fbff, #b0b8d1); */
    /* background: linear-gradient(to bottom, #f7fbff, #f4f8fc); */
}

.my-class {
    background-color: #fff;
}

/* My page banner */
.custom-banner {
    background: #f8f9fa;
    padding: 50px 0;
}

.custom-banner-title {
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.custom-search-wrapper {
    position: relative;
    max-width: 500px;
}

.custom-search-input {
    width: 100%;
    padding: 10px 15px;
    padding-left: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none;
}

.custom-search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #888;
}

.custom-filter-btn {
    background: #007bff;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.custom-filter-btn i {
    margin-right: 5px;
}

.custom-filter-section {
    display: none;
    /* background: #fff; */
    padding: 20px;
    margin-top: 10px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
}

.custom-dropdown {
    margin-bottom: 10px;
}

/* Right side video background */
.custom-video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}

.custom-video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.custom-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */

    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-video-overlay img {
    max-width: 80%;
    height: auto;
}
::placeholder{
        font-family: "Roboto", sans-serif;
}

/* Responsive Design */
@media (max-width: 991px) {
    .custom-banner {
        text-align: center;
    }

    .custom-search-wrapper {
        max-width: 100%;
    }

    .custom-video-wrapper {
        height: 300px;
    }
}

/* my page banner end End */