body {
    margin: 0 auto;
    font-family: 'Lateef', serif;
    box-sizing: border-box;
    background: #f2f2f2;
}

a:hover {
    cursor: pointer;
}

.homesec1 {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 100vh;
}

.homecol1 {
    width: 56%;
    display: flex;
    flex-direction: column;
    padding: 1%;
}

.homecol2 {
    width: 38%;
    padding: 2%;
    background-image: url(../img/0-1%20copy.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homeimg {
    display: none;
}

.homeimg img {
    width: 100%;
}

.navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.navlogo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 0;
}

.navlogo:hover {
    opacity: 0.6;
    transition: 0.2s;
}

.navlogoimg {
    width: 20%;
    padding-top: 5%;
}

.navlogoimg img {
    width: 100%;
}

.navlogocol {
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.navlogocol h1 {
    color: #111111;
    margin: 0;
    font-size: 1.9vw;
    line-height: 100%;
    font-weight: 400;
}

.navlogocol h2 {
    color: #111111;
    margin: 0;
    font-size: 1.1vw;
    line-height: 100%;
    font-weight: 400;
}

.navbar a {
    width: 20%;
    text-decoration: none;
    text-align: center;
    color: #111111;
    font-size: 1.4vw;
    font-weight: 400;
}

.navbar a:hover {
    color: #cccccc;
    transition: 0.2s;
}

.dropbtn {
    color: #111111;
    padding: 0 55px;
    font-size: 1.4vw;
    font-weight: 400;
    border: none;
    cursor: pointer;
    background: #f2f2f2;
    font-family: 'Lateef', serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn:hover {
    color: #cccccc;
    transition: 0.2s;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #111111;
    font-size: 1.4vw;
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    width: 100%;
    padding: 5% 0;
}

.show {
    display: block;
}

.homesec2 {
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.homesec3 {
    width: 75%;
    display: flex;
    flex-direction: column;
}

.homesec3 img {
    width: 25%;
    margin-left: 55%;
    margin-top: 8%;
}

.homesec3 h1 {
    font-size: 4.8vw;
    font-weight: 300;
    margin: 0;
}

.homesec3 h2 {
    font-size: 1.8vw;
    font-weight: 400;
    margin: 0;
}

.homesec3 h3 {
    font-weight: 300;
    line-height: 180%;
    font-size: 1.4vw;
    width: 95%;
}

.websec1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #f2f2f2;
}

.webcol1 {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.webcol1 h1 {
    color: #111111;
    font-size: 5.2vw;
    font-weight: 200;
    width: 100%;
    margin: auto;
    text-align: center;
}

.webcol1 h3 {
    color: #111111;
    font-size: 1.6vw;
    font-weight: 300;
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 3%;
    line-height: 160%;
}

.webcol1 h2 {
    color: #111111;
    font-size: 1.7vw;
    font-weight: 500;
    width: 100%;
    margin: auto;
    text-align: center;
}

.webcol1 a {
    color: #111111;
    font-size: 1.6vw;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.websec2 {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 5%;
}

.websec2 a {
    width: 48%;
    margin-bottom: 5%;
    box-shadow: 5px 5px 15px #cacaca;
}

.website {
    width: 100%;
}

.container1 {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: rgba(43, 43, 43, 0.8);
}

.container1:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.vid1 {
    width: 30%;
    margin-bottom: 5%;
    box-shadow: 5px 5px 15px #AEAEAE;
}

.logo1 {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 3% 0;
    flex-wrap: wrap;
}

.brand1 {
    width: 48%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 5%;
}

.brandimg {
    width: 100%;
    margin: auto;
    padding: 2% 0;
    margin-bottom: 1%;
}

.brandimg img {
    width: 100%;
    box-shadow: 5px 5px 15px #cacaca;
}

.brand1 h1 {
    color: #111111;
    font-size: 1.8vw;
    font-weight: 200;
    margin: auto;
}

.brand1 h2 {
    color: #111111;
    font-size: 1.3vw;
    font-weight: 400;
    margin: auto;
}

.brand1 a {
    color: #111111;
    font-size: 1.2vw;
    font-weight: 400;
    margin: auto;
}

.brand2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
    margin-bottom: 5%;
}

.brandimg {
    width: 100%;
    margin: auto;
    padding: 2% 0;
    margin-bottom: 1%;
}

.brandimg img {
    width: 100%;
    box-shadow: 5px 5px 15px #cacaca;
}

.brand2 h1 {
    color: #111111;
    font-size: 1.8vw;
    font-weight: 200;
    margin: auto;
}

.brand2 h2 {
    color: #111111;
    font-size: 1.3vw;
    font-weight: 400;
    margin: auto;
}

.brand2 a {
    color: #111111;
    font-size: 1.2vw;
    font-weight: 400;
    margin: auto;
}

.container2 {
    position: relative;
    width: 85%;
    margin: auto;
    margin-top: 5%;
    background: #ffffff;
    margin-bottom: 8%;
}

.container2 h1 {
    font-size: 3.5vw;
    color: #111111;
    font-weight: 300;
}

.container2 .image-container2 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 15px;
    justify-content: space-between;
}

.container2 .image-container2 .image-art1 {
    height: 300px;
    width: 250px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    cursor: pointer;
}

.container2 .image-container2 .image-art1:hover {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
    transition: .2s;
}

.container2 .image-container2 .image-art1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    transition: .2s linear;
}

.container2 .image-container2 .image-art1:hover img {
    transform: scale(1.1);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.container2 .popup-image {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display: none;
}

.container2 .popup-image span {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 60px;
    font-weight: bolder;
    color: #ffffff;
    cursor: pointer;
    z-index: 100;
}

.container2 .popup-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ffffff;
    border-radius: 5px;
    width: 500px;
    object-fit: cover;
}

@media (max-width:768px) {
    .container2 .popup-image img {
        max-width: 95%;
    }
}

.footer {
    width: 90%;
    margin: auto;
    padding: 3% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer4 {
    width: 15%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.footer4 a {
    font-size: 1.1vw;
    font-weight: 300;
    color: #111111;
    opacity: 0.6;
    line-height: 160%;
}

.footer4 a:hover {
    opacity: 0.9;
    transition: 0.2s;
}

.footer5 {
    width: 15%;
    display: flex;
    flex-direction: column;
}

.footer5img {
    width: 30%;
    margin: auto;
    opacity: 0.6;
}

.footer5img img {
    width: 100%;
}

.footer5 h1 {
    font-size: 1.1vw;
    opacity: 0.6;
    text-align: center;
    color: #111111;
    font-weight: 300;
    margin: auto;
}

.footer6 {
    width: 15%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.footer6 h1 {
    font-size: 1.1vw;
    opacity: 0.6;
    color: #111111;
    font-weight: 300;
}

.footer6 a {
    font-size: 1.1vw;
    opacity: 0.6;
    color: #111111;
    font-weight: 300;
}

.footer6 a:hover {
    opacity: 0.9;
    transition: 0.2s;
}

.about1 {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2% 0;
    align-items: center;
    margin-bottom: 3%;
    padding-top: 0;
}

.about2 {
    width: 35%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 2%;
    flex-wrap: wrap;
}

.aboutimg {
    width: 45%;
    margin-bottom: 7%;
}

.aboutimg img {
    width: 100%;
}

.about3 {
    width: 53%;
}

.about3 h1 {
    color: #111111;
    font-size: 5vw;
    font-weight: 200;
    width: 100%;
    margin: auto;
    text-align: left;
    line-height: 100%;
}

.about3 h2 {
    color: #111111;
    font-size: 2vw;
    font-weight: 500;
    width: 100%;
    margin: auto;
    text-align: left;
}

.about3 h3 {
    color: #111111;
    font-size: 1.5vw;
    font-weight: 300;
    width: 90%;
    text-align: left;
    margin-bottom: 0;
    line-height: 150%;
}

.about3 h4 {
    color: #111111;
    font-size: 1.4vw;
    font-weight: 300;
    width: 90%;
    text-align: left;
    margin: 0;
}

.about4 {
    width: 90%;
    margin: auto;
    padding: 2% 0;
}

.skills1 {
    width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5% 0;
}

.skills2 {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.skills2 h1 {
    font-weight: 500;
    font-size: 1.5vw;
    color: #111111;
    margin-bottom: 0;
}

.skills1 h2 {
    font-weight: 300;
    font-size: 1.4vw;
    color: #111111;
    margin-top: 0;
}

.about4 h1 {
    text-align: center;
    font-size: 2.4vw;
    font-weight: 500;
    color: #111111;
    margin: auto;
}

.about5 {
    width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 3%;
}

.about6 {
    width: 29%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.about6 h1 {
    font-weight: 200;
    font-size: 1.3vw;
    font-style: italic;
    color: #111111;
}

.about6 h2 {
    font-weight: 500;
    font-size: 1.3vw;
    color: #111111;
    margin-bottom: 0;
}

.about6 h3 {
    font-weight: 300;
    font-size: 1.3vw;
    color: #111111;
    margin-top: 0;
}

.contactform {
    width: 80%;
    margin: auto;
    margin-top: 5%;
    min-height: 126vh;
}

iframe {
    width: 100%;
    min-height: 126vh;
}

@media (max-width:1000px) {
    .homesec1 {
        flex-direction: column;
    }

    .homecol1 {
        width: 96%;
    }

    .homecol2 {
        width: 56%;
        background: #ffffff;
        margin: auto;
    }

    .homeimg {
        display: inherit;
        margin: auto;
        width: 80%;
    }

    .homeimg img {
        width: 100%;
    }

    .navbar {
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .navlogo h1 {
        display: none;
    }

    .navlogo h2 {
        display: none;
    }

    .navlogoimg {
        width: 30%;
        margin-left: 30%;
        ;
    }

    .navbar a {
        font-size: 3vw;
        width: 25%;
    }

    .dropbtn {
        font-size: 3vw;
    }

    .dropdown-content a {
        width: 100%;
    }

    .homesec2 {
        flex-direction: column-reverse;
    }

    .homesec3 {
        width: 80%;
        margin: auto;
    }

    .homesec3 h1 {
        font-size: 7vw;
        margin-top: 5%;
    }

    .homesec3 h2 {
        font-size: 2.5vw;
    }

    .homesec3 h3 {
        font-size: 2.5vw;
        margin-bottom: 3%;
    }

    .homesec3 img {
        width: 25%;
        margin-left: 60%;
        margin-top: 3%;
        margin-bottom: 5%;
    }

    .homefooter {
        padding-bottom: 5%;
        padding-top: 5%;
    }

    .footer1 {
        width: 30%;
    }

    .footercol {
        width: 30%;
    }

    .footer1 a {
        font-size: 1.8vw;
    }

    .footer1 h1 {
        font-size: 1.8vw;
    }

    .footercol h1 {
        font-size: 1.8vw;
    }

    .webcol1 {
        width: 80%;
    }

    .webcol1 h1 {
        font-size: 8vw;
    }

    .webcol1 h3 {
        font-size: 3vw;
    }

    .webcol1 h2 {
        font-size: 3vw;
    }

    .footer4 {
        width: 35%;
    }

    .footer4 a {
        font-size: 1.8vw;
    }

    .footer6 {
        width: 35%;
    }

    .footer5 h1 {
        font-size: 1.8vw;
    }

    .footer6 h1 {
        font-size: 1.8vw;
    }

    .footer6 a {
        font-size: 1.8vw;
    }

    .websec2 {
        margin-top: 8%;
    }

    .vid1 {
        width: 45%;
    }

    .container2 h1 {
        font-size: 4vw;
    }

    .about1 {
        flex-direction: column-reverse;
    }

    .about3 {
        width: 85%;
        margin-bottom: 5%;
    }

    .about3 h1 {
        font-size: 8vw;
    }

    .about3 h2 {
        font-size: 5vw;
    }

    .about3 h4 {
        font-size: 3.5vw;
    }

    .skills1 {
        margin-bottom: 5%;
    }

    .skills1 h1 {
        font-size: 3vw;
    }

    .skills1 h2 {
        font-size: 3vw;
    }

    .about3 h3 {
        font-size: 3vw;
        width: 100%;
    }

    .about2 {
        width: 80%;
    }

    .aboutimg {
        margin-bottom: 0;
        margin-top: 5%;
    }

    .about4 {
        padding-top: 0;
    }

    .about4 h1 {
        font-size: 4vw;
    }

    .about5 {
        flex-direction: column;
    }

    .about6 {
        width: 90%;
        margin: auto;
    }

    .about6 h1 {
        font-size: 3vw;
    }

    .about6 h2 {
        font-size: 3vw;
        margin-top: 0;
    }

    .about6 h3 {
        font-size: 3vw;
    }

    .footer1 a {
        font-size: 2vw;
    }

    .footer1 h1 {
        font-size: 2vw;
    }

    .footercol h1 {
        font-size: 2vw;
    }

    .webcol1 a {
        font-size: 3vw;
    }

    .websec2 a {
        width: 100%;
        margin-bottom: 5%;
    }

    .brand1 {
        width: 80%;
        margin: auto;
        margin-bottom: 5%;
    }

    .brand1 h1 {
        font-size: 3vw
    }

    .brand1 h2 {
        font-size: 2vw
    }

    .brand1 a {
        font-size: 2vw;
    }

    .brand2 {
        width: 80%;
        margin: auto;
        margin-bottom: 5%;
    }

    .brand2 h1 {
        font-size: 3vw
    }

    .brand2 h2 {
        font-size: 2vw
    }

    .brand2 a {
        font-size: 2vw;
    }
}

@media (max-width:510px) {
    .navbar {
        padding-top: 2%;
        padding-bottom: 2%;
        width: 90%;
        margin: auto;
    }

    .navlogo h1 {
        display: none;
    }

    .navlogo h2 {
        display: none;
    }

    .navlogoimg {
        width: 50%;
    }

    .navbar a {
        font-size: 3vw;
        width: 25%;
    }

    .dropbtn {
        font-size: 3vw;
    }

    .dropdown-content a {
        width: 100%;

    }

    .homesec2 {
        flex-direction: column-reverse;
    }

    .imagegrid1 {
        width: 90%;
        margin: auto;
    }

    .imagegrid1 img {
        width: 42%;
        margin-bottom: 5%;
    }

    .homesec3 {
        width: 80%;
        margin: auto;
    }

    .homesec3 h1 {
        font-size: 8vw;
        margin-top: 5%;
    }

    .homesec3 h2 {
        font-size: 4.5vw;
    }

    .homesec3 h3 {
        font-size: 2.8vw;
        margin-bottom: 3%;
    }

    .homesec3 img {
        width: 30%;
        margin-left: 60%;
        margin-top: 5%;
        margin-bottom: 8%;
    }

    .footer1 a {
        font-size: 2vw;
    }

    .footer1 h1 {
        font-size: 2vw;
    }

    .footercol h1 {
        font-size: 2vw;
    }

    .webcol1 a {
        font-size: 2.5vw;
    }

    .websec2 a {
        width: 100%;
        margin-bottom: 5%;
    }

    .footer4 a {
        font-size: 1.8vw;
    }

    .footer5 h1 {
        font-size: 1.8vw;
    }

    .footer6 h1 {
        font-size: 1.8vw;
    }

    .footer6 a {
        font-size: 1.8vw;
    }

    .vid1 {
        width: 90%;
        margin: auto;
        margin-bottom: 5%;
    }

    .container2 {
        width: 80%;
    }

    .container2 h1 {
        font-size: 4vw;
    }

    .brand1 {
        width: 90%;
        margin: auto;
        margin-bottom: 8%;
    }

    .brand1 h1 {
        font-size: 4vw;
    }

    .brand1 h2 {
        font-size: 3vw;
    }

    .brand1 a {
        font-size: 3vw;
    }

    .about1 {
        flex-direction: column-reverse;
    }

    .about2 {
        margin-top: 5%;
    }

    .about3 {
        width: 85%;
    }

    .about3 h1 {
        font-size: 8vw;
    }

    .about3 h2 {
        font-size: 4vw;
    }

    .about3 h4 {
        font-size: 3vw;
    }

    .skills1 h1 {
        font-size: 3vw;
    }

    .skills1 h2 {
        font-size: 3vw;
    }

    .about3 h3 {
        font-size: 2.5vw;
    }

    .about4 h1 {
        font-size: 3.5vw;
    }

    .about6 h1 {
        font-size: 2.5vw;
    }

    .about6 h2 {
        font-size: 2.5vw;
    }

    .about6 h3 {
        font-size: 2.5vw;
    }
}

@media (max-width:250px) {
    .navbar a {
        font-size: 3.5vw;
        width: 25%;
    }

    .dropbtn {
        font-size: 3.5vw;
    }

    .dropdown-content a {
        width: 100%;
        font-size: 3.5vw;
    }

    .homesec2 {
        flex-direction: column-reverse;
    }

    .imagegrid1 {
        width: 90%;
        margin: auto;
    }

    .imagegrid1 img {
        width: 42%;
        margin-bottom: 5%;
    }

    .homesec3 {
        width: 80%;
        margin: auto;
    }

    .homesec3 h1 {
        font-size: 8vw;
        margin-top: 5%;
    }

    .homesec3 h2 {
        font-size: 4.5vw;
    }

    .homesec3 h3 {
        font-size: 2.8vw;
        margin-bottom: 3%;
    }

    .homesec3 img {
        width: 30%;
        margin-left: 60%;
        margin-top: 5%;
        margin-bottom: 8%;
    }

    .footer4 a {
        font-size: 1.8vw;
    }

    .footer5 h1 {
        font-size: 1.8vw;
    }

    .footer6 h1 {
        font-size: 1.8vw;
    }

    .footer6 a {
        font-size: 1.8vw;
    }

    .vid1 {
        width: 90%;
        margin: auto;
        margin-bottom: 5%;
    }

    .container2 {
        width: 80%;
    }

    .container2 h1 {
        font-size: 4vw;
    }

    .brand1 {
        width: 90%;
        margin: auto;
        margin-bottom: 8%;
    }

    .brand1 h1 {
        font-size: 4vw;
    }

    .brand1 h2 {
        font-size: 3vw;
    }

    .brand1 a {
        font-size: 3vw;
    }

    .about1 {
        flex-direction: column-reverse;
    }

    .about2 {
        margin-top: 5%;
    }

    .about3 {
        width: 85%;
    }

    .about3 h1 {
        font-size: 8vw;
    }

    .about3 h2 {
        font-size: 4vw;
    }

    .about3 h4 {
        font-size: 3vw;
    }

    .skills1 h1 {
        font-size: 3vw;
    }

    .skills1 h2 {
        font-size: 3vw;
    }

    .about3 h3 {
        font-size: 2.5vw;
    }

    .about4 h1 {
        font-size: 3.5vw;
    }

    .about6 h1 {
        font-size: 2.5vw;
    }

    .about6 h2 {
        font-size: 2.5vw;
    }

    .about6 h3 {
        font-size: 2.5vw;
    }
}
