#travelSecurity .top-header-bg {
    background-image: url(../img/solutions/travel-security/travel-security-header.webp);
}

.solutions-item:hover .read-more-right {
    opacity: 1;
}

.section-lines.intelligence-lines .lines-3 {
    border: 1px solid #dedcdc;
    height: 100%;
    position: absolute;
    width: 50%;
    left: 45%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}


.max-section-height{
    max-height: 240px;
}

@media screen and (max-width: 991px) {
    .max-section-height{
        max-height: inherit;
    }
}

.app-features-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    transition: ease 0.3s;
    border-radius: 5px;
}

.app-features-box:hover {
    transform: scale(1.1);
}

.app-features-box:hover .text-truncate,
.app-features-box:hover .text-truncate-2,
.app-features-box:hover .text-truncate-3 {
    display: block;
    -webkit-box-orient: inherit;
    overflow: visible;
    white-space: inherit;
}

.app-features-box img {transition: ease 0.3s;}
.app-features-box:hover img {width: 90px;}

.travel-security-features .section-title {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 5px;
}

.travel-security-features .title-border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.travel-security-features .section-title img {
    width: 50px;
}

.section-2-box .other-features {
    line-height: 1.3;
    color: #222;
}

.item-title{
    text-transform: inherit;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
}

.feat-item {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    text-transform: uppercase;
    padding: 10px;
}

.feat-item img {
    width: 35px;
}

.feat-item-box {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 20px 0;
    margin-top: 30px;
}

@media screen and (max-width: 1199px) {
    .feat-item-box {
        border-bottom: 0 solid #ddd;
        border-top: 0 solid #ddd;
        text-align: left;
        display: block !important;
    }

    .feat-item {
        border-bottom: 1px solid #ddd;
        text-align: center;
        font-size: 1.4rem;
        font-weight: 300;
        margin-top: 10px;
    }

    .feat-item:last-child {
        border-bottom: none;
    }

    .feat-item img {
        display: block;
        margin: auto;
        width: 70px;
    }
}

.section-lines.app-lines .lines-3 {
    border: 1px solid #dedcdc;
    height: 75%;
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    transform: translate(-50%, -50%);
}


#trigger-1{
    width: 100%;
    height: 100px;
    margin-bottom: 150px;
}

#animation-section {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 1;
}

/*#animation-section2 {
    position: absolute;
    top: 0;
    left: 500px;
    width: 100%;
}*/

#img-imac{
    position: relative;
    top: 0;
    left: 200px;
    width: 535px;
    z-index: 1;
}

#imac-pin-shadow{
    position: absolute;
    top: 190px;
    left: -355px;
    z-index: 0;
    opacity: 0;
}

#img-macbook {
    position: absolute;
    top: 170px;
    right: 0;
    opacity: 0;
}

#text-section{
    position: absolute;
    top: 10%;
    left: 50%;
    width: 445px;
    transform: translate(45%, 10%);
}


/* laptop */
#macbook-animation{
    position: absolute;
    top: 423px;
    left: 580px;

}

#zoom-laptop{
    position: absolute;
    padding-top: 0px;
    height: 2px;
    width: 100%;

}

.zoom-screen{
    position: absolute;
    top: -17px;
    left: -45px;
    z-index: 8;
    width: 374px;
    display: none;
}

.progress-box-position {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 99;
    height: auto;
    opacity: 0;
}

.progress-box-wrapper {
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);

}

.demo-progress-bar {
    height: 8px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    background-color: #3fd994;
    width: 5px;
}

.mockup {
    width: 290px;
    display: inline-block;
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 0;
    perspective: 2400px;
    perspective-origin: 50% 100%;
}

.mockup img.bottom{
    position: absolute;
    width: 330px;
    max-width: 114%;
    top: 0;
    left: -21px;
}

.mockup .part .top {
    position: absolute;
    top: 0;
    left: 0;
}

