@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    text-decoration: none;
    list-style: none;
}

body {
    background-image: url(contactbg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

header {
    background-image: url(hdbg.png);
    background-repeat: no-repeat;
    background-size: 100vw;
    background-position: top;
    background-attachment: fixed;
    border-bottom: 5px solid brown;
    padding: 0;
    margin: 0;
    height: 450px;
    width: 100%;
    max-width: 100%;
}

.logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 20%;
    max-width: 100%;
}

.logo img {
    margin-left: 100px;
    margin-top: 15px;
    margin-bottom: 0%;
    padding: 0;
    width: 50%;
    max-width: 100%;
}

.menu {
    display: inline-block;
    height:150px;
    margin: 0 ;
    padding: 0;
    width: 95%;
    max-width: 100%;
}

ul {
    text-align: right;
    display: inline-block;
    color:white;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    vertical-align:top;
    width: 100%;
}

li {
    display: inline-block;
    width: 110px;
}

.btn {
    display: inline-block;
    font-weight: bold;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 110px;

}

.btn > a {
    background-color: brown;
    display: inline-block;
    color: white;
    padding: 10px;
    width: 110px;
    transition: 0.7s ease-in-out;
}

.btn > a:hover {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;

}


.btn > a:focus {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    text-align: center;
    width: 105px;

}

.btn > a:active {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    text-align: center;
    width: 105px;

}

#indexa {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 100px;
}

#index > a {
    color: brown;
    text-decoration: none;
}

#index >a:hover {
    color: white;
}

#index:hover {
    background-color: brown;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;

}

.headqt {
    margin-top: 10%;
    width: 100%;
    max-width: 100%;
}

.headqt > h2 {
    color:white;
    display: block;
    font-weight: bolder;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 2px 2px black;
    width: 100%;
    max-width: 100%;
}

.main {
    background-color: white;
    background: rgba(252, 246, 246, 0.904);
    margin: 0;
    padding: 0%;
    width: 80%;
    margin: 0 auto;
}

.parts {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    height: auto;
    margin: 2% 0 2% 3.7%;
    position: relative;
    vertical-align: top;
    width: 28%;
}

.parts > p {
    font-weight:600;
    font-size: 1.4vh;
    padding: 5% 5%;
    line-height: 1.8;
    text-align: center;
}

.sec3 {
    background-color:rgba(158, 158, 158, 0.466);
    margin: 15px auto;
    display: block;
    padding: 10px auto;
    width: 80%;
    max-width: 100%;
}

.sec3 figure {
    align-items: center center;
    display: inline-block;
    height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 3.3%;
    margin-right: 0%;
    padding:0;
    text-align: center;
    width: 20%;
}

figure > img {
    width: 80%;
    max-width: 100%;
}

figcaption {
    color: white;
    font-weight: bold;
    font-size: 1.8vh;
    text-shadow: 1px 2px black;
}

.text1 {
    background-color: brown;
    color: white;
    font-weight: bold;
    margin: 3% auto;
    text-align: center;
    padding: 2%;
}

.bt {
    display: block;
    text-align: center;
    width: 100%;
}

.bt > a {
    border: 1px solid brown;
    border-radius: 5%;
    color: brown;
    font-weight: bolder;
    padding: 1em 3em;
    background-color: rgb(255, 255, 255);
}

.bt > a:hover {
    border-radius: 50%;
    color: rgb(255, 255, 255);
    font-weight: bolder;
    padding: 1em;
    background-color:brown; width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #fff;
    background: brown;
    cursor: pointer;
    position: relative;
    padding: 1em 3em;
    z-index: 0;
    border-radius: 10px;
}

.bt > a:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #ff3c00, #ffffff, #faa064, #b40303, #eb2922, #ffffff, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 10px;
}

.bt > a:active {
    color: #ffffff00;
}

.bt > a:active:after {
    background: transparent;
}

.bt > a:hover:before {
    opacity: 1;
}

.bt > a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff00;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


.sec4 {
    background-image: url(fist.png);
    background-color: rgba(2, 2, 2, 0.329);
    background-repeat: no-repeat;
    background-size:cover;
    margin: 3% auto;
    width: 100%;
    max-width: 100%;
}

