@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Rose:wght@300..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.landing {
    font-family: "Montserrat", sans-serif !important;
}

@font-face {
    font-family: "Gilroy";
    src: url("../landinngFont/Gilroy-Light.woff2") format("woff2"),
        url("../landinngFont/Gilroy-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../landinngFont/Gilroy-Heavy.woff2") format("woff2"),
        url("../landinngFont/Gilroy-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../landinngFont/Gilroy-Bold.woff2") format("woff2"),
        url("../landinngFont/Gilroy-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../landinngFont/Gilroy-Regular.woff2") format("woff2"),
        url("../landinngFont/Gilroy-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    src: url("../landinngFont/Gilroy-Medium.woff2") format("woff2"),
        url("../landinngFont/Gilroy-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-BlackItalic.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-HeavyItalic.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-HeavyItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-Bold.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-LightItalic.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-LightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-Medium.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-SemiboldItalic.woff2")
            format("woff2"),
        url("../landinngFont/SFProDisplay-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-Regular.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-UltralightItalic.woff2")
            format("woff2"),
        url("../landinngFont/SFProDisplay-UltralightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../landinngFont/SFProDisplay-ThinItalic.woff2") format("woff2"),
        url("../landinngFont/SFProDisplay-ThinItalic.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

.top_header p {
    font-family: "Roboto", sans-serif;
}

/* header ul li a {
    font-family: 'SF Pro Display' !important;
} */

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}

.calender ul .selected {
    background-color: #010535;
}

.calender ul .selected span {
    color: #fff !important;
}

.time ul .selected {
    background-color: #010535;
}

.time ul .selected p {
    color: #fff !important;
}

.container {
    max-width: 1440px !important;
    margin: auto !important;
    width: 100% !important;
    padding: 0 15px !important;
}

.home {
    min-height: 810px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.home_content p {
    font-family: "SF Pro Display";
}

.home_content button {
    font-family: "Gilroy";
    cursor: pointer;
}

input:focus {
    outline: none;
}

input::placeholder {
    color: #cccccc;
}

.radio_button input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #64656a;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transition: var(--transition);
}

.radio_button input[type="radio"]:checked {
    border-color: #010535;
    background-color: #fff;
}

.radio_button input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #010535;
}

.radio_button input[type="radio"]:checked + label {
    color: #010535;
}

.track_v::after,
.track_v::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    background-color: #64656a;
}

.track_v::before {
    left: -20px;
}

.track_v::after {
    right: -20px;
}

.our_proven h1,
.global_navigate h1,
.quickly_track h1,
.easy_flexible h1 {
    font-family: "Red Rose", serif;
}

.latest_news h1 {
    font-weight: 500;
}

.latest_news .slick-arrow {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #000;
}

.latest_news .slick-prev:hover,
.latest_news .slick-prev:focus,
.latest_news .slick-next:hover,
.latest_news .slick-next:focus {
    background-color: #ff0101 !important;
    border: 1px solid #ff0101;
}

.latest_news .slick-slide {
    margin: 0 15px !important;
    height: 628px;
}

.navbar .logo a {
    display: block;
}

.navbar .logo a {
    width: 170px !important;
    height: 60px !important;
}

.navbar .logo a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.latest_news .slick-slide img {
    height: 100%;
}

.latest_news .slick-prev {
    left: -60px;
}

.latest_news .slick-next {
    right: -60px;
}

.latest_news .slick-prev:before {
    content: url(../landing-images/arrow-left-black.png);
}

.latest_news .slick-next:before {
    content: url(../landing-images/arrow-right-black.svg);
    transform: rotate(90deg);
}

.latest_news .slick-next:focus::before,
.latest_news .slick-next:hover::before,
.latest_news .slick-prev:focus::before,
.latest_news .slick-prev:hover::before {
    filter: invert(1);
}

.latest_news .slick-dots li button:before {
    font-size: 10px;
}

.latest_news .slick-dots {
    bottom: -50px;
}

.latest_news .slick-dots li.slick-active button:before {
    color: #ff0101 !important;
    border: 1px solid #010535;
    border-radius: 50%;
}

.draygo_app {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100%;
}

.device h1,
.device h6 {
    font-family: "Lato", sans-serif;
}

.device .grid_box p {
    font-family: "Manrope", sans-serif !important;
}