.mockup .part.top {
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup .part {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
}

.mockup.opened .part .top {
    transform: translate3d(0, 0, -4px) rotateX(90deg) scale(1, 1);
}

.mockup .part .top {
    transform-origin: 50% 0;
    transform: translate3d(0, 0, -4px) rotateX(90deg);
}

.mockup img {
    display: block;
    max-width: 100%;
    backface-visibility: hidden;
}

.mockup .part .cover {
    position: relative;
    width: 330px;
}

.mockup img.laptop-screen {
    display: block;
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    border-radius: 6px;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 1px);
}

.mockup .part.bottom {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) rotateX(-90deg);
}

.mockup .part .bottom {
    transform-origin: 50% 0;
    transform: translate3d(0,0,0) rotateX(90deg);
}
/* end laptop */




/* multilevel access */
.multilevel-section{
    padding-top: 200px;
}

.multilevel-section::before{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../img/solutions/travel-security/animation/dots-map.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.monitoring-section{
    position: relative;
}

.monitoring-section::before{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url('../img/solutions/travel-security/animation/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.monitoring-section::after{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url('../img/solutions/travel-security/animation/colored-map.png');
    background-size: cover;
    background-repeat: no-repeat;
}

:root {
    --map-opacity-after:0 ;
}

.monitoring-section::after {
    opacity: var(--map-opacity-after);
}

.multilevel-title{
    opacity: 0;
}

.multilevel-desc{
    opacity: 0;
}

.starting-opacity{
    opacity: 0;
}

.imac-frame{
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
}

.multiaccess-login-bg{
    position: absolute;
    padding: 0 15px;
    top: 20px;
    left: 0;
    z-index: 1;
}

.text-carousel-wrapper{
    position: relative;
    width: 100%;
}

.text-carousel-wrapper .section-title{
    font-size: 2rem;
}

.text-carousel-1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.text-carousel-2,
.text-carousel-3{
    position: absolute;
    top: 100px;
    left: 0;
    opacity: 0;
}

.role-title-position{
    position: absolute;
    width: 265px;
    height: 35px;
    top: 108px;
    left: 285px;
    z-index: 2;
}

.role-title{
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #777;
    font-weight: 600;
}

.role-1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.role-2,
.role-3{
    position: absolute;
    width: 100%;
    top: 0;
    left: 266px;
    opacity: 0;
}


/* monitoring animation */

#monitoring {
    padding-top: 350px;
}

#monitoring .section-title{
    text-align: center;
    font-size: 4rem;
    color:#dcdcdc;
    opacity: 0;
}

#monitoring .section-title img{
    filter: invert(1);
}

#monitoring .description-width p{
    text-align: center;
    color:#dcdcdc;
    opacity: 0;
}

.monitoring-map{
    opacity: 0;
    padding-bottom: 150px;
}

.list-bg{
    background-color: #222;
    border-radius: 5px;
    position: absolute;
    top: 100px;
    right: -5px;
    width: auto;
    font-size: 12px;
    padding: 4px 10px;
    -webkit-box-shadow: 5px 5px 15px 5px #000000;
    box-shadow: 5px 5px 15px 5px #000000;
}

.path-1,
.path-2,
.path-3,
.path-4{
    opacity: 0;
}

.beacon-box{
    background: #222222;
    padding: 5px;
    -webkit-box-shadow: 5px 5px 15px 2px #000000;
    box-shadow: 5px 5px 15px 2px #000000;
    border-radius: 5px;
}

.beacon-1{
    position: absolute;
    top: 30px;
    left: 455px;
    opacity: 0;
}

.beacon-2{
    position: absolute;
    top: -12px;
    left: 370px;
    opacity: 0;
}

.beacon-3{
    position: absolute;
    top: -32px;
    left: 299px;
    opacity: 0;
}

.beacon-4{
    position: absolute;
    top: 20px;
    left: 215px;
    opacity: 0;
}

