.color1 {
    background-color: #0D5170!important;
}

.color11 {
    background-color: rgb(13,81,112, 0.95)!important;
}

.color6 {
    background-color: rgba(255, 255, 255, 0.95)!important;
}

.color7 {
    background-color: rgba(255, 255, 255, 1)!important;
}

.color2 {
    color: #0D5170;
}

.color3 {
    color: #45D6FB;
}

.color32 {
    background-color: #45D6FB;
}

.color4 {
    background-color: #45D6FB;
}
.darkFont{
    color: #083042!important;
}

#color5 {
    color: rgb(13,81,112, 1)!important;
    text-decoration: none;
}

.color5 {
    color: rgb(13,81,112, 0.6)!important;
    text-decoration: none;
}

.color55 {
    background-color: rgb(13,81,112, 0.9)!important;
}

.opsup {
    opacity: 100%;
}

form {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h2 {
    color: #333;
}

label {
    display: block;
    margin-top: 20px;
    color: #666;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-sizing: border-box;

    /* Added for better box sizing */
}

input[type="radio"] {
    margin-top: 0;
}

input[type="submit"] {
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
}

input[type="submit"]:hover {
    background-color: #004494;
}

.height90 {
    height: 100%;
}

.shade {
    text-shadow: 1.5px 1px 2px black;
}

.shadeNoLeft {
    text-shadow: 1.5px 1px 2px black;
}

.shade2 {
    text-shadow: .25px 1px 2px black;
}
.changeCursor{
    cursor: default;
}
.changeCursor:hover{
    cursor: pointer;
}

.zoom {
    transition: transform .2s;

    /* Animation */
}

.zoom:hover {
    transform: scale(1.05);


    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.noUnderline {
     text-decoration: none!important;
}
.moveRight {
    transition: 0.3s;
}

.moveRight:hover {
    transform: translate(10px, 0px);
}

/* .movePlane {
    transition: 0.5s;
}

.movePlane:hover {
    transform: translate(-10000px, 0px);
} */
.ops {
    opacity: 85%;
}

.pauseImg {
    background-image: url('https://images.unsplash.com/photo-1616023381983-959eb63e7f6f?q=80&w=2119&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.backOp {
    margin-top: -160px;
}

.backOp2 {
    margin-top: -180px;
}

.selectedOption1 {
    border: none;
}

.selectedOption1:active {
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 5px;
}

.selectedOption {
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 5px;
    border-color: #45D6FB;
}

.selectedOption2 {
    border-right-style: solid;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-width: 5px;
}

.cd-hidden {
    display:none;
}

.coverPicture{
    background-color: rgba(0, 0, 0, 0.5);
}