@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    font-family: Open Sans, Arial, sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    /*    background-color: #001ede;*/
    /*background-image: linear-gradient(90deg, #001ede 0%, #ff0004 100%);*/
}

.text-justify {
    text-align: justify;
    padding: 0px 10px;
}

#h {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.bg-1,
.bg-2,
.bg-3,
.bg4,
.bg-5,
.bg-6 {
    padding-top: 20px;
    padding: 30px;
    margin: 10px 0px;
}

#second-header {
    font-size: 52px;
    font-weight: 900;
    color: white;
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
}

@keyframes example {
    0% {
        color: black;
        left: 0px;
        top: 0px;
    }

    100% {
        color: white;
        left: 0px;
        top: 0px;
    }
}

#main-header {
    border-bottom: 0.5px solid lightgray;
    padding: 10px;
}

.navbar-brand {
    color: greenyellow !important;
    font-size: 30px !important;
    font-weight: bold !important;
}
.navbar-brand img {
    width: 102px;
    height: 90px;
}


.nav-item {
    margin: 0px 20px !important;
    color: rgb(6, 6, 6);
}

#my-color {
    color:white;
    font-weight: 600;
}


/* .btn {
    background-color: orange !important;
    color: black;
} */

.video {
    width: 100% !important;
    position: absolute;
}