.paragraph-1{
    color: #dcdcdc;
}

.paragraph-2,
.paragraph-3,
.paragraph-4{
    opacity: 0.2;
    color: #dcdcdc;
}

/* End monitoring animation */



/* Risk assesment */
.pulse {
    animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
    0% { box-shadow: 0 0 0 0px rgba(204, 45, 45, 0.4); }
    100% { box-shadow: 0 0 0 20px rgba(204, 45, 45, 0); }
}


#risk-assessment{
    padding-top: 250px;
}

#risk-assessment .section-title{
    color: #222 !important;
    text-align: center;
    font-size: 4rem;
    top: 150px;
    z-index: 1;
    opacity: 0;
}

#risk-assessment .description-width p{
    text-align: center;
    opacity: 0;
}


.info-detail{
    opacity: 0;
}


#world-map{
    height: 100vh;
}

.risk-map{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3000px;
    opacity: 0;
}

.dot-area{
    position: relative;
    width: 100%;
    height: 75vh;
}

.risk-paragraph-1,
.risk-paragraph-2,
.risk-paragraph-3{
    opacity: 0;
    z-index: 2;
    position: relative;
}



:root {
    --opacity-risk:0 ;
}

.risk-bar::after,
.risk-bar-1::after,
.risk-bar-2::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d8";
    font-size: 1.2rem;
    z-index: 1;
    left: var(--left, 0px);
    opacity: var(--opacity-risk);
}

.risk-bar{
    top: 35%;
    width: 125px;
    left: 70%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.risk-bar::after{
    top: 13px;

}

.risk-bar-1{
    top: 45%;
    width: 125px;
    left: 16%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.risk-bar-1::after{
    top: 14px;

}

.risk-bar-2{
    top: 70%;
    width: 125px;
    left: 34%;
    position: absolute;
    z-index: 1;
    opacity: 0;
}

.risk-bar-2::after{
    top: 14px;
}

.risk-desc{
    position: absolute;
    top: -15px;
    font-weight: 600;
    color: #444;
    opacity: 0;
}

/* Real time alert */
#phone-alert{
    padding-top: 200px;
    position: relative;
    height: 100vh;
}


#phone-alert::before{
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/solutions/travel-security/animation/map.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.white-bell{
    opacity: 0;
}

.section-title div.alert-desc p{
    text-align: center !important;
    line-height: 1.5;
}

.alert-position-1{
    position: absolute;
    top: 54%;
    left: 55%;
    opacity: 0;
}
.alert-position-2{
    position: absolute;
    top: 55%;
    left: 65%;
    opacity: 0;
}
.alert-position-3{
    position: absolute;
    top: 75%;
    left: 30%;
    opacity: 0;
}

.path-animation{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
}

.alert-position-person-1{
    position: absolute;
    top: 55%;
    left: 53%;
    opacity: 0;
    width: 34px;
    height: 34px;
    background: #0c0c0c;
    padding: 2px 7px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 2px #000000;
    box-shadow: 5px 5px 15px 2px #000000;
}

.alert-position-person-1::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f715';
    color: #fafafa;
    font-size: 1.2rem;
    position: absolute;
    top: -16px;
    left: -17px;
    transform: rotate(181deg);
    opacity: 0;
}

.alert-position-person-1::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f0f3 A L E R T 1';
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 0.85rem;
    height: auto;
    width: 120px;
    color: #0e0e0e;
    position: absolute;
    top: -30px;
    left: -130px;
    padding: 2px 10px;
    opacity: 0;
}

.alert-position-person-2{
    position: absolute;
    top: 58%;
    left: 56%;
    opacity: 0;
    width: 34px;
    height: 34px;
    background: #0c0c0c;
    padding: 2px 7px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 15px 2px #000000;
    box-shadow: 5px 5px 15px 2px #000000;
}

