

/* ---------------------------------------------------      services     --------------------------------------------------------------- */


.Services{
    width: 15%;
    height: 17%;
    border: 0.5px solid white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
}
.Services>h3{
    font-size: 100%;
}
.Services>p{
    color: grey;
    font-size: 15px;
    margin-left: 10px;
}
.bandw{
    display: none;
}
.Services>img{
    margin-top: 10%;
    margin-bottom: 10%;
    width: 120%;
    height: auto;
}
.Services:hover {
    background-image: url('assets/img/services/redbg.png');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

/* ---------------------------------------------------      site Link     --------------------------------------------------------------- */


.SiteLink{
    border: 0.5px solid white;
    width: 120px;
    margin: 0 auto 0 auto;
    background-color: #5888E4;
    padding: 10px;
    background-image: linear-gradient(to right, #51a1e4, #0c048a);
    border-radius: 15px;
    color: white;
    display: none;
    cursor: pointer;
    margin-top: 10px;
}
#services2>img,#services3>img,#services4>img,#services5>img{
    margin-bottom: 20%;

}
.SiteLink>p{
    margin: auto;
    margin-left: 15px;
}
.Services:hover .SiteLink{
    display: block;
}

/* ---------------------------------------------------      card     --------------------------------------------------------------- */

.cards{
    margin: 5% 0 0  0 ;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

/* ---------------------------------------------------      Hover    --------------------------------------------------------------- */

.fors1,.fors2,.fors3,.fors4,.fors5,.fors6 {
    display: none;
}
.fors1.show,.fors2.show,.fors3.show,.fors4.show,.fors5.show,.fors6.show {
    display: block;
}

.cardh1{
    display: flex;
    flex-direction: column;
}
.cardh1left>img{
    position: absolute;
    width: 34.7%;
    height: auto;
}
.cardvs1{
    height: 100px;
    width: auto;
}
.contents{
    width: 100%;
    height: auto;
}
.containerhover{
    border: 0.5px solid white;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px;
    background-color: white;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: linear-gradient(to bottom right, #b1e1f9, #44d0ea, #8484f6, #85acf9, #5f8fbe, #5888E4, #D6DCF8);
    margin-top: 70px;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: row;
    padding: 4%;
}
.cardh1>img{
    width: 500px;
    margin-left: 8%;
}
.left{
    width:60%;
    height: 150px;
}
.left>p{
    opacity: 0.001;
}
.containerhover>.contents>h3{
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Vollkorn', serif;
}
.containerhover>.contents>img{
    width: 700px;
    height: 330px;
    position: absolute;
    opacity: 0.1;
}
.containerhover>.contents>p{
    font-size: 15px;
    margin-left: 20px;
    color: #F5EFE6;
}

/* ---------------------------------------------------      Footer    --------------------------------------------------------------- */

.unlogo{
    margin: 0;
    width: 40%;
    height: 40%;
}
.address{
    width: 30%;
    height: 30%;
}
.links{
    width: 30%;
    height: 30%;
}

.unlogo>img{
    width: 40%;
    height: auto;
    margin-left: 10%;
}
#footer{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}
#footer>.address>p{
    text-align: left;
    margin: 3%;
    font-size: 100%;
}
.links>ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
.links>ul>li:hover{
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
.links>ul>li{
    margin: 3%;
}


/* ---------------------------------------------------      Footer    --------------------------------------------------------------- */


/* ---------------------------------------------------      Policy    --------------------------------------------------------------- */
.line1{
    margin-bottom: 5%;
}

.Oddpolicy{
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: white;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
}
.Evenpolicy{
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    margin-bottom: 10%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: white;
    box-shadow: 10px 10px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
}

.Oddpolicy>.policytitle{
    border: 1px solid #00A0E3;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.Evenpolicy>.policytitle{
    border: 1px solid #00A0E3;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.policycontent{
    padding: 2%;
    width: 85%;
}
.policytitle{
    padding: 2%;
    width: 15%;
    margin: auto;
    background: #00A0E3;
    color: #D6DCF8;
}

.contactinpolicy{
    margin: 0;
}
.Evenpolicy:hover,.Oddpolicy:hover{
    translate: 0 -30px;
    box-shadow: 5px 3px rgb(217 220 242/75%),
                10px 6px rgb(44 217 255/50%),
                15px 9px rgb(126 255 178 /25%);
}

.girl{
    position: absolute;
    width: 23.2%;
    height: auto;
    margin-left: 65%;
    margin-right: 0;
    z-index: 0;
    opacity: 0.5;
    padding: 0;
}
/* ---------------------------------------------------      Policy    --------------------------------------------------------------- */
.contact{
    background: #1A1A1A;
}
#contact-section{
    background: #1A1A1A;
}
.section-title{
  /*  font-family: 'Babylonica', cursive;*/
    padding-left: 5%;
    padding-top: 5%;
}
.section-description{
   /* font-family: cursive;*/
    padding-left: 6%;
}
.contactform>form>input,.contactform>form>textarea{
    border: none;
    border-bottom: 1px solid white;
    background: none;
    margin: 3%;color: white;
}
.firstname,.lastname{
    margin: 0;
    width: 31%;
}
.email,.subject{
    width: 69%;
}
.contactform>form>input::placeholder,.contactform>form>textarea::placeholder{
    color: white;
}
#contact-message{
    width: 80%;
}
.contactform>form>label{
    position: absolute;
    margin-top: -0.5%;
    margin-left: 2%;
}
.contactform>form>input:focus,.contactform>form>textarea:focus {
    outline: none;
    color: white;
  }
.contactform{
    width: 70%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 10%;
}
#submit-button{
    width: 20%;
    padding: 2% 7% 2% 7%;
    border: 1px solid gray;
    background: gray;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    cursor: pointer;
    margin-left: 3%;
    margin-top: 5%;

}
#submit-button>p{
    margin: auto;
}