.secc {
    background-color: #ffffffce;
    border: 1px solid #CD1F42;
    border-radius: 1em;
    height: 23em;
    display: inline-block;
    line-height: 2em;
    margin-top: 2%;
    margin-left: 6%;
    margin-bottom: 2%;
    margin-right: 0%;
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.secc > img {
    margin-top: 5px;
    width: 30%;
    max-width: 100%;
}

.secc > h2 {
    background-color: brown;
    color: white;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.secc > p {
    font-weight: bold;
    padding: 5%;
    display: block;
}

.sec5 {
    margin: 0%;
    padding: 0%;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.sec5 > img {
    width: 100%;
    max-width: 100%;
}

.socials {
    background-color: rgba(255, 255, 255, 0.815);
    margin: 0%;
    padding: 0%;
    text-align: center;
    width: 100%;
    max-width: 100%;
}
.icons a:hover {
    color: white;
    cursor: pointer;
    transition: ease-in-out 0.3s;   
    padding: 0 20px;
}

.icons img {
    padding: 5px;
    width: 35px;
}

footer {
    background-color: #fff;
    text-align: center;
    width: 100%;
}

/*and of index*/

#applynowa {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;
}




#applynowa > a {
    color: brown;
    text-decoration: none;
}


#applynowa > a:hover{
    color: white;
}

#applynowa:hover {
    background-color: brown;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;

}


.aparts {
    color: #252525;
    background-color: rgba(255, 255, 255, 0.918);
    display: inline-block;
    font-size: 2vh;
    height: 30vh;
    margin: 2% 0 0  12%;
    padding: 1%;
    overflow: scroll;
    vertical-align: top;
    width: 30%;
    max-width: 100%;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.appform {
    background-color: #ffffffc2;
    width: 80%;
    margin: 2% auto;
    padding: 2%;
}

.appform input[type=radio] {
    box-shadow: none;
}

.appform div {
    padding-bottom: 2%;
}

.appform h3, h4 {
    background-color: brown;
    color: white;
    padding: 5px;
}

.appform input[type=text], input[type=date], input[type=tel], input[type=email], select {
    height: 25px;
}

.appform input, textarea, select {
    border: none;
    margin: 2% auto 0 auto;
    box-shadow: 2px 2px 2px #888888;
}

label {
    font-weight: bold;
}

.fields input {
    width: 20%;
}

.person select {
    width: 20%;
}

.skills {
    margin-top: 20px;
}

.skills > input[type=checkbox] {
    background-color: grey;
    margin-left: 1%;
    border: none;
    outline: none
}

#skill1 {
    margin-left: 0;
}

.aval input, label, h5 {
    display: inline-block;
}

.aval label {
    margin-left: 1%;
}

#dalabel {
    margin-left: 0;
}

.edu {
    padding: 0;
}

.edu > input{
    width: 20%;
    max-width: 100%;
}

.edu label, h5 {
    margin-left: 2%;
}

.edu > input[type=radio] {
    margin-left: 1%;
    width: 30px;
}

.premploy {
    margin-top: 2%;
}

.premploy input {
    width: 20%;
}

textarea {
    vertical-align: top;
    margin-left: 2%;
    height: 50px;
    width: 20%;
}

.refer > input {
    width: 20%;
}

.discsign {
    text-align: center;
}

.discsign h5, p {
    font-size: 2vh;
}

.sign > input {
    width: 20%;
}

.sendform {
    text-align: center;
    width: 100%;
}

#sendapp {
    background-color: brown;
    border-radius: 5%;
    color: white;
    cursor: pointer;
    font-weight: bold;
    padding: 10px;
    border: none;
}

#sendapp:hover {
    background-color: white;
    border: 2px solid brown;
    border-radius: 5%;
    color: brown;
    font-weight: bolder;
    padding: 15px;
    transition: ease-in-out 0.3s;
}

/*about page*/
.abody {
    background-attachment: fixed;
    background-image: url(wareh.jpg);
    background-size: cover;
}

#aboutusa {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;
}

#aboutusa > a {
    color: brown;
    text-decoration: none;
}

#aboutusa > a:hover{
    color: white;
}

#aboutusa:hover {
    background-color: brown;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;

}


.aparts {
    color: #252525;
    background-color: rgba(255, 255, 255, 0.918);
    display: inline-block;
    font-size: 2vh;
    height: 30vh;
    margin: 2% 0 0  12%;
    padding: 1%;
    overflow: scroll;
    vertical-align: top;
    width: 30%;
    max-width: 100%;
    -ms-overflow-style: none; 
    scrollbar-width: none;
}

