@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");

* {
    transition: background-color 300ms ease, color 300ms ease;
    /* color: #1D2B53 !important; */
    color: #4F4A45;
}

*:focus {
    background-color: rgba(221, 72, 20, .2);
    outline: none;
}

body, input, select, textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
}

html,
body {
    /* color: rgba(33, 37, 41, 1); */
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; */
    font-family: "Gill Sans Extrabold", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

header {
    background-color: rgba(247, 248, 249, 1);
    padding: .4rem 0 0;
}

.menu {
    padding: .4rem 2rem;
}

header ul {
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}

header li {
    display: inline-block;
}

header li a {
    border-radius: 5px;
    color: rgba(0, 0, 0, .5);
    display: block;
    height: 44px;
    text-decoration: none;
}

header li.menu-item a {
    border-radius: 5px;
    margin: 5px 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}

header li.menu-item a:hover,
header li.menu-item a:focus {
    background-color: rgba(221, 72, 20, .2);
    color: rgba(221, 72, 20, 1);
}

header .logo {
    float: left;
    height: 44px;
    padding: .4rem .5rem;
}

header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: bold;
}

header .menu-toggle button {
    background-color: rgba(221, 72, 20, .6);
    border: none;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}

header .menu-toggle button:hover,
header .menu-toggle button:focus {
    background-color: rgba(221, 72, 20, .8);
    color: rgba(255, 255, 255, .8);
}

header .heroe {
    margin: 0 auto;
    max-width: 1100px;
    padding: 1rem 1.75rem 1.75rem 1.75rem;
}

header .heroe h1 {
    /* font-size: 2.5rem; */
    /* font-size: 8.5rem; */
    /* font-size: 306%; */
    font-size: 5rem;
    font-weight: 500;
    color: purple;
    margin-top: 0;
    margin-bottom: 0;
}

header .heroe h2 {
    font-size: 1.5rem;
    font-weight: 300;
}

section {
    margin: 0 auto;
    /* max-width: 1100px; */
    padding: 2.5rem 1.75rem 3.5rem 1.75rem;
}

section h1 {
    margin-bottom: 2.5rem;
}

section h2 {
    font-size: 120%;
    line-height: 2.5rem;
    padding-top: 1.5rem;
}

section pre {
    background-color: rgba(247, 248, 249, 1);
    border: 1px solid rgba(242, 242, 242, 1);
    display: block;
    font-size: .9rem;
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    white-space: pre-wrap;
    word-break: break-all;
}

section code {
    display: block;
}

section a {
    color: rgba(221, 72, 20, 1);
}

section svg {
    margin-bottom: -5px;
    margin-right: 5px;
    width: 25px;
}

.further {
    background-color: rgba(247, 248, 249, 1);
    border-bottom: 1px solid rgba(242, 242, 242, 1);
    border-top: 1px solid rgba(242, 242, 242, 1);
}

.further h2:first-of-type {
    padding-top: 0;
}

.svg-stroke {
    fill: none;
    stroke: #000;
    stroke-width: 32px;
}

footer {
    /* background-color: rgba(221, 72, 20, .8); */
    /* background-color: #ED7D31; */
    background-color: #FF9800;
    text-align: center;
}

footer .environment {
    color: rgba(255, 255, 255, 1);
    padding: 2rem 1.75rem;
}

footer .copyrights {
    background-color: rgba(62, 62, 62, 1);
    color: rgba(200, 200, 200, 1);
    padding: .25rem 1.75rem;
}

/* 
****************************
my google fonts
*****************************
*/
.shrikhand-regular {
    font-family: "Shrikhand", serif;
    font-weight: 900;
    font-style: normal;
    font-size: 9rem;
    text-align: center;
    margin-bottom: 0;
    color:#5a23c8;
}

/* <uniquifier>: Use a unique and descriptive class name
        <weight>: Use a value from 100 to 900 */

.noto-sans-jp-txt {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 621;
    font-style: normal;
    text-align: center;
}

/* my google fonts ENDS */

/* 
****************************
videos
*****************************
*/
.video {
    display: grid;
    /* grid-template-columns: 100px 100px 100px; */
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    /* background-color: #fff; */
    color: #444;
    justify-content: center;
}

.movie {
    /* background-color: #444; */
    color: #fff;
    border-radius: 5px;
    /* padding: 20px; */
    font-size: 150%;
    text-align: center;
}

.text-truncate {
    white-space: normal !important;
}

.section-content {
    display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 60px;
}

/* videos end */

/* 
****************************
team work 
*****************************
*/
.team {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    /* background-color: #fff; */
    color: #444;
    margin: 0;
}

