@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
    --main-palevioletred-color:palevioletred;
    --dark-color:#064974;
    --orange-color: orange;
    --red-color: red;
    --dark-red-color: rgb(83, 15, 15);
    --green-color: green;    
    --main-background-color: rgba(255, 0, 0, 0.023);
    --main-padding: 0 10rem;
}

* {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
    font-size: 80%;
    padding: 0 .05rem;
}

header {
    height: auto;
}

.nav-menu {
    padding-top: 2rem;
    box-shadow: 1px 2px 2px white;
}

.nav-menu ul li {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    margin-right: 1.3rem;
    font-size: 1.2rem;
}

.nav-menu ul li a{
    text-decoration: none;
    color: black;
}

.nav-menu ul li .btn-special-request,
.btn-special-request{
    color: white;
    border: none;
    background-color: red;
    
}

.nav-menu ul li .btn-special-request:hover,
.btn-special-request:hover
{
    box-shadow: .5px .5px 2px 2px red;
}

.logo-div{
    margin-top: -1rem;
}

.menu-items {
   margin-left: 55rem;
   justify-content: space-between;
}

.standard-margin-top{
    margin-top: 3rem;
}


.z-index-2 {
    position: absolute;
    z-index: 2;
    color: white;
    margin-bottom: 5rem;
    text-align:justify;
    padding-left: 3rem;
}

.heading-secondary {
    font-size: 3.2rem;
}

.heading-tertiary {
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.689);
}

.header-background-image {
    background-image: url(img/executive-education.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -.1rem;
    height: 50.1rem;
}

.black-light-cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgba(6, 171, 247, 0.757);
    clip-path: circle(65% at 10% 0%);
    height: 50rem;
}

.margin-top-standard{
    --margin-top-standard: .8rem;
}

.margin-top-standard {
    margin-top: var(--margin-top-standard);
}

.margin-bottom-standard{
    --margin-bottom-standard: 2rem;
}

.margin-bottom-standard {
    margin-bottom: var(--margin-bottom-standard);
}

.btn-margin-bottom-standard {
    margin-bottom: 6rem;
}

.paragraph {
    font-size: 1.5rem;
}

.paragraph-standard {
    font-size: 1.1rem;
}

.font-weight{
    font-weight: 500;
}

.font-size-big {
    font-size: 1.5rem;
    font-weight: 500;
}

.ei6m-font-size {
    font-size: 1.3rem; 
    font-weight:500;
}

.btn-style {
    padding: 0.75rem 2.75rem;
}

.btn:hover{
    box-shadow: 1px 1px 3px 3px white;
    transition: 0.1s ease;
}

.btn {
    font-size: 1.2rem;
    background-color: black;
    border-radius: 5px;
    font-weight: 700;
    border: solid rgb(0, 166, 255);;
    display: inline-block;
    width: 15rem;
    padding: 1rem 0;
    text-align:center;  
    text-decoration: none;
    color: white;
}

.btn-special-request{
    color: white;
    border: solid rgb(0, 166, 255);
    background: rgb(0, 166, 255);
    
   
    
}

.btn-special-request:hover
{
    box-shadow: .5px .5px 2px 2px rgb(0, 166, 255);
    background: rgb(0, 166, 255);
}

