/*
Student Name: Vamsi Koneru
File Name: stylesheet.css
Date: July 4th, 2024
*/

/* reset margin, padding and border for all elements to start with */
body, header, nav, main, footer, div, img, h1, h2, h4, ul, article, section, aside, figure, figcaption, video, audio{
  margin: 0;
  padding: 0;
  border: 0;
}
/* Style rule for box sizing applies to all elements */
* {
  box-sizing: border-box;
}
/* body background color style */
body {    
  font-family: "IBM Plex Sans", sans-serif;  
  font-size:10px;
}

img, video, audio{   
  display: block;
}

a{
  text-decoration: none;   
}

/* style rules for mobile */

/* Hide tablet-desktop class */
.tablet-desktop, #menu-links {
    display: none;
}


dt{
  font-weight:bold;
  padding-top:30px;
}
table{
  font-family: "Montserrat", sans-serif; 
}
nav td
{
  width:15%;
}

nav td a
{
  color:black;
  font-family: "Oswald", sans-serif;
  font-size:1.3em;
}

/* navigation styles*/

nav {
  text-align: center;
}
 nav ul {
   list-style-type: none;
    }
nav div{
  text-align:center;
}

.tablet-desktop{
  padding-left: 10%;
  padding-right: 10%;
  font-family: 'Oswald', sans-serif;
  text-align:center;
  font-weight:bold;
}
.mobile-nav{
  text-align:left;
  padding-left:2px;
  float:right
  color:black;
}
.mobile-nav a {
  color: black;     
  font-size: 1em;
  font-weight:bold;
  text-decoration: none;
  padding: 3%;
  display: block;
}

.mobile-nav a.menu-icon {
  float:right;
  color:black;
  font-weight:bold;
  font-size:2em;
  padding-right: 5px;
}
/* main content styles */

main{
  padding:6vw ;
  padding-top: 60px;
  color:white;
  font-size:2em;
  font-weight:bolder;
  backdrop-filter: brightness(0.7);
  font-style:italic;
  background-image: url(../images/homepage.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
table {
  width:100%;
}
#.geessaytable td {
  vertical-align: top;
  font-weight:bold;
  text-align:center;
  width:25%;
  line-height: normal;
}

.satvsactimg{
width:314px;
height:175px
}
#servicetable td {
  vertical-align: top;
  font-weight:bold;
  text-align:center;
  width:30%;
}
#servicetable tr:nth-child(even), #collegeessaytable tr:nth-child(even) {
  background-color: #efefef;
  line-height: 2.6em;
  font-size:1.3em;
}
#servicetable tr:nth-child(odd), #collegeessaytable tr:nth-child(odd)  {
   background-color: #999999;
   color:white;
   text-align:center;
   font-weight:bold;
   font-size:1.6em;
}
#servicetable tr:nth-child(odd) td, #collegeessaytable tr:nth-child(odd) td{
   padding-bottom:30px;
   padding-top: 15px;
 }
.studentswanttogoimg{
   width:330px;
   height:140px;
}
 #tutoringtable tr:nth-child(even) {
  background-color: #efefef;
}
#tutoringtable tr:nth-child(odd) {
   background-color: #999999;
}
#tutoringtable tr{
   text-align:center;
   font-weight:bold;
   font-size:1.3em;
}
#tutoringtable td{
   padding-bottom:30px;
   padding-top: 15px;
   width:30%
 }

#successimage{ 
  padding-top: 36vw;
  margin-left:12vw;
  margin-right:12vw;
  color:white;  
  font-style:italic;
  background-image: url(../images/success.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#satvsact{ 
  padding-top: 36vw;
  margin-left:12vw;
  margin-right:12vw;
  color:white;  
  font-style:italic;
  background-image: url(../images/satvsact.jpg);
  background-repeat: no-repeat;
}
.index{
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 40px;
}
.header{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Roboto Serif';
  font-size:2.85em;
  font-weight:bold;
  color:#00b56d;
}
.header2{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Roboto Serif';
  font-size:2.5em;
  font-weight:bold;
  color:black;
}
.maintext{
  font-size:2em;
  Font-family: 'Montserrat', serif;
  line-height: 2.5;
  font-weight:bold;
  text-align:center;
  padding-left:10%;
  padding-right:10%;
}
.maintext2{
  font-family:'Montserrat';
  background-color: #073763;
  color:white;
  font-size:2.5em;
  padding:20px;
  font-weight:bold;
  line-height: 2.5em;
  text-align:center;
  padding-left:10%;
  padding-right:10%;
  padding-top: 8vw;
  padding-bottom: 8vw;
  color:white;
}
.maintext3{
  font-family:'Montserrat';
  font-size:2.0em;
  background-color:#3c78d8;
  border-radius: 80px;
  border: 1px solid ;
  line-height: 2em;
  text-align:center;
  margin-right: 10px;
  margin-left: 10px;
  color:white;
}
.maintext31{
padding:10px;
}
.maintext4{
  font-family:'Times New Roman';
  font-size:5.6em;
  text-align:center;
  font-weight:bold; 
  color:#00b56d
}
.maintext41{
  font-family:'Roboto Serif';
  font-size:1.6em;
  text-align:center;
  font-weight:bold;
  line-height: 1.5em; 
  color:#3e505b
}
.collegeconsultingimg{
  width:312px;
  height:235px;
}
/* style for our consultants image scroll */

.marquee {
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}


/* footer styles*/
footer {
    text-align: center;
    font-size: 0.85em;
    clear: left;
    color: white;
    font-weight: bold;
    padding-bottom:1em;
    padding-top:1em;
     background-color:#1f1f1f;    
}

footer a {
    color: white;
}

.faq-plus{
        font-size: 1.4em;
        line-height: 1em;
        
        cursor: pointer;
      }
        .faq-body{
        display: none;
        margin-top: 30px;
      }

/* Media Query for Desktop Viewport */
@media screen and (min-width: 769px), print {
    
    /* Desktop Viewport: Show tab-desk class, hide mobile class */
    .tablet-desktop {
        display: block;
    }

    .mobile-nav{
        display: none;
    }
    body {    
  	font-family: "IBM Plex Sans", sans-serif;  
  	font-size:1.3em;
    }
    .maintext3{ 
  	margin-right: 10vw;
  	margin-left: 10vw;
  	color:white;
    }
    .maintext31{
	padding:80px;
    }
    .satvsactimg{
	width:624px;
	height:351px
    }
    .studentswanttogoimg{
   	width:550px;
  	height:233px;
    }
    .collegeconsultingimg{
  	width:624px;
  	height:469px;
    }
}
/* Media Query for Large Desktop Viewports */
@media screen and (min-width: 1024px), print {
    
    body {	
      
        padding:0%;
       
    }            

}
/* Media Query for Large Desktop Viewports */
@media screen and (min-width: 1450px), print {
    
    nav ul li {
	
  	float: left;
    }  
}
   
/* Media Query for Print */
@media print {
    
    body {
        background-color: #ffffff;
        color: #000000;
    }
}