.person-name {
    margin: 0;
    color: #1D2B53 !important;
}

/* team svg color */
.st0 {
    /* fill: #000000; */
    fill: #4F4A45 !important;
}

.person-img {
    width: 50px; 
    border-radius: 50px;
}

.person {
    /* background-color: #444; */
    color: #fff;
    border-radius: 5px;
    /* padding: 20px; */
    font-size: 20px;
}

.person-title {
    font-size: 10px;
    display: grid;
    grid-template-columns: 1fr;
    color: #000;
}

/* team work ends */

/* 
****************************
banner image
*****************************
*/
.img-container {
    position: relative;
    text-align: center;
    color: white;
    margin-top: 81px;
  }
/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

/* 
****************************
photographer
*****************************
*/
.photographer {
    color: indigo;
    background: #fff transparent;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 700;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.banner-title {
    /* font-size: 10rem;
    color: #FF9800; */
    /* text-shadow: 1px 1px 2px red, 0 0 1em blue, 0 0 0.2em blue; */
    /* text-shadow: 2px 2px 48px rgba(29,181,185,1); */
    margin-top: 40px;
  /* font-family: 'Ubuntu', sans-serif; */
  font-family: Courier, monospace;
  font-size: 10rem;
  font-weight: bold;
  color: #1D2B53;
  text-align: center;
  letter-spacing: 5px;
  text-shadow: 7px 7px 20px #FF9800,
    -2px 1px 30px #FF9800;
}

/* 
****************************
floating button
*****************************
*/

.bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

.modal-footer {
    justify-content: space-between !important;
}

/* 
****************************
@media (max-width: 629px)
*****************************
*/
@media (max-width: 629px) {
    body {
        padding: 0 !important;
        margin: 0 !important;
    }

    header ul {
        padding: 0;
    }

    header .menu-toggle {
        padding: 0 1rem;
    }

    header .menu-item {
        background-color: rgba(244, 245, 246, 1);
        border-top: 1px solid rgba(242, 242, 242, 1);
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    header .menu-toggle {
        display: block;
    }

    header .hidden {
        display: none;
    }

    header li.menu-item a {
        background-color: rgba(221, 72, 20, .1);
    }

    header li.menu-item a:hover,
    header li.menu-item a:focus {
        background-color: rgba(221, 72, 20, .7);
        color: rgba(255, 255, 255, .8);
    }

    header .heroe h1 {
        font-size: 4rem;
    }

    .container {
        padding-right: calc(var(--bs-gutter-x)* 0) !important;
        padding-left: calc(var(--bs-gutter-x)* 0) !important;
    }

    .video {
        grid-template-columns: 1fr;
    }

    .shrikhand-regular {
        font-weight: 100;
        font-size: 61px;
        
    }

    .photographer {
        border-radius: 3px;
        padding: 2px 7px;
        font-weight: 500;
        font-size: 0.4rem;
    }

    .team {
        grid-template-columns: repeat(2, 1fr);
        color: #1D2B53 !important;
    }

    .banner-title {
      font-size: 83px;
    }

    .section-content {
        display: grid; grid-template-columns: 1fr; 
        /* grid-gap: 10px; */
        /* text-align: center; */
    }
    
}

/* 
****************************
@media (max-width: 200px)
*****************************
*/
@media (max-width: 200px) {
    body {
        font-size: 10px !important;
        padding: 10px !important;
    }
    header .heroe h1 {
        font-size: 4rem;
    }

    section {
        padding: 10px;
    }

    header .menu-toggle button {
        background-color: rgba(221, 72, 20, .6);
        border: none;
        border-radius: 3px;
        color: rgba(255, 255, 255, 1);
        cursor: pointer;
        font: initial;
        font-size: 1.2rem;
        height: 30px;
        padding: 0;
        margin: 11px 0;
        overflow: visible;
        width: 27px;
    }

    header .logo {
        margin-top: 13px;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        --bs-gutter-x: 0 !important;
        --bs-gutter-y: 0 !important;
        /* width: 100%; */
        padding-right: calc(var(--bs-gutter-x)* 0);
        padding-left: calc(var(--bs-gutter-x)* 0);
        margin-right: auto;
        margin-left: auto;
    }

    .menu {
        padding: 0;
        margin: 0
    }

    .shrikhand-regular {
        font-weight: 100;
        font-size: 24px;
        
    }
    
    .photographer {
        border-radius: 3px;
        padding: 1px 3px;
        font-weight: 500;
        font-size: 0.3rem;
    }

    .bottom-right {
        bottom: 4px;
        right: 4px;
    }


}