.alert-position-person-2::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f715';
    color: #fafafa;
    font-size: 1.2rem;
    position: absolute;
    transform: rotate(75deg);
    top: -20px;
    left: 25px;
}

.alert-position-person-2::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: '\f0f3 A L E R T 2';
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 0.85rem;
    font-weight: 600;
    height: auto;
    width: 120px;
    color: #0e0e0e;
    position: absolute;
    top: -40px;
    left: 30px;
    padding: 2px 10px;
}

:root {
    --opacity-before-after:0 ;
}

.alert-position-person-1::before,
.alert-position-person-1::after,
.alert-position-person-2::before,
.alert-position-person-2::after {
    opacity: var(--opacity-before-after);
}

.cls-1 {
    fill: none;
    stroke: none;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    stroke-dasharray: 20;
    stroke-dashoffset: 1000;
    animation: dash 25s linear infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 822;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.message-box{
    border: 1px solid #fafafa;
    color: #fafafa;
    width: 68px;
    border-radius: 20px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 1;
    opacity: 0;
    padding: 5px 15px;
}

.phone-alert-box{
    width: 180px;
    position: absolute;
    top: 35%;
    left: 20%;
    opacity: 0;
    z-index: 1;
}

.message-phone{
    opacity: 0;
    position: absolute;
    top: 60%;
    left: -20%;
}
/* End Real time alert */

/* Support section */
#logisticSupport{
    padding-top: 0;
}

.video-wrapper {
    height: 100vh;
    overflow: hidden;
}


.video-fullscreen {
    height: 100vh;
    width: auto;
    max-width: 100%;
    object-fit: cover;
}


#logisticSupport .section-title{
    opacity: 0;
}

div.video-wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(22.5deg, #000 25%, transparent 25%, transparent 50%, #000 50%, #000 75%, transparent 75%, transparent);
    background-size: 4px 4px;
}

div.video-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 70%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 70%);
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.support-description{
    position: absolute;
    top: 35%;
    left: 10%;
    z-index: 1;
}

.support-description p{
    opacity: 0;
}

.support-description img{
    filter: invert(1);
}

.support-description p{
    color: #a7a7a7;
}
/* End Support section */

/* Statistical analysis */

#analysis{
    padding-top: 150px;
}

#analysis::before {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url(../img/solutions/travel-security/animation/analysis-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#analysis .section-title{
    opacity: 0;
    font-size: 4rem;
    white-space: nowrap;
}

#analysis .section-title img{
    width: 100px;
    opacity: 0;
}

.analysis-desk{
    opacity: 0;
}

.statistical-bg {
    position: absolute;
    padding: 0 25px 0 47px;
    top: 30px;
    left: 0;
    z-index: 1;
}

.graph-wrapper{
    position: relative;
    top: 0;
    z-index: 1;
    left: 10%;
    width: 725px;
}

.graph-2,
.graph-3{
    display: none;
}

.graph-title-1 h4,
.graph-title-2 h4,
.graph-title-3 h4{
    position: absolute;
    top: 107px;
    left: 232px;
    color: #bdbdbd;
    font-size: 0.9rem;
    opacity: 0;
}


.analysis-par1,
.analysis-par2,
.analysis-par3 {
    position: absolute;
    opacity: 0;
    top: -85px;
    left: 0;
}


/* travel app */

#img-iphone{
    position: relative;
    margin-left: 128px;
    top: -5px;
    z-index: 1;
}

.notch{
    position: absolute;
    left: 257px;
    top: 20px;
    z-index: 2;
    opacity: 0;
}

.slide-1{
    position: absolute;
    left: 320px;
    top: 24px;
    border-radius: 25px !important;
    z-index: 1;
    opacity: 0;
}

.slide-2{
    position: absolute;
    left: 320px;
    top: 24px;
    border-radius: 25px !important;
    z-index: 1;
    opacity: 0;
}

.slide-3{
    position: absolute;
    left: 320px;
    top: 24px;
    border-radius: 25px !important;
    z-index: 1;
    opacity: 0;
}