.industry,
.your_logistics,
.draygo_numbers {
    font-family: "SF Pro Display";
}

/* .get_quote .container {
    background-image: url(../landing-images/map.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */

.industry .grid .box {
    box-shadow: 0px 4px 6px -4px #0000001a;
}

.download_aap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}

.download_aap h1 {
    font-family: "Gilroy";
}

.menu_btn,
.mobile_view_link {
    display: none;
}

@media (max-width: 1300px) {
    .latest_news .slick-prev {
        left: -10px;
    }

    .latest_news .slick-next {
        right: -10px;
    }
}

@media (max-width: 1200px) {
    .menu_btn img {
        filter: invert(1);
        width: 40px;
        scale: 0.8;
    }

    .menu_btn,
    .mobile_view_link {
        display: block;
    }

    .desktop_view {
        display: none;
    }

    header {
        min-height: 100px;
        z-index: 999;
    }

    header .navbar {
        align-items: center;
    }

    header .menubar {
        position: absolute;
        top: 120%;
        width: 90%;
        min-height: 400px;
        background: #010535;
        left: 50%;
        transform: translateX(-50%);
        z-index: 8;
        align-items: start;
        padding: 10px;
        display: none;
        border-radius: 15px;
    }

    body.active header .menubar {
        display: block;
    }

    body.active {
        overflow: hidden;
    }

    .black_overly {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 999;
        display: none;
        background-color: #000000b5;
    }

    body.active .black_overly {
        display: block;
    }

    header .menubar ul {
        flex-direction: column;
        align-items: start;
    }

    header .menubar ul li {
        margin: 7px;
        width: 98%;
    }

    header .menubar ul li a {
        color: #fff;
        width: 100%;
        justify-content: space-between;
    }

    .track_line2 {
        display: none;
    }

    .track_map {
        padding-top: 0;
    }

    .get_quote,
    .get_quote .container {
        min-height: auto;
    }

    .quickly_track .container {
        display: flex;
    }

    .quickly_track_img {
        position: relative;
        height: 500px;
        object-fit: contain;
    }
}

.worldwide_map button {
    border-radius: 4px;
}

@media (max-width: 991px) {
    .quickly_track .container {
        flex-direction: column;
        gap: 50px;
    }

    .worldwide {
        margin-bottom: 25px;
    }

    .track_content {
        max-width: 100%;
    }

    .quote_form {
        padding: 15px;
    }

    .home h1 {
        font-size: 25px;
    }

    .home h3 {
        font-size: 18px;
    }

    .home p {
        font-size: 16px;
    }

    .home button {
        height: 45px;
    }

    .track_map .bottom_info h3 {
        font-size: 18px;
    }

    .track_map .bottom_info p {
        width: 100%;
    }

    .heading {
        font-size: 35px;
    }

    .sub_title {
        font-size: 14px;
    }

    section {
        padding: 30px 0 !important;
    }

    .easy_flexible .box h1 {
        font-size: 25px;
    }

    section ul li {
        font-size: 14px;
    }

    .global_content {
        padding: 15px;
    }

    .latest_news .content {
        padding: 10px;
    }

    .latest_news .content p {
        font-size: 16px;
    }

    .draygo_numbers .grid_box h3 {
        font-size: 45px;
    }

    .industry .box p {
        font-size: 16px;
    }

    .draygo_app iframe {
        margin-top: 20px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .quote_heading {
        font-size: 30px;
    }

    .latest_news .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .get_quote,
    .get_quote .container {
        min-height: auto;
    }

    .quote_box {
        align-items: start;
        padding: 70px 0;
        padding-top: 20px;
        min-height: auto;
    }

    .our_proven .grid_box .box {
        height: 180px;
    }

    .latest_news .slick-slide {
        height: 500px;
    }

    footer form input {
        margin-top: 5px;
        height: 40px;
    }

    .social_app a img {
        width: 120px;
    }

    .social_app {
        gap: 15px !important;
    }

    .navbar .logo a {
        width: 120px !important;
        height: 50px !important;
    }

    .navbar .logo a img {
        object-fit: contain;
    }

    .latest_news {
        margin-bottom: 25px;
    }

    footer {
        padding-top: 30px;
    }

    .track_map .bottom_info .input_box {
        margin-top: 15px;
    }

    .track_map .bottom_info button,
    .track_map .bottom_info .input_box input {
        height: 40px !important;
    }

    .menubar {
        height: calc(100vh - 250px);
        overflow-y: auto;
    }
}

@media (max-width: 575px) {
    .track_map .input_box {
        flex-direction: column;
    }

    .track_map .input_box button {
        min-width: none;
    }

    .track_map .bottom_info .grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .easy_flexible .grid {
        display: flex;
        flex-direction: column;
    }

    .menubar ul li a {
        font-size: 16px;
    }

    .footer_bottom {
        gap: 10px;
        padding: 10px !important;
    }

    .footer_bottom p {
        font-size: 15px;
    }

    footer ul li a {
        font-size: 15px;
    }

    .heading {
        font-size: 25px;
    }
}

/* page 2 css =============================================================================================draygo_app================== */

#landing_page_two {
    font-family: "SF Pro Display" !important;
}