.bg-2 {
    width: 100%;
    height: 90vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-2 video {
    position: absolute;
    top: 110px;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 90vh;
    pointer-events: none;
}

.overlay-content {
    position: relative;
    z-index: 1;
    top: 0px;
    background-color: #F4D03F;
    background-image: linear-gradient(132deg, #BF9C58 0%, #6A1B1B 100%);

}

.cont {
    background-color: rgba(245, 245, 245, 0.384) !important;
    padding: 10px;
}

.bg-9 {
    width: 100%;
    min-height: 200px;
    background: url(../images/pexels-pavel-chernonogov-2381463.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-91 {
    width: 100%;
    min-height: 200px;
    background: url(../images/order-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-99 {
    width: 100%;
    min-height: 200px;
    background: url(../images/ws1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-199 {
    width: 100%;
    min-height: 200px;
    background: url(../images/new2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-1199{
    width: 100%;
    height:100%;
    background: url(../images/os.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-2199{
    width: 100%;
    height: 100%;
    background: url(../images/p35.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 291px;
}
.about-img {
    width: 100%;
    height: 100%;
}

.chat-btn {
    background-color: #03bf03;
    padding: 10px 25px;
    border-radius: 15px;
    border: none;
}

.card {
    min-height: 250px;
    height: auto;
}

.card h4 {
    margin-top: 5px;
    border-top: 1.5px solid #e5e5e5;
}

#icon {
    font-size: 50px;
    margin: 10px 145px;
    color: #2a2f80;
}

.card:hover,
.box:hover {
    background-color: #f3f3f3;
    box-shadow: 2px 2px 5px gray;
    animation-name: example;
    animation-duration: 0.3s;
    color: black;
}

#my-logo {
    /* width: 150px; */
    /* height:15vh; */
}

.box {
    padding: 20px;
    box-shadow: 1px 1px 5px grey;
    height: 100%;
}

#header {
    width: 100%;
    background: #3e323247;
    min-height: 400px;
}

#header a {
    color: white;
    font-size: 20px;
    position: relative;
    top: 50%;
    /* bottom: 50%; */
    left: 50%;
    font-family: sans-serif;
    text-decoration: none;
}

#list-item {
    border-bottom: 1px dashed #3e323247;
    padding: 10px;
    margin-top: 8px;
}


/* card css */

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    margin-bottom: 20px;
    border: 2px solid #183558;
    box-shadow: 5px 10px 5px gray;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#nimg {
    height: 350px;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: #18355896;
    color: white;
    transform: rotateY(180deg);
}

#my-form {
    margin: 10px auto;
    padding: 20px;
    /* background: linear-gradient(to right, #4db3d5 0%, #183558 100%); */
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 5px 10px 10px darkgrey;
    background: url(../images/pexels-swastik-arora-17119071.jpg);
    color:black;
}

form#my-form {}

.max {
    box-shadow: 0px 5px 10px grey;
    padding: 10px;
}

#inpi,
.track {
    width: 100%;
    text-align: center;
    margin: 5px auto;
    border-radius: 20px;
    outline: none;
    border: none;
    padding: 5px;
}

.track {
    background-color: #183558;
}

#cont {
    background: black;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
}

.nav-item {
    margin: 0px 10px !important;
    /* padding: 0px 15px; */
    /* background: white; */
    border-radius: 5px;
}


.nav-item:hover {
    border: 1px solid White;
    transition: 0.3ms ease;
    color:white !important;
    text-decoration: white;
}

.bg-6 {
    position: relative;
    margin: 0 !important;
    color: white;
    background-color: lightgrey;
}

.pt-3 {
    /*    background-color: #FFFFFF;*/
    /*background-image: linear-gradient(180deg, #FFFFFF 0%, #6284FF 33%, #FF0000 66%, #ffffff 100%);*/

}

.text-white a {
    color: white;
    text-decoration: none;
}

@media (max-width:700px) {
    #icon {
        margin: 10px 120px;
    }

    #h {
        font-size: 24px;
    }
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#p {
    font-size: 16.5px;
    line-height: 1.8em;
    color: white;
    padding: 0px 50px;
}

.nav-link {
    font-weight:600;
    color:rgb(210, 61, 61) !important;
}

.crd {
    height: 100%;
    background-color: white;
    border-radius: 20px;
}

/* Optional: Add some CSS to make the video container responsive */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#aboutus-content {
    margin-top: 150px;
    background-color: whitesmoke;
}

.content-container {
    margin: 0px 50px;
    padding: 50px 20px;
    text-align: center;
}

.content-container h1 {
    font-size: 2.5rem;
    text-decoration: overline 6px solid rgb(0, 121, 168);
    ;
}

.content-container h2 {
    font-family: cursive !important;
    font-size: 1.5rem;
    margin: 20px 0;
    font-weight: bold;
}

.content-container h2:nth-child(2) {
    text-decoration: underline 7px red;
}

.content-container p {
    font-size: 1.2rem;
    font-style: italic;
    font-weight: 100 !important;
}

.content-container p:nth-child(10) {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    margin-top: 50px;
    text-align: right;
}

.row-g {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }
  .sbg-img {
    /* The image used */
    background: url(../images/p17.jpeg);
    min-height: 380px;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .sbg1-img {
    /* The image used */
    background: url(../images/101.jpg);
    min-height: 380px;
    padding-top: 2px;
  margin: 10;
  
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  /* Add styles to the form container */
  .scontainer {
    position: absolute;
    right: 0;
    margin: 20px;
    max-width: 300px;
    padding: 16px;
    background-color: white;
  }
  
  /* Full-width input fields */
  input[type=text], input[type=password] {
    width: 100%;
    padding: 10px;
    margin: 5px 0 10px 0;
    border: 1px solid green;
    background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}
textarea
{
    width: 100%;
    background: #f1f1f1;
    outline: none;
    overflow: hidden;
  }
  
  /* Set a style for the submit button */
  .sbtn {
    background-color: rgba(17, 86, 17, 0.756);
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
  }
  
  .sbtn:hover {
    opacity: 1;
  }
  .ctxt{
text-emphasis-color: white;
color:#46d01f;
font-style: italic;
font-weight: 600;
box-sizing: border-box;
}
.reg{
    width:5px;
height: 200px;
padding-left: 100px;}
.regform button{
    border-radius: 5px;
    border-color: #03bf03;
    color: #16A085;
    padding-left: 100px;
    padding-right: 100px;
    align-items: center;

}