.about-image {
    position: relative;
    background-image: url(img/feel-comfortable-in-English-meetings.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200%;
    border-radius: 0%;
    box-shadow: .1rem .1rem .5rem .5rem rgba(0, 0, 0, 0.519);
}

.about-content{
    margin-top: -1rem;
}
.about-content a {
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;

}

.black-cover
{
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgba(247, 4, 4, 0.718);
    clip-path: circle(65% at 50% 0%);
    height: 40rem;
}

/*CIRCULAR ANIMATED NAVIGATION */

.menu-circular {
    display:flex;
    position: relative;
    width: 500px;
    height: 450px;
    background-color: rgb(0, 166, 255);
    clip-path: circle(100% at 0% 50%);
    justify-content: center;
    align-items: center;   
}

.menu-circular li {
    position: absolute;
    left:28%; /*puts toggle button in the center*/
    list-style: none;
    transform-origin: 100px;
    transition: 2.5s;
    transition-delay: calc(0,1s*var(--i));  
    transform: rotate(0deg) translateX(180%); 

   
}

.menu-circular.active li {
    transform: rotate(calc(360deg / 6 * var(--i)));   /*Items displayed in circle zoom out*/
}

.menu-circular li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    height: 75px;
    background-color: white;
    color: red;
    transform: rotate(calc(30deg / -6 * var(--i)));   /*Zoom in Items in circle*/
    border-radius: 50%;
    
}



.menu-circular.active .toggle-circular {
    transform: rotate(335deg);
}

.menu-circular.active li a {
    margin-bottom: 20rem;

}

.toggle-circular {
    position: absolute;
    width: 80px;
    height: 80px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.519);
    font-size: 3em;
    transition: 1.25s;
}



.image-what-we-offer{
    position: relative;
    background-image: url(img/all-smiles-with-ei6m.jpg);
    background-repeat: no-repeat;
    height: 40rem;
    background-size: cover;
    border-radius: 0%;
    box-shadow: .1rem .1rem .5rem .5rem rgba(0, 0, 0, 0.519);
    margin-left: 1rem;
}

.our-offers-cover{
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.482);
    clip-path: circle(65% at 50% 0%);
    height: 40rem;
}

.get-empowered {
    position: relative;
    text-align: center; 
    background: linear-gradient(to left, red, rgb(0, 153, 255));
    height: 10rem;
   
}

.get-empowered-cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: rgb(0, 0, 0);
    clip-path: circle(5% at 5% 0%);
    height: 10rem;
}

footer {
    background-color: rgb(0, 4, 7);
}

footer .row-container {
    padding: 0 10rem;
}

.footer a {
    color: white;
    text-decoration: non;
}


.btn-special-request{
    color: white;
    border: none;
    background-color: red;
    
}

.btn-special-request:hover
{
    background-color: red;
    box-shadow: .5px .5px 2px 2px red;
}

.request-per-your-need-form{
    position: absolute; 
    z-index: 1;
    top: 3rem; 
    background-color: white; 
    padding:3rem 2rem; 
    margin-left: 50%; 
    box-shadow:2px 2px 2px 2px; 
    width: 40%;
    border-radius: 0.5rem;

}



.input-for-div{
    width: 100%;
    
    background-color: #fff;
    border-radius: .5rem;
    height: 4rem;
    
}

.textarea-for-div {
    width: 100%;
    border: .05rem solid grey; 
    background-color: #fff;
    border-radius: .5rem;
    height: 6rem;
}


