﻿/* Add here all your css styles (customizations) */
/*** 

====================================================================
  Fonts
====================================================================

 ***/
@font-face {
    font-family: 'CenturyGothic';
    src: url('../../fonts/CenturyGothic.ttf') format('truetype');
}

@font-face {
    font-family: 'Hecan';
    src: url('../../fonts/Hacen Tunisia Lt Regular.ttf') format('truetype');
}

/*** 

====================================================================
  Youtube videos Responsive
====================================================================

 ***/

/*@media screen and (min-width: 2099px) 
{
   #youtube {
       height: 146px !important;
   }
}

@media screen and (max-width: 1200px) 
{
   #youtube {
       height: 163px !important;

   }
}
@media screen and (max-width: 770px) 
{
   #youtube {
       height: 126px !important;
   }
}
@media screen and (max-width: 500px) 
{
   #youtube {
       height: 264px !important;
   }
}
@media screen and (max-width: 500px) 
{
   #youtube {
       height: 192px !important;
   }
}*/
/*** 

====================================================================
  Youtube videos condition
====================================================================

 ***/

.marginbottom {
    margin-bottom: -170px;
}

.backgroundtransparent {
    background-color: black !important;
}

@media screen and (max-width: 991px) {
    .marginbottom {
        margin-bottom: 0px !important;
    }

    .backgroundtransparent {
    }
}
/*** 

====================================================================
 make content center
====================================================================

 ***/
.contentcenter {
    display: flex;
    justify-content: center;
    text-align: center;
}

/*** 

====================================================================
 Fixed Icons Cart Whatsapp Language
====================================================================

 ***/

#fixed-form-container1 {
    position: fixed;
    top: 3%;
    height: 20px;
    bottom: 0px;
    left: 3%;
    width: 20%;
    text-align: left;
    margin: 0;
    z-index: 1030;
    float: right;
}


@media screen and (max-width: 1333px) {
    #fixed-form-container1 {
        position: fixed;
        top: 9%;
        height: 20px;
        bottom: 0px;
        left: 3%;
        width: 53%;
        text-align: left;
        margin: 0;
        z-index: 1030;
        float: right;
    }
}


@media screen and (max-width: 768px) {
    #fixed-form-container1 {
        position: fixed;
        top: 91%;
        /*height:20px;*/
        bottom: 0px;
        left: 10%;
        width: 53%;
        text-align: left;
        margin: 0;
        z-index: 1030;
        float: right;
    }
	    .ml-auto, .mx-auto {
     margin-left: 0 !important; 
     margin-right: 0 !important; 
}
}



#fixed-form-container2 {
    position: fixed;
    top: 3%;
    height: 20px;
    bottom: 0px;
    right: 3%;
    width: 20%;
    text-align: right;
    margin: 0;
    z-index: 1030;
    float: right;
}


@media screen and (max-width: 1461px) {
    #fixed-form-container2 {
        position: fixed;
        top: 9%;
        height: 20px;
        bottom: 0px;
        right: 3%;
        width: 53%;
        text-align: right;
        margin: 0;
        z-index: 1030;
        float: right;
    }
}


@media screen and (max-width: 768px) {
    #fixed-form-container2 {
        position: fixed;
        top: 91%;
        /*height:20px;*/
        bottom: 0px;
        right: 10%;
        width: 53%;
        text-align: right;
        margin: 0;
        z-index: 1030;
        float: right;
    }
}

@media screen and (max-width: 700px) {
    #logo1 {
        width: 62%;
        height: 42px;
    }
}
/*** 

====================================================================
  PreLoader
====================================================================

 ***/


#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

/*#preloader_1 {
    position: absolute;
    left: 50%;
    margin-left: -160px;
    top: 50%;
    transform: translateY(-50%);
}

    #preloader_1 span {
        display: block;
        bottom: 0px;
        width: 6px;
        height: 5px;
        background: #e04f5d;
        position: absolute;
        animation: preloader_1 1.5s infinite ease-in-out;
    }

        #preloader_1 span:nth-child(2) {
            left: 11px;
            animation-delay: .2s;
        }

        #preloader_1 span:nth-child(3) {
            left: 22px;
            animation-delay: .4s;
        }

        #preloader_1 span:nth-child(4) {
            left: 33px;
            animation-delay: .6s;
        }

        #preloader_1 span:nth-child(5) {
            left: 44px;
            animation-delay: .8s;
        }

@keyframes preloader_1 {
    0% {
        height: 5px;
        transform: translateY(0px);
        background: #e62d3f;
    }

    25% {
        height: 30px;
        transform: translateY(15px);
        background: #e62d3f;
    }

    50% {
        height: 5px;
        transform: translateY(0px);
        background: #ee2438;
    }

    100% {
        height: 5px;
        transform: translateY(0px);
        background: #ee2438;
    }
}*/

/*Conatct page error validtaion*/
.errorvalid {
    border-color: #FF5733 !important;
}


/*** 

====================================================================
 Footer Responsive
====================================================================

 ***/

.footer11 {
    position: fixed;
    left: 0;
    /*top: 90%;*/
    bottom: 0;
    /*height:120px;*/
    width: 100%;
    overflow: hidden;
}