.network_box {
    background-image: url(../landing-images/World.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.download_aap::before {
    position: absolute;
    content: "";
    background-color: #00000047;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.experience_of_power .content_box {
    justify-content: end;
}

.experience_of_power .left_side {
    justify-content: start;
}

@media (max-width: 1200px) {
    .experience_of_power .content_img {
        width: 300px;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        right: unset;
    }

    .content_box {
        padding: 20px !important;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .inner_content {
        max-width: 800px;
        margin: auto;
        width: 100%;
    }

    .content_box p {
        max-width: 100%;
        margin: 25px 0;
    }

    .inner_box {
        max-width: 100%;
        padding: 0 !important;
    }

    .feel_features h1,
    .experience_of_power .content h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .experience_of_power .content p {
        font-size: 20px;
        padding: 0 !important;
    }

    .experience_of_power h6 {
        font-size: 30px;
    }

    .feel_features .grid .box1 h1 {
        font-size: 25px;
        line-height: 30px;
    }

    .feel_features .grid .box1 p {
        font-size: 18px;
    }

    .experience_of_power button {
        width: 60px;
        height: 60px;
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        margin-left: auto;
    }

    .experience_of_power button {
        width: 45px;
        height: 45px;
    }

    .experience_of_power button img {
        width: 18px;
        margin: auto;
    }
}

@media (max-width: 991px) {
    .feel_features .box3 {
        flex-direction: column;
        gap: 30px;
    }

    .feel_features h1,
    .experience_of_power .content h1 {
        font-size: 35px;
        line-height: 45px;
    }

    .experience_of_power .content p {
        font-size: 18px;
        padding: 0 !important;
    }

    .experience_of_power h6 {
        font-size: 28px;
    }

    .feel_features .grid .box1 h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .feel_features .grid .box1 p {
        font-size: 16px;
    }

    #landing_page_two .home_content {
        padding: 20px;
    }

    #landing_page_two .home h1 {
        font-size: 45px;
    }

    #landing_page_two .home h3 {
        font-size: 30px;
    }

    #landing_page_two .home p {
        font-size: 22px;
    }

    .feel_features .track_box {
        min-height: auto;
    }

    .feel_features .track_box .bottom_img {
        margin-top: 50px;
    }

    .experience_of_power .content_img {
        height: 250px;
        object-fit: contain;
    }

    .icon_box {
        width: 60px;
        height: 60px;
    }

    .statr_shipping h1 {
        font-size: 45px;
    }

    .statr_shipping p {
        font-size: 16px;
    }

    .download_application .grid h1 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .feel_features h1,
    .experience_of_power .content h1 {
        font-size: 25px;
        line-height: 35px;
    }

    .feel_features .grid {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .home_social_btn a img {
        width: 150px;
    }

    #landing_page_two .home h1 {
        font-size: 30px;
    }

    .experience_of_power h6 {
        font-size: 20px;
    }

    #landing_page_two .home h3 {
        font-size: 22px;
    }

    #landing_page_two .home p {
        font-size: 18px;
    }
}

/* new css  */