#submit-button:hover{
    background: linear-gradient(to right, #51a1e4, #0c048a);
    border: 1px solid pink;

}
/* ---------------------------------------------------      Media Query    --------------------------------------------------------------- */


@media only screen and (max-width: 600px){
    .cards1{
        display: block;
        width: 400px;
    }
    .Services{
        width: 80%;
        margin-bottom: 40px;
    }
    .hover{
        display: none;
    }
    #services1{
        margin-left: 0;
    }
    #services2{
        margin-left: 0px;
    }
    #services3{
        margin-left: 0px;
    }
    #services4{
        margin-left: 0px;
    }
    #services5{
        margin-left: 0px;
    }
    #services6{
        margin-left: 0px;
    }
    #services1>img{
        margin-top: 20px;
    }
    #services1>h3{
        margin-top: 20px;
    }
    .card{
        margin-left: 50px;
    }
    .SiteLink{
        display: block;
    }
    .cards{
        display: none;
    }
    .fors1,.fors2,.fors3,.fors4,.fors5,.fors6 {
        display:block;
    }
    .containerhover>.contents>img{
        display: none;
    }
    .left{
        display: none;
    }
    .containerhover>.contents>p{
        font-size: 55%;
    }
    .containerhover>.contents>h3{
        font-size: 70%;
        margin-top: 42%;
    }
    .cardh1left>img{
        width: 45%;
        margin: 9% 0  0 20%;
    }
    .unlogo{
        display: none;
    }
    .links{
        width: 50%;
        margin: auto;
    }
    .links>h5{
        display: none;
    }
    .address{
        display: none;
    }
    .policytitle{
        display: none;
    }
    .contactform>form>input{
        width: 80%;
    }
    #submit-button{
        width: 40%;
        margin-left: 3%;

    }
    .girl{
        display: none;
    }
    

}

@media only screen and (max-width: 800px) and (min-width: 600px){
    .cards1{
        display: block;
        width: 400px;
    }
    .Services{
        width: 80%;
        margin-bottom: 40px;
    }
    .hover{
        display: none;
    }
    #services1{
        margin-left: 0;
    }
    #services2{
        margin-left: 0px;
    }
    #services3{
        margin-left: 0px;
    }
    #services4{
        margin-left: 0px;
    }
    #services5{
        margin-left: 0px;
    }
    #services6{
        margin-left: 0px;
    }
    #services1>img{
        margin-top: 20px;
    }
    #services1>h3{
        margin-top: 20px;
    }
    .card{
        margin-left: 50px;
    }
    .SiteLink{
        display: block;
    }
    .cards{
        display: none;
    }
    .fors1,.fors2,.fors3,.fors4,.fors5,.fors6 {
        display:block;
    }
    .containerhover>.contents>img{
        display: none;
    }
    .left{
        display: none;
    }
    .containerhover>.contents>p{
        font-size: 40%;
    }
    .containerhover>.contents>h3{
        font-size: 55%;
        margin-top: 42%;
    }
    .cardh1left>img{
        width: 35%;
        margin: 9% 0  0 20%;
    }
    .unlogo{
        display: none;
    }
    .links{
        width: 50%;
    }
    .address{
        width: 50%;
    }
    .girl{
        display: none;
    }
}