body {
    font-family: "Poppins";
    color:#735240 !important;
    /* background-color: #F3F0EC; */
    /* background-image:url({{ asset('svg/background.svg') }}) */
}

.forNavbar {
    color: #735240;
    /* letter-spacing: 1px; */
    font-size: 6ev;
}

.forHomepage {
    color: #658F34;
    letter-spacing: 1px;
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
}
.forHomepage:hover {
    color: #735240;
}

nav {
    text-align: center;
    text-decoration: underline #F3F0EC;
    /* background-color: #735240; */
}

body,
html {
    height: 100%;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

h1.title {
    /* font-family: "Patrick Hand"; */
    text-shadow: 2px 2px #735240;
    color: #FDA153;
    font-size: 50px;
}

h1.location {
    /* font-family: "Patrick Hand"; */
    text-shadow: 2px 2px #735240;
    color: #735240;
    font-size: 50px;
}

.allTitle {
    background-color: #735240;
    padding-left: 10px;
    color: white;
    letter-spacing: 2px;
    /* font-weight:bold; */
    width: 100%;
    padding: 5px;
    text-align: center;
}

.innerTitle{
    /* font-family: "Poppins"; */
    text-shadow: 2px 2px #735240;
    color: #FDA153;
    font-size: 30px;
    text-align: center;
}

/* //////////////////////////////////////////////////////////////////////// */

.tab {
    overflow: hidden;
    /* border: 1px solid #ccc; */
    /* background-color: #735240; */
    color: #FDA153;
    text-align:center;
}

/* Style the buttons inside the tab */
.tab button {
    /* background-color: inherit; */
    /* float: left; */
    border: 3px solid;
    outline: none;
    cursor: pointer;
    /* padding: 14px 16px; */
    transition: 0.3s;
    /* font-size: 17px; */
    color: #735240;
    border-radius: 20px;
    padding: 10px 40px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #735240;
    color: white;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ffffff;
    /* color:#735240; */
    border: 3px solid;
    text-shadow: 1px 1px #735240;
    color: #FDA153;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 10px;
    border: #735240 3px dashed;
    border-radius: 20px;
    margin-top: 10px;
}

.listStyle{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

table.orange {
    border-collapse: collapse;
    border-style: hidden;
}

table.orange td, table.orange th {
    border: #FDA153 3px dashed;
}


.svg-container {
    width: 300px;
    height: 150px;
    resize: both;
    overflow: auto;
    border: 1px dashed #aaa;
}

svg {
    width: 100%;
    height: 100%;
    background-color: white;
}

.parallax {
    /* The image used */
    background-image: url("../svg/background.svg");

    /* Set a specific height */
    min-height: 1000px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.forLabelHome{
    font-size:11px;
    color: #FDA153;
    margin-top: -6px;
}

.forLabelA{
    font-size:11px;
    color: #658F34;
    font-weight: bold;
}

.forLiHome{
    height: 15px;
}

.forModalBackgroundOpen{
    background-color: #73524079;
    position: absolute;
    top: 0px;
    left: 0px;
    height:100%;
    width: 100%;
    transition: width 2s;
    transition: all ease 1s;
}

.forModalBackgroundClose{
    display: none;
}


.forModal{
    background-color: white;
    display: block;
    padding: 20px;
    border: 1px solid #735240;
    box-shadow: 2px 2px;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 80%;
}

.forModalHeader{
    font-size:30px !important;
    font-weight:bold;
    margin-top:-20px;
    text-shadow: 2px 2px #735240;
    color: #FDA153;
}

.forModalInner{
    border: 2px dashed white;
    border-radius: 20px;
    padding: 20px;
    color: #735240;
    margin-top:10px;
}

@media only screen and (min-width : 600px){
    table#tablePlane1Mobile{
        display: none !important;
    }
    table#tablePlane2Mobile{
        display: none !important;
    }
    table#tablePlane3Mobile{
        display: none !important;
    }
    table#tableRoomsMobile{
        display: none !important;
    }
    table#tableGroupsMobile{
        display: none !important;
    }
}

/* /////////////////////////////////////////////////////////////////////////////////// */

