@import url(./menu_footer.css);
@font-face {
	font-family: "Calligrapher";
	src: url("../fonts/calligrapher.ttf") format("truetype");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100vh;
    background: #fff;
    color: #000;
    z-index: 999;
}
.intro .skip {
    position: absolute;
    top: 85vh;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 40px;
    color: #ff0000;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 40px;
    cursor: pointer;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}
.intro .I_frame {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #ff9933;
    display: grid;
    grid: 100vh / 45% 1fr;
}
.intro .I_frame img {
    position: absolute; 
    transform: translate(-50%,-50%);
    opacity: 0;
    filter: drop-shadow(4px 2px 8px rgba(0, 0, 0, 0.15));
}
.intro .I_frame img[alt="Leaves"] {
    top: 0;
    left: 88.5%;
    width: 170px;
}
.intro .I_frame img[alt="face"] {
    top: 51%;
    right: -50%;
    width: 220px;
}
.intro .I_frame img[alt="basuri"] {
    top: 69.5%;
    left: 0;
    width: 280px;
}
.intro .I_frame .name {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0 20px;
    height: 100vh;
}
.intro .I_frame .name > div {
    width: 95%;
    position: relative;
}
.I_frame .name img {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
}
.I_frame .name > div:last-child { grid-column: 1 / -1; }

.main_c {
    height: calc(100vh - 60px);
    display: grid;
    grid-template-columns: 20% 1fr 15%;
}
.main_c .logo {
    position: relative;
    width: 100%;
    height: 100%;
}
.main_c .logo img {
    position: absolute;
    top: 8%;
    left: 62%;
    transform: translateX(-50%);
    width: 500px;
}
.main_c .main_3 {
    position: relative;
}
.main_c .main_3 .rotate_txt {
    position: absolute;
    top: 43%;
    left: 40%;
    transform: translate(-50%,-50%) rotate(-90deg) scale(1.1);
    font-size: 6.5em;
    font-family: 'Calligrapher';
    font-weight: bold;
    color: #FFC036;
    filter: drop-shadow(-8px 3px 5px #d6d6d6);
}
.content {
    margin-top: 100px;
    width: 90%;
    margin: 25px auto;
}
.content-holder { margin: 60px 0; }
.content-holder .content_header { width: 100%; }
.content-holder .content_header .title {
    font-family:"Onyx V1" !important;
    font-size: 3em;
    font-weight: 500;
    padding: 0 4px 0 0;
}
.content-holder .content_header .fa { font-size: 7px; }
.content-holder .content_header .line {
    display: inline-block;
    margin: 0 0 0 5px;
    width: calc(100% - 255px);
    height: 2px;
    background: #989895;
}
.content-holder .content_body {
    margin: 120px 0;
    text-align: center;
}
@font-face {
	font-family: "Sheilazain_demo";
    src: url("../fonts/Sheilazain_demo.ttf");
}
.content-holder .content_body p {
    font-family: 'Sheilazain_demo' !important;
    font-size: 5em;
}
.index_img {
    height: 100vh;
    width: 100%;
    background: url(../Images/rural-girl-studying-in-lantern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    background-attachment: fixed;
}
.index_img img {
    width: 100%;
    height: 100%;
}
.slok { padding: 15vh 0; }
@font-face { src: url(../fonts/Kruti_Dev_690.ttf); font-family: kruti_dev; }
@font-face { src: url(../fonts/LIBERTYN_1.TTF); font-family: liberty; }
.slok p:first-child {
    font-weight: 500;
    font-size: 4em;
    font-family: kruti_dev;
}
.slok p:last-child {
    font-size: 3.6em;
    font-family: liberty;
}

@media screen and (max-width: 770px) {
    .intro .I_frame { grid: 20vh 80vh / 1fr !important; }
    .intro .I_frame .images { position: relative; }
    .intro .I_frame img[alt="Leaves"] {
        top: 12% !important;
        left: 82% !important;
        width: 120px !important;
    }
    .intro .I_frame img[alt="face"] {
        top: 45% !important;
        left: 67% !important;
        width: 170px !important;
    }
    .intro .I_frame img[alt="basuri"] {
        top: 62% !important;
        left: 35% !important;
        width: 180px !important;
    }
    .I_frame p {
        left: 50% !important;
        font-size: 25px !important;
    }
    .I_frame .name p:nth-child(1) {
        left: 30% !important;
    }
    .I_frame .name p:nth-child(2) {
        left: 68% !important;
    }
    .main_c {
        grid: auto / 70% 1fr !important;
        grid-template-areas: "main_2 main_3" !important;
        height: 60vh !important;
    }
    .main_c .main_1 { display: none !important; }
    .main_c .logo img {
        top: 4% !important;
        left: 58%;
        transform: translateX(-50%);
        width: 100% !important;
    }
    .main_c .main_3 .rotate_txt {
        top: 35% !important;
        left: 60% !important;
        transform: translate(-50%,-50%) rotate(-90deg) scale(1.1);
        font-size: 3em !important;
        font-family: 'Calligrapher';
    }
    .content-holder .content_header .line { width: calc(100% - 200px) !important; }
    .content-holder .content_body { margin: 100px 0 !important; }
    .content-holder .content_body p { font-size: 3em !important; }
    .index_img {
        height: 40vh;
        width: 100%;
    }
    .index_img img {
        width: 100%;
        height: 100%;
    }
    .slok { padding: 65px 0 !important; }
    .slok p:first-child { font-size: 2.5em !important; }
    .slok p:last-child { padding: 0 1vw; font-size: 2.2em !important; }
}

@media screen and (min-width: 770px) and (max-width: 1100px) and (max-height: 500px) {
    .main_c {
        grid: auto / 25vw 1fr 15vw !important;
        grid-template-areas: "main_1 main_2 main_3" !important;
        height: 85vh !important;
    }
    .main_c .logo img {
        top: 6% !important;
        left: 58%;
        transform: translateX(-50%);
        width: 70% !important;
    }
    .main_c .main_3 .rotate_txt {
        top: 42% !important;
        left: 60% !important;
        transform: translate(-50%,-50%) rotate(-90deg) scale(1.1);
        font-size: 4.3em !important;
    }
}