*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

@font-face {
    font-family: 'Pop-Bol';
    src: url(./DEVELOPER/FONTS/Poppins-Bold.ttf);
}

@font-face {
    font-family: 'Pop-Italic';
    src: url(./DEVELOPER/FONTS/Poppins-Italic.ttf);
}

@font-face {
    font-family: 'Pop-Light';
    src: url(./DEVELOPER/FONTS/Poppins-Light.ttf);
}

@font-face {
    font-family: 'Pop-Med';
    src: url(./DEVELOPER/FONTS/Poppins-Medium.ttf);
}

@font-face {
    font-family: 'Pop-Reg';
    src: url(./DEVELOPER/FONTS/Poppins-Regular.ttf);
}

@font-face {
    font-family: 'Pop-Sembl';
    src: url(./DEVELOPER/FONTS/Poppins-SemiBold.ttf);
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20vh);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(-90deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

/* ------------------------------ Navbar --------------------------- */
.menu {
    height: 100px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background-color: rgb(255, 255, 255, 0.95);
}

.headerlogo {
   width: 350px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    margin-left: 10px;

}

.headerlogo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.menu ul {
    list-style: none;
    padding-top: 35px;
    margin: 0;

}

.menu ul li,
.menu ul li a {
    opacity: 0.8;
    color: #000000;
    cursor: pointer;
    transition: 200ms;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 700;

}

.menu ul li:hover,
.menu ul li a:hover {
    opacity: 1;
}

.menu ul li a,
.menu ul li a a {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

#menu li a {
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.menu ul {
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-family: 'Pop-Light';
}


.menu ul .link::before {
    padding-right: 0;
    display: none;

}


.menu>ul {
    display: flex;
    height: var(--menu-height);
    align-items: center;

}

.menu>ul li {
    position: relative;
    margin: 0 30px;


}

.menu .soc {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 30px;
    margin-top: -10px;

}

#diff {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.menu .soc a {
    margin-right: 10px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    outline: 1px solid rgb(0, 0, 0);
    border-radius: 50%;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-decoration: none;
    text-align: center;
}

.fac:hover {
    background-color: #1877F2;


}



.linkedin:hover {
    background-color: #0077b5;


}

.twit:hover {
    background-color: #1da1f2;


}

.inst:hover {
    background-image: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%,
            #285AEB 90%);


}

.menu>ul li ul {
    visibility: hidden;
    opacity: 0;
    padding: 0;
    min-width: 160px;
    position: absolute;
    top: 100%;
    left: 100%;
    margin-left: 45px;
    transform: translateX(-50%);
    transition: 200ms;
    transition-delay: 200ms;
    background-color: rgb(120, 204, 207);
    margin-top: 15px;
}

#up {
    margin-top: 0px;
    margin-left: 0px;
}

.menu>ul li ul li {
    margin: 0;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding-right: 40px;
}

.menu>ul li ul li ul {
    top: -2%;
    left: 100%;
    transform: translate(0);
}


.menu>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 0ms;
}

/* ------------------------------ Home Page --------------------------- */

.intro {
    background-image: url(./DEVELOPER/IMAGES/PEB.jpg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    animation: fadeInUp 2s ease;
}

#intro__title1 {
    position: absolute;
    font-family: 'Pop-Med';
    font-size: 17px;
    margin-top: 320px;
    margin-left: 100px;
    animation: fadeInUp 2s ease;

}

#intro__title2 {
    position: absolute;
    font-family: 'Pop-Bol';
    font-size: 75px;
    margin-top: 350px;
    margin-left: 100px;
    color: rgb(121, 205, 208);
    animation: fadeInUp 2s ease;
}

#intro__subtitle {
    position: absolute;
    font-size: 13px;
    margin-top: 460px;
    margin-left: 100px;
    padding-right: 800px;
    font-family: 'Pop-Light';
    animation: fadeInUp 2s ease;

}

.imag{
    
    width: 750px; 
    height: 100%; 
    object-fit: cover;
    
    
}


/* ---------------------------------------- Girt description ----------------------------------- */

.biggreenbl1 {
    width: 100%;
    height: 88vh;
    /*background-size: cover;*/
    /*overflow: hidden;*/
    position: relative;

    
}

#historybigti {
    font-family: 'Pop-Med';
    color: rgb(83, 99, 174);
    font-size: 35px;
    text-align: center;
}

#firpara1{
    font-family: 'Pop-Light';
    font-size: 15px;
    color: black;
    text-align: left;
    margin-top: 55px;
    padding: 2px 250px 0px 250px;
}

#secpara1 {
    font-family: 'Pop-Light';
    font-size: 15px;
    color: black;
    text-align: left;
    padding: 20px 250px 0px 250px;
}

#thirpara1 {
    font-family: 'Pop-Light';
    font-size: 15px;
    color: black;
    text-align: left;
    padding: 20px 250px 0px 250px;
}



/* ---------------------------------- Purple boxes ----------------------------------------- */
.imgncontflex {
    width: 100%;
    height: 65vh;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.flex {
    display: flex;
   
}

.flex>div {
    flex: 50%;
}
 
.imgleft{
    opacity: 0;
}


.contonright {
    font-family: 'Pop-Light';
    background-color: rgb(91, 88, 166);
    /* margin-right: 20px; */
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 15px;
    opacity: 0;
}

.contonright h3{
    color: white;
    padding-left: 30px;
    padding-right: 50px;
    padding-top: 20px;
}

#firpar {
    margin-top: 20px;
    padding-right: 80px;
    padding-left: 30px;
    line-height: 1.5;
    color: white;
   
}

#secpar {
    margin-top: 20px;
    padding-right: 80px;
    color: white;
    padding-left:0px;
}

