/* Legal Notice - DO NOT REMOVE THIS NOTICE // START CSS Document Ownership. 
This CSS document is owned and managed by Swift Productions ABN 84 723 182 610, Suite F, 
Level 1 - The Octagon Building, 110 George St, Parramatta NSW 2150 Australia. 
This document contains Code which has been written by Swift Productions. 
Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. 
Doing so may result in legal action. 
Legal Notice - DO NOT REMOVE THIS NOTICE // END */


/* --------------------------------------------------------
Project Name: Tech Factory
Version: 1.0 
Created by: Waqas @Swiftproductions on 22 Nov 2023 
----------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
body{
    background-color: #fff;    
    font-family: 'Poppins', sans-serif;
}
img{
    display: inline-block;
    max-width: 100%;
}
.wrapper{
    width:100%;
    background-color: #fff;
}
.container{
    max-width:1240px;
    margin: auto;
    padding: 0 20px;
}
.top-bar {
    background: #e1e6f0;
    padding: 10px 0;
}
.usp-list{
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.usp-item{
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
} 
.search {
    flex: 0 1 auto;
    display: flex;
    margin-top: -10px;
}
.search-field {
    width: 670px;
    height: 62px;
    border-radius: 31px 0 0 31px;
    background-color: #ffffff;
    border: 3px solid #3861ab;
    border-right: none;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 9px;
    font-weight: 700;
    font-style: italic;
    padding:0 22px;
    outline: none;
    transition: all 0.3s;
}
.search-field::placeholder {
    color:#b3b9c7;
}
.search-btn {
    height: 62px;
    border-radius: 0 31px 31px 0;
    border: 3px solid #3861ab;
    border-right: none;
    border-left: 0;
    width: 80px;
    background: #3861ab;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
} 
.search-btn:hover{
 background-color: #061541;
 border-color: #061541;
} 
.navbar {
    width: 100%;
    background: #3761ab;
}
 
.menu>ul{
    display: flex;
    list-style: none;
    justify-content: space-between;
}
.menu>ul>li{
    padding: 20px 0 15px 0;
    position: relative;
    z-index: 99;
    font-size: 16px;
    color: #ffffff;
    height: 68px;
}
.menu>ul>li>i{
    margin-left: 4px;
    display: inline-block;
    transition: all 0.3s;
}
.menu>ul>li:hover>i{
    rotate: 180deg;
}
.menu>ul>li>a {
    font-size: 20px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;

}
.menu>ul>li:hover > a{
    text-decoration: underline;
} 
.menu-lvl-2 {
    position: absolute;
    left: 0;
    top: 65px;
    width: 298px;
    padding: 25px 0;
    background-color: #030f32;
    border: 0px solid #000000;
    display: none;
}
.menu>ul>li:hover .menu-lvl-2{
    display: block;
}
.menu-lvl-2>ul{
    list-style: none;
}
.menu-lvl-2>ul>li{
    padding: 0px 28px;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.menu-lvl-2>ul>li:hover{
    color: #fff;
    text-decoration: underline;
}
.menu-lvl-2>ul>li>a{
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s;
}
.menu-lvl-2>ul>li:hover>a{
    color: #fff;
}

.menu-lvl-3 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 298px;
    padding:20px 0;
    box-shadow:0px 1px 7px #3b3f41;
    background-color: #ffffff;
    border: 0px solid #000000;
    display: none;
}
.menu-lvl-2>ul>li:hover .menu-lvl-3{
    display: block;
}
.menu-lvl-3>ul{
    list-style: none;
}
.menu-lvl-3>ul>li{
    padding:0 30px;
    transition: all 0.3s;
    line-height: 30px;
}
.menu-lvl-3>ul>li:hover{
    background-color: #3861ab;
}
.menu-lvl-3>ul>li>a{
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 43px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 500;
    transition: all 0.3s;
}
.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 0 25px 0;
    transition: all 0.3s;
}
.main-banner{
    text-align: center;
    margin-top: 14px;
}
.main-banner img {
    max-width:1280px; width:100%;
}
.product-rrp {
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 31px;
    color: #3861ab;
    font-weight: 700;
}
.product-price {
    margin-top: 23px;
    height: 62px;
}
.spp-row {
    display: flex;
    gap: 10px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.product-ragularprice {
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: line-through;
    color: #000000;
    font-weight: 400;
}
.rp-save {
    color: #f6083a;
    font-size: 16px;
    font-weight: bold;
} 
  
.section-heading {
    padding: 100px 0  80px 0;
    display: flex;
    justify-content: center;
    width: 100%;
}
.section-heading h2 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #000000;
    font-weight: 800;
    padding-bottom: 28px;
    position: relative;
}
.section-heading h2:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 167px;
    height: 5px;
    background-color: #3761ab;
    margin: auto;
} 
.about-section {
    background-color: #f0f3f8;
    padding-bottom: 110px;
}
.about-row {
    display: flex;
    justify-content: space-between;
    row-gap: 85px;
    flex-wrap: wrap;
}
.about-box {
    width: 360px;
    text-align: center;
    padding: 0 25px;
}
.about-icon {
    margin-bottom: 14px;
}
.about-icon img {
    display: block;
    margin: auto;
}
.about-heading h3 {
    font-size: 29px;
    letter-spacing: -1px;
    line-height: 32px;
    color: #3861ab;
    font-weight: 800;
    text-align: center;
}
.about-heading {
    margin-bottom: 12px;
}
.about-text {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
}
.payment-methods {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}
.footer {
    background: #3761ab;
    padding: 90px 0 40px 0;
    margin-top: 70px;
}
.footer .container {
    padding:0 38px;
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-links ul li {
    list-style: none;
}
.footer-links ul li a {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 400;
}
.footer-links ul li a:hover{
    text-decoration: underline;
}
.footer-col h3 {
    font-size: 25px;
    letter-spacing: -1px;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 8px;
}
.footer-intro {
    width: 340px;
}
.footer-intro p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 40px;
}
 
.footer-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.copyRights {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.designBy {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #5d5d5d;
    font-weight: 400;
}
.designBy a{
    color: #5d5d5d;
}
 
 /* Image Zoom gallery  CSS */
 
