@font-face {
    font-family: lemon_milk;
    src: url(../font/LEMONMILK-Light.otf);
  }

@font-face {
    font-family: main_font;
    src: url(../font/OratorStd.otf);
  }


@font-face {
    font-family: heading_font;
    src: url(../font/Aileron-Regular.otf);
  }


*{
    margin:0px;
    padding: 0;
   
}
body{
    background: linear-gradient(330deg, rgba(235,198,180,0.9), rgba(61,148,165,1) 80.71%);
    background-attachment: fixed;  
}

.main_body{

    width: 100%;
    height: 100vh;
    color: white;
    position: relative;
         
  }

  .fa_mobile{

   
    width:2em;
    display: none;
  }
  .fa_bars{

    background-image: url(../images/mobile_bar.png);
    background-position: center;
    background-repeat: no-repeat; 

  }


.top_menu{
    z-index: 2;
    width: 100%;
    display: flex;   
    position: fixed;   
    align-content: center;     
    justify-content: center;  
  
}


.top_sub_menu{

    background-color: rgba(0,0,0,0.7);
}


.menu_heading{

height: 200px;

}

.content{
    z-index: 1;
    width: 100%;
    display: flex;   
    position: fixed;   
    align-content: center;     
    justify-content: center;  
  
}

.position_fixed{

    top: 0px; 
    width: 100%;
    position:fixed;
    background: linear-gradient(330deg, rgba(235,198,180,0.9), rgba(61,148,165,1) 80.71%);
}

.item_align{

    width: 100%;
    /* padding: 20px;   */
    display: flex;  
    font-family: main_font;
    font-size: 20px;
    justify-content:space-between; 
    /* border: thin green solid;*/
} 

.item_align a{
    
    color:white;
    text-decoration: none;

}
.item_align a:hover{

    color:bisque;
    font-weight: 600;

}

.item_align > div{
    padding: 20px;  
    display: flex;   
    align-content: center;     
    align-self: center;
    justify-content:left; 
    /* border: thin red solid; */

}
.content{
    width: 100%;
    position: fixed;
    bottom: 0;

}
.content_align{

    width: 90%;
    bottom: 0px;
    display: flex;  
    /* height: 88vh; */
    flex-wrap: wrap;
   
}

.content_align > div{
    
    display: flex;   
    justify-content:center; 

}

.content_text{
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    font-size: 14px;
    font-family:lemon_milk;
   
    /* border: thin solid lightblue; */
}
.content_text h2{

    font-family: heading_font;
    font-size: 4rem;
}




.main_box{

    width:50%;
    /* border: thin solid blue; */
}

.main_box > div.mission, .main_box > div.vision{
    width: 23rem;
    height: 8rem;
    padding: 6rem 2rem 2rem 2rem;
    text-align: center;
    border-radius: 10px;
    /* border: thin solid green; */

}



.main_box > div.core_heading{

    /* border: thin solid green; */
    width: 52rem;
    height: 10rem;
    border-radius: 10px;
    padding: 2rem;
    text-align: center;
}

.core_values_box{

   
    display: flex;
    justify-content:space-evenly;    
    /* border: thin solid black; */

}

.core_values_box >div{
   
    width: 100%;
    /* border: thin solid red; */

}


.logo{

    width: 70%;
    padding:1.5em;
      
}
.logo_container{

    display: flex;

}
.text_heading
{

    color: white;
    font-family: heading_font;
    
}

#motto
{
    display: flex;   
   
    align-content: center;     
    justify-content:center; 
    flex-direction: column;

}

#motto h3{
   
    font-size: 3em;
   
}

#motto p{

    font-size: 2em;
   
}
#motto button{
    color: black;
    font-size: 1em;
    padding: 20px;
    border: none;
    border-radius: 20px;
    background-color: #ebc6b4;
}

#motto > div{

    padding: 20px;  
    
    
}
.billboard{

    width: 100%;
    background-image: url(../images/billboard_pic.png);
    background-repeat: no-repeat;
    background-position: right bottom;   
     height: 30em; 
}

.price_headings, .ad_headings{

    font-size: 2em;
    padding: 20px;
 

}

.price_box, .ad_box{

    width:90%;
    display: flex;      
    padding: 15px;
    flex-wrap: wrap;
    justify-content: space-around;    
    
    /* border: thin solid lightblue;  */
}

.price_box > div{

  
    margin-bottom: 2rem;
   
}