.section-title {
    margin-top: 0;
}

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

    #img-imac {
        top: 106px;
        width: 406px;
    }

    #text-section {
        top: 10% !important;
        /*left: 50%;*/
        width: 90%;
        transform: translate(-50%, 10%);
    }

    .role-title-position {
        top: 35px;
    }

    .phone-alert-box {
        left: 12%
    }

    .notch {
        left: 50%;
        top: 8px;
        transform: translate(-50%, 48%);
    }

}


@media screen and (max-width: 768px) {
    #trigger-1{
        margin-bottom: -127px;
    }

    #text-section {
        width: 345px;
    }

    #macbook-animation{
        left: 50%;
        top: 390px;
        transform: translateX(-50%);
    }

    .progress-box-position {
        top: 50%;
        left: 50%;
        transform: translate(-50%, 40%);
        height: 100vh;
    }

    #img-imac,
    .imac-shadow {
        opacity: 0;
    }

    .multilevel-section {
        padding-top: 100px;
    }

    .text-carousel-wrapper .section-title {
        font-size: 1.3rem;
    }

    .role-title-position {
        top: 20px;
        left: 124px;
    }
    .role-title {
        font-size: 1rem;
    }

    .multiaccess-login-bg {
        top: 10px;
    }

    #monitoring {
        padding-top: 210px;
    }

    .monitoring-section::after,
    .monitoring-section::before {
        background-position: center;
    }

    .beacon-1 {
        top: 130px;
        left: 8px;
    }

    .beacon-2 {
        top: 77px;
        left: 66px;
    }

    .beacon-3 {
        top: 32px;
        left: 193px;
    }

    .beacon-4 {
        left: 307px;
        top: 68px;
    }

    .city-name{
        display: none;
    }

    .scroll-list-mobile{
        position: absolute;
        left: -85px;
        top: -267px;
        width: 100%
    }

    #risk-assessment {
        padding-top: 125px;
    }

    .description-width{
        height: 115px;
    }

    .travel-security-features .section-title {
        font-size: 1.7rem;
    }

    .section-title div.alert-desc p {
        text-align: left !important;
    }

    .path-animation {
        transform: translate(-48%, 10px);
    }

    .alert-position-person-1 {
        top: 58%;
        left: 43%;
    }

    .alert-position-person-2 {
        top: 62%;
        left: 60%;
    }

    .alert-position-2 {
        top: 60%;
        left: 80%;
    }

    .alert-position-3{
        display: none;
    }

    .phone-alert-box{
        left: 12%;
    }

    #phone-alert {
        padding-top: 65px;
    }

    .support-description{
        top: 40%;
        left: 0;
        padding: 20px;
    }

    #analysis{
        padding-top: 110px;
    }



    .graph-wrapper {
        top: 45px;
    }

    .graph-wrapper div img {
        width: 575px;
        top: -85px;
        position: relative;
    }

    .graph-title-1 h4, .graph-title-2 h4, .graph-title-3 h4 {
        display: none;
    }
    .graph-wrapper {
        left: -9%;
    }

    .empty-frame{
        position: relative;
        width: 568px;
        height: 342px;
    }

    .notch {
        left: 50%;
        top: 8px;
        transform: translate(-50%, 48%);
    }


    #app-section img.slide-1,
    #app-section img.slide-2,
    #app-section img.slide-3{
        width: 230px;
    }


}

@media screen and (min-width: 1440px) {
    .phone-alert-box {
        left: 15%;
    }
}

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

    #animation-section {
        left: 500px;
    }

    #monitoring {
        padding-top: 600px;
    }

    .city-name{
        display: none;
    }

    .risk-bar {
        top: 48%;
    }

    .path-animation {
        top: 53%;
    }

    .message-phone {
        position: relative;
    }

    .phone-alert-box {
        top: 25%;
        left: 28%;
    }
}