.aparts::-webkit-scrollbar {
    display: none;
}


.aparts > h3 {
    background-color: rgba(165, 42, 42, 0.26);
    color: brown;
    text-decoration: underline;
    padding: 10px;
}

.asecfoot {
    margin-top: 2%;
}

.asecfoot > img {
    width: 100%;
    max-width: 100%;
}

/*contact page*/

#contacta {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: brown;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;
}

#contacta > a {
    color: brown;
    text-decoration: none;
}

#contacta a:hover {
    color: white;
}

#contacta:hover {
    background-color: brown;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    padding:  10px 0;
    transition: 0.7s ease-in-out;
    text-align: center;
    width: 105px;

}

.contactmain {
    background-color: rgba(0, 0, 0, 0.349);
    color: white;
    font-weight: bold;
    margin: 2% auto;
    padding: 2%;
    width: 80%;
    max-width: 100%;
}
.contactmain h2 {
    display: block;
    margin-top: 2%;
    text-align: center;
    width: 100%;
}

.contactmain section {
    display: inline-block;
    margin: 3% 0 0 12%;
    vertical-align: top;
    width: 35%;
}

.contsec2 {
    text-align: center;
}

.contactmain > section > h1 {
    margin-top: 5%;
}

iframe {
    max-width: 100%;
}

.msg {
    background-color:rgba(245, 245, 245, 0.863);
    margin: 0 auto 1% auto;
    padding: 2%;
    width: 60%;
    max-width: 100%;
}

.msg > h2 {
    background-color: brown;
    color: white;
    margin-bottom: 2%;
    padding: 1%;
    text-align: center;
}

.msg > input[type=text], input[type=email] {
    border: none;
    height: 25px;
    margin-top: 10px;
    width: 40%;
}

#msgbody {
    border: white 2px solid;
    height: auto;
    margin-left: 0;
    width: 40%;
    resize: none;
}

#sendbtn {
    background-color: brown;
    border: none;
    color: white;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 2%;
    padding: 1%;
    width: 20%;
    max-width: 100%;
}

#sendbtn:hover {
    background-color: rgb(255, 255, 255);
    border: none;
    color: brown;
    cursor: pointer;
    display: block;
    font-weight: bold;
    margin-top: 2%;
    padding: 1%;
    transition: ease-in-out 0.5s;
    width: 20%;
    max-width: 100%;
}

/*responsive*/

.iconmenu {
    color: brown;
    display: block;
    height: 100%;
    font-size: 30px;
    cursor: pointer;
    width: 30px;
}

#labelcheck {
    width: 26px;
    position: fixed;
    display: none;
    left: 85%;
}

#checkmenu {
    display: none;
}

