.nav-my {
    color: black;
}

p,
.f {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h3,
h5,
.nav-my {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

a:hover {
    color: orange !important;
}

a:visited {
    color: black;
}

a:link {
    color: black;
}

.size {
    width: 100%;
    height: 50%;
}


/* header {
    position: fixed;
} */

.back-image {
    /* background-image: linear-gradient(to right top, #da8c18, #da8c18, #da8c18, #f5f7f3, #f5f7f3); */
    /* background-image: linear-gradient(orange, #FFFAF2); */
    /* background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%); */
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
}

.videoframe {
    border-radius: 30px;
    border-color: #f5f7f3;
    border-style: dashed;
    border: 10px;
    box-shadow: 1.5px 1.5px 6px 5px rgb(48, 47, 47);
}

.header {
    box-shadow: 1.5px 1.5px 6px 5px rgb(48, 47, 47);
    z-index: 1;
}

.line {
    background-color: black;
    width: 20px;
}

.iframe-container {
    position: relative;
    width: 66%;
    padding-bottom: 34.25%;
    height: 600;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #FFFAF2;
}

.social-icon {
    margin: 20px 10px;
}

.textarea {
    padding: 10px;
    background-color: #FFFAF2;
    /* background-image: linear-gradient(orange, white); */
    border-radius: 20px;
    box-shadow: 1.5px 1.5px 6px 5px rgb(48, 47, 47);
}

.card-body {
    padding: 10px;
    background-color: whitesmoke;
}

.card-group {
    box-shadow: 1.5px 1.5px 6px 5px rgb(48, 47, 47);
}

.img-hover-zoom {
    height: 300px;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}

h1 {
    font-size: 42px;
    color: white;
}


/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
    transition: transform .5s ease;
}


/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
    transform: scale(1.5);
}


/* width */

::-webkit-scrollbar {
    width: 20px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background-color: #ffbe3d;
}

.login {
    z-index: 1;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    height: 3px;
    border-radius: 5px;
    background-color: #ffbe3d;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
    cursor: pointer;
}

#features {
    position: relative;
}

.feature-title {
    font-size: 1.5rem;
}

.feature-box {
    padding: 4.5%;
}

.icon {
    color: #f8c98b;
    margin-bottom: 1rem;
}

.icon:hover {
    color: #ffbe3d;
}

.container-fluid {
    padding: 1%;
    text-align: center;
}

.icon-text {
    color: #8f8f8f;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container1 {
    width: 85%;
    background: #FFFAF2;
    padding: 20px 60px 30px 40px;
    border-radius: 20px;
    box-shadow: 1.5px 1.5px 6px 5px rgb(48, 47, 47);
}

.container1 .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container1 .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #fbf5eb;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.container1 .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: black;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #fbf5eb;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button input[type="button"],
.form-btn {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #212529;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover,
.form-btn:hover {
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
}

@media (max-width: 950px) {
    .container1 {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }
    .container1 .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {
    .container1 {
        margin: 40px 0;
        height: 100%;
    }
    .container1 .content {
        flex-direction: column-reverse;
    }
    .container1 .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container1 .content .left-side::before {
        display: none;
    }
    .container1 .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}

.alert {
    display: none;
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.warning {
    background-color: #f06543;
    background-image: linear-gradient(315deg, #f06543 0%, #ffbe3d 74%);
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}