.input-for-div > input {
    flex: 1;
    width: 100%;
    height: 2.3rem;
    border: none;
    border-bottom: .05px solid;
    outline: none;
    font-size: 1.3rem;
    padding-left: .5rem;
    background-color: rgba(248, 235, 235, 0.881);
    color: rgb(41, 40, 40);
    margin-right: 16.5rem;
    font-size: 1.1rem }

    .textarea-for-div > textarea {
        flex: 1;
        width: 100%;
        height: 2.3rem;
        border: none;
        outline: none;
        font-size: 1.3rem;
        padding-left: .5rem;
        background-color: #fff;
        color: rgb(41, 40, 40);
        margin-right: 16.5rem;
        font-size: 1.1rem }

    .input-for-div > select {
        flex:5;
        align-items: center;
        width: 100%;
        height: 2.3rem;
        border: none;
        outline: none;
        font-size: 1.3rem;
        padding-left: .5rem;
        background-color: #fff;
        color: rgb(41, 40, 40);
        margin-right: 16.5rem; }

        .input-for-div input:focus {
            border-bottom: 2px solid red;
        }


        .contact-us::before{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%; height: 100px;
            background: #fff;
            clip-path: polygon(0% 30%, 0 100%, 100% 100%);
        }

        .small-circle {
            clip-path: circle(5% at 15% 35%); 
            z-index: 1;
            background-color: rgb(82, 12, 71); 
            width: 10%; 
            height: rem;
            
        }


        .row-contact-us .what-we-have-for-you p {
            margin-top: 1rem; 
            font-size: 1.2rem;
            font-weight: 500;
        }

        .row-contact-us .what-we-have-for-you p i{
            color: #0683b4;
            
        }

        .flex-box-for-li {
            display: flex; flex-direction:row;
        }

        .margin-right-flex-box-for-li {
            margin-right:9rem; 
            width: 63%;
        }

        .margin-right-flex-box-for-li-38 {
            margin-right:9rem; 
            width: 38%;
        }

        .padding-0-3{
            padding: .3rem;
        }

    .card-section {
        margin-bottom: 10rem;
         
    }

    .card-section li {
        list-style: none;
        line-height: 2.2;
    }
    .card-header {
        background-color: rgb(255, 0, 0);
    }

    .card-body {
        margin: 1.5rem 0rem;
    }

    .btn-schedule-pricing {
        width: 100%;
       
    }

/*GRID SYSTEM */
.flex-direction-column{
    margin-top: 1rem;
    padding: 0.3rem 0;
    display: flex;
    flex-direction: column;
}
.row-contact-us {
    padding: 1rem 0;
    display: flex;
   flex-wrap: nowrap;
}

.row-plans{
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    margin-top: 4rem;
}


.row-container {
    padding: 1rem 0;
    display: flex;
    margin-top: 4rem; }
    
    .row-container .col-1-of-2,
    .row-contact-us .col-1-of-2{
        width: calc(100% / 2);
        height: 20%;
        margin-right: .3rem;
    }

    .row-container .textbox {
      background-color: #0683b4;
      height: 50rem;
      color: #fff; }

    .col-1-of-3 {
      padding: 0 3rem;
      width: calc(100% / 3); }

    .col-1-of-4 {
      padding: 0 3rem;
      width: calc(100% / 4); }

      @media only screen and (max-width: 37.5em) {
        html {
          font-size: 33%;
            } 

            .row-container {
                flex-wrap: wrap;
                gap: 1rem;
            }
        
        .row-container .col-1-of-2 {
            margin-top: 2rem;
            flex-direction: column;
            margin-bottom: 2rem;
            flex-grow: 1;
            flex-shrink: 1;

            
        }
        .nav-menu .menu-div{
            margin-left: -23.5rem;
         }
        }
      
      
      @media only screen and (min-width: 37.5em) and (max-width: 56.25em) {

        html {
          font-size: 40%; }
          .row-container {
            flex-direction: column;
            flex-wrap: wrap;
            gap: 1rem;
        }
    
        .col-1-of-2 {
        margin-top: 2rem;
        align-items: center;
        margin-bottom: 2rem;
        flex-grow: 1;
        flex-shrink: 1;
            
        }

        .about-content p {
            width: 100%;
        }
        .nav-menu .menu-div{
            margin-left: -18.5rem;
         }


        }
      
      
      
      @media only screen and (min-width: 56.25em) and (max-width: 80em) {
        html {
          font-size: 45.25%; }

          .why-ei6m {
              margin-top: 5%;
          }

          .row-container {
            flex-wrap: wap;
            gap: 6rem;
        }

        .col-1-of-2{
            flex-shrink: 1;
            flex-basis: 100%;
        }


        }
      
      
      @media only screen and (min-width: 112.5em) {
        html {
          font-size: 75%; }

          
      
        }
      
    
    
   
    
    
   /* @media only screen and (min-width: 1800px) {           /*1800*/
    