@media screen and (max-width: 720px) {
    body {
        margin: 0%;
        padding: 0%;
        display: block;
        width: 100%;
    }

    header {
        background-size: 100vw;
        display: block;
        height: 300px;
        margin: 0%;
        padding: 0%;
        width: 100%;

    }

    nav {
        display: block;
        height: 170px;
        margin: 0%;
        padding: 0%;
        width: 100%;
    }

    .logo {
        display: block;
        height: 102px;
        margin: 0 auto;
        padding: 0% !important;
        width: 50%;
    }

    .logo img {
        display: block;
        margin: 0 auto !important;
        padding: 0%;
        width: 70%;
    }

  
    #checkmenu {
        display: none;
        padding: 1%;
        height: auto;
        width: 30px;
        height: 100%;
    }


    .iconmenu {
        display:block;
        color: brown;
        font-size: 30px;
        cursor: pointer;
        width: 30px;
        height: 100%;
    }
       
    .iconmenu:hover {
        color: rgb(187, 186, 186);
        transition: all 0.5s ease;
        padding: 2px;
        width: 20px;
    }

    .menubtn > li {
        display: block;
        width: 100%;
        margin: 5px 0;
    }
    
    #indexa {
        width: 100%;
        margin: 0%;
    }

    #applynowa {
        width: 100%;
        margin: 0%;
    }

    #aboutusa {
        width: 100%;
        margin: 0%;
    }

    #contacta {
        width: 100%;
        margin: 0%;
    }

    .btn > a:hover {
        background-color: white;
        color: brown;
        width: 100%;
        padding: 10px;
        margin: 0%;
    }

    nav ul { 
        position: fixed;
        width: 100%;
        height: 190px;
        background-color: brown;
        top:110px;
        left: -120vw;
        text-align: center;
        padding-left: 0%;       
        transition: all 1s ease;    
    }

    #checkmenu:checked ~ ul {
        position: fixed;
        left: 0;
        transition: all 1s ease; 
    }

    .headqt > h2 {
        display: block;
        font-size: 16px;
        margin: 2% auto;
        top: 130px;
        width: 100%;
    }

    .main {
        display: block;
        margin: 16% auto;
        width: 100%;
    }

    .parts {
        display: block;
        width: 95%;
    }

    .parts > p {
        font-size: 16px;
    }

    .sec3 {
        display: block;
        height: auto;
        width: 95%;
    }

    figure {
        display: block;
        width: 100vw;
    }

    figure > img {
        display: block;
        width: 100%;
    }
    
    .bt {
        display: block;
        margin: 10% auto;
    }

    .sec4 {
        display: block;
        width: 100%;
    }

    .secc {
        display: block;
        width: 95%;
        margin: 1% auto;
    }

    /*apply now page */
    
    .appform {
        display: block;
        margin: 15% auto;
        width: 100%;
    }

    form {
        width: 100%;
        margin: 0%;
        padding: 0%;
    }

    .person {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .fields {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .tittle {
        display: block;
        width: 100%;
        margin: 3% auto 0 auto;
    }
    .appform input[type=text] {
        display: block;
        margin: 2% auto;
        height: 30px;
        width: 90%;
    }

    .appform input[type=tel]{
        display: block;
        margin: 2% auto;
        height: 30px;
        width: 90%;
    }

    .fields > select { 
        display: block;
        margin: 2% auto;
        height: 30px;
        width: 90%;
    }

    .appform input[type=email] {
        display: block;
        margin: 2% auto;
        height: 30px;
        width: 90%;
    }

    .posel {
        display: block;
        margin: 2% auto;
        height: 30px;
        width: 90%;
    }

    .posel select {
        margin-left: 2%;
        width: 250px;
    }

    .skills {
        display: block;
        margin: 3% auto;
        width: 90%;
    }

    .skills input {
        padding: 10px;
        margin: 10px 0;
    }

    .skills label {
        margin-right: 10px;
    }

    .aval {
        display: block;
        margin: 1% auto;
        width: 95%;
    }

    .aval input[type=date] {
        display: block;
        height: 30px;
        margin: 10px auto;
        width: 90%;
    }

    .aval select {
        display: block;
        height: 30px;
        margin: 10px auto;
        width: 90%;
    }

    .aval > label {
        display: inline-block;
        margin-left: 10%;
    }

    .aval h5 {
        display: block;
        margin-left: 10%;
    }

    .aval input[type=radio] {
        display: inline-block;
        width: fit-content;

    }

    .edu {
        margin: 0;
        padding: 0%;
        width: 100%;
    }

    .edu > h5 {
        margin-left: 10%;
    }

    .edu > label {
        margin-left: 10%;
    }
    
    .premploy {
        margin: 0;
        padding: 0%;
        width: 100%;
    }

    .premploy > input[type=date] {
        display: block;
        width: 90%;
    }

    .premploy > label {
        margin: 3% auto auto 10%;
    }

    .premploy > textarea {
        margin: 3% 0 3% 5%;
        height: 100px;
        width: 90%;
    }

    .discsign {
        margin: 0 auto;
        width: 95%;
    }

    .discsign > p, h5 {
        width: 90%;
    }

    .discsign input[type=date]{
        display: block;
        width: 90%;
    }

    /*about us page*/
    
    .amain {
        display: block;
        margin: 80px auto 10px auto;
        padding: 0;
        width: 100%;
    }

    .aparts {
        display: block;
        padding: 10px;
        height: 400px;
        font-size: 16px;
        margin: 2% auto;
        width: 95%;

    }

    .aparts > p {
        margin-top: 10px;
        font-size: 16px;
    }

    /*contact page*/

    .contactmain {
        display: block;
        padding-top: 50px;
        width: 100%;
    }

    .contactmain > section {
        display: block;
        margin: 10px auto;
        width: 95%;
    }

    .msg {
        display: block;
        width: 90%;
    }

    .msg > input {
        width: 100% !important;
    }

    .msg > textarea {
        margin: 1% auto;
        width: 98% !important;
    }

    #labelcheck {
        position: fixed;
        display: block;
    }
   
}