﻿.note {
    text-align: center;
    height: 80px;
    background: -webkit-linear-gradient(left, #0072ff, #8811c5);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}

.select2-selection__rendered {
    line-height: 63px !important;
}

.select2-container--default {
    width: 240px !important;
}

.select2-container .select2-selection--single {
    height: 64px !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    font-size: x-large !important;
    font-weight: 100 !important;
}

.select2-selection__arrow {
    height: 63px !important;
}

body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    text-transform: none;
    letter-spacing: .075em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    /*    color: #e7bd74;*/
    background-color: #ffc700;
    background-image: url('/image/pngegg 1 (1).png');
}

.pb-3, .py-3 {
    padding-bottom: 0rem !important;
}

.containermy {
    max-width: 840px !important;
}


.container1 {
    width: 99%;
}

.ftercontainer {
    max-width: 840px;
    background-color: white;
    padding: 19px;
}

.title {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.form-content {
    padding: 0%;
    margin-bottom: 2%;
}

.form-control {
    border-radius: 11px;
    padding: 10px;
    font-size: x-large;
    margin-bottom: 10px;
}

.form-controlcode {
    border-radius: 11px;
    padding: 17px;
    font-size: x-large;
    width: 28%;
    border: white;
}

.form-controlnumber {
    border-radius: 11px;
    padding: 17px;
    font-size: x-large;
    width: 70%;
    border: white;
}

.btnSubmit {
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 41%;
    cursor: pointer;
    background: #ff330e;
    color: #fff;
    font-size: 23px;
}

h1 {
    font-family: sans-serif;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    color: hotpink;
    text-transform: uppercase;
    padding-top: 20px;
}

a {
    text-decoration: none;
    color: #fff;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

#rateUI {
    /* padding: 13px;*/
    background-color: white;
    width: auto;
    height: 102px;
    border-radius: 24px;
    margin-top: 16px;
    text-align: center;
}

/*/*/

.rating {
    --star-size: 3; /* use CSS variables to calculate dependent dimensions later */
    padding: 0; /* to prevent flicker when mousing over padding */
    padding-left: 30px;
    border: none; /* to prevent flicker when mousing over border */
    unicode-bidi: bidi-override;
    direction: rtl; /* for CSS-only style change on hover */
    text-align: center; /* revert the RTL direction */
    user-select: none; /* disable mouse/touch selection */
    font-size: 3em; /* fallback - IE doesn't support CSS variables */
    font-size: calc(var(--star-size) * 16px); /* because `var(--star-size)em` would be too good to be true */
    cursor: pointer;
    /* disable touch feedback on cursor: pointer - http://stackoverflow.com/q/25704650/1269037 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 1em;
}
    /* the stars */
    .rating > label {
        display: inline-block;
        position: relative;
        width: 1.1em; /* magic number to overlap the radio buttons on top of the stars */
        width: calc(var(--star-size) / 3 * 1.1em);
        color: orange;
    }

    .rating > *:hover,
    .rating > *:hover ~ label,
    .rating:not(:hover) > input:checked ~ label {
        color: transparent; /* reveal the contour/white star from the HTML markup */
        cursor: inherit; /* avoid a cursor transition from arrow/pointer to text selection */
    }

        .rating > *:hover:before,
        .rating > *:hover ~ label:before,
        .rating:not(:hover) > input:checked ~ label:before {
            content: "★";
            position: absolute;
            left: 0;
            color: orange;
        }

    .rating > input {
        position: relative;
        transform: scale(3); /* make the radio buttons big; they don't inherit font-size */
        transform: scale(var(--star-size));
        /* the magic numbers below correlate with the font-size */
        top: -0.5em; /* margin-top doesn't work */
        top: calc(var(--star-size) / 6 * -1em);
        margin-left: -2.5em; /* overlap the radio buttons exactly under the stars */
        margin-left: calc(var(--star-size) / 6 * 1em);
        z-index: 2; /* bring the button above the stars so it captures touches/clicks */
        opacity: 0; /* comment to see where the radio buttons are */
        font-size: initial; /* reset to default */
    }

form.amp-form-submit-error [submit-error] {
    color: red;
}
/*/*/

.wrapper {
    overflow: hidden;
    max-width: 100%;
    height: 140px;
    background-color: #f5e529;
    border: 14px solid #f5e529;
}

.imageContainer {
    display: flex;
    flex-direction: row;
    gap: 25px;
    width: 101%;
    height: auto;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .rating {
        font-size: 1.5rem;
        width: 100%;
    }

    .form-controlcode {
        width: 100%;
        margin-top: -8px;
    }


    .form-controlnumber {
        width: 100%;
        margin-top: 9px;
        margin-bottom: 9px;
    }

    .select2-container--default {
        width: 100% !important;
    }

    .ratingrow > .col-md-6 {
        margin-top: 10px !important;
    }

    .links > .col-md-6 {
        text-align: center !important;
    }
}


.imageContainer .image {
    height: 275px;
    width: 100%;
  
    background-size: cover;
}

.image:nth-child(odd) {
  
}

.fa-facebook {
    background: #3B5998;
    color: white;
    font-size: 31px;
    width: 27px;
}

.fa-youtube {
    background: #bb0000;
    color: white;
    font-size: 31px;
}

.fa-instagram {
    background: #125688;
    color: white;
    font-size: 31px;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
    font-size: 31px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto; /* Height of the footer */
    background: #6cf;
    min-width: 1100px;
}