@media only screen and (max-width : 600px){

    /* ///////////////////////////////////////////////// homepage */


    table#tablePlane1{
        display: none !important;
    }
    table#tablePlane2{
        display: none !important;
    }
    table#tablePlane3{
        display: none !important;
    }
    table#tableRooms{
        display: none !important;
    }
    table#tableGroups{
        display: none !important;
    }

    .imageInHome{
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .homePageAirplane{
        font-size:35px !important;
        font-weight:bold;
        margin-top:-20px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagebatchTitle{
        font-size:40px;
        font-weight:bold;
        display:block;
        margin-top:-15px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .secondTDThirdDiv{
        letter-spacing: 2px;
        text-align:center;
        color: white;
        background-color: #FDA153;
        margin-right:0;
        font-weight:bold;
        font-size:20px;
        padding: 0px 10px;
    }

    .secondTDFourthDiv{
        margin-top:10px;
        font-size: 20px;
        margin-right: 0;
        color: #FDA153;
    }

    .thirdTDDivHomePage{
        height: 100px;
        width: 300px;
        color: white;
        font-size: 12px;
        text-align: center;
        padding-left:10px;
        margin-top:-140px;
        margin-left:10px;
        margin-right:auto;
    }

    .videoInHome{
        width: 95%;
        height: auto;
        margin-top: -3px;
        margin-right: auto;
        margin-left: auto;
    }

    /* ///////////////////////////////////////////////// airplane scheduke */

    .tableForAirplane{
        display: none;
    }

    .forMobile{
        display: block;
        background-color: white;
        font-size: 11px;
        margin-right: -25px;
    }

    .forMobileBatchTitle{
        color: #735240;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }
}

@media only screen and (min-width : 600px){
}

@media only screen and (min-width : 768px){
    /* ///////////////////////////////////////////////// homepage */

    .firstTDDivHomepage{
        background-image: url('../img/first_boarding.png');
        height: 390px;
        width: 70px;
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .thirdTDDivHomePage{
        background-image: url('../img/third_boarding.png');
        height: 390px;
        width: 190px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 12px;
    }

    .imageInHome{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .videoInHome{
        width: 90%;
        height: 65%;
        margin-top: 75px;
        margin-right: auto;
        margin-left: auto;
    }

    h2.homepage {
        /* font-family: "Patrick Hand"; */
        /* text-shadow: 2px 2px #735240; */
        color: #735240;
        font-size: 25px;
    }

    .homepageProfile {
        /* margin-top:-110px; */
        /* display: block; */
        padding: 10px 10px;
        border: #735240 3px dashed;
        border-radius: 20px;
    }

    .homePageAirplane{
        font-size:30px !important;
        font-weight:bold;
        margin-top:-20px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagebatchTitle{
        font-size:35px;
        font-weight:bold;
        display:block;
        margin-top:-10px;
        margin-right: 10px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagethirdTDMarginOne{
        margin-top: 10px;
        text-align: center;
    }

    .secondTDSecondDiv{
        border-top: 2px dotted #735240;
        margin-bottom:10px;
        font-size:10px;
        margin-right: 0;
    }

    .secondTDThirdDiv{
        letter-spacing: 2px;
        text-align:center;
        color: white;
        background-color: #FDA153;
        margin-right:0;
        font-weight:bold;
        font-size:20px;
        padding: 0px 10px;
    }

    .secondTDFourthDiv{
        margin-top:10px;
        font-size: 15px;
        margin-right: 0;
        color: #FDA153;
    }

    /* ///////////////////////////////////////////////// airplane scheduke */

    .tableForAirplane{
        background-color: white;
        background-image: url('../svg/background_boarding.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .firstTDDiv{
        background-image: url('../img/first_boarding.png');
        height: 230px;
        width: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .secondTD{
        border-right: 2px dotted #735240 !important;
        font-size:9px;
    }

    .batchTitle{
        font-size:15px;
        font-weight:bold;
    }

    .thirdTDDiv{
        background-image: url('../img/third_boarding.png');
        height: 230px;
        width: 400px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 8px;
    }

    .thirdTDMarginOne{
        color:white;
        margin-top:42px;
    }

    .forMobile{
        display: none;
    }

}

@media only screen and (min-width : 1024px){
    /* ///////////////////////////////////////////////// homepage */

    .firstTDDivHomepage{
        background-image: url('../img/first_boarding.png');
        height: 420px;
        width: 190px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .thirdTDDivHomePage{
        background-image: url('../img/third_boarding.png');
        height: 420px;
        width: 310px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 12px;
    }

    .imageInHome{
        width: 30%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .videoInHome{
        width: 90%;
        height: 65%;
        margin-top: 90px;
        margin-right: auto;
        margin-left: auto;
    }

    h2.homepage {
        /* font-family: "Patrick Hand"; */
        /* text-shadow: 2px 2px #735240; */
        color: #735240;
        font-size: 25px;
    }

    .homepageProfile {
        /* margin-top:-110px; */
        /* display: block; */
        padding: 10px 10px;
        border: #735240 3px dashed;
        border-radius: 20px;
    }

    .homePageAirplane{
        font-size:40px !important;
        font-weight:bold;
        margin-top:-20px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagebatchTitle{
        font-size:35px;
        font-weight:bold;
        display:block;
        margin-top:-10px;
        margin-right: 10px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagethirdTDMarginOne{
        margin-top: 10px;
        text-align: center;
    }

    .secondTDSecondDiv{
        border-top: 2px dotted #735240;
        margin-bottom:10px;
        font-size:15px;
        margin-right: 0;
    }

    .secondTDThirdDiv{
        letter-spacing: 2px;
        text-align:center;
        color: white;
        background-color: #FDA153;
        margin-right:0;
        font-weight:bold;
        font-size:20px;
        padding: 0px 10px;
    }

    .secondTDFourthDiv{
        margin-top:10px;
        font-size: 15px;
        margin-right: 0;
        color: #FDA153;
    }

    /* ///////////////////////////////////////////////// airplane scheduke */

    .tableForAirplane{
        background-color: white;
        background-image: url('../svg/background_boarding.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .firstTDDiv{
        background-image: url('../img/first_boarding.png');
        height: 230px;
        width: 100px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .secondTD{
        border-right: 2px dotted #735240 !important;
        font-size:9px;
    }

    .batchTitle{
        font-size:15px;
        font-weight:bold;
    }

    .thirdTDDiv{
        background-image: url('../img/third_boarding.png');
        height: 230px;
        width: 400px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 8px;
    }

    .thirdTDMarginOne{
        color:white;
        margin-top:42px;
    }

    .forMobile{
        display: none;
    }

}

@media only screen and (min-width : 992px){

    /* ///////////////////////////////////////////////// airplane scheduke */

    .tableForAirplane{
        background-color: white;
        background-image: url('../svg/background_boarding.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .firstTDDiv{
        background-image: url('../img/first_boarding.png');
        height: 300px;
        width: 130px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .secondTD{
        border-right: 2px dotted #735240 !important;
        font-size:12px;
    }

    .batchTitle{
        font-size:24px;
        font-weight:bold;
    }

    .thirdTDDiv{
        background-image: url('../img/third_boarding.png');
        height: 300px;
        width: 540px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 10px;
    }

    .thirdTDMarginOne{
        color:white;
        text-align:right;
        margin-top:50px;
    }

    .forMobile{
        display: none;
    }

}

@media only screen and (min-width : 1200px){

    /* ///////////////////////////////////////////////// homepage */

    .firstTDDivHomepage{
        background-image: url('../img/first_boarding.png');
        height: 440px;
        width: 200px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .thirdTDDivHomePage{
        background-image: url('../img/third_boarding.png');
        height: 440px;
        width: 640px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 12px;
    }

    .videoInHome{
        width: 80%;
        height: 75%;
        margin-top: 80px;
        margin-right: auto;
        margin-left: auto;
    }

    .imageInHome{
        width: 20%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    h2.homepage {
        /* font-family: "Patrick Hand"; */
        /* text-shadow: 2px 2px #735240; */
        color: #735240;
        font-size: 25px;
    }

    .homepageProfile {
        /* margin-top:-110px; */
        /* display: block; */
        padding: 10px 10px;
        border: #735240 3px dashed;
        border-radius: 20px;
    }

    .homePageAirplane{
        font-size:50px !important;
        font-weight:bold;
        margin-top:-20px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagebatchTitle{
        font-size:35px;
        font-weight:bold;
        display:block;
        margin-top:-10px;
        margin-right: 10px;
        text-shadow: 2px 2px #735240;
        color: #FDA153;
    }

    .homePagethirdTDMarginOne{
        margin-top: 10px;
        text-align: center;
    }

    .secondTDSecondDiv{
        border-top: 2px dotted #735240;
        margin-bottom:10px;
        font-size:15px;
        margin-right: 0;
    }

    .secondTDThirdDiv{
        letter-spacing: 2px;
        text-align:center;
        color: white;
        background-color:#FDA153;
        margin-right:0;
        font-weight:bold;
        font-size:20px;
        padding: 0px 20px;
        text-shadow: 1px 1px #735240;
    }

    .secondTDFourthDiv{
        margin-top:10px;
        font-size: 17px;
        margin-right: 0;
    }

    /* ///////////////////////////////////////////////// maps */

    .mapImage{
        padding: 20px;
        border: #FDA153 3px dashed;
        border-radius: 20px;
        width:80%;
    }


    /* ///////////////////////////////////////////////// airplane scheduke */

    .tableForAirplane{
        background-color: white;
        background-image: url('../svg/background_boarding.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .firstTDDiv{
        background-image: url('../img/first_boarding.png');
        height: 360px;
        width: 170px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .secondTD{
        border-right: 2px dotted #735240 !important;
        font-size:15px;
    }

    .batchTitle{
        font-size:40px;
        font-weight:bold;
    }

    .thirdTDDiv{
        background-image: url('../img/third_boarding.png');
        height: 360px;
        width: 670px;
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        color: white;
        font-size: 12px;
    }

    .thirdTDMarginOne{
        color:white;
        text-align:right;
        margin-top:60px;
    }

    .forMobile{
        display: none;
    }

}