@media only screen and (max-device-width : 768px) {
    .footer11 {
        position: fixed;
        left: 0;
        bottom: 0 !important;
        top: auto !important;
        height: auto !important;
        width: 100%;
        overflow: hidden;
    }
}
/*** 

====================================================================
Heading Responsive main page
====================================================================

 ***/
.headresponsive {
    font-size: 35px !important;
}

@media only screen and (max-device-width : 768px) {
    .headresponsive {
        font-size: 28px !important;
    }
}


/*** 

====================================================================
youtube facebook twitter icons
====================================================================

 ***/
.iconss {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

/*menu Bold*/
.menubold {
    font-weight: bold;
}

/*Subscribe button*/
.subscribe {
    background-color: #fd7e14;
    border-radius: 20px;
}

    .subscribe:hover {
        background-color: black;
        border-radius: 20px;
    }

@media only screen and (max-device-width : 768px) {
    .subscribe {
        background-color: #fff;
        border-radius: 20px;
    }

        .subscribe:hover {
            background-color: #fff;
            border-radius: 20px;
        }
}
/*Zoom Effect*/
.zoom {
}

    .zoom:hover {
        -ms-transform: scale(1.5); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.1);
    }

/*li for packages page*/
.tabhead {
    /*border:2px solid;*/
    background-color: #ece4d8;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
}
/*border radius*/
.buttonradius {
    border-radius: 25px !important;
}

/*extra zoom feature*/
/*Zoom Effect*/
.zoomextra {
}

    .zoomextra:hover {
        -ms-transform: scale(1.9); /* IE 9 */
        -webkit-transform: scale(1.5); /* Safari 3-8 */
        transform: scale(1.5);
    }

/*scroll bar design*/

/* width */
::-webkit-scrollbar {
    height: 4px; /* height of horizontal scrollbar ← You're missing this */
    width: 4px; /* width of vertical scrollbar */
    border: 1px solid #d5d5d5;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.minheight {
    min-height: 700px;
}
/*Sucess Error cards*/
.cardwidth {
    width: 50rem;
}
/*width 100%*/
.width100 {
    width: 100% !important;
}
/*span hide*/
/*.u-carousel-indicators-v1 li.slick-active span, .u-carousel-indicators-v1--white li.slick-active span{
   background-color:transparent !important;
}*/
#carouselCus1 span {
    /*background-color: transparent !important;*/
}

#contentplace {
    background-color: #fff !important;
}

.preloader {
    height: 85px !important;
}

/*youtube section padding bottom temporary*/
.padding-bottom-temp {
    padding-bottom: 8% !important;
}

.marginbottomadd {
    margin-bottom: 18% !important;
}

.margintopadd {
    margin-top: 7% !important;
}

.smallimg {
    width: 250px;
}
/*** 

====================================================================
  Preloader settings
====================================================================

 ***/


.rotate-center {
    width: 95px !important;
    height: 95px !important;
    /*background:  linear-gradient(#e66465, #9198e5);;*/
    animation: rotate-stop 10s infinite linear;
    transform: rotate();
}

@keyframes rotate-stop {
    0% {
        transform: rotate(0deg);
    }

    5%, 25% {
        transform: rotate(90deg);
    }

    30%, 50% {
        transform: rotate(180deg);
    }

    55%, 75% {
        transform: rotate(270deg);
    }

    80%, 100% {
        transform: rotate(360deg);
    }
}

/*packages headings*/
.pkghead {
    font-weight: 600 !important;
    color: #0B9CED;
    text-shadow: 2px 2px orange !important;
}
/*end*/
.backgroundwhite {
    background-color: white;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.floatleftimp {
    float: left !important;
}

.floatrightimp {
    float: right !important;
}

.background-transparent {
    background-color: Transparent;
}
.bordernone{
    border:none;
}
.fontlarger {
    font-size: larger;
}

video[poster] {
    height: 50px;
    width: 50px;
}

/*preloader Internet Explorer*/
_:-ms-fullscreen, :root .spinner {
    width: 300px;
    border: 1px solid transparent;
    border-radius: 1px;
    -webkit-animation: application-loading-rotate 1s;
    animation: application-loading-rotate 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes application-loading-rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes application-loading-rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

_:-ms-fullscreen, :root .video-padding-bottom {
    margin-top: -23px;
    margin-bottom: 5%;
}

.green {
    color: #3de53d !important;
}

.red {
    color: red !important;
}

.btn-primary {
    background-color: #FF5733;
    color: white;
}

    .btn-primary:hover {
        background-color: dodgerblue !important;
        color: white;
    }

label {
    color: black !important;
}

.current {
    color: orangered !important;
}

.notcurrent {
    color: Black !important;
}

    .notcurrent:hover {
        color: orangered !important;
    }

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

.imp {
    color: red !important;
    font-weight: 100;
}

.colorred {
    color: red;
}

.pointer {
    cursor: pointer !important;
}

.directionltr {
    direction: ltr;
}

.inlineblock {
    display: inline-block;
}

.fontlarge {
    font-size: large !important;
}

.colordogerblue {
    color: dodgerblue !important;
}

/*New image description panel*/
@media (max-width: 1100px) {
    #desp {
        display: none;
    }
}

@media (min-width: 1100px) {
    #desp1 {
        display: none;
    }
}
