
body{
	
	font-family: Montserrat-Medium;
}

header{
background: linear-gradient( rgb(20 20 20 / 60%), rgb(20 20 20 / 60%)), url(Assets/photos/Sanskriti-School.jpg);
    margin: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover;
    font-family: Montserrat;
    height: auto;
    padding-bottom: 50px;
    background-attachment: fixed;
}


.nav-container{
	padding-right: 105px !important;
    padding-left: 105px !important;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}
.nav-main{
	text-align: right;
}



li {
  float: right;
  display: inline;	
}

li a {
  font-size: 14px;
  display: block;
  color: white;
 text-align: left;
  padding: 14px 8px;
  text-decoration: none;
}

.quick-links {
  display: block;
  color: white !important;
  text-align: center;
  padding: 14px 12px;
  text-decoration: none;
}

.dropbtn {
  
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

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

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: display 5s;
  transition: all 0.5s ease;
}

.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  transition: 5s;
  transition: all 0.5s ease;
    
}
.b1{
    border: 4px solid #de0f0f;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}
.b2{
    border: 4px solid orange; 
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}

.b3{
    border: 4px solid green;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}

.b4{
    border: 4px solid #140082;;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}
.b5{
    border: 4px solid purple;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}
.b6{
    border: 4px solid darkblue;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}
.b7{
    border: 4px solid black;
    border-right:0;
    border-top:0; 
    border-bottom:0 ;
}



.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content{
  display: block;
  width: 217px;
  transition-delay: 5s;
 
    
}
.dropdown:hover .arrow{
  
  transform: rotate(225deg);
  transition: 0.3s;
  margin-bottom: 0px;
}
.active:hover {
	transition-delay: 5s;
  color:white;
  text-decoration:none;
  cursor: pointer; transition: all 0.5s ease;
}

.text1::before{
	cursor: pointer;
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left:0;
	background-color: black;
	transform-origin: bottom right;
	transition: transform 0.8s ease-out;
        }    
        .text1::hover::before{
	transform: scaleX(1.1);
	transform-origin: bottom left;

  					}
.text1{
    
    position: relative;
            }
 

.container-fluid{
	
	    margin-left: 40px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: 61px;
   
}

::selection {
    color: #fff;
    background: rgba(214,109,77,.988);
}

.arrow {
  border: solid white;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 2px;
  margin-left:  2px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}