.product-zoom-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 50%;
}
 
.product-detail {
    width: 50%;
    padding-left: 35px;
    position: relative;
}
.product-detail-row {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
 
.pdg-brand {
    font-size: 19px;
    letter-spacing: -1px;
    color: #b7b7b7;
    font-weight: 400;
    margin-top: 31px;
}
.pdg-title {
    font-size: 31px;
    letter-spacing: -1px;
    line-height: 48px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 13px;
    width: 85%;
}
.pdg-note {
	background-color: #eae8ff;
    padding: 20px 25px;
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 25px;
    color: #000;
    font-weight: 300;
    border: 1px solid #3861ab;
    border-style: dashed;
}
.pdg-note span {
    font-weight: 500;
} 
.pdg-payment-details {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-top: 83px;
}

/* ========== tabs // start  ========== */

.tabs-container{
    width: 100%;
    border-top: 0px solid #ffff;
    position: relative;
    margin-top: 41px;
    overflow: hidden;
}
.tabs {
    width: 100%;
    float: left;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display: none;
}
.tabs label {
    display: block;
    float: left;
    font-size: 26px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    transition: all 0s;
    height: 59px;
    width:calc(50% - 13px);
    padding: 0 25px;
    line-height: 59px;
    background: #e1e6f0;
    border-radius: 26px;
    text-align: center;
    cursor: pointer;
    background:#f6f5f6;
    transition: all 0.3s;
}
.tabs label.tab1{
    margin-right: 25px;
}
.tabs [id^="tab"]:checked+label,.tabs label:hover {
    z-index: 9999;
    background: #3861ab;
    color: #fff;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
    padding: 45px 35px 25px 35px;
    background: #fff;
}
#tab1:checked~#tab-content1,
#tab2:checked~#tab-content2,
#tab3:checked~#tab-content3,
#tab4:checked~#tab-content4,
#tab5:checked~#tab-content5,
#tab6:checked~#tab-content6 {
    display: block;
}
.table {
	border-collapse: collapse;
	width: 100%;
}
.table tr:nth-child(odd) {
  background-color: #f2f2f2; /* Light grey color for even rows */
}


.table tr{
}
.table tr td {
	padding: 7px;
}