.price_container {

   
    width: 15rem;
    height: 30rem;
    text-align: center;

    display: flex;
    align-items:start;
    position: relative;
    align-content: center;
    border-radius: 10px;   
    justify-content:center;    
    background-color: #3d94a5;  
   
    padding: 2rem 2rem 3rem 2rem;
    background: linear-gradient(135deg, #096da8 30%, lightgrey);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
}



.price_container p span{

    font-family: lemon_milk;
    font-weight: bold;
    font-size: 16px;

    
    }

.price_tag{
    display: flex;
   
    height: 45px;
    font-family: lemon_milk;
    font-size: 18px;
    position: absolute;
    padding: 18px;
    color:rgb(102, 92, 92);
     justify-content:center;
     align-items: center;
    background-color: white;
   
    border-radius: 50%;
    top: 24%;
    box-shadow:  0 0 0 5px #367ea8,              
                 0 0 0 15px white,
                 0 0 0 20px #367ea8,                 
                 0 90px 0px 50px white;
    }


.price_container_draw{
   
    width: 15rem;
    height: 40%;
    padding:2rem;
    display: flex;
    bottom: 0px;
    background-color: white;
    justify-content:center;
    color:gray;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    
}

.price_container_draw p{
    padding-top: 3%;
    padding-left: 3%;

}



.price_container_border{
    top:0px;
    width: 85%;  
    height: 90%;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    border-left:2px dashed lightgrey;
    border-bottom:2px dashed lightgrey;
    border-right:2px dashed lightgrey;

}
.price_container_border ul{
    padding: 20px 20px 0px 20px;
    text-align: left;   
    list-style-type:circle;
    line-height: 16px;
}
.price_container_border ul li{

 line-height: 28px;

}


.price_container_border button{

   width:6rem;
   margin-top: 10px;
   padding:0.5rem 0.5rem 0.5rem  0.5rem ;
   border-radius: 20px;
   border: none;
   color: rgb(107, 103, 103);
}

.price_container_border button:hover{

    width:6rem;
    margin-top: 10px;
    padding:0.5rem 0.5rem 0.5rem  0.5rem ;
    border-radius: 20px;
    border: none;
    font-weight: 600;
    background-color: #b4ebc6;
    
 }

 .price_container_border button a{

   text-decoration: none;
   color: #32484d;
   font-weight: bold;

 }

 .price_container_border button a:hover{

    font-weight: bold;
 
  }
  


 .ad_headings button{
    padding: 1rem;
    border: none;
    border-radius: 5px;
 }

 .ad_headings button a{

    text-decoration: none;
    color: gray;

 }
 .ad_container {

   
    width: 20rem;
    height: 25rem;
    text-align: center;

    display: flex;
    align-items:start;
    position: relative;
    align-content: center;
    border-radius: 10px;   
    justify-content:center;    
    background-color: #3d94a5;  
   
    padding: 1rem 2rem 3rem 2rem;
    background: linear-gradient(135deg, #096da8 30%, lightgrey);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
}
.ad_container p{

    padding-bottom: 0.5rem;
}

.ad_container img{
    width: 20rem;
    border-radius: 10px;
   
    background-color: grey;
}


 .ad_container_draw{
   
    width: 20rem;
    height: 28%;
    padding:2rem;
    display: flex;
    bottom: 0px;
    background-color: white;
    justify-content:center;
    color:gray;
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    
}

.ad_container_draw p{
    padding-top: 3%;
    padding-left: 3%;

}

 .ad_container_border{
    top:0px;
    width: 90%;  
    height: 90%;
    display: flex;
   
    position: absolute;
    border-radius: 0px 0px 10px 10px;
    border-left:2px dashed lightgrey;
    border-bottom:2px dashed lightgrey;
    border-right:2px dashed lightgrey;

}
.info{

   width:100%;
}

.info td:nth-child(odd){

   
    text-align: left;
    padding-right: 5%;
   
}

.info td:nth-child(even){

   
    text-align: left;
  
}

 

  
.core_heading{

    background-color: #c6b4eb;
    color: black;
 

}

.core_values_box > div {

  padding-top: 7em;

}
.mission{
    background-color: #b4ebc6;
    color:black;
    padding-top: 4em;
    background-image: url(../images/mission.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
}

.vision{
    background-color: #ebc6b4;
    color: black;
    padding-top: 4em;
    background-image: url(../images/vision.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
}

.trust{   
    background-image: url(../images/trust.png);
    background-repeat: no-repeat;
    background-position: center  top 20px;
}

.innovation{
   
    background-image: url(../images/innovation.png);
    background-repeat: no-repeat;
    background-position: center  top 20px;
}
.excellence{
   
    background-image: url(../images/excellence.png);
    background-repeat: no-repeat;
    background-position: center  top 20px;
}
.excellence{
   
    background-image: url(../images/excellence.png);
    background-repeat: no-repeat;
    background-position: center  top 20px;
}
.social{
   
    background-image: url(../images/social_responsiblity.png);
    background-repeat: no-repeat;
    background-position: center top 20px;
}

@media only screen and (max-width: 800px) {
    body {
      background-color: lightcoral;
    }
    .logo_container{

        display: none;
    
    }
    #motto h3 {

        font-size: 2em;
    }

    #motto p {

        font-size: 1em;
    }
    .top_menu{

        flex-direction: column;
    }

    .fa_mobile{
   
        width:3em;
        height:3em;
        margin: 1em;
        display: flex;
      }
      .logo_mobile{

        width: 60%;
        padding-top: 0.5em;
        padding-bottom: 0.5em;
      }

      .item_align {
        flex-direction: column;
        margin-left: -1400px;
        background: rgba(8, 8, 8, 0.6);

      }
      .content_align > div.billboard {

        display: none;
      }

  }