.statr_shipping::before {
    /* content: ''; */
    /* left: 0; */
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: linear-gradient(58.95deg, #02091B 28.16%, rgba(2, 9, 27, 0.0001) 71.78%); */
}

.statr_shipping {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.worldwide_map .box {
    /* max-width: 336px; */
    /* width: 100%; */
    min-height: 320px;
    /* position: absolute; */
    /* backdrop-filter: blur(19.027973175048828px); */
    box-shadow: 0px 4px 6px 0px #0000002e;
    z-index: 9;
    top: 20%;
    left: 15%;
    background-color: #fff;
}

#google-map {
    width: 100%;
    margin-bottom: 25px;
}

.worldwide_map {
    height: 900px;
    width: 100%;
}

.worldwide_map iframe {
    width: 100%;
    height: 100%;
}

.worldwide .input_search input {
    padding-left: 40px;
}

.consultation_free input {
    color: #403f45;
}

@media (max-width: 768px) {
    .top_header_left_content {
        display: none;
    }

    .service_detail .grid_box,
    footer .grid-cols-12 {
        display: flex !important;
        flex-direction: column;
        gap: 20px;
    }

    footer h1 {
        font-size: 30px !important;
    }
}

.drop_down_box {
    min-width: 170px;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px;
    display: none;
    border-radius: 5px;
    z-index: 9;
}

.drop_down_box ul li {
    list-style: none;
}

.drop_down_box ul li a {
    color: #fff;
    padding: 7px;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

header ul li:hover .drop_down_box {
    display: block;
}

header ul li:hover a img {
    transform: rotate(-180deg);
}

@media (max-width: 1200px) {
    .drop_down_box {
        width: 100%;
        position: relative;
    }
}

/* contact page css ========== */

.contact_input label {
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}

.contact_input input {
    height: 45px;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #8d8d8d;
    font-weight: 500;
    color: #011c2a;
}

.contact_input input::placeholder {
    color: #8d8d8d;
}

.check_radio.radio-group {
    display: flex;
    gap: 40px;
    align-items: center;
}

.check_radio .radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.check_radio .radio-option input[type="radio"] {
    display: none;
}

.check_radio .custom-radio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ddd;
    position: relative;
}

.check_radio .radio-option input[type="radio"]:checked + .custom-radio {
    background-color: #0b2b35;
    border-color: #0b2b35;
}

.check_radio .radio-option input[type="radio"]:checked + .custom-radio::after {
    content: "✔";
    position: absolute;
    color: white;
    font-size: 10px;
    left: 4px;
    top: 0px;
}

.check_radio .radio-option label {
    color: #0b2b35;
    font-weight: 500;
}

.contact_worldwide .input_search input::placeholder {
    color: #64656a;
}

footer input::placeholder {
    color: #64656a9c;
}

.drago_home {
    width: 100%;
    min-height: 700px;
    background-image: url(../landing-images/homeBg1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 1600px) {
    .exprt_grid {
        justify-content: center;
    }
}

@media (max-width: 1200px) {
    .drago_home {
        background-size: cover;
    }
}

@media (max-width: 991px) {
    .drago_home .home_grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .left_quote_form {
        margin-top: 0 !important;
        margin: auto;
        max-width: 100%;
    }

    .application_box {
        margin-top: 0 !important;
    }

    .left_quote_form .select2.select2-container {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .contact_home p {
        font-size: 20px;
    }

    .price_container p {
        font-size: 30px;
    }

    .drago_home h1 {
        font-size: 30px !important;
    }
}

@media (max-width: 575px) {
    .contact_home p {
        font-size: 18px;
    }

    .infomation_form .grid {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .infomation_form form {
        padding: 15px !important;
    }

    .container_img {
        width: 250px;
    }

    .input_search {
        max-width: 250px !important;
    }

    .playButton_img {
        transform: translate(-50%, -20%);
        width: 60px;
    }
}

.related_service_col:hover li {
    color: #fff !important;
}

.related_service_col {
    height: auto !important;
}

.worldwide_map .input_search input {
    padding-left: 30px !important;
}

.social_icon img {
    object-fit: cover;
}

.new_step_otp_form .box1 {
    position: relative;
}

.new_step_otp_form .box1::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000065;
}

#step3 input[type="radio"] {
    accent-color: #00a63e;
}

.faq-item {
    border-bottom: 1px solid #cfd0d5;
}

.otp-inputs input {
    border: 1px solid;
    border-color: #bebebe;
}

.card_form input::placeholder {
    font-size: 13px;
    font-weight: 500;
}