/* Extra - Contact Us */
#tab-content5 {
    position:relative;
}
.btn-contact-tabs {
    background: #0c6e41;;
    width: 209px;
    height: 54px;
    line-height: 54px;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 13px;
    right: 19px;
    text-transform: uppercase;
    transition: 0.5s all;
    cursor: pointer;
}
.btn-contact-tabs:hover {
    background: #0c6e41;;
    color: #fff;
}
.btn-contact-tabs a {
    color:#fff;
}
.tabs p{
    padding:5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #454545;
    line-height: 25px;
    transition: all;
}
/* Extra - Contact Us */
.tab-content * {
    -webkit-animation: scale 0.7s ease-in-out;
    -moz-animation: scale 0.7s ease-in-out;
    animation: scale 0.7s ease-in-out;
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6 {
    color: #000;
    font-weight:400;
    margin: 15px 0;
    margin-bottom: 41px;
}
.tab-content h1 {
    font-size: 36px;
}
.tab-content h2 {
    font-size: 29px;
    line-height: 40px;
}
.tab-content h3 {
    font-size: 23px;
}
.tab-content h4 {
    font-size: 21px;
    text-transform: uppercase;
}
.tab-content h5 {
    font-size: 20px;
    font-weight:600;
}
.tab-content h6 {
    font-size: 18px;
}
.tab-price{
    font-size: 21px;
    color: #d71923;
    font-weight:500;
    margin-bottom:25px;
}
.tab-content p,
.tab-content ul,
.tab-content ol {
    margin-bottom: 23px;
    color: #000;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
}
.tab-content p a,
.tab-content ul li a,
.tab-content ul a li,
.tab-content ol li a,
.tab-content ol a li {
    color: #000;
}
span.text {
    text-decoration: underline;
}
.tab-content ul,
.tab-content ol {
    margin-left:30px;
}
.tab-content ol ol li {
    list-style-type: lower-alpha;
}
.tab-content ol ol ol li {
    list-style-type: lower-roman;
}
.tab-content ul ul li {
    list-style-type: circle;
}
.tab-content ul ul ul li {
    list-style-type: square;
}
.tab-content p b{
    font-weight: 500;
}
@keyframes scale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.01);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
 


.productGallery {
    position: relative;
    float: left;
    width: 100%;
}
.body-container {
    
    background: #fff;
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}
.gallery-container {
    width: 100%;
    float: left;
    padding: 0;
}
.gallery {
    width: 50%;
    position: relative;
    background: #fff;
    margin: 0 auto 0 auto;
    overflow: hidden;
    float: left;
}
.prod-title {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 57px;
}
.white-box {
    height: 495px;
    width: 600px;
    margin: auto;
    float: right;
}
.sm-block{display:none;}
.thumbnails {
    padding-top: 0px;
    margin-top: 15px;
    margin-left: 0px;
    margin-bottom: 0;
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: right;
}
.thumbnails-row {
    width: 630px;
    max-width: 100%;
    float: right;
    text-align: center;
}
.thumbnails input[type=radio] {
    display: none;
}

.thumbnails label:hover {
    border-color: #e0e0e0;
}
.thumbnails label {
    display: inline-block;
    width: 97px;
    height: 80px;
    border: 2px solid #e0dede;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: .5s;
}

.thumbnails label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 88px;
    max-height: 70px;
}
.g-img-con {
    width: 100%;
    max-width: 600px;
    height: 495px;
    overflow: hidden;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0;
    margin:auto;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    padding: 0;
    margin-bottom: 30px;
    border: 2px solid #e0dede;
}
.gallery-content {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 630px;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
    overflow: hidden;
    z-index: 1;
    padding: 10px;
}