#thirpar {
    margin-top: 20px;
    padding-right: 80px;
    color: white;
    padding-left: 30px;
}

.righttoleft {
    animation-name: rightToLeft;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(300px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

.lefttoright {
    animation-name: leftToRight2;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    opacity: 0;
    animation-fill-mode: forwards;
}

@keyframes leftToRight2 {
    0% {
        transform: translateX(-200px);
        opacity: 0.2;
    }

    100% {
        transform: translateX(0px);

        opacity: 1;
    }
}


/* ---------------------------------- Finish and Applications ----------------------------------------- */
.biggreenbl2 {
    width: 100%;
    height: auto;
    /*background-size: cover;*/
    /*overflow: hidden;*/
    position: relative;

}

#historybigti2 {
    font-family: 'Pop-Med';
    color: rgb(83, 99, 174);
    font-size: 35px;
    margin-top: 70px;
    text-align: center;
}

#firpara2 {
    font-family: 'Pop-Light';
    font-size: 15px;
    color: black;
    text-align: left;
    margin-top: 20px;
    padding: 2px 250px 0px 250px;
}

#secpara2 {
    font-family: 'Pop-Light';
    font-size: 15px;
    color: black;
    text-align: center;
    padding: 2px 250px 0px 250px;
}


/* ---------------------------------- Advantages section --------------------------------------- */
.advantages {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* background-image: url(./DEVELOPER/IMAGES/Bgadv.jpg);
    background-size: cover; */

}

.imgcont {
    width: 100%;
    height: 90vh;
    margin-top: 150px;
    position: relative;

}

.imgcont img {
    width: 100%;
    height: 100%;
}


.advwritten {
    background-color: rgb(91, 88, 166);
    width: 600px;
    position: absolute;
    margin-top: -790px;
    margin-left: 170px;
    height: 600px;

}

.advwritten h3 {
    color: white;
    font-size: 25px;
    font-family: 'Pop-Med';
    padding-left: 40px;
    margin-top: 40px;
}

.advwritten p {
    color: white;
    font-family: 'Pop-Light';
    font-size: 16px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 20px;
    line-height: 2;
}

/* ---------------------------------- Table --------------------------------------- */
.tab {
    position: relative;
    width: 100%;
    height: 70vh;
    margin-top: 40px;
    overflow: hidden;
}

table {
    width: 1200px;
    border-collapse: collapse;
    margin: 50px auto;
    border: 2px solid black;

}

/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background-color: rgb(91, 88, 166);
    color: white;
    font-weight: bold;
    border: 1px solid black;
}

table td,
table th {
    padding: 10px;
    border: 2px solid black;
    text-align: center;
    font-size: 18px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    table {
        width: 100%;
    }

    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #000000;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #000000;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        /* Label the data */
        content: attr(data-column);

        color: #000;
        font-weight: bold;
    }

}
/* ---------------------------------- Footer --------------------------------------- */
.banner {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    /*margin-bottom: 100px;*/
    margin-top: 20px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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


.footer {
    position: relative;
    padding-top: 45px;
    background: #121518;
    height: 500px;
}


.footer-about img {
    height: 250px;
    margin-top: -100px;
}



.footer-link {
    margin-top: 70px;
    margin-left: 100px;
    font-family: 'Pop-Med';
}

.footer .footer-contact .form {
    position: relative;
    width: 320px;
    margin: 0 auto;
}

.footer .footer-contact input {
    height: 45px;
    border-radius: 0;
    font-size: 15px;
    margin-top: 20px;
}

#b2 {
    position: absolute;
    margin-top: -37px;
    margin-left: 190px;
    border: none;
    height: 30px;
    width: 120px;
    font-size: 14px;
    text-transform: uppercase;
    color: white;
    background-color: rgb(120, 204, 207);
    border-radius: 0;
    transition: .3s;
    font-family: 'Pop-Med';
}

.footer .footer-contact #b2:hover {
    color: #ffffff;
    background: rgb(135, 129, 188);
}

.footer .footer-contact #b2:focus {
    box-shadow: none;
}



.footer .footer-about,
.footer .footer-link,
.footer .footer-contact {
    margin-bottom: 45px;
    color: #dddddd;
}



.footer-about p {
    font-size: 12px;
    margin-top: -60px;
    margin-left: 50px;
    width: 450px;
    padding-right: 30px;

}

#secpar {
    font-size: 12px;
    margin-top: 40px;

}

.footer-link h3 {
    color: white;
    font-size: 15px;
    margin-top: 90px;
    margin-bottom: 20px;
    font-family: 'Pop-Med';
}

.footer .footer-link a {
    display: block;
    margin-bottom: 10px;
    color: #dddddd;
    transition: .3s;
    text-decoration: none;
    font-size: 13px;
    font-family: 'Pop-Light';
}

#quicklin {
    margin-left: -100px;
}

.footer .footer-link a::before {
    position: relative;
    font-size: 12px;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: rgb(120, 204, 207);
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}

.footer .footer-contact h3 {
    font-size: 15px;
    margin-top: 90px;
}

.footer .footer-social {
    position: relative;
    margin-top: -60px;

}

.footer .footer-social h3 {
    font-size: 12px;
}

.footer .footer-social a {
    display: inline-block;
}


.footer .footer-social a {
    margin-right: 15px;
    font-size: 18px;
    color: white;
    outline: 2px solid white;
    border-radius: 50%;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-decoration: none;
    text-align: center;
    float: left;
    margin-top: 10px;
}

.icon--facebook:hover {
    background-color: #0077b5;
}

.icon--linkedin:hover {
    background-color: #0077b5;
}

.icon--twitter:hover {
    background-color: #1da1f2;
}

.icon--instagram:hover {
    background-image: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%,
            #285AEB 90%);
}