#image1:checked~.g-img-con #gallery-content-1,
#image2:checked~.g-img-con #gallery-content-2,
#image3:checked~.g-img-con #gallery-content-3,
#image4:checked~.g-img-con #gallery-content-4,
#image5:checked~.g-img-con #gallery-content-5,
#image6:checked~.g-img-con #gallery-content-6,
#image7:checked~.g-img-con #gallery-content-7,
#image8:checked~.g-img-con #gallery-content-8,
#image9:checked~.g-img-con #gallery-content-9,
#image10:checked~.g-img-con #gallery-content-10,
#image11:checked~.g-img-con #gallery-content-11,
#image12:checked~.g-img-con #gallery-content-12 {
    display: block;
    -webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
    -moz-animation: cssAnimation 0.7661s 1 ease-in-out;
    -o-animation: cssAnimation 0.7661s 1 ease-in-out;
}
/* #image1:checked~ label.image1{
    border:1px solid #e0e0e0;
}
#image2:checked~ label.image2{
    border:1px solid #e0e0e0;
}
#image3:checked~ label.image3{
    border:1px solid #e0e0e0;
}
#image4:checked~ label.image4{
    border:1px solid #e0e0e0;
}
#image5:checked~ label.image5{
    border:1px solid #e0e0e0;
} */
.thumbnails .item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.thumbnails .gallery-content img {
    right: 0;
    bottom: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.grid-item {
    height: 20%;
    width: 20%;
}

.grid-item:hover {
    cursor: move;
}

.grid-item:hover~img {
    height: 200%;
    width: 200%;
    max-width: 200%;
    max-height: 200%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 600ms ease-out;
    transition: 600ms ease-out;
}

.grid-item:hover:nth-of-type(5n + 1)~img {
    left: 0px;
}

.grid-item:hover:nth-of-type(5n + 2)~img {
    left: -112.5px;
}

.grid-item:hover:nth-of-type(5n + 3)~img {
    left: -255px;
}

.grid-item:hover:nth-of-type(5n + 4)~img {
    left: -337.5px;
}

.grid-item:hover:nth-of-type(5n + 5)~img {
    left: -450px;
}

.grid-item:hover:nth-of-type(1n + 1)~.zoom-image {
    top: 0px;
}

.grid-item:hover:nth-of-type(1n + 6)~.zoom-image {
    top: -93.75px;
}

.grid-item:hover:nth-of-type(1n + 11)~.zoom-image {
    top: -187.5px;
}

.grid-item:hover:nth-of-type(1n + 16)~.zoom-image {
    top: -281.25px;
}

.grid-item:hover:nth-of-type(1n + 21)~.zoom-image {
    top: -375px;
}

.zoom-image {
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    z-index: -1;
}

@-webkit-keyframes cssAnimation {
    from {
        -webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-moz-keyframes cssAnimation {
    from {
        -moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}

@-o-keyframes cssAnimation {
    from {
        -o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
    }
    to {
        -o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
    }
}
/*************/


#footerwrap {
    float: left;
    width: 100%;
    background: #fff;
    padding-bottom: 0px;
}
.dbusfoot {
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png);
    margin: 20px auto 0;
    max-width: 617px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    clear: both;
    position: relative;
    top: 10px;
}
.dbus {
    text-align: center;
    background-image: url(https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png);
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 70px;
    margin-bottom: 25px;
}

/** Responsive style starts here **/


@media(max-width:1130px){
    .navbar,.search,.footer-Products{
        display: none;
    }
    .logo {
        width: 100%;
        text-align: center;
    }
    .gallery,.product-detail{
        width: 100%;
        padding: 0;
    }
    .product-detail-row,.footer-row{
        flex-wrap: wrap;
    }
    .thumbnails-row{
        width: 100%;
    }
    .about-row{
        justify-content: center;
    }

	 .footer-col{
		display: none;
    }
   
	#ds_div > img,
	#ds_div > br{
		display: none !important;
        width: 100%;
        text-align: center;
    }
	.about-col {
		display: block;
		width: 100%;
		text-align: center;
	}
    .footer-links {
        text-align: center;
    }
    .footer-intro {
        margin: auto;
    }
}
@media(max-width:768px){
    .tabs label{
        width: 100%;
        margin-bottom: 15px;
    }
    .about-heading h3,.pdg-title{
        font-size: 22px;
        line-height: 28px;
    }
    .section-heading h2{
        font-size: 28px;
    }
    .tab-content{
        padding: 20px;
    }
    .footer-intro{
        width: 100%;    
        max-width: 320px;
    }
    .usp-list{
        flex-wrap: wrap;
        gap: 20px;
    }
    .usp-item{
        width: 48%;
    }
    .copyRights p{
        text-align: center;
    }
}


@media(max-width:660px){
	.gallery {
		max-width: 500px;
	}
}

@media(max-width:570px){
.gallery {
		max-width: 420px;
	}
    .usp-item{
        width: 100%;
        justify-content: center;
    }
}

@media(max-width:480px){
	.gallery {
		max-width: 370px;
	}
}

@media(max-width:424px){
	.gallery {
		max-width: 320px;
	}
}
@media(max-width:400px){
	.wrapper {
		max-width: 400px;
		overflow: hidden;
	}
	.tab-content {
		padding: 0px;
	}
}
@media(max-width:395px){
	.wrapper {
		max-width: 395px;
	}
}
@media(max-width:390px){
	.wrapper {
		max-width: 390px;
	}
}
@media(max-width:385px){
	.wrapper {
		max-width: 385px;
	}
}
@media(max-width:380px){
	.wrapper {
		max-width: 380px;
	}
}
@media(max-width:375px){
	.wrapper {
		max-width: 375px;
	}
}
@media(max-width:370px){
	.wrapper {
		max-width: 370px;
	}
}
@media(max-width:360px){
	.wrapper {
		max-width: 360px;
	}
}
@media(max-width:350px){
	.wrapper {
		max-width: 350px;
	}
}
@media(max-width:340px){
	.wrapper {
		max-width: 340px;
	}
}
@media(max-width:330px){
	.wrapper {
		max-width: 330px;
	}
}
@media(max-width:320px){
	.wrapper {
		max-width: 320px;
	}
}